{"id":368985,"url":"https://github.com/conventional-changelog/conventional-changelog","last_synced_at":"2026-06-19T22:30:47.110Z","repository":{"id":12961414,"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2026-05-25T22:06:24.000Z","size":6460,"stargazers_count":8449,"open_issues_count":249,"forks_count":736,"subscribers_count":48,"default_branch":"master","last_synced_at":"2026-05-27T10:06:02.477Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2026-05-26T14:51:47.000Z","dependencies_parsed_at":"2026-03-05T00:02:02.010Z","dependency_job_id":null,"html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1686,"total_committers":150,"mean_commits":11.24,"dds":0.4792408066429419,"last_synced_commit":"65550d9a30cfab4b00b3e982e42bd68fedafcefc"},"previous_names":["ajoslin/conventional-changelog"],"tags_count":827,"template":false,"template_full_name":null,"purl":"pkg:github/conventional-changelog/conventional-changelog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/sbom","scorecard":{"id":174827,"data":{"date":"2025-08-11","repo":{"name":"github.com/conventional-changelog/conventional-changelog","commit":"1552de5434163eb63d3bf73d97bcb3bf34de8586"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 7 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":1,"reason":"Found 4/22 approved changesets -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/checks.yml:1","Warn: no topLevel permission defined: .github/workflows/commit.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Warn: no topLevel permission defined: .github/workflows/tests.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/checks.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/checks.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/commit.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/commit.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/commit.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:50: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:85: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:87: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:91: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:102: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Info:   0 out of  17 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  14 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: ISC License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 16 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":7,"reason":"3 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-xffm-g5w8-qvg7","Warn: Project is vulnerable to: GHSA-67mh-4wv8-2f99","Warn: Project is vulnerable to: GHSA-52f5-9888-hmc6"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-16T17:26:40.503Z","repository_id":12961414,"created_at":"2025-08-16T17:26:40.503Z","updated_at":"2025-08-16T17:26:40.503Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33649345,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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"}},"owner":{"login":"conventional-changelog","name":"conventional-changelog","uuid":"16443515","kind":"organization","description":"Tools to generate changelogs and release notes from a project's commit messages and metadata.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16443515?v=4","repositories_count":12,"last_synced_at":"2025-04-05T03:02:08.595Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/conventional-changelog","funding_links":[],"total_stars":33067,"followers":419,"following":0,"created_at":"2022-11-02T16:25:21.572Z","updated_at":"2025-04-05T03:02:08.596Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog/repositories"},"packages":[{"id":1555020,"name":"conventional-changelog-writer","ecosystem":"npm","description":"Write logs based on conventional commits and templates.","homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-writer#readme","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":["conventional-changelog-writer","changelog","conventional","commits","templates","writer","writing","logs"],"namespace":null,"versions_count":65,"first_release_published_at":"2015-07-03T12:34:45.439Z","latest_release_published_at":"2026-03-04T22:08:16.722Z","latest_release_number":"8.4.0","last_synced_at":"2026-06-11T06:03:13.125Z","created_at":"2022-04-09T05:41:34.387Z","updated_at":"2026-06-11T06:03:13.126Z","registry_url":"https://www.npmjs.com/package/conventional-changelog-writer","install_command":"npm install conventional-changelog-writer","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"next":"4.0.18","latest":"8.4.0"}},"repo_metadata":{"id":12961414,"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2026-05-25T22:06:24.000Z","size":6460,"stargazers_count":8449,"open_issues_count":249,"forks_count":736,"subscribers_count":48,"default_branch":"master","last_synced_at":"2026-05-27T10:06:02.477Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2026-05-26T14:51:47.000Z","dependencies_parsed_at":"2026-03-05T00:02:02.010Z","dependency_job_id":null,"html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1686,"total_committers":150,"mean_commits":11.24,"dds":0.4792408066429419,"last_synced_commit":"65550d9a30cfab4b00b3e982e42bd68fedafcefc"},"previous_names":["ajoslin/conventional-changelog"],"tags_count":827,"template":false,"template_full_name":null,"purl":"pkg:github/conventional-changelog/conventional-changelog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/sbom","scorecard":{"id":174827,"data":{"date":"2025-08-11","repo":{"name":"github.com/conventional-changelog/conventional-changelog","commit":"1552de5434163eb63d3bf73d97bcb3bf34de8586"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 7 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":1,"reason":"Found 4/22 approved changesets -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/checks.yml:1","Warn: no topLevel permission defined: .github/workflows/commit.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Warn: no topLevel permission defined: .github/workflows/tests.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/checks.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/checks.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/commit.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/commit.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/commit.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:50: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:85: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:87: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:91: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:102: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Info:   0 out of  17 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  14 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: ISC License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 16 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":7,"reason":"3 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-xffm-g5w8-qvg7","Warn: Project is vulnerable to: GHSA-67mh-4wv8-2f99","Warn: Project is vulnerable to: GHSA-52f5-9888-hmc6"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-16T17:26:40.503Z","repository_id":12961414,"created_at":"2025-08-16T17:26:40.503Z","updated_at":"2025-08-16T17:26:40.503Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33649345,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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"},"tags":[]},"repo_metadata_updated_at":"2026-06-02T12:24:06.388Z","dependent_packages_count":495,"downloads":25706220,"downloads_period":"last-month","dependent_repos_count":140172,"rankings":{"downloads":0.07304833093806885,"dependent_repos_count":0.0845881746292055,"dependent_packages_count":0.11695732738776903,"stargazers_count":1.1604545241929183,"forks_count":1.4011947099339848,"docker_downloads_count":0.2583860632299406,"average":0.5157715217186478},"purl":"pkg:npm/conventional-changelog-writer","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/conventional-changelog-writer","docker_dependents_count":1045,"docker_downloads_count":111538459,"usage_url":"https://repos.ecosyste.ms/usage/npm/conventional-changelog-writer","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/conventional-changelog-writer/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-05-06T04:22:47.842Z","issues_count":169,"pull_requests_count":558,"avg_time_to_close_issue":33755994.81481481,"avg_time_to_close_pull_request":12312941.943514645,"issues_closed_count":81,"pull_requests_closed_count":478,"pull_request_authors_count":94,"issue_authors_count":144,"avg_comments_per_issue":2.136094674556213,"avg_comments_per_pull_request":1.2240143369175627,"merged_pull_requests_count":352,"bot_issues_count":3,"bot_pull_requests_count":282,"past_year_issues_count":14,"past_year_pull_requests_count":71,"past_year_avg_time_to_close_issue":1547453.5714285714,"past_year_avg_time_to_close_pull_request":2352750.914893617,"past_year_issues_closed_count":7,"past_year_pull_requests_closed_count":47,"past_year_pull_request_authors_count":20,"past_year_issue_authors_count":12,"past_year_avg_comments_per_issue":3.142857142857143,"past_year_avg_comments_per_pull_request":0.9577464788732394,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":43,"past_year_merged_pull_requests_count":37,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues","maintainers":[{"login":"dangreen","count":95,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"},{"login":"bcoe","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bcoe"},{"login":"tommywo","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tommywo"}],"active_maintainers":[{"login":"dangreen","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-writer/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-writer/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-writer/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-writer/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-writer/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-writer/codemeta","maintainers":[{"uuid":"stevemao","login":"stevemao","name":null,"email":"steve.mao@healthinteract.com.au","url":null,"packages_count":167,"html_url":"https://www.npmjs.com/~stevemao","role":null,"created_at":"2022-11-10T11:39:17.135Z","updated_at":"2022-11-10T11:39:17.135Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/stevemao/packages"},{"uuid":"bcoe","login":"bcoe","name":null,"email":"bencoe@gmail.com","url":null,"packages_count":557,"html_url":"https://www.npmjs.com/~bcoe","role":null,"created_at":"2022-11-10T11:39:17.042Z","updated_at":"2022-11-10T11:39:17.042Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/bcoe/packages"},{"uuid":"oss-bot","login":"oss-bot","name":null,"email":"bencoe+oss-bot@gmail.com","url":null,"packages_count":57,"html_url":"https://www.npmjs.com/~oss-bot","role":null,"created_at":"2022-11-10T11:39:17.116Z","updated_at":"2022-11-10T11:39:17.116Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/oss-bot/packages"},{"uuid":"tapppi","login":"tapppi","name":null,"email":"moilanen.tapani@gmail.com","url":null,"packages_count":27,"html_url":"https://www.npmjs.com/~tapppi","role":null,"created_at":"2022-11-10T11:39:17.144Z","updated_at":"2022-11-10T11:39:17.144Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/tapppi/packages"},{"uuid":"dangreen","login":"dangreen","name":null,"email":"danon0404@gmail.com","url":null,"packages_count":110,"html_url":"https://www.npmjs.com/~dangreen","role":null,"created_at":"2025-02-14T06:05:00.019Z","updated_at":"2025-02-14T06:05:00.019Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/dangreen/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5644415,"maintainers_count":1200486,"namespaces_count":399623,"keywords_count":847874,"github":"npm","metadata":{"funded_packages_count":171745},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-06-10T05:11:46.456Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":1554974,"name":"conventional-changelog-jquery","ecosystem":"npm","description":"JQuery preset for conventional-changelog.","homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-jquery#readme","licenses":"ISC","normalized_licenses":["ISC"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":["conventional-changelog","jquery","preset"],"namespace":null,"versions_count":32,"first_release_published_at":"2015-12-26T04:38:08.713Z","latest_release_published_at":"2026-03-04T22:08:09.146Z","latest_release_number":"6.1.0","last_synced_at":"2026-06-11T13:58:54.406Z","created_at":"2022-04-09T05:41:28.069Z","updated_at":"2026-06-11T13:58:54.406Z","registry_url":"https://www.npmjs.com/package/conventional-changelog-jquery","install_command":"npm install conventional-changelog-jquery","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latestt":"3.0.10","next":"3.0.11","latest":"6.1.0"}},"repo_metadata":{"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2024-02-25T09:55:58.000Z","size":5473,"stargazers_count":7468,"open_issues_count":250,"forks_count":735,"subscribers_count":56,"default_branch":"master","last_synced_at":"2024-02-25T22:47:57.671Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2024-02-25T18:21:11.000Z","dependencies_parsed_at":"2022-07-13T10:30:31.523Z","dependency_job_id":"5f6d159e-c4c6-405b-9fa7-976ffc4dfa04","html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1464,"total_committers":136,"mean_commits":"10.764705882352942","dds":"0.40095628415300544","last_synced_commit":"58f0887283a200d52e49607baf7b352f26177b05"},"previous_names":[],"tags_count":754,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":187852695,"owners_count":12024662,"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"},"owner_record":{"login":"conventional-changelog","name":"conventional-changelog","uuid":"16443515","kind":"organization","description":"Tools to generate changelogs and release notes from a project's commit messages and metadata.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16443515?v=4","repositories_count":12,"last_synced_at":"2023-04-09T10:54:05.213Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/conventional-changelog","created_at":"2022-11-02T16:25:21.572Z","updated_at":"2023-04-09T10:54:05.313Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog/repositories"},"tags":[{"name":"git-semver-tags-v7.0.1","sha":"fac8045242099c016f5f3905e54e02b7d466bd7b","kind":"commit","published_at":"2023-09-10T23:53:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1/manifests"},{"name":"conventional-changelog-writer-v7.0.1","sha":"e3a643ad39ec3bc4cfb1dff2aa1101333df33dc3","kind":"commit","published_at":"2023-09-10T23:49:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1/manifests"},{"name":"conventional-changelog-v5.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0/manifests"},{"name":"conventional-changelog-cli-v4.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0/manifests"},{"name":"conventional-changelog-core-v7.0.0","sha":"2e467dd39a35c3813597711a37690897183b4abc","kind":"commit","published_at":"2023-09-08T22:03:37.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0/manifests"},{"name":"git-semver-tags-v7.0.0","sha":"a13f788bd505d8253a2d92413fc4a7780e11ec07","kind":"commit","published_at":"2023-09-08T21:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0/manifests"},{"name":"standard-changelog-v5.0.0","sha":"34569c7a3fd2b0362a461517a1f4e20e7eecd9fc","kind":"commit","published_at":"2023-09-08T21:55:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v9.0.0","sha":"ad633d9d81f66ef80d7f77832a264cb0c5b971ef","kind":"commit","published_at":"2023-09-08T21:50:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.2","sha":"50113f9b569259d991f1a734a192964ca71f0118","kind":"commit","published_at":"2023-09-08T21:41:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2/manifests"},{"name":"conventional-changelog-preset-loader-v4.1.0","sha":"a14d2186575f6061f236c9a47d803694b18f8373","kind":"commit","published_at":"2023-09-08T21:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.1","sha":"ca4324b0a690b2595f8b574882ff95329a2dc195","kind":"commit","published_at":"2023-08-27T19:11:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1/manifests"},{"name":"conventional-commits-filter-v4.0.0","sha":"26fc9ea274dc0c62442ec9d97b20a2ebb49138bf","kind":"commit","published_at":"2023-08-27T12:55:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0/manifests"},{"name":"standard-changelog-v4.0.0","sha":"5b788265774bf4b63d3c83a178ca53e8e7095903","kind":"commit","published_at":"2023-08-27T12:50:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-eslint-v5.0.0","sha":"679594c0716275771cc23b314e4362899fe72f87","kind":"commit","published_at":"2023-08-27T12:46:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0/manifests"},{"name":"git-semver-tags-v6.0.0","sha":"1c75c72d9b5d59e3ea4e914c58a85f7559f29602","kind":"commit","published_at":"2023-08-27T12:40:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0/manifests"},{"name":"conventional-recommended-bump-v8.0.0","sha":"624377a24e8e3658bcf2329a9a98f9a7b02a4cb3","kind":"commit","published_at":"2023-08-27T12:33:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0/manifests"},{"name":"conventional-changelog-writer-v7.0.0","sha":"d669bb67dc713cb1e4374e3216ed7d83cde743c5","kind":"commit","published_at":"2023-08-27T12:27:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0/manifests"},{"name":"conventional-changelog-codemirror-v4.0.0","sha":"933fd0b3dd355d648faf57241b796a714004c722","kind":"commit","published_at":"2023-08-27T12:23:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0/manifests"},{"name":"conventional-changelog-express-v4.0.0","sha":"c9e9ceb3a3727659bd117bab01cbc7642d588f06","kind":"commit","published_at":"2023-08-27T12:16:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0/manifests"},{"name":"conventional-changelog-ember-v4.0.0","sha":"5d7c16268f79b7f180e34e997fdb37373d714666","kind":"commit","published_at":"2023-08-27T12:11:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0/manifests"},{"name":"conventional-changelog-jquery-v5.0.0","sha":"d643efb1050dcdaecee626044315644ff9b9e43b","kind":"commit","published_at":"2023-08-27T12:07:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v4.0.0","sha":"636646dd9ae062e9652a7f9ccaf6c329e6e9f924","kind":"commit","published_at":"2023-08-27T12:03:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0/manifests"},{"name":"conventional-changelog-v5.0.0","sha":"7985de3edc9e655369651ad464cb39b791887dc7","kind":"commit","published_at":"2023-08-27T11:58:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.0","sha":"5f0fe40743d8f559ab94ed11bbb4b8bda6fa6dcb","kind":"commit","published_at":"2023-08-27T11:51:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0/manifests"},{"name":"conventional-changelog-angular-v7.0.0","sha":"6c7a2e1a8807988bcb1a9842f72d14be3b1a89e3","kind":"commit","published_at":"2023-08-27T11:46:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0/manifests"},{"name":"conventional-changelog-jshint-v4.0.0","sha":"0204a9a340d2c85411e8de8905bc74c6146e5618","kind":"commit","published_at":"2023-08-27T11:41:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0/manifests"},{"name":"conventional-changelog-atom-v4.0.0","sha":"ab9b2c10e098ec8837d141102549f3eef698364c","kind":"commit","published_at":"2023-08-27T11:36:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0/manifests"},{"name":"conventional-changelog-cli-v4.0.0","sha":"29df6c4597afad27b9cda06f58eb564bcca609c4","kind":"commit","published_at":"2023-08-27T11:21:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0/manifests"},{"name":"conventional-changelog-core-v6.0.0","sha":"45613bbc2d13c798732e4b2bd4b2fa9ea67157d6","kind":"commit","published_at":"2023-08-27T11:17:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v4.0.0","sha":"5a896e3ef3aa9e751fcc74d7c76fa21d6d526cb0","kind":"commit","published_at":"2023-08-27T11:08:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0/manifests"},{"name":"git-raw-commits-v4.0.0","sha":"878fc56b43bc617177bf47fd8643a3b8b86078e5","kind":"commit","published_at":"2023-08-27T11:01:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0/manifests"},{"name":"conventional-commits-parser-v5.0.0","sha":"299de5acbe55a7d19dcdd2adc34681eae7264abf","kind":"commit","published_at":"2023-08-26T17:50:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0/manifests"},{"name":"git-semver-tags-v5.0.1","sha":"87914a362866a380e98a29edf19b2173e0911d8a","kind":"commit","published_at":"2023-07-09T19:10:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1/manifests"},{"name":"conventional-changelog-writer-v6.0.1","sha":"c123edea220b450cfa26813b6f198c3e8ebbd2b4","kind":"commit","published_at":"2023-07-09T14:49:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.2","sha":"83773c5e1a8874ea9809ca9db1dff60b7df1daae","kind":"commit","published_at":"2023-06-28T17:43:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.1.0","sha":"2e5fe6d9574ba896fa90b5bfcb50fb73d28af6d6","kind":"commit","published_at":"2023-06-17T21:30:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v7.0.1","sha":"f251b6899e313a9b23f3c8deb8b8b57217040892","kind":"commit","published_at":"2023-06-06T23:24:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.1","sha":"5b458dff9edf766446449acd1bbb8027a1e39fa5","kind":"commit","published_at":"2023-06-06T23:17:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1/manifests"},{"name":"gulp-conventional-changelog-v3.0.0","sha":"8ef6232797e5bf7c80422221374c53c03d5df36d","kind":"commit","published_at":"2023-06-06T22:50:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0/manifests"},{"name":"standard-changelog-v3.0.0","sha":"ea65f017b42b914ece780fd2fc799a6946912ed8","kind":"commit","published_at":"2023-06-06T22:42:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0/manifests"},{"name":"conventional-changelog-cli-v3.0.0","sha":"f00f4549cee9406054b77057a8135183fcd89710","kind":"commit","published_at":"2023-06-06T22:29:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0/manifests"},{"name":"conventional-changelog-v4.0.0","sha":"1a240f91ed584ed43e7f9c82235ca60eff0f4fa5","kind":"commit","published_at":"2023-06-06T19:50:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-core-v5.0.0","sha":"8507f601486c8ff6806156c50091262dee13ec54","kind":"commit","published_at":"2023-06-06T19:23:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v7.0.0","sha":"e1662ca7a6c688d28a334282a5e863f52866f3e8","kind":"commit","published_at":"2023-06-06T18:39:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v3.0.0","sha":"5d80d155425147a0b045af09536e5962cbfff620","kind":"commit","published_at":"2023-06-06T15:08:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.0.0","sha":"a30fc7ae219cf871b46cbe9d2c76a9730b70e272","kind":"commit","published_at":"2023-06-06T14:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v6.0.0","sha":"aa5d46c7b13b7b31f78af4b3c31c087c39eea41d","kind":"commit","published_at":"2023-06-06T14:46:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0/manifests"},{"name":"conventional-commits-filter-v3.0.0","sha":"502a73fe41aebb7b563c5ca69521e0b1bab904df","kind":"commit","published_at":"2023-06-06T14:32:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0/manifests"},{"name":"conventional-commits-parser-v4.0.0","sha":"9f7fe891e75c64937c28baa39a6c795a01603ab7","kind":"commit","published_at":"2023-06-06T14:24:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0/manifests"},{"name":"git-raw-commits-v3.0.0","sha":"571f2d549f10744a12ab3bc5dc5e0b749cb72667","kind":"commit","published_at":"2023-06-06T14:16:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0/manifests"},{"name":"git-semver-tags-v5.0.0","sha":"445c796d04105d10dd62d07039bc6a7fc9f263a5","kind":"commit","published_at":"2023-06-06T13:51:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0/manifests"},{"name":"conventional-changelog-atom-v3.0.0","sha":"208787aa2f5db8de1c2d43c56d71e6dfb9510781","kind":"commit","published_at":"2023-06-06T13:43:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0/manifests"},{"name":"conventional-changelog-angular-v6.0.0","sha":"c4ebf98acc15f37154aae5de53a225e896c4a157","kind":"commit","published_at":"2023-06-06T13:36:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0/manifests"},{"name":"conventional-changelog-codemirror-v3.0.0","sha":"0772453bee083917a05b9696d063ee3dc69957f9","kind":"commit","published_at":"2023-06-06T13:25:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0/manifests"},{"name":"conventional-changelog-ember-v3.0.0","sha":"e473d0c8af7c0cf8a54f775556796f50f3e695c2","kind":"commit","published_at":"2023-06-06T13:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0/manifests"},{"name":"conventional-changelog-eslint-v4.0.0","sha":"b3b896bc5b9e3ed65dcfc08c57967a252f37cfd1","kind":"commit","published_at":"2023-06-06T12:56:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0/manifests"},{"name":"conventional-changelog-express-v3.0.0","sha":"5594385d1dd2490b0fb508a60b6f30e8be6616ce","kind":"commit","published_at":"2023-06-06T12:37:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0/manifests"},{"name":"conventional-changelog-jquery-v4.0.0","sha":"51a3015a907b2cea900114359c36ce0e9664b72d","kind":"commit","published_at":"2023-06-06T12:17:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0/manifests"},{"name":"conventional-changelog-jshint-v3.0.0","sha":"281e5f883476e90b75cae4373a67436c86e94f6a","kind":"commit","published_at":"2023-06-06T12:02:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v5.0.0","sha":"ba6df7cf62de5f448368bed4398f6ddf633d2cbd","kind":"commit","published_at":"2022-05-27T18:02:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0/manifests"},{"name":"conventional-changelog-writer-v5.0.1","sha":"21b73f974adc4490a318d9c892055655cb82c538","kind":"commit","published_at":"2021-12-29T21:36:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.3","sha":"02757d342290bcf51a49d49e5e72f5eae6c6f6da","kind":"commit","published_at":"2021-12-29T19:52:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3/manifests"},{"name":"conventional-commits-parser-v3.2.4","sha":"1d0f62d4ac4911ef0d912d5401f783b152cee624","kind":"commit","published_at":"2021-12-29T19:46:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4/manifests"},{"name":"git-raw-commits-v2.0.11","sha":"95384dbd105ffe4f86bbc6ccad3e5405a1cbfe04","kind":"commit","published_at":"2021-12-29T19:39:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.2","sha":"1827696185192a8dd258ea7c3370090238b0fb76","kind":"commit","published_at":"2021-12-25T18:06:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2/manifests"},{"name":"conventional-changelog-cli-v2.2.2","sha":"8ce6a7bbd3fae87aa9d56fca68c2e16fbb2cace5","kind":"commit","published_at":"2021-12-25T17:22:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2/manifests"},{"name":"conventional-changelog-v3.1.25","sha":"8e9c3d76aaffd7fe67a78270b3ad9b881e953e7e","kind":"commit","published_at":"2021-12-24T18:50:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25/manifests"},{"name":"conventional-changelog-cli-v2.2.1","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1/manifests"},{"name":"conventional-commits-parser-v3.2.3","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.1","sha":"c35708d56a55e31b750aec1f745e5be52f0a75f2","kind":"commit","published_at":"2021-09-09T19:06:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1/manifests"},{"name":"conventional-commits-parser-v3.2.2","sha":"1bae48ff85eff0736ea6691b7214f3fc9c026256","kind":"commit","published_at":"2021-09-09T14:45:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2/manifests"},{"name":"conventional-changelog-core-v4.2.4","sha":"02fbc2d42d0faf53d4b7a2b0525626088a6ac8ba","kind":"commit","published_at":"2021-09-09T14:37:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4/manifests"},{"name":"conventional-changelog-angular-v5.0.13","sha":"e30343b4676d26b416080294dc74ebba001c0716","kind":"commit","published_at":"2021-09-09T14:31:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v5.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13/manifests"},{"name":"conventional-changelog-core-v4.2.3","sha":"318b555b6ef3aebdb5a8d4c7c734fd7234712dd3","kind":"commit","published_at":"2021-07-03T00:24:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.0","sha":"537c37d7801872c3e57e4200c64154a4d2ea042a","kind":"commit","published_at":"2021-04-30T00:15:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0/manifests"},{"name":"conventional-commits-parser-v3.2.1","sha":"758dda2937b6784f0cc6a535286862fcf95b6f06","kind":"commit","published_at":"2021-02-15T21:32:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1/manifests"},{"name":"git-raw-commits-v2.0.10","sha":"ffecaccb6e117afae9f68f1d48ff9a69554da950","kind":"commit","published_at":"2021-01-27T16:36:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10/manifests"},{"name":"conventional-changelog-writer-v5.0.0","sha":"61ef6491add84b841e1797baf09f62bbdd90dcd4","kind":"commit","published_at":"2020-12-30T22:40:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v6.1.0","sha":"3b0fb22b0bb49137b9ecddaeb349f66025205c57","kind":"commit","published_at":"2020-12-30T16:58:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0/manifests"},{"name":"conventional-changelog-core-v4.2.2","sha":"317eeb3137caff69bcc9a67fce3dc67663a010db","kind":"commit","published_at":"2020-12-30T00:53:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2/manifests"},{"name":"conventional-recommended-bump-v6.0.12","sha":"90ecc5d93bfd7626857eda5d240f92393d896be0","kind":"commit","published_at":"2020-12-30T00:43:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12/manifests"},{"name":"git-raw-commits-v2.0.9","sha":"227f3e23af86912c0cd64fdb1a820ac92e5757c5","kind":"commit","published_at":"2020-12-29T23:59:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9/manifests"},{"name":"conventional-changelog-writer-v4.1.0","sha":"77725cfb12ca3ca22abb9421b4af012a49207e7a","kind":"commit","published_at":"2020-12-29T23:41:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11/manifests"},{"name":"standard-changelog@2.0.27","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27/manifests"},{"name":"gulp-conventional-changelog@2.0.35","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35/manifests"},{"name":"git-semver-tags@4.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1/manifests"},{"name":"git-raw-commits@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8/manifests"},{"name":"conventional-commits-parser@3.2.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0/manifests"},{"name":"conventional-commits-filter@2.0.7","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7/manifests"},{"name":"conventional-changelog-writer@4.0.18","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18/manifests"},{"name":"conventional-changelog-jshint@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9/manifests"},{"name":"conventional-changelog-jquery@3.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11/manifests"},{"name":"conventional-changelog-express@2.0.6","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9/manifests"},{"name":"conventional-changelog-ember@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9/manifests"},{"name":"conventional-changelog-core@4.2.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.5.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1/manifests"},{"name":"conventional-changelog-atom@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8/manifests"},{"name":"conventional-changelog-angular@5.0.12","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12/manifests"},{"name":"conventional-changelog@3.1.24","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24/manifests"},{"name":"conventional-changelog-v3.1.24","sha":"f8fcbc2e8b0834c29178ace6382b438a020ad828","kind":"commit","published_at":"2020-10-25T02:45:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24/manifests"},{"name":"conventional-recommended-bump@6.0.10","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10/manifests"},{"name":"git-semver-tags@4.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0/manifests"},{"name":"standard-changelog@2.0.26","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26/manifests"},{"name":"gulp-conventional-changelog@2.0.34","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34/manifests"},{"name":"conventional-changelog-cli@2.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0/manifests"},{"name":"conventional-changelog@3.1.23","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23/manifests"},{"name":"conventional-changelog-core@4.2.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.4.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.1","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1/manifests"},{"name":"conventional-changelog-angular@5.0.11","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11/manifests"},{"name":"conventional-changelog@3.1.22","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22/manifests"},{"name":"standard-changelog@2.0.25","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25/manifests"},{"name":"conventional-changelog-writer@4.0.17","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17/manifests"},{"name":"gulp-conventional-changelog@2.0.33","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33/manifests"},{"name":"conventional-changelog-jshint@2.0.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8/manifests"},{"name":"conventional-changelog-core@4.1.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8/manifests"},{"name":"conventional-changelog-cli@2.0.35","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35/manifests"},{"name":"conventional-changelog-writer@4.0.16","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16/manifests"},{"name":"conventional-changelog-core@4.1.7","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7/manifests"},{"name":"conventional-changelog@3.1.21","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21/manifests"},{"name":"conventional-changelog-cli@2.0.34","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34/manifests"},{"name":"standard-changelog@2.0.24","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24/manifests"},{"name":"gulp-conventional-changelog@2.0.32","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32/manifests"},{"name":"conventional-changelog-jshint@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7/manifests"},{"name":"conventional-changelog-jquery@3.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10/manifests"},{"name":"conventional-changelog-express@2.0.5","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5/manifests"},{"name":"conventional-changelog-eslint@3.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8/manifests"},{"name":"conventional-changelog-ember@2.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8/manifests"},{"name":"conventional-changelog-core@4.1.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7/manifests"},{"name":"conventional-changelog-cli@2.0.33","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33/manifests"},{"name":"conventional-changelog-atom@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7/manifests"},{"name":"conventional-changelog-angular@5.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10/manifests"},{"name":"conventional-changelog@3.1.20","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20/manifests"},{"name":"conventional-commits-filter@2.0.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6/manifests"},{"name":"conventional-commits-parser@3.1.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.9","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9/manifests"},{"name":"git-raw-commits@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7/manifests"},{"name":"git-semver-tags@4.0.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.31","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31/manifests"},{"name":"standard-changelog@2.0.23","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23/manifests"},{"name":"conventional-changelog-writer@4.0.15","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15/manifests"},{"name":"conventional-changelog-preset-loader@2.3.4","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4/manifests"},{"name":"conventional-changelog-preset-loader-v2.3.2","sha":"9f6c56cb960a5043823cfb85b9843991201cbb51","kind":"commit","published_at":"2020-05-08T19:21:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v2.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2/manifests"},{"name":"conventional-changelog@3.1.19","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19/manifests"},{"name":"conventional-changelog-cli@2.0.32","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32/manifests"},{"name":"conventional-changelog-core@4.1.5","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5/manifests"},{"name":"gulp-conventional-changelog@2.0.30","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30/manifests"},{"name":"standard-changelog@2.0.22","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22/manifests"},{"name":"standard-changelog@2.0.21","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21/manifests"},{"name":"gulp-conventional-changelog@2.0.29","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29/manifests"},{"name":"conventional-changelog@3.1.18","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18/manifests"},{"name":"conventional-changelog-cli@2.0.31","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31/manifests"},{"name":"conventional-changelog-core@4.1.4","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4/manifests"},{"name":"conventional-changelog-core@4.1.3","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.30","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30/manifests"},{"name":"conventional-changelog@3.1.17","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17/manifests"},{"name":"standard-changelog@2.0.20","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20/manifests"},{"name":"gulp-conventional-changelog@2.0.28","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28/manifests"},{"name":"conventional-changelog@3.1.16","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16/manifests"},{"name":"gulp-conventional-changelog@2.0.27","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27/manifests"},{"name":"standard-changelog@2.0.19","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19/manifests"},{"name":"conventional-changelog-core@4.1.2","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.29","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29/manifests"},{"name":"conventional-changelog-cli@2.0.28","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28/manifests"},{"name":"conventional-changelog@3.1.15","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15/manifests"},{"name":"standard-changelog@2.0.18","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18/manifests"},{"name":"conventional-recommended-bump@6.0.5","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5/manifests"},{"name":"git-semver-tags@3.0.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1/manifests"},{"name":"git-raw-commits@2.0.3","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.26","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26/manifests"},{"name":"conventional-commits-parser@3.0.8","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.11","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11/manifests"},{"name":"conventional-changelog-core@4.1.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1/manifests"},{"name":"standard-changelog@2.0.17","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17/manifests"},{"name":"gulp-conventional-changelog@2.0.25","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25/manifests"},{"name":"conventional-recommended-bump@6.0.4","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4/manifests"},{"name":"conventional-commits-parser@3.0.7","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7/manifests"},{"name":"conventional-changelog-core@4.1.0","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.3","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3/manifests"},{"name":"conventional-changelog-cli@2.0.27","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27/manifests"},{"name":"conventional-changelog-angular@5.0.6","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6/manifests"},{"name":"conventional-changelog@3.1.14","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14/manifests"},{"name":"conventional-changelog@3.1.13","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13/manifests"},{"name":"conventional-changelog-cli@2.0.26","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.2","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2/manifests"},{"name":"conventional-changelog-core@4.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3/manifests"},{"name":"conventional-changelog-preset-loader@2.3.0","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0/manifests"},{"name":"conventional-changelog-writer@4.0.10","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10/manifests"},{"name":"conventional-commits-parser@3.0.6","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6/manifests"},{"name":"conventional-recommended-bump@6.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.24","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24/manifests"},{"name":"standard-changelog@2.0.16","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16/manifests"},{"name":"conventional-changelog-jshint@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.9","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9/manifests"},{"name":"conventional-commits-parser@3.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5/manifests"},{"name":"conventional-changelog@3.1.12","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12/manifests"},{"name":"gulp-conventional-changelog@2.0.23","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23/manifests"},{"name":"standard-changelog@2.0.15","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15/manifests"},{"name":"conventional-recommended-bump@6.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5/manifests"},{"name":"conventional-changelog-atom@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.25","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25/manifests"},{"name":"conventional-changelog-codemirror@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.1","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1/manifests"},{"name":"conventional-changelog-core@4.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2/manifests"},{"name":"conventional-changelog-ember@2.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4/manifests"},{"name":"conventional-changelog-eslint@3.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.6","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6/manifests"},{"name":"conventional-changelog-cli@2.0.24","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24/manifests"},{"name":"standard-changelog@2.0.14","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14/manifests"},{"name":"gulp-conventional-changelog@2.0.22","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22/manifests"},{"name":"conventional-recommended-bump@6.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1/manifests"},{"name":"conventional-commits-parser@3.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4/manifests"},{"name":"conventional-changelog-writer@4.0.8","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8/manifests"},{"name":"conventional-changelog-jshint@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.5","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5/manifests"},{"name":"conventional-changelog-eslint@3.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3/manifests"},{"name":"conventional-changelog-ember@2.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3/manifests"},{"name":"conventional-changelog-core@4.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.0","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2/manifests"},{"name":"conventional-changelog-atom@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4/manifests"},{"name":"conventional-changelog@3.1.11","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11/manifests"},{"name":"conventional-recommended-bump@6.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.7","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7/manifests"},{"name":"conventional-changelog-preset-loader@2.2.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0/manifests"},{"name":"conventional-changelog-core@4.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.1.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0/manifests"},{"name":"conventional-changelog-cli@2.0.23","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23/manifests"},{"name":"conventional-changelog@3.1.10","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10/manifests"},{"name":"standard-changelog@2.0.13","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13/manifests"},{"name":"gulp-conventional-changelog@2.0.21","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21/manifests"},{"name":"git-semver-tags@3.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0/manifests"},{"name":"git-semver-tags@2.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3/manifests"},{"name":"conventional-commits-parser@3.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.6","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6/manifests"},{"name":"conventional-changelog@3.1.9","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9/manifests"},{"name":"conventional-changelog-cli@2.0.22","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22/manifests"},{"name":"conventional-changelog-conventionalcommits@4.0.0","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0/manifests"},{"name":"conventional-changelog-core@3.2.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3/manifests"},{"name":"standard-changelog@2.0.12","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.20","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20/manifests"},{"name":"conventional-recommended-bump@5.0.1","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.19","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19/manifests"},{"name":"conventional-changelog-cli@2.0.21","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21/manifests"},{"name":"conventional-changelog@3.1.8","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8/manifests"},{"name":"standard-changelog@2.0.11","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.2","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2/manifests"},{"name":"conventional-changelog@3.1.7","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7/manifests"},{"name":"gulp-conventional-changelog@2.0.18","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18/manifests"},{"name":"conventional-changelog-cli@2.0.20","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.1","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.17","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17/manifests"},{"name":"conventional-changelog-cli@2.0.19","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0/manifests"},{"name":"conventional-changelog@3.1.6","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6/manifests"},{"name":"conventional-recommended-bump@5.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.16","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16/manifests"},{"name":"conventional-changelog@3.1.5","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5/manifests"},{"name":"conventional-changelog-cli@2.0.18","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18/manifests"},{"name":"conventional-changelog-conventionalcommits@2.0.0","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.2","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.17","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17/manifests"},{"name":"conventional-changelog@3.1.4","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.15","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15/manifests"},{"name":"gulp-conventional-changelog@2.0.14","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14/manifests"},{"name":"conventional-changelog-writer@4.0.5","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.16","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16/manifests"},{"name":"conventional-changelog-core@3.2.2","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2/manifests"},{"name":"conventional-changelog@3.1.3","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3/manifests"},{"name":"standard-changelog@2.0.10","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10/manifests"},{"name":"conventional-changelog@3.1.2","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2/manifests"},{"name":"conventional-changelog-core@3.2.1","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1/manifests"},{"name":"conventional-changelog-cli@2.0.15","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15/manifests"},{"name":"standard-changelog@2.0.9","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9/manifests"},{"name":"gulp-conventional-changelog@2.0.13","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13/manifests"},{"name":"conventional-recommended-bump@4.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1/manifests"},{"name":"conventional-changelog-preset-loader@2.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.14","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14/manifests"},{"name":"conventional-changelog@3.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1/manifests"},{"name":"gulp-conventional-changelog@2.0.12","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12/manifests"},{"name":"conventional-changelog-cli@2.0.13","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13/manifests"},{"name":"conventional-changelog-core@3.2.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0/manifests"},{"name":"conventional-changelog-eslint@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0/manifests"},{"name":"conventional-changelog@3.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0/manifests"},{"name":"gulp-conventional-changelog@2.0.11","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11/manifests"},{"name":"git-raw-commits@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0/manifests"},{"name":"standard-changelog@2.0.8","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.4","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4/manifests"},{"name":"conventional-commits-parser@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2/manifests"},{"name":"conventional-commits-filter@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2/manifests"},{"name":"standard-changelog@2.0.7","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7/manifests"},{"name":"conventional-changelog-cli@2.0.12","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.10","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10/manifests"},{"name":"conventional-changelog-writer@4.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3/manifests"},{"name":"conventional-changelog-core@3.1.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6/manifests"},{"name":"conventional-changelog-angular@5.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3/manifests"},{"name":"conventional-changelog@3.0.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6/manifests"},{"name":"conventional-recommended-bump@4.0.4","sha":"da729f68f9dc581623deb587c705ef65d189a9f4","kind":"tag","published_at":"2018-11-01T06:56:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4/manifests"},{"name":"standard-changelog@2.0.6","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6/manifests"},{"name":"conventional-changelog-writer@4.0.2","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2/manifests"},{"name":"conventional-changelog-core@3.1.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5/manifests"},{"name":"conventional-changelog-cli@2.0.11","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11/manifests"},{"name":"gulp-conventional-changelog@2.0.9","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.0.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5/manifests"},{"name":"standard-changelog@2.0.5","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5/manifests"},{"name":"conventional-changelog@3.0.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.8","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.0.10","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10/manifests"},{"name":"git-semver-tags@2.0.2","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.3","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3/manifests"},{"name":"conventional-changelog-core@3.1.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.7","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7/manifests"},{"name":"standard-changelog@2.0.4","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4/manifests"},{"name":"conventional-changelog@3.0.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3/manifests"},{"name":"conventional-changelog-core@3.1.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.9","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9/manifests"},{"name":"conventional-changelog-cli@2.0.8","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8/manifests"},{"name":"conventional-changelog-core@3.1.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2/manifests"},{"name":"gulp-conventional-changelog@2.0.6","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6/manifests"},{"name":"conventional-changelog@3.0.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2/manifests"},{"name":"standard-changelog@2.0.3","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.5","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.7","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7/manifests"},{"name":"conventional-changelog@3.0.1","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1/manifests"},{"name":"conventional-changelog-jquery@3.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4/manifests"},{"name":"conventional-changelog@3.0.0","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0/manifests"},{"name":"conventional-changelog-angular@5.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2/manifests"},{"name":"conventional-changelog-atom@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.6","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1/manifests"},{"name":"conventional-changelog-core@3.1.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1/manifests"},{"name":"conventional-changelog-ember@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2/manifests"},{"name":"conventional-changelog-eslint@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1/manifests"},{"name":"conventional-changelog-express@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1/manifests"},{"name":"conventional-changelog-preset-loader@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2/manifests"},{"name":"conventional-changelog-writer@4.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1/manifests"},{"name":"conventional-commits-filter@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1/manifests"},{"name":"conventional-commits-parser@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2/manifests"},{"name":"git-raw-commits@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1/manifests"},{"name":"git-semver-tags@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4/manifests"},{"name":"standard-changelog@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.3","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.5","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.4","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.2","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2/manifests"},{"name":"standard-changelog@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1/manifests"},{"name":"conventional-changelog-core@3.1.0","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0/manifests"},{"name":"conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1/manifests"},{"name":"conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0/manifests"},{"name":"conventional-changelog-jshint@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0/manifests"},{"name":"conventional-changelog-express@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0/manifests"},{"name":"conventional-changelog-eslint@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0/manifests"},{"name":"conventional-changelog-ember@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1/manifests"},{"name":"conventional-changelog-atom@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0/manifests"},{"name":"conventional-changelog-angular@5.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0/manifests"},{"name":"conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-angular@4.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1/manifests"},{"name":"conventional-changelog-jquery@2.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1/manifests"},{"name":"conventional-changelog-core@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0/manifests"},{"name":"conventional-changelog-codemirror@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0/manifests"},{"name":"conventional-commits-parser@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0/manifests"},{"name":"conventional-changelog-atom@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0/manifests"},{"name":"conventional-recommended-bump@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0/manifests"},{"name":"git-raw-commits@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0/manifests"},{"name":"conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0/manifests"},{"name":"standard-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0/manifests"},{"name":"conventional-commits-filter@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0/manifests"},{"name":"conventional-changelog-express@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0/manifests"},{"name":"conventional-changelog-eslint@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0/manifests"},{"name":"conventional-changelog-angular@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0/manifests"},{"name":"conventional-changelog-ember@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0/manifests"},{"name":"git-semver-tags@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0/manifests"},{"name":"conventional-changelog-jshint@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-angular@3.0.7","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7/manifests"},{"name":"conventional-changelog-cli@1.3.22","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22/manifests"},{"name":"conventional-changelog-core@2.0.11","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11/manifests"},{"name":"conventional-changelog-ember@0.3.12","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12/manifests"},{"name":"conventional-changelog-jquery@1.3.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9/manifests"},{"name":"conventional-recommended-bump@2.0.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9/manifests"},{"name":"gulp-conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24/manifests"},{"name":"standard-changelog@1.0.19","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19/manifests"},{"name":"conventional-changelog-jshint@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8/manifests"},{"name":"conventional-changelog-codemirror@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8/manifests"},{"name":"conventional-changelog-core@2.0.10","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10/manifests"},{"name":"conventional-changelog-ember@0.3.11","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11/manifests"},{"name":"conventional-changelog-eslint@1.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9/manifests"},{"name":"conventional-changelog-jquery@1.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8/manifests"},{"name":"conventional-changelog-cli@1.3.21","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21/manifests"},{"name":"conventional-changelog-writer@3.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9/manifests"},{"name":"gulp-conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23/manifests"},{"name":"standard-changelog@1.0.18","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18/manifests"},{"name":"conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-angular@3.0.6","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6/manifests"},{"name":"conventional-changelog-atom@0.2.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8/manifests"},{"name":"conventional-changelog-cli@1.3.20","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20/manifests"},{"name":"gulp-conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-writer@3.0.8","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8/manifests"},{"name":"conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22/manifests"},{"name":"standard-changelog@1.0.17","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17/manifests"},{"name":"conventional-changelog-ember@0.3.10","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10/manifests"},{"name":"conventional-changelog-core@2.0.9","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9/manifests"},{"name":"conventional-changelog-angular@3.0.5","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5/manifests"},{"name":"conventional-changelog-express@0.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6/manifests"},{"name":"git-semver-tags@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6/manifests"},{"name":"git-raw-commits@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6/manifests"},{"name":"conventional-changelog-jquery@1.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7/manifests"},{"name":"conventional-recommended-bump@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8/manifests"},{"name":"conventional-commits-parser@2.1.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7/manifests"},{"name":"conventional-changelog-writer@3.0.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7/manifests"},{"name":"conventional-changelog-preset-loader@1.1.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8/manifests"},{"name":"conventional-changelog-jshint@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7/manifests"},{"name":"conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-cli@1.3.19","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19/manifests"},{"name":"conventional-changelog-atom@0.2.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7/manifests"},{"name":"conventional-changelog-angular@3.0.4","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4/manifests"},{"name":"conventional-changelog-codemirror@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7/manifests"},{"name":"conventional-changelog-core@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.9","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9/manifests"},{"name":"conventional-changelog-eslint@1.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8/manifests"},{"name":"gulp-conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21/manifests"},{"name":"standard-changelog@1.0.16","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16/manifests"},{"name":"gulp-conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-jquery@1.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7/manifests"},{"name":"conventional-changelog-ember@0.3.8","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8/manifests"},{"name":"conventional-changelog-core@2.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7/manifests"},{"name":"conventional-changelog-angular@3.0.3","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3/manifests"},{"name":"standard-changelog@1.0.15","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15/manifests"},{"name":"conventional-changelog-atom@0.2.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6/manifests"},{"name":"conventional-changelog-cli@1.3.18","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18/manifests"},{"name":"conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-codemirror@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6/manifests"},{"name":"conventional-changelog-jshint@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6/manifests"},{"name":"conventional-changelog-writer@3.0.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6/manifests"},{"name":"conventional-changelog-angular@3.0.2","sha":"1cc079df803f58b52c8aa997fff43e9c162266e7","kind":"tag","published_at":"2018-03-22T14:14:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7/manifests"},{"name":"standard-changelog@1.0.14","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14/manifests"},{"name":"gulp-conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19/manifests"},{"name":"git-semver-tags@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5/manifests"},{"name":"git-raw-commits@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7/manifests"},{"name":"conventional-commits-parser@2.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6/manifests"},{"name":"conventional-commits-filter@1.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5/manifests"},{"name":"conventional-changelog-jshint@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5/manifests"},{"name":"conventional-changelog-jquery@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5/manifests"},{"name":"conventional-changelog-express@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6/manifests"},{"name":"conventional-changelog-ember@0.3.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7/manifests"},{"name":"conventional-changelog-core@2.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5/manifests"},{"name":"conventional-changelog-cli@1.3.17","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17/manifests"},{"name":"conventional-changelog-atom@0.2.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5/manifests"},{"name":"conventional-changelog-angular@3.0.1","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1/manifests"},{"name":"conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19/manifests"},{"name":"conventional-changelog-angular@3.0.0","sha":"49997aaba373502e5b38bd366846934641e95799","kind":"tag","published_at":"2018-03-22T13:45:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-eslint@1.0.5","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5/manifests"},{"name":"conventional-changelog-cli@1.3.16","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16/manifests"},{"name":"conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-angular@1.6.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6/manifests"},{"name":"conventional-changelog-atom@0.2.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4/manifests"},{"name":"conventional-changelog-cli@1.3.15","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15/manifests"},{"name":"conventional-changelog-codemirror@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4/manifests"},{"name":"conventional-changelog-express@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4/manifests"},{"name":"conventional-changelog-jquery@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4/manifests"},{"name":"conventional-changelog-jshint@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4/manifests"},{"name":"conventional-commits-filter@1.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5/manifests"},{"name":"conventional-commits-parser@2.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5/manifests"},{"name":"gulp-conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17/manifests"},{"name":"standard-changelog@1.0.13","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13/manifests"},{"name":"git-semver-tags@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4/manifests"},{"name":"conventional-recommended-bump@2.0.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6/manifests"},{"name":"git-raw-commits@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4/manifests"},{"name":"conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17/manifests"},{"name":"git-semver-tags@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3/manifests"},{"name":"conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog-angular@1.6.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5/manifests"},{"name":"conventional-changelog-atom@0.2.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3/manifests"},{"name":"conventional-changelog-cli@1.3.14","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14/manifests"},{"name":"conventional-changelog-codemirror@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4/manifests"},{"name":"conventional-changelog-ember@0.3.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3/manifests"},{"name":"conventional-changelog-express@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3/manifests"},{"name":"conventional-changelog-jshint@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5/manifests"},{"name":"conventional-changelog-writer@3.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3/manifests"},{"name":"conventional-commits-filter@1.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4/manifests"},{"name":"conventional-commits-parser@2.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4/manifests"},{"name":"conventional-recommended-bump@2.0.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5/manifests"},{"name":"git-raw-commits@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3/manifests"},{"name":"gulp-conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16/manifests"},{"name":"standard-changelog@1.0.12","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12/manifests"},{"name":"conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15/manifests"},{"name":"gulp-conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15/manifests"},{"name":"conventional-recommended-bump@2.0.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4/manifests"},{"name":"conventional-changelog-cli@1.3.13","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13/manifests"},{"name":"git-raw-commits@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2/manifests"},{"name":"standard-changelog@1.0.11","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11/manifests"},{"name":"conventional-recommended-bump@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3/manifests"},{"name":"gulp-conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14/manifests"},{"name":"git-semver-tags@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2/manifests"},{"name":"conventional-changelog-express@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3/manifests"},{"name":"conventional-commits-filter@1.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3/manifests"},{"name":"conventional-changelog-writer@3.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2/manifests"},{"name":"conventional-changelog-jshint@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2/manifests"},{"name":"conventional-changelog-jquery@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2/manifests"},{"name":"conventional-changelog-eslint@1.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2/manifests"},{"name":"conventional-changelog-ember@0.3.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3/manifests"},{"name":"conventional-changelog-codemirror@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2/manifests"},{"name":"conventional-changelog-cli@1.3.12","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12/manifests"},{"name":"conventional-changelog-atom@0.2.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2/manifests"},{"name":"conventional-changelog-angular@1.6.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4/manifests"},{"name":"conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14/manifests"},{"name":"conventional-recommended-bump@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2/manifests"},{"name":"conventional-commits-parser@2.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2/manifests"},{"name":"standard-changelog@1.0.10","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10/manifests"},{"name":"conventional-commits-filter@1.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2/manifests"},{"name":"conventional-changelog-writer@3.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1/manifests"},{"name":"conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13/manifests"},{"name":"gulp-conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13/manifests"},{"name":"git-semver-tags@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1/manifests"},{"name":"git-raw-commits@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1/manifests"},{"name":"conventional-changelog-jshint@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1/manifests"},{"name":"conventional-changelog-jquery@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1/manifests"},{"name":"conventional-changelog-express@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1/manifests"},{"name":"conventional-changelog-ember@0.3.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2/manifests"},{"name":"conventional-changelog-codemirror@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1/manifests"},{"name":"conventional-changelog-cli@1.3.11","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11/manifests"},{"name":"conventional-changelog-atom@0.2.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1/manifests"},{"name":"conventional-changelog-angular@1.6.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3/manifests"},{"name":"conventional-changelog-cli@1.3.10","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10/manifests"},{"name":"conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12/manifests"},{"name":"gulp-conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12/manifests"},{"name":"conventional-recommended-bump@2.0.1","sha":"a4f0aa902d3e966fe6d6b1d46f2130838524cfbf","kind":"tag","published_at":"2018-02-12T14:54:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1/manifests"},{"name":"conventional-recommended-bump@2.0.0","sha":"9885d205ed96338575335652d006f475408e1195","kind":"tag","published_at":"2018-02-12T14:30:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0/manifests"},{"name":"conventional-changelog-preset-loader@1.1.2","sha":"a450d974237d440009ec3fb4c63974cf066e8f79","kind":"tag","published_at":"2018-02-12T04:07:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.1","sha":"5af1f00dcc4e1f9c3299bc7feb322a88b711f042","kind":"tag","published_at":"2018-02-09T04:17:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.0","sha":"c3eb36dbc52f383df6f3dcf3a3870b01ceee0b8b","kind":"tag","published_at":"2018-02-08T14:46:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0/manifests"},{"name":"conventional-commits-parser@2.1.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1/manifests"},{"name":"conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11/manifests"},{"name":"conventional-changelog-angular@1.6.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2/manifests"},{"name":"conventional-changelog-cli@1.3.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9/manifests"},{"name":"conventional-changelog-core@2.0.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1/manifests"},{"name":"conventional-changelog-ember@0.3.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2/manifests"},{"name":"conventional-recommended-bump@1.2.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1/manifests"},{"name":"gulp-conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11/manifests"},{"name":"standard-changelog@1.0.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9/manifests"},{"name":"standard-changelog@1.0.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8/manifests"},{"name":"gulp-conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10/manifests"},{"name":"git-semver-tags@1.3.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.2.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0/manifests"},{"name":"conventional-changelog-writer@3.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0/manifests"},{"name":"conventional-changelog-eslint@1.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.3.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1/manifests"},{"name":"conventional-changelog-core@2.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8/manifests"},{"name":"conventional-changelog-angular@1.6.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1/manifests"},{"name":"conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10/manifests"},{"name":"standard-changelog@1.0.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7/manifests"},{"name":"gulp-conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-jshint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0/manifests"},{"name":"conventional-changelog-jquery@1.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0/manifests"},{"name":"conventional-changelog-express@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0/manifests"},{"name":"conventional-changelog-eslint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0/manifests"},{"name":"conventional-changelog-ember@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0/manifests"},{"name":"conventional-changelog-core@1.9.5","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5/manifests"},{"name":"conventional-changelog-codemirror@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0/manifests"},{"name":"conventional-changelog-cli@1.3.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7/manifests"},{"name":"conventional-changelog-atom@0.2.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0/manifests"},{"name":"conventional-changelog-angular@1.6.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0/manifests"},{"name":"conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-angular@1.5.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3/manifests"},{"name":"standard-changelog@1.0.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6/manifests"},{"name":"gulp-conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8/manifests"},{"name":"conventional-recommended-bump@1.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0/manifests"},{"name":"conventional-commits-parser@2.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0/manifests"},{"name":"conventional-commits-filter@1.1.1","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1/manifests"},{"name":"conventional-changelog-writer@2.0.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.2.10","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10/manifests"},{"name":"conventional-changelog-core@1.9.4","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4/manifests"},{"name":"conventional-changelog-cli@1.3.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6/manifests"},{"name":"conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8/manifests"},{"name":"conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7/manifests"},{"name":"conventional-changelog-express@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1/manifests"},{"name":"conventional-changelog-eslint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1/manifests"},{"name":"conventional-changelog-jquery@1.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1/manifests"},{"name":"conventional-changelog-ember@0.2.9","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9/manifests"},{"name":"conventional-changelog-jshint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1/manifests"},{"name":"conventional-changelog-writer@2.0.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2/manifests"},{"name":"conventional-changelog-core@1.9.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3/manifests"},{"name":"conventional-commits-filter@1.1.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0/manifests"},{"name":"conventional-changelog-codemirror@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1/manifests"},{"name":"conventional-commits-parser@2.0.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1/manifests"},{"name":"conventional-recommended-bump@1.0.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3/manifests"},{"name":"conventional-changelog-cli@1.3.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5/manifests"},{"name":"git-raw-commits@1.3.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0/manifests"},{"name":"conventional-changelog-atom@0.1.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2/manifests"},{"name":"git-semver-tags@1.2.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3/manifests"},{"name":"conventional-changelog-angular@1.5.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2/manifests"},{"name":"gulp-conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7/manifests"},{"name":"standard-changelog@1.0.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5/manifests"},{"name":"@marionebl/conventional-commits-parser@3.0.0","sha":"edf4068ce4c3ea6ac5b61323473ab655be5eb895","kind":"tag","published_at":"2017-11-01T07:09:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/@marionebl/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/@marionebl/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0/manifests"},{"name":"git-semver-tags@1.2.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2/manifests"},{"name":"standard-changelog@1.0.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4/manifests"},{"name":"conventional-changelog-ember@0.2.8","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8/manifests"},{"name":"gulp-conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-core@1.9.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2/manifests"},{"name":"conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-angular@1.5.1","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1/manifests"},{"name":"conventional-recommended-bump@1.0.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2/manifests"},{"name":"conventional-changelog-cli@1.3.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4/manifests"},{"name":"standard-changelog@1.0.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3/manifests"},{"name":"conventional-changelog-core@1.9.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1/manifests"},{"name":"conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-ember@0.2.7","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7/manifests"},{"name":"conventional-changelog-writer@2.0.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1/manifests"},{"name":"conventional-changelog-angular@1.5.0","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0/manifests"},{"name":"gulp-conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-cli@1.3.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3/manifests"},{"name":"conventional-changelog-angular@1.4.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0/manifests"},{"name":"conventional-changelog-core@1.9.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0/manifests"},{"name":"conventional-changelog-codemirror@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0/manifests"},{"name":"conventional-changelog-cli@1.3.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2/manifests"},{"name":"conventional-changelog-atom@0.1.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1/manifests"},{"name":"standard-changelog@1.0.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2/manifests"},{"name":"conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4/manifests"},{"name":"conventional-changelog-ember@0.2.6","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6/manifests"},{"name":"conventional-changelog-eslint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0/manifests"},{"name":"conventional-changelog-express@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0/manifests"},{"name":"conventional-changelog-jquery@1.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0/manifests"},{"name":"conventional-changelog-jshint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0/manifests"},{"name":"conventional-changelog-writer@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0/manifests"},{"name":"conventional-commits-parser@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1/manifests"},{"name":"git-semver-tags@1.2.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1/manifests"},{"name":"gulp-conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4/manifests"},{"name":"conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3/manifests"},{"name":"conventional-changelog-core@1.8.0","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.8.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0/manifests"},{"name":"conventional-changelog-ember@0.2.5","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5/manifests"},{"name":"gulp-conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3/manifests"},{"name":"standard-changelog@1.0.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1/manifests"},{"name":"conventional-changelog-cli@1.3.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1/manifests"},{"name":"conventional-changelog-angular@1.3.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3/manifests"},{"name":"conventional-changelog-ember@0.2.4","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4/manifests"},{"name":"conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2/manifests"},{"name":"conventional-changelog-angular@1.3.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2/manifests"},{"name":"conventional-changelog-core@1.7.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.7.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0/manifests"},{"name":"conventional-changelog-cli@1.3.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0/manifests"},{"name":"standard-changelog@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2/manifests"},{"name":"git-semver-tags@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0/manifests"},{"name":"git-raw-commits@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0/manifests"},{"name":"conventional-recommended-bump@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"tag","published_at":"2017-03-10T05:35:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0/manifests"},{"name":"conventional-changelog-ember@0.2.3","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3/manifests"},{"name":"gulp-conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1/manifests"},{"name":"standard-changelog@0.0.2","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@0.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2/manifests"},{"name":"conventional-changelog-angular@1.3.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1/manifests"},{"name":"conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-cli@1.2.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1/manifests"},{"name":"conventional-changelog-core@1.6.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0/manifests"},{"name":"conventional-changelog-cli@1.2.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:01:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0/manifests"},{"name":"conventional-changelog-core@1.5.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:00:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0/manifests"},{"name":"git-raw-commits@1.1.2","sha":"f5fe78b1f15791cb0499744bf278dff22b52732f","kind":"tag","published_at":"2017-03-09T07:37:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2/manifests"},{"name":"git-semver-tags@1.1.2","sha":"7be07c7c0f49572b1c0e9c98f004b599d8b5bb1a","kind":"tag","published_at":"2017-03-09T07:35:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2/manifests"},{"name":"v1.1.0","sha":"600d411569271467389c3cbe71f7f657980e89a1","kind":"tag","published_at":"2016-02-13T06:59:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"9591280a8d09220aced3383abe3bc7ecbb34b503","kind":"tag","published_at":"2016-02-13T06:37:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"beef421f56939190a4ca30c28788eda1b3f9480d","kind":"tag","published_at":"2016-02-05T13:49:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"c8e90ab7fddd0b98855913e73fc12f9dc9dc81b1","kind":"tag","published_at":"2016-02-05T12:59:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0/manifests"},{"name":"v0.5.3","sha":"d79ce243223260b153699b99de0503698546ea63","kind":"tag","published_at":"2015-12-25T05:07:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"9e7b771072a2680c6c335fcad38003aade53213e","kind":"tag","published_at":"2015-12-23T12:24:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"4bf7d8df29f7be29552b82ec2b7112fad0c39a3e","kind":"tag","published_at":"2015-10-20T09:52:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"5ca2204b472704543ebbc744a22f8f90ec659659","kind":"tag","published_at":"2015-09-30T08:49:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"e5f2f3bc675e2c7e5cc6aa0ed50da7941833e492","kind":"tag","published_at":"2015-09-04T03:16:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"7536a0b351cc4f2764e71cbc268a178ab595259d","kind":"tag","published_at":"2015-08-17T01:28:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"56fa3d92620a41a875b3337fa51d04d6df23b1a8","kind":"tag","published_at":"2015-08-15T12:34:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"eefec0ef598a92e78510ee8626fd9bbcdb1398e4","kind":"tag","published_at":"2015-08-15T11:19:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0/manifests"},{"name":"v0.3.2","sha":"74b99dca61eafd56ba93605016b086a1108e77fe","kind":"tag","published_at":"2015-08-13T03:12:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"a1aca9c31a45aded77962bd0defc32e503aec213","kind":"commit","published_at":"2015-08-11T06:23:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"b489672d27ff703337c540f0fbc43f6486a84d99","kind":"commit","published_at":"2015-08-09T03:27:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"12e3cd6b151353dbe7f584adabbe5dd8a28424db","kind":"commit","published_at":"2015-07-24T08:13:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"f437b457b5ea6c105535a360144000f8315db54d","kind":"commit","published_at":"2015-07-24T04:54:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0/manifests"},{"name":"v0.1.3","sha":"c8fa9d0b94f8ac07f162623e4b9e9e68aad82e62","kind":"commit","published_at":"2015-07-22T11:06:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"6ba5d6e4b90a154dbca6ec0f80c66ad5995cd770","kind":"commit","published_at":"2015-07-22T07:10:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c015f8762f70eff2be7b8d7fb82438689239d717","kind":"commit","published_at":"2015-07-20T07:55:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"7253d0fea773e3f7cc0a3fb8278c9da070df26ee","kind":"commit","published_at":"2015-07-20T07:12:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.3","sha":"0c9f1e89bfacec8e08bac8ef96d64e3abdbecda7","kind":"commit","published_at":"2015-07-17T11:02:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"fec1baf43b8c0156682d4014a4fd066bd24ad448","kind":"commit","published_at":"2015-07-17T06:23:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"a5ea0dfada48601b9e3fbec78dd37d70380a2db6","kind":"commit","published_at":"2015-07-15T08:03:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1/manifests"},{"name":"v0.1.0-alpha.3","sha":"9b6cc68a2c17c9671363fe7af5de7ebd3a06aaeb","kind":"commit","published_at":"2015-07-06T01:27:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3/manifests"},{"name":"v0.1.0-alpha.2","sha":"34b0f460c34ecc48af857d8ee5d7038970ba56fb","kind":"commit","published_at":"2015-06-29T12:04:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2/manifests"},{"name":"v0.1.0-alpha.1","sha":"05b3415fc699ab43f3fa33b5ecd040ab5ecdf9e2","kind":"commit","published_at":"2015-06-24T04:42:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1/manifests"},{"name":"v0.0.17","sha":"3cae05244e48af9cf4abbef3114060db585a574c","kind":"commit","published_at":"2015-04-03T02:12:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"c0719ce6ba16778dd34c2cfdc81e7f3c5321409d","kind":"commit","published_at":"2015-03-19T04:15:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"57af04dc3e362c0e327b716279c9143028c6e0da","kind":"commit","published_at":"2015-03-18T20:23:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"69be290efb58a6a92e9ae78d7b37168d293920b5","kind":"commit","published_at":"2015-03-13T21:22:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"15a39d02ba3d666e7820eecbb8c5493ef2f6040a","kind":"commit","published_at":"2015-03-12T23:17:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13/manifests"},{"name":"v0.0.11","sha":"37f5561553c30d8f0f2c949502ea278da64949cd","kind":"tag","published_at":"2014-05-28T13:14:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"ad6f6ec5499d2c902b88da95487862d50e5ad776","kind":"tag","published_at":"2014-05-28T12:51:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"87efbabd9bc2a0fd83255e6cb856961b10aef9eb","kind":"tag","published_at":"2014-05-06T17:11:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"94b12cf69c51264b1edb6c81b50a262f0536894b","kind":"tag","published_at":"2014-04-10T14:45:48.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"1cf17e494fd7d8538c55189c72c0cf57d145ef41","kind":"tag","published_at":"2014-04-10T14:06:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"861f9ec93de28be4185b35815c2b6ab17746eb3f","kind":"commit","published_at":"2014-01-23T19:39:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"3f59f7356c86f30ef8e8754386373c2a8f97b367","kind":"commit","published_at":"2014-01-23T18:59:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6fa2c22464dcd964df604550c2ce2ed1d2f4362b","kind":"commit","published_at":"2014-01-04T21:36:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4/manifests"}]},"repo_metadata_updated_at":"2024-02-25T22:49:03.377Z","dependent_packages_count":351,"downloads":8991772,"downloads_period":"last-month","dependent_repos_count":65846,"rankings":{"downloads":0.1411110012522971,"dependent_repos_count":0.11741510862438062,"dependent_packages_count":0.15231473299126472,"stargazers_count":1.154472815396108,"forks_count":1.396504006357065,"docker_downloads_count":0.3271489667778544,"average":0.5481611052331616},"purl":"pkg:npm/conventional-changelog-jquery","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/conventional-changelog-jquery","docker_dependents_count":401,"docker_downloads_count":31643307,"usage_url":"https://repos.ecosyste.ms/usage/npm/conventional-changelog-jquery","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/conventional-changelog-jquery/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-02-25T22:48:27.986Z","issues_count":106,"pull_requests_count":374,"avg_time_to_close_issue":22341347.54761905,"avg_time_to_close_pull_request":5796728.513422819,"issues_closed_count":42,"pull_requests_closed_count":298,"pull_request_authors_count":62,"issue_authors_count":75,"avg_comments_per_issue":1.8773584905660377,"avg_comments_per_pull_request":1.3689839572192513,"merged_pull_requests_count":234,"bot_issues_count":1,"bot_pull_requests_count":174,"past_year_issues_count":57,"past_year_pull_requests_count":298,"past_year_avg_time_to_close_issue":1508151.6129032257,"past_year_avg_time_to_close_pull_request":850717.8759689922,"past_year_issues_closed_count":31,"past_year_pull_requests_closed_count":258,"past_year_pull_request_authors_count":28,"past_year_issue_authors_count":31,"past_year_avg_comments_per_issue":1.5614035087719298,"past_year_avg_comments_per_pull_request":1.1812080536912752,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":155,"past_year_merged_pull_requests_count":211,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues"},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-jquery/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-jquery/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-jquery/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-jquery/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-jquery/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-jquery/codemeta","maintainers":[{"uuid":"stevemao","login":"stevemao","name":null,"email":"steve.mao@healthinteract.com.au","url":null,"packages_count":167,"html_url":"https://www.npmjs.com/~stevemao","role":null,"created_at":"2022-11-10T11:48:10.922Z","updated_at":"2022-11-10T11:48:10.922Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/stevemao/packages"},{"uuid":"bcoe","login":"bcoe","name":null,"email":"bencoe@gmail.com","url":null,"packages_count":557,"html_url":"https://www.npmjs.com/~bcoe","role":null,"created_at":"2022-11-10T11:48:10.889Z","updated_at":"2022-11-10T11:48:10.889Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/bcoe/packages"},{"uuid":"oss-bot","login":"oss-bot","name":null,"email":"bencoe+oss-bot@gmail.com","url":null,"packages_count":57,"html_url":"https://www.npmjs.com/~oss-bot","role":null,"created_at":"2022-11-10T11:48:10.818Z","updated_at":"2022-11-10T11:48:10.818Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/oss-bot/packages"},{"uuid":"tapppi","login":"tapppi","name":null,"email":"moilanen.tapani@gmail.com","url":null,"packages_count":27,"html_url":"https://www.npmjs.com/~tapppi","role":null,"created_at":"2022-11-10T11:48:10.940Z","updated_at":"2022-11-10T11:48:10.940Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/tapppi/packages"},{"uuid":"dangreen","login":"dangreen","name":null,"email":"danon0404@gmail.com","url":null,"packages_count":110,"html_url":"https://www.npmjs.com/~dangreen","role":null,"created_at":"2026-02-10T22:15:56.223Z","updated_at":"2026-02-10T22:15:56.223Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/dangreen/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5644415,"maintainers_count":1200486,"namespaces_count":399623,"keywords_count":847874,"github":"npm","metadata":{"funded_packages_count":171745},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-06-10T05:11:46.456Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":1554953,"name":"conventional-changelog-express","ecosystem":"npm","description":"Express preset for conventional-changelog.","homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-express#readme","licenses":"ISC","normalized_licenses":["ISC"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":["conventional-changelog","express","preset"],"namespace":null,"versions_count":20,"first_release_published_at":"2015-12-26T10:17:53.964Z","latest_release_published_at":"2026-03-04T22:08:06.296Z","latest_release_number":"5.1.0","last_synced_at":"2026-06-11T14:09:09.342Z","created_at":"2022-04-09T05:41:25.343Z","updated_at":"2026-06-11T14:09:09.342Z","registry_url":"https://www.npmjs.com/package/conventional-changelog-express","install_command":"npm install conventional-changelog-express","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"next":"2.0.6","latest":"5.1.0"}},"repo_metadata":{"id":12961414,"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2024-06-18T04:54:14.000Z","size":5832,"stargazers_count":7627,"open_issues_count":249,"forks_count":715,"subscribers_count":58,"default_branch":"master","last_synced_at":"2024-06-19T09:40:31.278Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2024-06-19T09:40:44.711Z","dependencies_parsed_at":"2022-07-13T10:30:31.523Z","dependency_job_id":"5f6d159e-c4c6-405b-9fa7-976ffc4dfa04","html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1464,"total_committers":136,"mean_commits":"10.764705882352942","dds":"0.40095628415300544","last_synced_commit":"58f0887283a200d52e49607baf7b352f26177b05"},"previous_names":["ajoslin/conventional-changelog"],"tags_count":777,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":215686924,"owners_count":15916249,"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"},"owner_record":{"login":"conventional-changelog","name":"conventional-changelog","uuid":"16443515","kind":"organization","description":"Tools to generate changelogs and release notes from a project's commit messages and metadata.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16443515?v=4","repositories_count":12,"last_synced_at":"2024-03-25T20:05:25.442Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/conventional-changelog","funding_links":[],"total_stars":31480,"followers":325,"following":0,"created_at":"2022-11-02T16:25:21.572Z","updated_at":"2024-03-25T20:05:26.809Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog/repositories"},"tags":[{"name":"git-client-v1.0.1","sha":"d3b8aaa16337993bbad4d91db1ffac5a7568756b","kind":"commit","published_at":"2024-05-06T14:46:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1/manifests"},{"name":"conventional-changelog-v6.0.0","sha":"83bb15ba5de08f080884fc906c6db3c99c8b2131","kind":"commit","published_at":"2024-04-26T22:08:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0/manifests"},{"name":"conventional-changelog-core-v8.0.0","sha":"7bc92fc05e4447f311ad52b6e39d36f461eaf083","kind":"commit","published_at":"2024-04-26T22:07:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v8.0.0","sha":"3129c812139bf7454a64b4d506e6b85cd5abc77c","kind":"commit","published_at":"2024-04-26T22:06:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0/manifests"},{"name":"git-semver-tags-v8.0.0","sha":"fbd1b3bcd6253a32de89eb21145c2eb70d9396b6","kind":"commit","published_at":"2024-04-26T22:05:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v5.0.0","sha":"e34c96db3dbebedb17a6583aae8855dddd056f83","kind":"commit","published_at":"2024-04-26T22:04:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0/manifests"},{"name":"conventional-changelog-angular-v8.0.0","sha":"2aa6291a93eb881230e896f87a5232873b6a9717","kind":"commit","published_at":"2024-04-26T22:04:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0/manifests"},{"name":"conventional-changelog-jquery-v6.0.0","sha":"1c71cd6d4868ef2e158963e277609a9794806306","kind":"commit","published_at":"2024-04-26T22:03:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v8.0.0","sha":"533e36277d1779a5ac79a06210c603b5f88bc030","kind":"commit","published_at":"2024-04-26T22:00:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0/manifests"},{"name":"conventional-changelog-eslint-v6.0.0","sha":"c7459cd7d1e1ab82c9a5d552b008c02aba290cad","kind":"commit","published_at":"2024-04-26T21:59:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0/manifests"},{"name":"git-raw-commits-v5.0.0","sha":"f61ea377e843db0852c35911785895ec43481f11","kind":"commit","published_at":"2024-04-26T21:58:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0/manifests"},{"name":"conventional-changelog-codemirror-v5.0.0","sha":"77525286ffc8869a6ac351ebe28198842815cb7c","kind":"commit","published_at":"2024-04-26T21:57:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0/manifests"},{"name":"conventional-changelog-cli-v5.0.0","sha":"a75cef688b9a1557ca981178d4d35c18963160b6","kind":"commit","published_at":"2024-04-26T21:53:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0/manifests"},{"name":"conventional-changelog-express-v5.0.0","sha":"a6ab80d6e30091a8b743ee97a87e7400af1ebc53","kind":"commit","published_at":"2024-04-26T21:53:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v10.0.0","sha":"d7c409b02f1d58cf6f0293edcadbe5f00a78a622","kind":"commit","published_at":"2024-04-26T21:52:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v10.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v10.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0/manifests"},{"name":"conventional-changelog-atom-v5.0.0","sha":"3b2b9d0ec2382f73d9cf000a1004596f90ece916","kind":"commit","published_at":"2024-04-26T21:51:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0/manifests"},{"name":"conventional-changelog-jshint-v5.0.0","sha":"d7dae509e72b09d1496ae51f1f04c15581c828fc","kind":"commit","published_at":"2024-04-26T21:50:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0/manifests"},{"name":"conventional-changelog-ember-v5.0.0","sha":"2e99dfa49112ffe6c864dd0e436f0db1e696b1f9","kind":"commit","published_at":"2024-04-26T21:50:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0/manifests"},{"name":"conventional-commits-parser-v6.0.0","sha":"646e1be132ccd0f32e3074de2f511be5c610984f","kind":"commit","published_at":"2024-04-26T21:48:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0/manifests"},{"name":"conventional-commits-filter-v5.0.0","sha":"be4266b7ef7b84ba5c198dfa8c143229f8a5b128","kind":"commit","published_at":"2024-04-26T21:47:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0/manifests"},{"name":"standard-changelog-v6.0.0","sha":"3e9b9387f29e48a508b70b88f26b40a6db9fea16","kind":"commit","published_at":"2024-04-26T21:45:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v5.0.0","sha":"041a1a9b73b201add30494aed19d026b948bd8f1","kind":"commit","published_at":"2024-04-26T21:41:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0/manifests"},{"name":"git-client-v1.0.0","sha":"7e51fe970576503cae3ab94e6e9b3e01017b044d","kind":"commit","published_at":"2024-04-26T21:21:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0/manifests"},{"name":"git-semver-tags-v7.0.1","sha":"fac8045242099c016f5f3905e54e02b7d466bd7b","kind":"commit","published_at":"2023-09-10T23:53:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1/manifests"},{"name":"conventional-changelog-writer-v7.0.1","sha":"e3a643ad39ec3bc4cfb1dff2aa1101333df33dc3","kind":"commit","published_at":"2023-09-10T23:49:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1/manifests"},{"name":"conventional-changelog-cli-v4.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0/manifests"},{"name":"conventional-changelog-v5.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0/manifests"},{"name":"conventional-changelog-core-v7.0.0","sha":"2e467dd39a35c3813597711a37690897183b4abc","kind":"commit","published_at":"2023-09-08T22:03:37.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0/manifests"},{"name":"git-semver-tags-v7.0.0","sha":"a13f788bd505d8253a2d92413fc4a7780e11ec07","kind":"commit","published_at":"2023-09-08T21:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0/manifests"},{"name":"standard-changelog-v5.0.0","sha":"34569c7a3fd2b0362a461517a1f4e20e7eecd9fc","kind":"commit","published_at":"2023-09-08T21:55:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v9.0.0","sha":"ad633d9d81f66ef80d7f77832a264cb0c5b971ef","kind":"commit","published_at":"2023-09-08T21:50:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.2","sha":"50113f9b569259d991f1a734a192964ca71f0118","kind":"commit","published_at":"2023-09-08T21:41:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2/manifests"},{"name":"conventional-changelog-preset-loader-v4.1.0","sha":"a14d2186575f6061f236c9a47d803694b18f8373","kind":"commit","published_at":"2023-09-08T21:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.1","sha":"ca4324b0a690b2595f8b574882ff95329a2dc195","kind":"commit","published_at":"2023-08-27T19:11:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1/manifests"},{"name":"conventional-commits-filter-v4.0.0","sha":"26fc9ea274dc0c62442ec9d97b20a2ebb49138bf","kind":"commit","published_at":"2023-08-27T12:55:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0/manifests"},{"name":"standard-changelog-v4.0.0","sha":"5b788265774bf4b63d3c83a178ca53e8e7095903","kind":"commit","published_at":"2023-08-27T12:50:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-eslint-v5.0.0","sha":"679594c0716275771cc23b314e4362899fe72f87","kind":"commit","published_at":"2023-08-27T12:46:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0/manifests"},{"name":"git-semver-tags-v6.0.0","sha":"1c75c72d9b5d59e3ea4e914c58a85f7559f29602","kind":"commit","published_at":"2023-08-27T12:40:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0/manifests"},{"name":"conventional-recommended-bump-v8.0.0","sha":"624377a24e8e3658bcf2329a9a98f9a7b02a4cb3","kind":"commit","published_at":"2023-08-27T12:33:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0/manifests"},{"name":"conventional-changelog-writer-v7.0.0","sha":"d669bb67dc713cb1e4374e3216ed7d83cde743c5","kind":"commit","published_at":"2023-08-27T12:27:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0/manifests"},{"name":"conventional-changelog-codemirror-v4.0.0","sha":"933fd0b3dd355d648faf57241b796a714004c722","kind":"commit","published_at":"2023-08-27T12:23:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0/manifests"},{"name":"conventional-changelog-express-v4.0.0","sha":"c9e9ceb3a3727659bd117bab01cbc7642d588f06","kind":"commit","published_at":"2023-08-27T12:16:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0/manifests"},{"name":"conventional-changelog-ember-v4.0.0","sha":"5d7c16268f79b7f180e34e997fdb37373d714666","kind":"commit","published_at":"2023-08-27T12:11:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0/manifests"},{"name":"conventional-changelog-jquery-v5.0.0","sha":"d643efb1050dcdaecee626044315644ff9b9e43b","kind":"commit","published_at":"2023-08-27T12:07:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v4.0.0","sha":"636646dd9ae062e9652a7f9ccaf6c329e6e9f924","kind":"commit","published_at":"2023-08-27T12:03:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0/manifests"},{"name":"conventional-changelog-v5.0.0","sha":"7985de3edc9e655369651ad464cb39b791887dc7","kind":"commit","published_at":"2023-08-27T11:58:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.0","sha":"5f0fe40743d8f559ab94ed11bbb4b8bda6fa6dcb","kind":"commit","published_at":"2023-08-27T11:51:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0/manifests"},{"name":"conventional-changelog-angular-v7.0.0","sha":"6c7a2e1a8807988bcb1a9842f72d14be3b1a89e3","kind":"commit","published_at":"2023-08-27T11:46:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0/manifests"},{"name":"conventional-changelog-jshint-v4.0.0","sha":"0204a9a340d2c85411e8de8905bc74c6146e5618","kind":"commit","published_at":"2023-08-27T11:41:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0/manifests"},{"name":"conventional-changelog-atom-v4.0.0","sha":"ab9b2c10e098ec8837d141102549f3eef698364c","kind":"commit","published_at":"2023-08-27T11:36:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0/manifests"},{"name":"conventional-changelog-cli-v4.0.0","sha":"29df6c4597afad27b9cda06f58eb564bcca609c4","kind":"commit","published_at":"2023-08-27T11:21:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0/manifests"},{"name":"conventional-changelog-core-v6.0.0","sha":"45613bbc2d13c798732e4b2bd4b2fa9ea67157d6","kind":"commit","published_at":"2023-08-27T11:17:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v4.0.0","sha":"5a896e3ef3aa9e751fcc74d7c76fa21d6d526cb0","kind":"commit","published_at":"2023-08-27T11:08:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0/manifests"},{"name":"git-raw-commits-v4.0.0","sha":"878fc56b43bc617177bf47fd8643a3b8b86078e5","kind":"commit","published_at":"2023-08-27T11:01:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0/manifests"},{"name":"conventional-commits-parser-v5.0.0","sha":"299de5acbe55a7d19dcdd2adc34681eae7264abf","kind":"commit","published_at":"2023-08-26T17:50:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0/manifests"},{"name":"git-semver-tags-v5.0.1","sha":"87914a362866a380e98a29edf19b2173e0911d8a","kind":"commit","published_at":"2023-07-09T19:10:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1/manifests"},{"name":"conventional-changelog-writer-v6.0.1","sha":"c123edea220b450cfa26813b6f198c3e8ebbd2b4","kind":"commit","published_at":"2023-07-09T14:49:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.2","sha":"83773c5e1a8874ea9809ca9db1dff60b7df1daae","kind":"commit","published_at":"2023-06-28T17:43:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.1.0","sha":"2e5fe6d9574ba896fa90b5bfcb50fb73d28af6d6","kind":"commit","published_at":"2023-06-17T21:30:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v7.0.1","sha":"f251b6899e313a9b23f3c8deb8b8b57217040892","kind":"commit","published_at":"2023-06-06T23:24:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.1","sha":"5b458dff9edf766446449acd1bbb8027a1e39fa5","kind":"commit","published_at":"2023-06-06T23:17:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1/manifests"},{"name":"gulp-conventional-changelog-v3.0.0","sha":"8ef6232797e5bf7c80422221374c53c03d5df36d","kind":"commit","published_at":"2023-06-06T22:50:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0/manifests"},{"name":"standard-changelog-v3.0.0","sha":"ea65f017b42b914ece780fd2fc799a6946912ed8","kind":"commit","published_at":"2023-06-06T22:42:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0/manifests"},{"name":"conventional-changelog-cli-v3.0.0","sha":"f00f4549cee9406054b77057a8135183fcd89710","kind":"commit","published_at":"2023-06-06T22:29:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0/manifests"},{"name":"conventional-changelog-v4.0.0","sha":"1a240f91ed584ed43e7f9c82235ca60eff0f4fa5","kind":"commit","published_at":"2023-06-06T19:50:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-core-v5.0.0","sha":"8507f601486c8ff6806156c50091262dee13ec54","kind":"commit","published_at":"2023-06-06T19:23:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v7.0.0","sha":"e1662ca7a6c688d28a334282a5e863f52866f3e8","kind":"commit","published_at":"2023-06-06T18:39:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v3.0.0","sha":"5d80d155425147a0b045af09536e5962cbfff620","kind":"commit","published_at":"2023-06-06T15:08:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.0.0","sha":"a30fc7ae219cf871b46cbe9d2c76a9730b70e272","kind":"commit","published_at":"2023-06-06T14:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v6.0.0","sha":"aa5d46c7b13b7b31f78af4b3c31c087c39eea41d","kind":"commit","published_at":"2023-06-06T14:46:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0/manifests"},{"name":"conventional-commits-filter-v3.0.0","sha":"502a73fe41aebb7b563c5ca69521e0b1bab904df","kind":"commit","published_at":"2023-06-06T14:32:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0/manifests"},{"name":"conventional-commits-parser-v4.0.0","sha":"9f7fe891e75c64937c28baa39a6c795a01603ab7","kind":"commit","published_at":"2023-06-06T14:24:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0/manifests"},{"name":"git-raw-commits-v3.0.0","sha":"571f2d549f10744a12ab3bc5dc5e0b749cb72667","kind":"commit","published_at":"2023-06-06T14:16:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0/manifests"},{"name":"git-semver-tags-v5.0.0","sha":"445c796d04105d10dd62d07039bc6a7fc9f263a5","kind":"commit","published_at":"2023-06-06T13:51:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0/manifests"},{"name":"conventional-changelog-atom-v3.0.0","sha":"208787aa2f5db8de1c2d43c56d71e6dfb9510781","kind":"commit","published_at":"2023-06-06T13:43:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0/manifests"},{"name":"conventional-changelog-angular-v6.0.0","sha":"c4ebf98acc15f37154aae5de53a225e896c4a157","kind":"commit","published_at":"2023-06-06T13:36:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0/manifests"},{"name":"conventional-changelog-codemirror-v3.0.0","sha":"0772453bee083917a05b9696d063ee3dc69957f9","kind":"commit","published_at":"2023-06-06T13:25:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0/manifests"},{"name":"conventional-changelog-ember-v3.0.0","sha":"e473d0c8af7c0cf8a54f775556796f50f3e695c2","kind":"commit","published_at":"2023-06-06T13:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0/manifests"},{"name":"conventional-changelog-eslint-v4.0.0","sha":"b3b896bc5b9e3ed65dcfc08c57967a252f37cfd1","kind":"commit","published_at":"2023-06-06T12:56:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0/manifests"},{"name":"conventional-changelog-express-v3.0.0","sha":"5594385d1dd2490b0fb508a60b6f30e8be6616ce","kind":"commit","published_at":"2023-06-06T12:37:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0/manifests"},{"name":"conventional-changelog-jquery-v4.0.0","sha":"51a3015a907b2cea900114359c36ce0e9664b72d","kind":"commit","published_at":"2023-06-06T12:17:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0/manifests"},{"name":"conventional-changelog-jshint-v3.0.0","sha":"281e5f883476e90b75cae4373a67436c86e94f6a","kind":"commit","published_at":"2023-06-06T12:02:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v5.0.0","sha":"ba6df7cf62de5f448368bed4398f6ddf633d2cbd","kind":"commit","published_at":"2022-05-27T18:02:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0/manifests"},{"name":"conventional-changelog-writer-v5.0.1","sha":"21b73f974adc4490a318d9c892055655cb82c538","kind":"commit","published_at":"2021-12-29T21:36:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.3","sha":"02757d342290bcf51a49d49e5e72f5eae6c6f6da","kind":"commit","published_at":"2021-12-29T19:52:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3/manifests"},{"name":"conventional-commits-parser-v3.2.4","sha":"1d0f62d4ac4911ef0d912d5401f783b152cee624","kind":"commit","published_at":"2021-12-29T19:46:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4/manifests"},{"name":"git-raw-commits-v2.0.11","sha":"95384dbd105ffe4f86bbc6ccad3e5405a1cbfe04","kind":"commit","published_at":"2021-12-29T19:39:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.2","sha":"1827696185192a8dd258ea7c3370090238b0fb76","kind":"commit","published_at":"2021-12-25T18:06:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2/manifests"},{"name":"conventional-changelog-cli-v2.2.2","sha":"8ce6a7bbd3fae87aa9d56fca68c2e16fbb2cace5","kind":"commit","published_at":"2021-12-25T17:22:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2/manifests"},{"name":"conventional-changelog-v3.1.25","sha":"8e9c3d76aaffd7fe67a78270b3ad9b881e953e7e","kind":"commit","published_at":"2021-12-24T18:50:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25/manifests"},{"name":"conventional-commits-parser-v3.2.3","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3/manifests"},{"name":"conventional-changelog-cli-v2.2.1","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.1","sha":"c35708d56a55e31b750aec1f745e5be52f0a75f2","kind":"commit","published_at":"2021-09-09T19:06:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1/manifests"},{"name":"conventional-commits-parser-v3.2.2","sha":"1bae48ff85eff0736ea6691b7214f3fc9c026256","kind":"commit","published_at":"2021-09-09T14:45:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2/manifests"},{"name":"conventional-changelog-core-v4.2.4","sha":"02fbc2d42d0faf53d4b7a2b0525626088a6ac8ba","kind":"commit","published_at":"2021-09-09T14:37:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4/manifests"},{"name":"conventional-changelog-angular-v5.0.13","sha":"e30343b4676d26b416080294dc74ebba001c0716","kind":"commit","published_at":"2021-09-09T14:31:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v5.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13/manifests"},{"name":"conventional-changelog-core-v4.2.3","sha":"318b555b6ef3aebdb5a8d4c7c734fd7234712dd3","kind":"commit","published_at":"2021-07-03T00:24:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.0","sha":"537c37d7801872c3e57e4200c64154a4d2ea042a","kind":"commit","published_at":"2021-04-30T00:15:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0/manifests"},{"name":"conventional-commits-parser-v3.2.1","sha":"758dda2937b6784f0cc6a535286862fcf95b6f06","kind":"commit","published_at":"2021-02-15T21:32:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1/manifests"},{"name":"git-raw-commits-v2.0.10","sha":"ffecaccb6e117afae9f68f1d48ff9a69554da950","kind":"commit","published_at":"2021-01-27T16:36:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10/manifests"},{"name":"conventional-changelog-writer-v5.0.0","sha":"61ef6491add84b841e1797baf09f62bbdd90dcd4","kind":"commit","published_at":"2020-12-30T22:40:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v6.1.0","sha":"3b0fb22b0bb49137b9ecddaeb349f66025205c57","kind":"commit","published_at":"2020-12-30T16:58:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0/manifests"},{"name":"conventional-changelog-core-v4.2.2","sha":"317eeb3137caff69bcc9a67fce3dc67663a010db","kind":"commit","published_at":"2020-12-30T00:53:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2/manifests"},{"name":"conventional-recommended-bump-v6.0.12","sha":"90ecc5d93bfd7626857eda5d240f92393d896be0","kind":"commit","published_at":"2020-12-30T00:43:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12/manifests"},{"name":"git-raw-commits-v2.0.9","sha":"227f3e23af86912c0cd64fdb1a820ac92e5757c5","kind":"commit","published_at":"2020-12-29T23:59:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9/manifests"},{"name":"conventional-changelog-writer-v4.1.0","sha":"77725cfb12ca3ca22abb9421b4af012a49207e7a","kind":"commit","published_at":"2020-12-29T23:41:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0/manifests"},{"name":"conventional-changelog-atom@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8/manifests"},{"name":"conventional-changelog-angular@5.0.12","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12/manifests"},{"name":"conventional-changelog@3.1.24","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24/manifests"},{"name":"git-raw-commits@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8/manifests"},{"name":"standard-changelog@2.0.27","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27/manifests"},{"name":"gulp-conventional-changelog@2.0.35","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35/manifests"},{"name":"git-semver-tags@4.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1/manifests"},{"name":"conventional-recommended-bump@6.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11/manifests"},{"name":"conventional-commits-parser@3.2.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0/manifests"},{"name":"conventional-commits-filter@2.0.7","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7/manifests"},{"name":"conventional-changelog-writer@4.0.18","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18/manifests"},{"name":"conventional-changelog-jshint@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9/manifests"},{"name":"conventional-changelog-jquery@3.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11/manifests"},{"name":"conventional-changelog-express@2.0.6","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9/manifests"},{"name":"conventional-changelog-ember@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9/manifests"},{"name":"conventional-changelog-core@4.2.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.5.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1/manifests"},{"name":"conventional-changelog-v3.1.24","sha":"f8fcbc2e8b0834c29178ace6382b438a020ad828","kind":"commit","published_at":"2020-10-25T02:45:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24/manifests"},{"name":"conventional-recommended-bump@6.0.10","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10/manifests"},{"name":"standard-changelog@2.0.26","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26/manifests"},{"name":"gulp-conventional-changelog@2.0.34","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34/manifests"},{"name":"git-semver-tags@4.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0/manifests"},{"name":"conventional-changelog-core@4.2.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.4.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0/manifests"},{"name":"conventional-changelog-cli@2.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0/manifests"},{"name":"conventional-changelog@3.1.23","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23/manifests"},{"name":"standard-changelog@2.0.25","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25/manifests"},{"name":"conventional-changelog-writer@4.0.17","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17/manifests"},{"name":"conventional-changelog-jshint@2.0.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8/manifests"},{"name":"conventional-changelog-core@4.1.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8/manifests"},{"name":"conventional-changelog@3.1.22","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22/manifests"},{"name":"conventional-changelog-angular@5.0.11","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.35","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35/manifests"},{"name":"gulp-conventional-changelog@2.0.33","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.1","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1/manifests"},{"name":"conventional-changelog-core@4.1.7","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7/manifests"},{"name":"conventional-changelog@3.1.21","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21/manifests"},{"name":"conventional-changelog-writer@4.0.16","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.34","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34/manifests"},{"name":"standard-changelog@2.0.24","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24/manifests"},{"name":"gulp-conventional-changelog@2.0.32","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32/manifests"},{"name":"git-semver-tags@4.0.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.3.4","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4/manifests"},{"name":"standard-changelog@2.0.23","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23/manifests"},{"name":"gulp-conventional-changelog@2.0.31","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31/manifests"},{"name":"conventional-changelog-eslint@3.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.15","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10/manifests"},{"name":"conventional-changelog@3.1.20","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20/manifests"},{"name":"conventional-changelog-atom@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7/manifests"},{"name":"conventional-changelog-cli@2.0.33","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33/manifests"},{"name":"conventional-changelog-codemirror@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0/manifests"},{"name":"conventional-changelog-core@4.1.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6/manifests"},{"name":"conventional-changelog-ember@2.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8/manifests"},{"name":"conventional-commits-filter@2.0.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6/manifests"},{"name":"conventional-commits-parser@3.1.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.9","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9/manifests"},{"name":"git-raw-commits@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7/manifests"},{"name":"conventional-changelog-express@2.0.5","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10/manifests"},{"name":"conventional-changelog-jshint@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7/manifests"},{"name":"conventional-changelog-preset-loader-v2.3.2","sha":"9f6c56cb960a5043823cfb85b9843991201cbb51","kind":"commit","published_at":"2020-05-08T19:21:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v2.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2/manifests"},{"name":"conventional-changelog-core@4.1.5","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5/manifests"},{"name":"gulp-conventional-changelog@2.0.30","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30/manifests"},{"name":"standard-changelog@2.0.22","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22/manifests"},{"name":"conventional-changelog@3.1.19","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19/manifests"},{"name":"conventional-changelog-cli@2.0.32","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32/manifests"},{"name":"conventional-changelog-cli@2.0.31","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31/manifests"},{"name":"standard-changelog@2.0.21","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21/manifests"},{"name":"gulp-conventional-changelog@2.0.29","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29/manifests"},{"name":"conventional-changelog-core@4.1.4","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4/manifests"},{"name":"conventional-changelog@3.1.18","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18/manifests"},{"name":"conventional-changelog@3.1.17","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17/manifests"},{"name":"standard-changelog@2.0.20","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20/manifests"},{"name":"gulp-conventional-changelog@2.0.28","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28/manifests"},{"name":"conventional-changelog-core@4.1.3","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.30","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30/manifests"},{"name":"conventional-changelog-cli@2.0.29","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29/manifests"},{"name":"standard-changelog@2.0.19","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19/manifests"},{"name":"gulp-conventional-changelog@2.0.27","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27/manifests"},{"name":"conventional-changelog-core@4.1.2","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2/manifests"},{"name":"conventional-changelog@3.1.16","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16/manifests"},{"name":"conventional-changelog-cli@2.0.28","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28/manifests"},{"name":"standard-changelog@2.0.18","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18/manifests"},{"name":"gulp-conventional-changelog@2.0.26","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26/manifests"},{"name":"git-semver-tags@3.0.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1/manifests"},{"name":"git-raw-commits@2.0.3","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3/manifests"},{"name":"conventional-recommended-bump@6.0.5","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5/manifests"},{"name":"conventional-commits-parser@3.0.8","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.11","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11/manifests"},{"name":"conventional-changelog-core@4.1.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1/manifests"},{"name":"conventional-changelog@3.1.15","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15/manifests"},{"name":"gulp-conventional-changelog@2.0.25","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25/manifests"},{"name":"conventional-changelog@3.1.14","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14/manifests"},{"name":"conventional-changelog-angular@5.0.6","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6/manifests"},{"name":"conventional-changelog-cli@2.0.27","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.3","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3/manifests"},{"name":"conventional-changelog-core@4.1.0","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0/manifests"},{"name":"conventional-commits-parser@3.0.7","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7/manifests"},{"name":"conventional-recommended-bump@6.0.4","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4/manifests"},{"name":"standard-changelog@2.0.17","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17/manifests"},{"name":"conventional-changelog-cli@2.0.26","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.2","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2/manifests"},{"name":"conventional-changelog-core@4.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3/manifests"},{"name":"conventional-commits-parser@3.0.6","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6/manifests"},{"name":"conventional-recommended-bump@6.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.24","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24/manifests"},{"name":"standard-changelog@2.0.16","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16/manifests"},{"name":"conventional-changelog-writer@4.0.10","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10/manifests"},{"name":"conventional-changelog-preset-loader@2.3.0","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0/manifests"},{"name":"conventional-changelog@3.1.13","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13/manifests"},{"name":"conventional-changelog-jshint@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.9","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9/manifests"},{"name":"conventional-commits-parser@3.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5/manifests"},{"name":"conventional-changelog@3.1.12","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12/manifests"},{"name":"conventional-recommended-bump@6.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.23","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23/manifests"},{"name":"standard-changelog@2.0.15","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5/manifests"},{"name":"conventional-changelog-atom@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.25","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25/manifests"},{"name":"conventional-changelog-codemirror@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.1","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1/manifests"},{"name":"conventional-changelog-core@4.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2/manifests"},{"name":"conventional-changelog-ember@2.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4/manifests"},{"name":"conventional-changelog-eslint@3.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.6","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6/manifests"},{"name":"standard-changelog@2.0.14","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14/manifests"},{"name":"gulp-conventional-changelog@2.0.22","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22/manifests"},{"name":"conventional-recommended-bump@6.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1/manifests"},{"name":"conventional-commits-parser@3.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4/manifests"},{"name":"conventional-changelog-writer@4.0.8","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8/manifests"},{"name":"conventional-changelog-jshint@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.5","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5/manifests"},{"name":"conventional-changelog-eslint@3.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3/manifests"},{"name":"conventional-changelog-ember@2.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3/manifests"},{"name":"conventional-changelog-core@4.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.0","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.24","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24/manifests"},{"name":"conventional-changelog-atom@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4/manifests"},{"name":"conventional-changelog@3.1.11","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11/manifests"},{"name":"conventional-changelog-preset-loader@2.2.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0/manifests"},{"name":"standard-changelog@2.0.13","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13/manifests"},{"name":"gulp-conventional-changelog@2.0.21","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21/manifests"},{"name":"git-semver-tags@3.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0/manifests"},{"name":"conventional-recommended-bump@6.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.7","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7/manifests"},{"name":"conventional-changelog@3.1.10","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10/manifests"},{"name":"conventional-changelog-cli@2.0.23","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23/manifests"},{"name":"conventional-changelog-conventionalcommits@4.1.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0/manifests"},{"name":"conventional-changelog-core@4.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.1","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.0.0","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0/manifests"},{"name":"conventional-changelog-core@3.2.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3/manifests"},{"name":"conventional-changelog-writer@4.0.6","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6/manifests"},{"name":"conventional-commits-parser@3.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3/manifests"},{"name":"conventional-changelog@3.1.9","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9/manifests"},{"name":"standard-changelog@2.0.12","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.20","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20/manifests"},{"name":"git-semver-tags@2.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.22","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22/manifests"},{"name":"standard-changelog@2.0.11","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11/manifests"},{"name":"conventional-changelog@3.1.8","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8/manifests"},{"name":"conventional-changelog-cli@2.0.21","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.2","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.19","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19/manifests"},{"name":"conventional-changelog@3.1.7","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7/manifests"},{"name":"conventional-changelog-cli@2.0.20","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.1","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.18","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18/manifests"},{"name":"conventional-changelog-cli@2.0.19","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.17","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17/manifests"},{"name":"conventional-changelog@3.1.6","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6/manifests"},{"name":"conventional-changelog@3.1.5","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5/manifests"},{"name":"conventional-changelog-conventionalcommits@2.0.0","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.16","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.18","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.2","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.17","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17/manifests"},{"name":"conventional-changelog@3.1.4","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.15","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15/manifests"},{"name":"conventional-changelog-writer@4.0.5","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5/manifests"},{"name":"standard-changelog@2.0.10","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10/manifests"},{"name":"gulp-conventional-changelog@2.0.14","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14/manifests"},{"name":"conventional-changelog@3.1.3","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3/manifests"},{"name":"conventional-changelog-core@3.2.2","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2/manifests"},{"name":"conventional-changelog-cli@2.0.16","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.15","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15/manifests"},{"name":"standard-changelog@2.0.9","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.1.2","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2/manifests"},{"name":"conventional-changelog-core@3.2.1","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1/manifests"},{"name":"gulp-conventional-changelog@2.0.13","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13/manifests"},{"name":"conventional-changelog@3.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1/manifests"},{"name":"gulp-conventional-changelog@2.0.12","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12/manifests"},{"name":"conventional-recommended-bump@4.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1/manifests"},{"name":"conventional-changelog-preset-loader@2.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.14","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14/manifests"},{"name":"conventional-changelog-preset-loader@2.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0/manifests"},{"name":"conventional-changelog-writer@4.0.4","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4/manifests"},{"name":"conventional-commits-filter@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2/manifests"},{"name":"conventional-commits-parser@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2/manifests"},{"name":"conventional-recommended-bump@4.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0/manifests"},{"name":"gulp-conventional-changelog@2.0.11","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11/manifests"},{"name":"standard-changelog@2.0.8","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8/manifests"},{"name":"git-raw-commits@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2/manifests"},{"name":"conventional-changelog@3.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0/manifests"},{"name":"conventional-changelog-cli@2.0.13","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0/manifests"},{"name":"conventional-changelog-core@3.2.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0/manifests"},{"name":"conventional-changelog-eslint@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2/manifests"},{"name":"standard-changelog@2.0.7","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6/manifests"},{"name":"conventional-changelog-angular@5.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.12","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.10","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10/manifests"},{"name":"conventional-changelog-writer@4.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3/manifests"},{"name":"conventional-changelog-core@3.1.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6/manifests"},{"name":"conventional-recommended-bump@4.0.4","sha":"da729f68f9dc581623deb587c705ef65d189a9f4","kind":"tag","published_at":"2018-11-01T06:56:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4/manifests"},{"name":"standard-changelog@2.0.6","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6/manifests"},{"name":"conventional-changelog-core@3.1.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5/manifests"},{"name":"conventional-changelog-writer@4.0.2","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.9","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.0.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.11","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.10","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10/manifests"},{"name":"conventional-changelog-core@3.1.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.8","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8/manifests"},{"name":"conventional-changelog@3.0.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4/manifests"},{"name":"git-semver-tags@2.0.2","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.3","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3/manifests"},{"name":"standard-changelog@2.0.5","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5/manifests"},{"name":"standard-changelog@2.0.4","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.7","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3/manifests"},{"name":"conventional-changelog-core@3.1.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.9","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9/manifests"},{"name":"standard-changelog@2.0.3","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.8","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8/manifests"},{"name":"conventional-changelog-core@3.1.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2/manifests"},{"name":"gulp-conventional-changelog@2.0.6","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6/manifests"},{"name":"conventional-changelog@3.0.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.5","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.7","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7/manifests"},{"name":"conventional-changelog@3.0.1","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1/manifests"},{"name":"standard-changelog@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4/manifests"},{"name":"git-semver-tags@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1/manifests"},{"name":"git-raw-commits@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2/manifests"},{"name":"conventional-commits-parser@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1/manifests"},{"name":"conventional-commits-filter@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1/manifests"},{"name":"conventional-changelog-writer@4.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1/manifests"},{"name":"conventional-changelog-preset-loader@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4/manifests"},{"name":"conventional-changelog-express@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1/manifests"},{"name":"conventional-changelog-eslint@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2/manifests"},{"name":"conventional-changelog-core@3.1.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1/manifests"},{"name":"conventional-changelog-codemirror@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.6","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6/manifests"},{"name":"conventional-changelog-atom@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1/manifests"},{"name":"conventional-changelog-angular@5.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2/manifests"},{"name":"conventional-changelog@3.0.0","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.5","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.3","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.2","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.4","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3/manifests"},{"name":"standard-changelog@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3/manifests"},{"name":"conventional-changelog-core@3.1.0","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0/manifests"},{"name":"conventional-changelog-ember@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1/manifests"},{"name":"conventional-changelog-jquery@3.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1/manifests"},{"name":"conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0/manifests"},{"name":"conventional-recommended-bump@4.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0/manifests"},{"name":"conventional-changelog-jquery@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0/manifests"},{"name":"conventional-changelog-express@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0/manifests"},{"name":"conventional-changelog-eslint@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0/manifests"},{"name":"conventional-changelog-ember@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1/manifests"},{"name":"conventional-changelog-atom@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1/manifests"},{"name":"conventional-changelog-angular@4.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1/manifests"},{"name":"conventional-changelog-jquery@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0/manifests"},{"name":"conventional-changelog-jshint@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0/manifests"},{"name":"standard-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0/manifests"},{"name":"conventional-recommended-bump@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0/manifests"},{"name":"conventional-commits-parser@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0/manifests"},{"name":"conventional-commits-filter@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0/manifests"},{"name":"conventional-changelog-ember@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0/manifests"},{"name":"conventional-changelog-express@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0/manifests"},{"name":"git-semver-tags@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0/manifests"},{"name":"git-raw-commits@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0/manifests"},{"name":"conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-angular@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0/manifests"},{"name":"conventional-changelog-atom@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0/manifests"},{"name":"conventional-changelog-core@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0/manifests"},{"name":"conventional-changelog-eslint@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-core@2.0.11","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11/manifests"},{"name":"conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-cli@1.3.22","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22/manifests"},{"name":"conventional-changelog-ember@0.3.12","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12/manifests"},{"name":"conventional-recommended-bump@2.0.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9/manifests"},{"name":"conventional-changelog-angular@3.0.7","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7/manifests"},{"name":"gulp-conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24/manifests"},{"name":"standard-changelog@1.0.19","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19/manifests"},{"name":"conventional-changelog-jquery@1.3.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9/manifests"},{"name":"conventional-changelog-angular@3.0.6","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6/manifests"},{"name":"standard-changelog@1.0.18","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18/manifests"},{"name":"gulp-conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-writer@3.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9/manifests"},{"name":"conventional-changelog-jshint@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8/manifests"},{"name":"conventional-changelog-jquery@1.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8/manifests"},{"name":"conventional-changelog-eslint@1.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9/manifests"},{"name":"conventional-changelog-ember@0.3.11","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11/manifests"},{"name":"conventional-changelog-core@2.0.10","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10/manifests"},{"name":"conventional-changelog-codemirror@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8/manifests"},{"name":"conventional-changelog-cli@1.3.21","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21/manifests"},{"name":"conventional-changelog-atom@0.2.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8/manifests"},{"name":"conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23/manifests"},{"name":"gulp-conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-core@2.0.9","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9/manifests"},{"name":"conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-cli@1.3.20","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20/manifests"},{"name":"conventional-changelog-writer@3.0.8","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8/manifests"},{"name":"standard-changelog@1.0.17","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17/manifests"},{"name":"conventional-changelog-angular@3.0.5","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.10","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10/manifests"},{"name":"conventional-changelog-cli@1.3.19","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19/manifests"},{"name":"conventional-changelog-angular@3.0.4","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4/manifests"},{"name":"conventional-changelog-atom@0.2.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7/manifests"},{"name":"conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-core@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.9","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9/manifests"},{"name":"conventional-changelog-eslint@1.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8/manifests"},{"name":"conventional-changelog-express@0.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6/manifests"},{"name":"conventional-changelog-jquery@1.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7/manifests"},{"name":"conventional-changelog-preset-loader@1.1.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8/manifests"},{"name":"conventional-changelog-writer@3.0.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7/manifests"},{"name":"conventional-commits-parser@2.1.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7/manifests"},{"name":"conventional-recommended-bump@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8/manifests"},{"name":"git-raw-commits@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6/manifests"},{"name":"git-semver-tags@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21/manifests"},{"name":"standard-changelog@1.0.16","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16/manifests"},{"name":"conventional-changelog-codemirror@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6/manifests"},{"name":"conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-core@2.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7/manifests"},{"name":"conventional-changelog-codemirror@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6/manifests"},{"name":"conventional-changelog-cli@1.3.18","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18/manifests"},{"name":"conventional-changelog-ember@0.3.8","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8/manifests"},{"name":"conventional-changelog-writer@3.0.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6/manifests"},{"name":"conventional-changelog-atom@0.2.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6/manifests"},{"name":"conventional-changelog-eslint@1.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7/manifests"},{"name":"standard-changelog@1.0.15","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15/manifests"},{"name":"conventional-changelog-angular@3.0.3","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3/manifests"},{"name":"conventional-changelog-jquery@1.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-angular@3.0.2","sha":"1cc079df803f58b52c8aa997fff43e9c162266e7","kind":"tag","published_at":"2018-03-22T14:14:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2/manifests"},{"name":"conventional-changelog-ember@0.3.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7/manifests"},{"name":"standard-changelog@1.0.14","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14/manifests"},{"name":"gulp-conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19/manifests"},{"name":"git-semver-tags@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5/manifests"},{"name":"git-raw-commits@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7/manifests"},{"name":"conventional-commits-parser@2.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6/manifests"},{"name":"conventional-commits-filter@1.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5/manifests"},{"name":"conventional-changelog-preset-loader@1.1.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7/manifests"},{"name":"conventional-changelog-jshint@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5/manifests"},{"name":"conventional-changelog-jquery@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5/manifests"},{"name":"conventional-changelog-express@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6/manifests"},{"name":"conventional-changelog-core@2.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5/manifests"},{"name":"conventional-changelog-cli@1.3.17","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17/manifests"},{"name":"conventional-changelog-atom@0.2.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5/manifests"},{"name":"conventional-changelog-angular@3.0.1","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1/manifests"},{"name":"conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19/manifests"},{"name":"conventional-changelog-angular@3.0.0","sha":"49997aaba373502e5b38bd366846934641e95799","kind":"tag","published_at":"2018-03-22T13:45:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.16","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16/manifests"},{"name":"conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18/manifests"},{"name":"gulp-conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-eslint@1.0.5","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5/manifests"},{"name":"conventional-changelog-cli@1.3.15","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15/manifests"},{"name":"conventional-changelog-codemirror@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4/manifests"},{"name":"conventional-changelog-express@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4/manifests"},{"name":"conventional-changelog-jquery@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4/manifests"},{"name":"conventional-changelog-jshint@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4/manifests"},{"name":"conventional-commits-filter@1.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5/manifests"},{"name":"conventional-commits-parser@2.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5/manifests"},{"name":"conventional-recommended-bump@2.0.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6/manifests"},{"name":"standard-changelog@1.0.13","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13/manifests"},{"name":"gulp-conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17/manifests"},{"name":"git-semver-tags@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4/manifests"},{"name":"git-raw-commits@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4/manifests"},{"name":"conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17/manifests"},{"name":"conventional-changelog-angular@1.6.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6/manifests"},{"name":"conventional-changelog-atom@0.2.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4/manifests"},{"name":"gulp-conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog-angular@1.6.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5/manifests"},{"name":"conventional-changelog-atom@0.2.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3/manifests"},{"name":"conventional-changelog-cli@1.3.14","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14/manifests"},{"name":"conventional-changelog-codemirror@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4/manifests"},{"name":"conventional-changelog-ember@0.3.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3/manifests"},{"name":"conventional-changelog-express@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3/manifests"},{"name":"conventional-changelog-jshint@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5/manifests"},{"name":"conventional-changelog-writer@3.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3/manifests"},{"name":"conventional-commits-filter@1.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4/manifests"},{"name":"conventional-commits-parser@2.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4/manifests"},{"name":"conventional-recommended-bump@2.0.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5/manifests"},{"name":"git-raw-commits@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3/manifests"},{"name":"git-semver-tags@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3/manifests"},{"name":"standard-changelog@1.0.12","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12/manifests"},{"name":"conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15/manifests"},{"name":"gulp-conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15/manifests"},{"name":"conventional-recommended-bump@2.0.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4/manifests"},{"name":"conventional-changelog-cli@1.3.13","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13/manifests"},{"name":"conventional-changelog-preset-loader@1.1.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4/manifests"},{"name":"git-raw-commits@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2/manifests"},{"name":"standard-changelog@1.0.11","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11/manifests"},{"name":"conventional-recommended-bump@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3/manifests"},{"name":"gulp-conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14/manifests"},{"name":"git-semver-tags@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2/manifests"},{"name":"conventional-changelog-eslint@1.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2/manifests"},{"name":"conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14/manifests"},{"name":"conventional-changelog-angular@1.6.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4/manifests"},{"name":"conventional-changelog-atom@0.2.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2/manifests"},{"name":"conventional-changelog-cli@1.3.12","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12/manifests"},{"name":"conventional-changelog-codemirror@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2/manifests"},{"name":"conventional-changelog-core@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.3.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4/manifests"},{"name":"conventional-changelog-express@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2/manifests"},{"name":"conventional-changelog-jquery@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2/manifests"},{"name":"conventional-changelog-jshint@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3/manifests"},{"name":"conventional-commits-filter@1.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3/manifests"},{"name":"conventional-changelog-writer@3.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13/manifests"},{"name":"standard-changelog@1.0.10","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10/manifests"},{"name":"git-raw-commits@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1/manifests"},{"name":"conventional-commits-parser@2.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2/manifests"},{"name":"conventional-changelog-writer@3.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1/manifests"},{"name":"conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13/manifests"},{"name":"conventional-commits-filter@1.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2/manifests"},{"name":"conventional-recommended-bump@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2/manifests"},{"name":"git-semver-tags@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1/manifests"},{"name":"conventional-changelog-core@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2/manifests"},{"name":"conventional-changelog-codemirror@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1/manifests"},{"name":"conventional-changelog-angular@1.6.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3/manifests"},{"name":"conventional-changelog-cli@1.3.11","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11/manifests"},{"name":"conventional-changelog-atom@0.2.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1/manifests"},{"name":"conventional-changelog-ember@0.3.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1/manifests"},{"name":"conventional-changelog-express@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3/manifests"},{"name":"conventional-changelog-jshint@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1/manifests"},{"name":"conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12/manifests"},{"name":"gulp-conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12/manifests"},{"name":"conventional-changelog-cli@1.3.10","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10/manifests"},{"name":"conventional-recommended-bump@2.0.1","sha":"a4f0aa902d3e966fe6d6b1d46f2130838524cfbf","kind":"tag","published_at":"2018-02-12T14:54:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1/manifests"},{"name":"conventional-recommended-bump@2.0.0","sha":"9885d205ed96338575335652d006f475408e1195","kind":"tag","published_at":"2018-02-12T14:30:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0/manifests"},{"name":"conventional-changelog-preset-loader@1.1.2","sha":"a450d974237d440009ec3fb4c63974cf066e8f79","kind":"tag","published_at":"2018-02-12T04:07:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.1","sha":"5af1f00dcc4e1f9c3299bc7feb322a88b711f042","kind":"tag","published_at":"2018-02-09T04:17:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.0","sha":"c3eb36dbc52f383df6f3dcf3a3870b01ceee0b8b","kind":"tag","published_at":"2018-02-08T14:46:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0/manifests"},{"name":"conventional-changelog-ember@0.3.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1/manifests"},{"name":"conventional-changelog-angular@1.6.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2/manifests"},{"name":"gulp-conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11/manifests"},{"name":"standard-changelog@1.0.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9/manifests"},{"name":"conventional-recommended-bump@1.2.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1/manifests"},{"name":"conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11/manifests"},{"name":"conventional-changelog-cli@1.3.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9/manifests"},{"name":"conventional-changelog-core@2.0.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1/manifests"},{"name":"gulp-conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10/manifests"},{"name":"standard-changelog@1.0.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8/manifests"},{"name":"git-semver-tags@1.3.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.2.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0/manifests"},{"name":"conventional-changelog-writer@3.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0/manifests"},{"name":"conventional-changelog-eslint@1.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.3.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1/manifests"},{"name":"conventional-changelog-core@2.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8/manifests"},{"name":"conventional-changelog-angular@1.6.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1/manifests"},{"name":"conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10/manifests"},{"name":"conventional-changelog-core@1.9.5","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5/manifests"},{"name":"conventional-changelog-ember@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0/manifests"},{"name":"conventional-changelog-eslint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0/manifests"},{"name":"conventional-changelog-cli@1.3.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7/manifests"},{"name":"conventional-changelog-express@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0/manifests"},{"name":"conventional-changelog-jquery@1.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0/manifests"},{"name":"conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-jshint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0/manifests"},{"name":"gulp-conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9/manifests"},{"name":"standard-changelog@1.0.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7/manifests"},{"name":"conventional-changelog-angular@1.6.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0/manifests"},{"name":"conventional-changelog-codemirror@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0/manifests"},{"name":"conventional-changelog-atom@0.2.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0/manifests"},{"name":"conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8/manifests"},{"name":"standard-changelog@1.0.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6/manifests"},{"name":"gulp-conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8/manifests"},{"name":"conventional-recommended-bump@1.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0/manifests"},{"name":"conventional-commits-parser@2.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0/manifests"},{"name":"conventional-commits-filter@1.1.1","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1/manifests"},{"name":"conventional-changelog-writer@2.0.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.2.10","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10/manifests"},{"name":"conventional-changelog-core@1.9.4","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4/manifests"},{"name":"conventional-changelog-cli@1.3.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6/manifests"},{"name":"conventional-changelog-angular@1.5.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3/manifests"},{"name":"conventional-changelog-ember@0.2.9","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9/manifests"},{"name":"standard-changelog@1.0.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5/manifests"},{"name":"gulp-conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7/manifests"},{"name":"git-semver-tags@1.2.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3/manifests"},{"name":"git-raw-commits@1.3.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.0.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3/manifests"},{"name":"conventional-commits-parser@2.0.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1/manifests"},{"name":"conventional-commits-filter@1.1.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0/manifests"},{"name":"conventional-changelog-writer@2.0.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2/manifests"},{"name":"conventional-changelog-jshint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1/manifests"},{"name":"conventional-changelog-jquery@1.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1/manifests"},{"name":"conventional-changelog-express@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1/manifests"},{"name":"conventional-changelog-eslint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1/manifests"},{"name":"conventional-changelog-core@1.9.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3/manifests"},{"name":"conventional-changelog-codemirror@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1/manifests"},{"name":"conventional-changelog-cli@1.3.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5/manifests"},{"name":"conventional-changelog-atom@0.1.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2/manifests"},{"name":"conventional-changelog-angular@1.5.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2/manifests"},{"name":"conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7/manifests"},{"name":"@marionebl/conventional-commits-parser@3.0.0","sha":"edf4068ce4c3ea6ac5b61323473ab655be5eb895","kind":"tag","published_at":"2017-11-01T07:09:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/@marionebl/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/@marionebl/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4/manifests"},{"name":"git-semver-tags@1.2.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2/manifests"},{"name":"conventional-recommended-bump@1.0.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-ember@0.2.8","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8/manifests"},{"name":"conventional-changelog-core@1.9.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2/manifests"},{"name":"standard-changelog@1.0.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4/manifests"},{"name":"conventional-changelog-angular@1.5.1","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1/manifests"},{"name":"conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6/manifests"},{"name":"standard-changelog@1.0.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3/manifests"},{"name":"conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-angular@1.5.0","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0/manifests"},{"name":"conventional-changelog-cli@1.3.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3/manifests"},{"name":"gulp-conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-writer@2.0.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1/manifests"},{"name":"conventional-changelog-core@1.9.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1/manifests"},{"name":"conventional-changelog-ember@0.2.7","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7/manifests"},{"name":"git-semver-tags@1.2.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1/manifests"},{"name":"conventional-changelog-jshint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0/manifests"},{"name":"conventional-changelog-jquery@1.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0/manifests"},{"name":"conventional-changelog-express@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0/manifests"},{"name":"conventional-changelog-eslint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0/manifests"},{"name":"conventional-commits-parser@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0/manifests"},{"name":"conventional-changelog-writer@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1/manifests"},{"name":"conventional-changelog-core@1.9.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0/manifests"},{"name":"conventional-changelog-codemirror@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0/manifests"},{"name":"conventional-changelog-cli@1.3.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2/manifests"},{"name":"conventional-changelog-atom@0.1.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1/manifests"},{"name":"conventional-changelog-angular@1.4.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0/manifests"},{"name":"conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4/manifests"},{"name":"gulp-conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4/manifests"},{"name":"standard-changelog@1.0.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2/manifests"},{"name":"conventional-changelog-ember@0.2.6","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6/manifests"},{"name":"conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3/manifests"},{"name":"conventional-changelog-angular@1.3.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3/manifests"},{"name":"conventional-changelog-cli@1.3.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1/manifests"},{"name":"conventional-changelog-core@1.8.0","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.8.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0/manifests"},{"name":"conventional-changelog-ember@0.2.5","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5/manifests"},{"name":"gulp-conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3/manifests"},{"name":"standard-changelog@1.0.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1/manifests"},{"name":"git-semver-tags@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0/manifests"},{"name":"standard-changelog@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2/manifests"},{"name":"git-raw-commits@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0/manifests"},{"name":"conventional-recommended-bump@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.2.4","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4/manifests"},{"name":"conventional-changelog-core@1.7.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.7.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0/manifests"},{"name":"conventional-changelog-cli@1.3.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0/manifests"},{"name":"conventional-changelog-angular@1.3.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2/manifests"},{"name":"conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2/manifests"},{"name":"gulp-conventional-changelog@1.1.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"tag","published_at":"2017-03-10T05:35:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0/manifests"},{"name":"standard-changelog@0.0.2","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@0.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-ember@0.2.3","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3/manifests"},{"name":"conventional-changelog-core@1.6.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0/manifests"},{"name":"conventional-changelog-angular@1.3.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1/manifests"},{"name":"conventional-changelog-cli@1.2.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1/manifests"},{"name":"conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-cli@1.2.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:01:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0/manifests"},{"name":"conventional-changelog-core@1.5.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:00:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0/manifests"},{"name":"git-raw-commits@1.1.2","sha":"f5fe78b1f15791cb0499744bf278dff22b52732f","kind":"tag","published_at":"2017-03-09T07:37:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2/manifests"},{"name":"git-semver-tags@1.1.2","sha":"7be07c7c0f49572b1c0e9c98f004b599d8b5bb1a","kind":"tag","published_at":"2017-03-09T07:35:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2/manifests"},{"name":"v1.1.0","sha":"600d411569271467389c3cbe71f7f657980e89a1","kind":"tag","published_at":"2016-02-13T06:59:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"9591280a8d09220aced3383abe3bc7ecbb34b503","kind":"tag","published_at":"2016-02-13T06:37:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"beef421f56939190a4ca30c28788eda1b3f9480d","kind":"tag","published_at":"2016-02-05T13:49:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"c8e90ab7fddd0b98855913e73fc12f9dc9dc81b1","kind":"tag","published_at":"2016-02-05T12:59:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0/manifests"},{"name":"v0.5.3","sha":"d79ce243223260b153699b99de0503698546ea63","kind":"tag","published_at":"2015-12-25T05:07:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"9e7b771072a2680c6c335fcad38003aade53213e","kind":"tag","published_at":"2015-12-23T12:24:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"4bf7d8df29f7be29552b82ec2b7112fad0c39a3e","kind":"tag","published_at":"2015-10-20T09:52:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"5ca2204b472704543ebbc744a22f8f90ec659659","kind":"tag","published_at":"2015-09-30T08:49:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"e5f2f3bc675e2c7e5cc6aa0ed50da7941833e492","kind":"tag","published_at":"2015-09-04T03:16:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"7536a0b351cc4f2764e71cbc268a178ab595259d","kind":"tag","published_at":"2015-08-17T01:28:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"56fa3d92620a41a875b3337fa51d04d6df23b1a8","kind":"tag","published_at":"2015-08-15T12:34:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"eefec0ef598a92e78510ee8626fd9bbcdb1398e4","kind":"tag","published_at":"2015-08-15T11:19:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0/manifests"},{"name":"v0.3.2","sha":"74b99dca61eafd56ba93605016b086a1108e77fe","kind":"tag","published_at":"2015-08-13T03:12:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"a1aca9c31a45aded77962bd0defc32e503aec213","kind":"commit","published_at":"2015-08-11T06:23:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"b489672d27ff703337c540f0fbc43f6486a84d99","kind":"commit","published_at":"2015-08-09T03:27:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"12e3cd6b151353dbe7f584adabbe5dd8a28424db","kind":"commit","published_at":"2015-07-24T08:13:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"f437b457b5ea6c105535a360144000f8315db54d","kind":"commit","published_at":"2015-07-24T04:54:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0/manifests"},{"name":"v0.1.3","sha":"c8fa9d0b94f8ac07f162623e4b9e9e68aad82e62","kind":"commit","published_at":"2015-07-22T11:06:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"6ba5d6e4b90a154dbca6ec0f80c66ad5995cd770","kind":"commit","published_at":"2015-07-22T07:10:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c015f8762f70eff2be7b8d7fb82438689239d717","kind":"commit","published_at":"2015-07-20T07:55:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"7253d0fea773e3f7cc0a3fb8278c9da070df26ee","kind":"commit","published_at":"2015-07-20T07:12:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.3","sha":"0c9f1e89bfacec8e08bac8ef96d64e3abdbecda7","kind":"commit","published_at":"2015-07-17T11:02:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"fec1baf43b8c0156682d4014a4fd066bd24ad448","kind":"commit","published_at":"2015-07-17T06:23:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"a5ea0dfada48601b9e3fbec78dd37d70380a2db6","kind":"commit","published_at":"2015-07-15T08:03:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1/manifests"},{"name":"v0.1.0-alpha.3","sha":"9b6cc68a2c17c9671363fe7af5de7ebd3a06aaeb","kind":"commit","published_at":"2015-07-06T01:27:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3/manifests"},{"name":"v0.1.0-alpha.2","sha":"34b0f460c34ecc48af857d8ee5d7038970ba56fb","kind":"commit","published_at":"2015-06-29T12:04:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2/manifests"},{"name":"v0.1.0-alpha.1","sha":"05b3415fc699ab43f3fa33b5ecd040ab5ecdf9e2","kind":"commit","published_at":"2015-06-24T04:42:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1/manifests"},{"name":"v0.0.17","sha":"3cae05244e48af9cf4abbef3114060db585a574c","kind":"commit","published_at":"2015-04-03T02:12:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"c0719ce6ba16778dd34c2cfdc81e7f3c5321409d","kind":"commit","published_at":"2015-03-19T04:15:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"57af04dc3e362c0e327b716279c9143028c6e0da","kind":"commit","published_at":"2015-03-18T20:23:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"69be290efb58a6a92e9ae78d7b37168d293920b5","kind":"commit","published_at":"2015-03-13T21:22:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"15a39d02ba3d666e7820eecbb8c5493ef2f6040a","kind":"commit","published_at":"2015-03-12T23:17:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13/manifests"},{"name":"v0.0.11","sha":"37f5561553c30d8f0f2c949502ea278da64949cd","kind":"tag","published_at":"2014-05-28T13:14:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"ad6f6ec5499d2c902b88da95487862d50e5ad776","kind":"tag","published_at":"2014-05-28T12:51:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"87efbabd9bc2a0fd83255e6cb856961b10aef9eb","kind":"tag","published_at":"2014-05-06T17:11:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"94b12cf69c51264b1edb6c81b50a262f0536894b","kind":"tag","published_at":"2014-04-10T14:45:48.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"1cf17e494fd7d8538c55189c72c0cf57d145ef41","kind":"tag","published_at":"2014-04-10T14:06:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"861f9ec93de28be4185b35815c2b6ab17746eb3f","kind":"commit","published_at":"2014-01-23T19:39:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"3f59f7356c86f30ef8e8754386373c2a8f97b367","kind":"commit","published_at":"2014-01-23T18:59:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6fa2c22464dcd964df604550c2ce2ed1d2f4362b","kind":"commit","published_at":"2014-01-04T21:36:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4/manifests"}]},"repo_metadata_updated_at":"2024-09-06T20:04:07.422Z","dependent_packages_count":370,"downloads":8759323,"downloads_period":"last-month","dependent_repos_count":65886,"rankings":{"downloads":0.14169919716859292,"dependent_repos_count":0.11735908996568577,"dependent_packages_count":0.14799096865567538,"stargazers_count":1.154472815396108,"forks_count":1.396504006357065,"docker_downloads_count":0.3271489667778544,"average":0.5475291740534969},"purl":"pkg:npm/conventional-changelog-express","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/conventional-changelog-express","docker_dependents_count":401,"docker_downloads_count":31643307,"usage_url":"https://repos.ecosyste.ms/usage/npm/conventional-changelog-express","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/conventional-changelog-express/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-09-05T23:48:05.478Z","issues_count":175,"pull_requests_count":479,"avg_time_to_close_issue":19345133.890243903,"avg_time_to_close_pull_request":6038480.121447029,"issues_closed_count":82,"pull_requests_closed_count":387,"pull_request_authors_count":71,"issue_authors_count":107,"avg_comments_per_issue":2.125714285714286,"avg_comments_per_pull_request":1.3089770354906054,"merged_pull_requests_count":302,"bot_issues_count":3,"bot_pull_requests_count":228,"past_year_issues_count":65,"past_year_pull_requests_count":211,"past_year_avg_time_to_close_issue":881436.8095238095,"past_year_avg_time_to_close_pull_request":924625.8044692738,"past_year_issues_closed_count":42,"past_year_pull_requests_closed_count":179,"past_year_pull_request_authors_count":23,"past_year_issue_authors_count":40,"past_year_avg_comments_per_issue":1.5692307692307692,"past_year_avg_comments_per_pull_request":1.085308056872038,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":94,"past_year_merged_pull_requests_count":141,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues","maintainers":[{"login":"dangreen","count":83,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"},{"login":"bcoe","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bcoe"},{"login":"tommywo","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tommywo"}],"active_maintainers":[{"login":"dangreen","count":72,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-express/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-express/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-express/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-express/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-express/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-express/codemeta","maintainers":[{"uuid":"stevemao","login":"stevemao","name":null,"email":"steve.mao@healthinteract.com.au","url":null,"packages_count":167,"html_url":"https://www.npmjs.com/~stevemao","role":null,"created_at":"2022-11-10T11:47:20.202Z","updated_at":"2022-11-10T11:47:20.202Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/stevemao/packages"},{"uuid":"bcoe","login":"bcoe","name":null,"email":"bencoe@gmail.com","url":null,"packages_count":557,"html_url":"https://www.npmjs.com/~bcoe","role":null,"created_at":"2022-11-10T11:47:20.198Z","updated_at":"2022-11-10T11:47:20.198Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/bcoe/packages"},{"uuid":"oss-bot","login":"oss-bot","name":null,"email":"bencoe+oss-bot@gmail.com","url":null,"packages_count":57,"html_url":"https://www.npmjs.com/~oss-bot","role":null,"created_at":"2022-11-10T11:47:20.189Z","updated_at":"2022-11-10T11:47:20.189Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/oss-bot/packages"},{"uuid":"tapppi","login":"tapppi","name":null,"email":"moilanen.tapani@gmail.com","url":null,"packages_count":27,"html_url":"https://www.npmjs.com/~tapppi","role":null,"created_at":"2022-11-10T11:47:20.205Z","updated_at":"2022-11-10T11:47:20.205Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/tapppi/packages"},{"uuid":"dangreen","login":"dangreen","name":null,"email":"danon0404@gmail.com","url":null,"packages_count":110,"html_url":"https://www.npmjs.com/~dangreen","role":null,"created_at":"2026-02-11T12:46:06.527Z","updated_at":"2026-02-11T12:46:06.527Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/dangreen/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5644415,"maintainers_count":1200486,"namespaces_count":399623,"keywords_count":847874,"github":"npm","metadata":{"funded_packages_count":171745},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-06-10T05:11:46.456Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":1554900,"name":"conventional-changelog-angular","ecosystem":"npm","description":"Angular preset for conventional-changelog.","homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-angular#readme","licenses":"ISC","normalized_licenses":["ISC"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":["conventional-changelog","angular","preset"],"namespace":null,"versions_count":51,"first_release_published_at":"2015-12-25T05:27:56.853Z","latest_release_published_at":"2026-03-29T15:46:30.754Z","latest_release_number":"8.3.1","last_synced_at":"2026-06-11T15:30:27.961Z","created_at":"2022-04-09T05:41:17.860Z","updated_at":"2026-06-11T15:30:27.961Z","registry_url":"https://www.npmjs.com/package/conventional-changelog-angular","install_command":"npm install conventional-changelog-angular","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"next":"5.0.12","latest":"8.3.1"}},"repo_metadata":{"id":12961414,"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2024-06-18T04:54:14.000Z","size":5832,"stargazers_count":7627,"open_issues_count":249,"forks_count":715,"subscribers_count":58,"default_branch":"master","last_synced_at":"2024-06-19T09:40:31.278Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2024-06-19T09:40:44.711Z","dependencies_parsed_at":"2022-07-13T10:30:31.523Z","dependency_job_id":"5f6d159e-c4c6-405b-9fa7-976ffc4dfa04","html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1464,"total_committers":136,"mean_commits":"10.764705882352942","dds":"0.40095628415300544","last_synced_commit":"58f0887283a200d52e49607baf7b352f26177b05"},"previous_names":["ajoslin/conventional-changelog"],"tags_count":777,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":215686924,"owners_count":15916249,"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"},"owner_record":{"login":"conventional-changelog","name":"conventional-changelog","uuid":"16443515","kind":"organization","description":"Tools to generate changelogs and release notes from a project's commit messages and metadata.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16443515?v=4","repositories_count":12,"last_synced_at":"2024-03-25T20:05:25.442Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/conventional-changelog","funding_links":[],"total_stars":31480,"followers":325,"following":0,"created_at":"2022-11-02T16:25:21.572Z","updated_at":"2024-03-25T20:05:26.809Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog/repositories"},"tags":[{"name":"git-client-v1.0.1","sha":"d3b8aaa16337993bbad4d91db1ffac5a7568756b","kind":"commit","published_at":"2024-05-06T14:46:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1/manifests"},{"name":"conventional-changelog-v6.0.0","sha":"83bb15ba5de08f080884fc906c6db3c99c8b2131","kind":"commit","published_at":"2024-04-26T22:08:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0/manifests"},{"name":"conventional-changelog-core-v8.0.0","sha":"7bc92fc05e4447f311ad52b6e39d36f461eaf083","kind":"commit","published_at":"2024-04-26T22:07:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v8.0.0","sha":"3129c812139bf7454a64b4d506e6b85cd5abc77c","kind":"commit","published_at":"2024-04-26T22:06:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0/manifests"},{"name":"git-semver-tags-v8.0.0","sha":"fbd1b3bcd6253a32de89eb21145c2eb70d9396b6","kind":"commit","published_at":"2024-04-26T22:05:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v5.0.0","sha":"e34c96db3dbebedb17a6583aae8855dddd056f83","kind":"commit","published_at":"2024-04-26T22:04:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0/manifests"},{"name":"conventional-changelog-angular-v8.0.0","sha":"2aa6291a93eb881230e896f87a5232873b6a9717","kind":"commit","published_at":"2024-04-26T22:04:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0/manifests"},{"name":"conventional-changelog-jquery-v6.0.0","sha":"1c71cd6d4868ef2e158963e277609a9794806306","kind":"commit","published_at":"2024-04-26T22:03:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v8.0.0","sha":"533e36277d1779a5ac79a06210c603b5f88bc030","kind":"commit","published_at":"2024-04-26T22:00:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0/manifests"},{"name":"conventional-changelog-eslint-v6.0.0","sha":"c7459cd7d1e1ab82c9a5d552b008c02aba290cad","kind":"commit","published_at":"2024-04-26T21:59:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0/manifests"},{"name":"git-raw-commits-v5.0.0","sha":"f61ea377e843db0852c35911785895ec43481f11","kind":"commit","published_at":"2024-04-26T21:58:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0/manifests"},{"name":"conventional-changelog-codemirror-v5.0.0","sha":"77525286ffc8869a6ac351ebe28198842815cb7c","kind":"commit","published_at":"2024-04-26T21:57:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0/manifests"},{"name":"conventional-changelog-cli-v5.0.0","sha":"a75cef688b9a1557ca981178d4d35c18963160b6","kind":"commit","published_at":"2024-04-26T21:53:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0/manifests"},{"name":"conventional-changelog-express-v5.0.0","sha":"a6ab80d6e30091a8b743ee97a87e7400af1ebc53","kind":"commit","published_at":"2024-04-26T21:53:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v10.0.0","sha":"d7c409b02f1d58cf6f0293edcadbe5f00a78a622","kind":"commit","published_at":"2024-04-26T21:52:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v10.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v10.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0/manifests"},{"name":"conventional-changelog-atom-v5.0.0","sha":"3b2b9d0ec2382f73d9cf000a1004596f90ece916","kind":"commit","published_at":"2024-04-26T21:51:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0/manifests"},{"name":"conventional-changelog-jshint-v5.0.0","sha":"d7dae509e72b09d1496ae51f1f04c15581c828fc","kind":"commit","published_at":"2024-04-26T21:50:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0/manifests"},{"name":"conventional-changelog-ember-v5.0.0","sha":"2e99dfa49112ffe6c864dd0e436f0db1e696b1f9","kind":"commit","published_at":"2024-04-26T21:50:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0/manifests"},{"name":"conventional-commits-parser-v6.0.0","sha":"646e1be132ccd0f32e3074de2f511be5c610984f","kind":"commit","published_at":"2024-04-26T21:48:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0/manifests"},{"name":"conventional-commits-filter-v5.0.0","sha":"be4266b7ef7b84ba5c198dfa8c143229f8a5b128","kind":"commit","published_at":"2024-04-26T21:47:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0/manifests"},{"name":"standard-changelog-v6.0.0","sha":"3e9b9387f29e48a508b70b88f26b40a6db9fea16","kind":"commit","published_at":"2024-04-26T21:45:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v5.0.0","sha":"041a1a9b73b201add30494aed19d026b948bd8f1","kind":"commit","published_at":"2024-04-26T21:41:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0/manifests"},{"name":"git-client-v1.0.0","sha":"7e51fe970576503cae3ab94e6e9b3e01017b044d","kind":"commit","published_at":"2024-04-26T21:21:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0/manifests"},{"name":"git-semver-tags-v7.0.1","sha":"fac8045242099c016f5f3905e54e02b7d466bd7b","kind":"commit","published_at":"2023-09-10T23:53:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1/manifests"},{"name":"conventional-changelog-writer-v7.0.1","sha":"e3a643ad39ec3bc4cfb1dff2aa1101333df33dc3","kind":"commit","published_at":"2023-09-10T23:49:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1/manifests"},{"name":"conventional-changelog-cli-v4.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0/manifests"},{"name":"conventional-changelog-v5.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0/manifests"},{"name":"conventional-changelog-core-v7.0.0","sha":"2e467dd39a35c3813597711a37690897183b4abc","kind":"commit","published_at":"2023-09-08T22:03:37.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0/manifests"},{"name":"git-semver-tags-v7.0.0","sha":"a13f788bd505d8253a2d92413fc4a7780e11ec07","kind":"commit","published_at":"2023-09-08T21:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0/manifests"},{"name":"standard-changelog-v5.0.0","sha":"34569c7a3fd2b0362a461517a1f4e20e7eecd9fc","kind":"commit","published_at":"2023-09-08T21:55:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v9.0.0","sha":"ad633d9d81f66ef80d7f77832a264cb0c5b971ef","kind":"commit","published_at":"2023-09-08T21:50:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.2","sha":"50113f9b569259d991f1a734a192964ca71f0118","kind":"commit","published_at":"2023-09-08T21:41:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2/manifests"},{"name":"conventional-changelog-preset-loader-v4.1.0","sha":"a14d2186575f6061f236c9a47d803694b18f8373","kind":"commit","published_at":"2023-09-08T21:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.1","sha":"ca4324b0a690b2595f8b574882ff95329a2dc195","kind":"commit","published_at":"2023-08-27T19:11:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1/manifests"},{"name":"conventional-commits-filter-v4.0.0","sha":"26fc9ea274dc0c62442ec9d97b20a2ebb49138bf","kind":"commit","published_at":"2023-08-27T12:55:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0/manifests"},{"name":"standard-changelog-v4.0.0","sha":"5b788265774bf4b63d3c83a178ca53e8e7095903","kind":"commit","published_at":"2023-08-27T12:50:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-eslint-v5.0.0","sha":"679594c0716275771cc23b314e4362899fe72f87","kind":"commit","published_at":"2023-08-27T12:46:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0/manifests"},{"name":"git-semver-tags-v6.0.0","sha":"1c75c72d9b5d59e3ea4e914c58a85f7559f29602","kind":"commit","published_at":"2023-08-27T12:40:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0/manifests"},{"name":"conventional-recommended-bump-v8.0.0","sha":"624377a24e8e3658bcf2329a9a98f9a7b02a4cb3","kind":"commit","published_at":"2023-08-27T12:33:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0/manifests"},{"name":"conventional-changelog-writer-v7.0.0","sha":"d669bb67dc713cb1e4374e3216ed7d83cde743c5","kind":"commit","published_at":"2023-08-27T12:27:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0/manifests"},{"name":"conventional-changelog-codemirror-v4.0.0","sha":"933fd0b3dd355d648faf57241b796a714004c722","kind":"commit","published_at":"2023-08-27T12:23:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0/manifests"},{"name":"conventional-changelog-express-v4.0.0","sha":"c9e9ceb3a3727659bd117bab01cbc7642d588f06","kind":"commit","published_at":"2023-08-27T12:16:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0/manifests"},{"name":"conventional-changelog-ember-v4.0.0","sha":"5d7c16268f79b7f180e34e997fdb37373d714666","kind":"commit","published_at":"2023-08-27T12:11:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0/manifests"},{"name":"conventional-changelog-jquery-v5.0.0","sha":"d643efb1050dcdaecee626044315644ff9b9e43b","kind":"commit","published_at":"2023-08-27T12:07:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v4.0.0","sha":"636646dd9ae062e9652a7f9ccaf6c329e6e9f924","kind":"commit","published_at":"2023-08-27T12:03:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0/manifests"},{"name":"conventional-changelog-v5.0.0","sha":"7985de3edc9e655369651ad464cb39b791887dc7","kind":"commit","published_at":"2023-08-27T11:58:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.0","sha":"5f0fe40743d8f559ab94ed11bbb4b8bda6fa6dcb","kind":"commit","published_at":"2023-08-27T11:51:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0/manifests"},{"name":"conventional-changelog-angular-v7.0.0","sha":"6c7a2e1a8807988bcb1a9842f72d14be3b1a89e3","kind":"commit","published_at":"2023-08-27T11:46:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0/manifests"},{"name":"conventional-changelog-jshint-v4.0.0","sha":"0204a9a340d2c85411e8de8905bc74c6146e5618","kind":"commit","published_at":"2023-08-27T11:41:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0/manifests"},{"name":"conventional-changelog-atom-v4.0.0","sha":"ab9b2c10e098ec8837d141102549f3eef698364c","kind":"commit","published_at":"2023-08-27T11:36:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0/manifests"},{"name":"conventional-changelog-cli-v4.0.0","sha":"29df6c4597afad27b9cda06f58eb564bcca609c4","kind":"commit","published_at":"2023-08-27T11:21:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0/manifests"},{"name":"conventional-changelog-core-v6.0.0","sha":"45613bbc2d13c798732e4b2bd4b2fa9ea67157d6","kind":"commit","published_at":"2023-08-27T11:17:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v4.0.0","sha":"5a896e3ef3aa9e751fcc74d7c76fa21d6d526cb0","kind":"commit","published_at":"2023-08-27T11:08:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0/manifests"},{"name":"git-raw-commits-v4.0.0","sha":"878fc56b43bc617177bf47fd8643a3b8b86078e5","kind":"commit","published_at":"2023-08-27T11:01:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0/manifests"},{"name":"conventional-commits-parser-v5.0.0","sha":"299de5acbe55a7d19dcdd2adc34681eae7264abf","kind":"commit","published_at":"2023-08-26T17:50:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0/manifests"},{"name":"git-semver-tags-v5.0.1","sha":"87914a362866a380e98a29edf19b2173e0911d8a","kind":"commit","published_at":"2023-07-09T19:10:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1/manifests"},{"name":"conventional-changelog-writer-v6.0.1","sha":"c123edea220b450cfa26813b6f198c3e8ebbd2b4","kind":"commit","published_at":"2023-07-09T14:49:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.2","sha":"83773c5e1a8874ea9809ca9db1dff60b7df1daae","kind":"commit","published_at":"2023-06-28T17:43:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.1.0","sha":"2e5fe6d9574ba896fa90b5bfcb50fb73d28af6d6","kind":"commit","published_at":"2023-06-17T21:30:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v7.0.1","sha":"f251b6899e313a9b23f3c8deb8b8b57217040892","kind":"commit","published_at":"2023-06-06T23:24:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.1","sha":"5b458dff9edf766446449acd1bbb8027a1e39fa5","kind":"commit","published_at":"2023-06-06T23:17:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1/manifests"},{"name":"gulp-conventional-changelog-v3.0.0","sha":"8ef6232797e5bf7c80422221374c53c03d5df36d","kind":"commit","published_at":"2023-06-06T22:50:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0/manifests"},{"name":"standard-changelog-v3.0.0","sha":"ea65f017b42b914ece780fd2fc799a6946912ed8","kind":"commit","published_at":"2023-06-06T22:42:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0/manifests"},{"name":"conventional-changelog-cli-v3.0.0","sha":"f00f4549cee9406054b77057a8135183fcd89710","kind":"commit","published_at":"2023-06-06T22:29:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0/manifests"},{"name":"conventional-changelog-v4.0.0","sha":"1a240f91ed584ed43e7f9c82235ca60eff0f4fa5","kind":"commit","published_at":"2023-06-06T19:50:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-core-v5.0.0","sha":"8507f601486c8ff6806156c50091262dee13ec54","kind":"commit","published_at":"2023-06-06T19:23:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v7.0.0","sha":"e1662ca7a6c688d28a334282a5e863f52866f3e8","kind":"commit","published_at":"2023-06-06T18:39:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v3.0.0","sha":"5d80d155425147a0b045af09536e5962cbfff620","kind":"commit","published_at":"2023-06-06T15:08:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.0.0","sha":"a30fc7ae219cf871b46cbe9d2c76a9730b70e272","kind":"commit","published_at":"2023-06-06T14:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v6.0.0","sha":"aa5d46c7b13b7b31f78af4b3c31c087c39eea41d","kind":"commit","published_at":"2023-06-06T14:46:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0/manifests"},{"name":"conventional-commits-filter-v3.0.0","sha":"502a73fe41aebb7b563c5ca69521e0b1bab904df","kind":"commit","published_at":"2023-06-06T14:32:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0/manifests"},{"name":"conventional-commits-parser-v4.0.0","sha":"9f7fe891e75c64937c28baa39a6c795a01603ab7","kind":"commit","published_at":"2023-06-06T14:24:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0/manifests"},{"name":"git-raw-commits-v3.0.0","sha":"571f2d549f10744a12ab3bc5dc5e0b749cb72667","kind":"commit","published_at":"2023-06-06T14:16:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0/manifests"},{"name":"git-semver-tags-v5.0.0","sha":"445c796d04105d10dd62d07039bc6a7fc9f263a5","kind":"commit","published_at":"2023-06-06T13:51:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0/manifests"},{"name":"conventional-changelog-atom-v3.0.0","sha":"208787aa2f5db8de1c2d43c56d71e6dfb9510781","kind":"commit","published_at":"2023-06-06T13:43:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0/manifests"},{"name":"conventional-changelog-angular-v6.0.0","sha":"c4ebf98acc15f37154aae5de53a225e896c4a157","kind":"commit","published_at":"2023-06-06T13:36:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0/manifests"},{"name":"conventional-changelog-codemirror-v3.0.0","sha":"0772453bee083917a05b9696d063ee3dc69957f9","kind":"commit","published_at":"2023-06-06T13:25:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0/manifests"},{"name":"conventional-changelog-ember-v3.0.0","sha":"e473d0c8af7c0cf8a54f775556796f50f3e695c2","kind":"commit","published_at":"2023-06-06T13:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0/manifests"},{"name":"conventional-changelog-eslint-v4.0.0","sha":"b3b896bc5b9e3ed65dcfc08c57967a252f37cfd1","kind":"commit","published_at":"2023-06-06T12:56:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0/manifests"},{"name":"conventional-changelog-express-v3.0.0","sha":"5594385d1dd2490b0fb508a60b6f30e8be6616ce","kind":"commit","published_at":"2023-06-06T12:37:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0/manifests"},{"name":"conventional-changelog-jquery-v4.0.0","sha":"51a3015a907b2cea900114359c36ce0e9664b72d","kind":"commit","published_at":"2023-06-06T12:17:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0/manifests"},{"name":"conventional-changelog-jshint-v3.0.0","sha":"281e5f883476e90b75cae4373a67436c86e94f6a","kind":"commit","published_at":"2023-06-06T12:02:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v5.0.0","sha":"ba6df7cf62de5f448368bed4398f6ddf633d2cbd","kind":"commit","published_at":"2022-05-27T18:02:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0/manifests"},{"name":"conventional-changelog-writer-v5.0.1","sha":"21b73f974adc4490a318d9c892055655cb82c538","kind":"commit","published_at":"2021-12-29T21:36:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.3","sha":"02757d342290bcf51a49d49e5e72f5eae6c6f6da","kind":"commit","published_at":"2021-12-29T19:52:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3/manifests"},{"name":"conventional-commits-parser-v3.2.4","sha":"1d0f62d4ac4911ef0d912d5401f783b152cee624","kind":"commit","published_at":"2021-12-29T19:46:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4/manifests"},{"name":"git-raw-commits-v2.0.11","sha":"95384dbd105ffe4f86bbc6ccad3e5405a1cbfe04","kind":"commit","published_at":"2021-12-29T19:39:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.2","sha":"1827696185192a8dd258ea7c3370090238b0fb76","kind":"commit","published_at":"2021-12-25T18:06:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2/manifests"},{"name":"conventional-changelog-cli-v2.2.2","sha":"8ce6a7bbd3fae87aa9d56fca68c2e16fbb2cace5","kind":"commit","published_at":"2021-12-25T17:22:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2/manifests"},{"name":"conventional-changelog-v3.1.25","sha":"8e9c3d76aaffd7fe67a78270b3ad9b881e953e7e","kind":"commit","published_at":"2021-12-24T18:50:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25/manifests"},{"name":"conventional-commits-parser-v3.2.3","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3/manifests"},{"name":"conventional-changelog-cli-v2.2.1","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.1","sha":"c35708d56a55e31b750aec1f745e5be52f0a75f2","kind":"commit","published_at":"2021-09-09T19:06:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1/manifests"},{"name":"conventional-commits-parser-v3.2.2","sha":"1bae48ff85eff0736ea6691b7214f3fc9c026256","kind":"commit","published_at":"2021-09-09T14:45:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2/manifests"},{"name":"conventional-changelog-core-v4.2.4","sha":"02fbc2d42d0faf53d4b7a2b0525626088a6ac8ba","kind":"commit","published_at":"2021-09-09T14:37:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4/manifests"},{"name":"conventional-changelog-angular-v5.0.13","sha":"e30343b4676d26b416080294dc74ebba001c0716","kind":"commit","published_at":"2021-09-09T14:31:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v5.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13/manifests"},{"name":"conventional-changelog-core-v4.2.3","sha":"318b555b6ef3aebdb5a8d4c7c734fd7234712dd3","kind":"commit","published_at":"2021-07-03T00:24:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.0","sha":"537c37d7801872c3e57e4200c64154a4d2ea042a","kind":"commit","published_at":"2021-04-30T00:15:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0/manifests"},{"name":"conventional-commits-parser-v3.2.1","sha":"758dda2937b6784f0cc6a535286862fcf95b6f06","kind":"commit","published_at":"2021-02-15T21:32:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1/manifests"},{"name":"git-raw-commits-v2.0.10","sha":"ffecaccb6e117afae9f68f1d48ff9a69554da950","kind":"commit","published_at":"2021-01-27T16:36:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10/manifests"},{"name":"conventional-changelog-writer-v5.0.0","sha":"61ef6491add84b841e1797baf09f62bbdd90dcd4","kind":"commit","published_at":"2020-12-30T22:40:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v6.1.0","sha":"3b0fb22b0bb49137b9ecddaeb349f66025205c57","kind":"commit","published_at":"2020-12-30T16:58:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0/manifests"},{"name":"conventional-changelog-core-v4.2.2","sha":"317eeb3137caff69bcc9a67fce3dc67663a010db","kind":"commit","published_at":"2020-12-30T00:53:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2/manifests"},{"name":"conventional-recommended-bump-v6.0.12","sha":"90ecc5d93bfd7626857eda5d240f92393d896be0","kind":"commit","published_at":"2020-12-30T00:43:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12/manifests"},{"name":"git-raw-commits-v2.0.9","sha":"227f3e23af86912c0cd64fdb1a820ac92e5757c5","kind":"commit","published_at":"2020-12-29T23:59:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9/manifests"},{"name":"conventional-changelog-writer-v4.1.0","sha":"77725cfb12ca3ca22abb9421b4af012a49207e7a","kind":"commit","published_at":"2020-12-29T23:41:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0/manifests"},{"name":"conventional-changelog-atom@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8/manifests"},{"name":"conventional-changelog-angular@5.0.12","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12/manifests"},{"name":"conventional-changelog@3.1.24","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24/manifests"},{"name":"git-raw-commits@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8/manifests"},{"name":"standard-changelog@2.0.27","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27/manifests"},{"name":"gulp-conventional-changelog@2.0.35","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35/manifests"},{"name":"git-semver-tags@4.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1/manifests"},{"name":"conventional-recommended-bump@6.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11/manifests"},{"name":"conventional-commits-parser@3.2.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0/manifests"},{"name":"conventional-commits-filter@2.0.7","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7/manifests"},{"name":"conventional-changelog-writer@4.0.18","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18/manifests"},{"name":"conventional-changelog-jshint@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9/manifests"},{"name":"conventional-changelog-jquery@3.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11/manifests"},{"name":"conventional-changelog-express@2.0.6","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9/manifests"},{"name":"conventional-changelog-ember@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9/manifests"},{"name":"conventional-changelog-core@4.2.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.5.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1/manifests"},{"name":"conventional-changelog-v3.1.24","sha":"f8fcbc2e8b0834c29178ace6382b438a020ad828","kind":"commit","published_at":"2020-10-25T02:45:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24/manifests"},{"name":"conventional-recommended-bump@6.0.10","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10/manifests"},{"name":"standard-changelog@2.0.26","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26/manifests"},{"name":"gulp-conventional-changelog@2.0.34","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34/manifests"},{"name":"git-semver-tags@4.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0/manifests"},{"name":"conventional-changelog-core@4.2.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.4.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0/manifests"},{"name":"conventional-changelog-cli@2.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0/manifests"},{"name":"conventional-changelog@3.1.23","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23/manifests"},{"name":"standard-changelog@2.0.25","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25/manifests"},{"name":"conventional-changelog-writer@4.0.17","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17/manifests"},{"name":"conventional-changelog-jshint@2.0.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8/manifests"},{"name":"conventional-changelog-core@4.1.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8/manifests"},{"name":"conventional-changelog@3.1.22","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22/manifests"},{"name":"conventional-changelog-angular@5.0.11","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.35","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35/manifests"},{"name":"gulp-conventional-changelog@2.0.33","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.1","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1/manifests"},{"name":"conventional-changelog-core@4.1.7","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7/manifests"},{"name":"conventional-changelog@3.1.21","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21/manifests"},{"name":"conventional-changelog-writer@4.0.16","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.34","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34/manifests"},{"name":"standard-changelog@2.0.24","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24/manifests"},{"name":"gulp-conventional-changelog@2.0.32","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32/manifests"},{"name":"git-semver-tags@4.0.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.3.4","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4/manifests"},{"name":"standard-changelog@2.0.23","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23/manifests"},{"name":"gulp-conventional-changelog@2.0.31","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31/manifests"},{"name":"conventional-changelog-eslint@3.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.15","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10/manifests"},{"name":"conventional-changelog@3.1.20","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20/manifests"},{"name":"conventional-changelog-atom@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7/manifests"},{"name":"conventional-changelog-cli@2.0.33","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33/manifests"},{"name":"conventional-changelog-codemirror@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0/manifests"},{"name":"conventional-changelog-core@4.1.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6/manifests"},{"name":"conventional-changelog-ember@2.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8/manifests"},{"name":"conventional-commits-filter@2.0.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6/manifests"},{"name":"conventional-commits-parser@3.1.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.9","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9/manifests"},{"name":"git-raw-commits@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7/manifests"},{"name":"conventional-changelog-express@2.0.5","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10/manifests"},{"name":"conventional-changelog-jshint@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7/manifests"},{"name":"conventional-changelog-preset-loader-v2.3.2","sha":"9f6c56cb960a5043823cfb85b9843991201cbb51","kind":"commit","published_at":"2020-05-08T19:21:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v2.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2/manifests"},{"name":"conventional-changelog-core@4.1.5","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5/manifests"},{"name":"gulp-conventional-changelog@2.0.30","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30/manifests"},{"name":"standard-changelog@2.0.22","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22/manifests"},{"name":"conventional-changelog@3.1.19","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19/manifests"},{"name":"conventional-changelog-cli@2.0.32","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32/manifests"},{"name":"conventional-changelog-cli@2.0.31","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31/manifests"},{"name":"standard-changelog@2.0.21","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21/manifests"},{"name":"gulp-conventional-changelog@2.0.29","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29/manifests"},{"name":"conventional-changelog-core@4.1.4","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4/manifests"},{"name":"conventional-changelog@3.1.18","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18/manifests"},{"name":"conventional-changelog@3.1.17","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17/manifests"},{"name":"standard-changelog@2.0.20","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20/manifests"},{"name":"gulp-conventional-changelog@2.0.28","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28/manifests"},{"name":"conventional-changelog-core@4.1.3","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.30","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30/manifests"},{"name":"conventional-changelog-cli@2.0.29","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29/manifests"},{"name":"standard-changelog@2.0.19","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19/manifests"},{"name":"gulp-conventional-changelog@2.0.27","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27/manifests"},{"name":"conventional-changelog-core@4.1.2","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2/manifests"},{"name":"conventional-changelog@3.1.16","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16/manifests"},{"name":"conventional-changelog-cli@2.0.28","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28/manifests"},{"name":"standard-changelog@2.0.18","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18/manifests"},{"name":"gulp-conventional-changelog@2.0.26","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26/manifests"},{"name":"git-semver-tags@3.0.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1/manifests"},{"name":"git-raw-commits@2.0.3","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3/manifests"},{"name":"conventional-recommended-bump@6.0.5","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5/manifests"},{"name":"conventional-commits-parser@3.0.8","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.11","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11/manifests"},{"name":"conventional-changelog-core@4.1.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1/manifests"},{"name":"conventional-changelog@3.1.15","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15/manifests"},{"name":"gulp-conventional-changelog@2.0.25","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25/manifests"},{"name":"conventional-changelog@3.1.14","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14/manifests"},{"name":"conventional-changelog-angular@5.0.6","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6/manifests"},{"name":"conventional-changelog-cli@2.0.27","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.3","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3/manifests"},{"name":"conventional-changelog-core@4.1.0","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0/manifests"},{"name":"conventional-commits-parser@3.0.7","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7/manifests"},{"name":"conventional-recommended-bump@6.0.4","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4/manifests"},{"name":"standard-changelog@2.0.17","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17/manifests"},{"name":"conventional-changelog-cli@2.0.26","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.2","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2/manifests"},{"name":"conventional-changelog-core@4.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3/manifests"},{"name":"conventional-commits-parser@3.0.6","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6/manifests"},{"name":"conventional-recommended-bump@6.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.24","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24/manifests"},{"name":"standard-changelog@2.0.16","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16/manifests"},{"name":"conventional-changelog-writer@4.0.10","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10/manifests"},{"name":"conventional-changelog-preset-loader@2.3.0","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0/manifests"},{"name":"conventional-changelog@3.1.13","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13/manifests"},{"name":"conventional-changelog-jshint@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.9","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9/manifests"},{"name":"conventional-commits-parser@3.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5/manifests"},{"name":"conventional-changelog@3.1.12","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12/manifests"},{"name":"conventional-recommended-bump@6.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.23","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23/manifests"},{"name":"standard-changelog@2.0.15","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5/manifests"},{"name":"conventional-changelog-atom@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.25","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25/manifests"},{"name":"conventional-changelog-codemirror@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.1","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1/manifests"},{"name":"conventional-changelog-core@4.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2/manifests"},{"name":"conventional-changelog-ember@2.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4/manifests"},{"name":"conventional-changelog-eslint@3.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.6","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6/manifests"},{"name":"standard-changelog@2.0.14","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14/manifests"},{"name":"gulp-conventional-changelog@2.0.22","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22/manifests"},{"name":"conventional-recommended-bump@6.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1/manifests"},{"name":"conventional-commits-parser@3.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4/manifests"},{"name":"conventional-changelog-writer@4.0.8","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8/manifests"},{"name":"conventional-changelog-jshint@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.5","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5/manifests"},{"name":"conventional-changelog-eslint@3.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3/manifests"},{"name":"conventional-changelog-ember@2.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3/manifests"},{"name":"conventional-changelog-core@4.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.0","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.24","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24/manifests"},{"name":"conventional-changelog-atom@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4/manifests"},{"name":"conventional-changelog@3.1.11","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11/manifests"},{"name":"conventional-changelog-preset-loader@2.2.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0/manifests"},{"name":"standard-changelog@2.0.13","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13/manifests"},{"name":"gulp-conventional-changelog@2.0.21","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21/manifests"},{"name":"git-semver-tags@3.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0/manifests"},{"name":"conventional-recommended-bump@6.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.7","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7/manifests"},{"name":"conventional-changelog@3.1.10","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10/manifests"},{"name":"conventional-changelog-cli@2.0.23","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23/manifests"},{"name":"conventional-changelog-conventionalcommits@4.1.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0/manifests"},{"name":"conventional-changelog-core@4.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.1","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.0.0","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0/manifests"},{"name":"conventional-changelog-core@3.2.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3/manifests"},{"name":"conventional-changelog-writer@4.0.6","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6/manifests"},{"name":"conventional-commits-parser@3.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3/manifests"},{"name":"conventional-changelog@3.1.9","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9/manifests"},{"name":"standard-changelog@2.0.12","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.20","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20/manifests"},{"name":"git-semver-tags@2.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.22","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22/manifests"},{"name":"standard-changelog@2.0.11","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11/manifests"},{"name":"conventional-changelog@3.1.8","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8/manifests"},{"name":"conventional-changelog-cli@2.0.21","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.2","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.19","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19/manifests"},{"name":"conventional-changelog@3.1.7","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7/manifests"},{"name":"conventional-changelog-cli@2.0.20","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.1","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.18","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18/manifests"},{"name":"conventional-changelog-cli@2.0.19","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.17","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17/manifests"},{"name":"conventional-changelog@3.1.6","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6/manifests"},{"name":"conventional-changelog@3.1.5","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5/manifests"},{"name":"conventional-changelog-conventionalcommits@2.0.0","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.16","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.18","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.2","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.17","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17/manifests"},{"name":"conventional-changelog@3.1.4","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.15","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15/manifests"},{"name":"conventional-changelog-writer@4.0.5","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5/manifests"},{"name":"standard-changelog@2.0.10","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10/manifests"},{"name":"gulp-conventional-changelog@2.0.14","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14/manifests"},{"name":"conventional-changelog@3.1.3","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3/manifests"},{"name":"conventional-changelog-core@3.2.2","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2/manifests"},{"name":"conventional-changelog-cli@2.0.16","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.15","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15/manifests"},{"name":"standard-changelog@2.0.9","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.1.2","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2/manifests"},{"name":"conventional-changelog-core@3.2.1","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1/manifests"},{"name":"gulp-conventional-changelog@2.0.13","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13/manifests"},{"name":"conventional-changelog@3.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1/manifests"},{"name":"gulp-conventional-changelog@2.0.12","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12/manifests"},{"name":"conventional-recommended-bump@4.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1/manifests"},{"name":"conventional-changelog-preset-loader@2.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.14","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14/manifests"},{"name":"conventional-changelog-preset-loader@2.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0/manifests"},{"name":"conventional-changelog-writer@4.0.4","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4/manifests"},{"name":"conventional-commits-filter@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2/manifests"},{"name":"conventional-commits-parser@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2/manifests"},{"name":"conventional-recommended-bump@4.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0/manifests"},{"name":"gulp-conventional-changelog@2.0.11","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11/manifests"},{"name":"standard-changelog@2.0.8","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8/manifests"},{"name":"git-raw-commits@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2/manifests"},{"name":"conventional-changelog@3.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0/manifests"},{"name":"conventional-changelog-cli@2.0.13","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0/manifests"},{"name":"conventional-changelog-core@3.2.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0/manifests"},{"name":"conventional-changelog-eslint@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2/manifests"},{"name":"standard-changelog@2.0.7","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6/manifests"},{"name":"conventional-changelog-angular@5.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.12","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.10","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10/manifests"},{"name":"conventional-changelog-writer@4.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3/manifests"},{"name":"conventional-changelog-core@3.1.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6/manifests"},{"name":"conventional-recommended-bump@4.0.4","sha":"da729f68f9dc581623deb587c705ef65d189a9f4","kind":"tag","published_at":"2018-11-01T06:56:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4/manifests"},{"name":"standard-changelog@2.0.6","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6/manifests"},{"name":"conventional-changelog-core@3.1.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5/manifests"},{"name":"conventional-changelog-writer@4.0.2","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.9","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.0.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.11","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.10","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10/manifests"},{"name":"conventional-changelog-core@3.1.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.8","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8/manifests"},{"name":"conventional-changelog@3.0.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4/manifests"},{"name":"git-semver-tags@2.0.2","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.3","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3/manifests"},{"name":"standard-changelog@2.0.5","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5/manifests"},{"name":"standard-changelog@2.0.4","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.7","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3/manifests"},{"name":"conventional-changelog-core@3.1.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.9","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9/manifests"},{"name":"standard-changelog@2.0.3","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.8","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8/manifests"},{"name":"conventional-changelog-core@3.1.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2/manifests"},{"name":"gulp-conventional-changelog@2.0.6","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6/manifests"},{"name":"conventional-changelog@3.0.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.5","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.7","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7/manifests"},{"name":"conventional-changelog@3.0.1","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1/manifests"},{"name":"standard-changelog@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4/manifests"},{"name":"git-semver-tags@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1/manifests"},{"name":"git-raw-commits@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2/manifests"},{"name":"conventional-commits-parser@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1/manifests"},{"name":"conventional-commits-filter@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1/manifests"},{"name":"conventional-changelog-writer@4.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1/manifests"},{"name":"conventional-changelog-preset-loader@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4/manifests"},{"name":"conventional-changelog-express@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1/manifests"},{"name":"conventional-changelog-eslint@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2/manifests"},{"name":"conventional-changelog-core@3.1.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1/manifests"},{"name":"conventional-changelog-codemirror@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.6","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6/manifests"},{"name":"conventional-changelog-atom@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1/manifests"},{"name":"conventional-changelog-angular@5.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2/manifests"},{"name":"conventional-changelog@3.0.0","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.5","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.3","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.2","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.4","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3/manifests"},{"name":"standard-changelog@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3/manifests"},{"name":"conventional-changelog-core@3.1.0","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0/manifests"},{"name":"conventional-changelog-ember@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1/manifests"},{"name":"conventional-changelog-jquery@3.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1/manifests"},{"name":"conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0/manifests"},{"name":"conventional-recommended-bump@4.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0/manifests"},{"name":"conventional-changelog-jquery@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0/manifests"},{"name":"conventional-changelog-express@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0/manifests"},{"name":"conventional-changelog-eslint@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0/manifests"},{"name":"conventional-changelog-ember@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1/manifests"},{"name":"conventional-changelog-atom@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1/manifests"},{"name":"conventional-changelog-angular@4.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1/manifests"},{"name":"conventional-changelog-jquery@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0/manifests"},{"name":"conventional-changelog-jshint@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0/manifests"},{"name":"standard-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0/manifests"},{"name":"conventional-recommended-bump@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0/manifests"},{"name":"conventional-commits-parser@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0/manifests"},{"name":"conventional-commits-filter@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0/manifests"},{"name":"conventional-changelog-ember@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0/manifests"},{"name":"conventional-changelog-express@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0/manifests"},{"name":"git-semver-tags@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0/manifests"},{"name":"git-raw-commits@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0/manifests"},{"name":"conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-angular@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0/manifests"},{"name":"conventional-changelog-atom@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0/manifests"},{"name":"conventional-changelog-core@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0/manifests"},{"name":"conventional-changelog-eslint@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-core@2.0.11","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11/manifests"},{"name":"conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-cli@1.3.22","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22/manifests"},{"name":"conventional-changelog-ember@0.3.12","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12/manifests"},{"name":"conventional-recommended-bump@2.0.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9/manifests"},{"name":"conventional-changelog-angular@3.0.7","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7/manifests"},{"name":"gulp-conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24/manifests"},{"name":"standard-changelog@1.0.19","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19/manifests"},{"name":"conventional-changelog-jquery@1.3.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9/manifests"},{"name":"conventional-changelog-angular@3.0.6","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6/manifests"},{"name":"standard-changelog@1.0.18","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18/manifests"},{"name":"gulp-conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-writer@3.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9/manifests"},{"name":"conventional-changelog-jshint@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8/manifests"},{"name":"conventional-changelog-jquery@1.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8/manifests"},{"name":"conventional-changelog-eslint@1.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9/manifests"},{"name":"conventional-changelog-ember@0.3.11","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11/manifests"},{"name":"conventional-changelog-core@2.0.10","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10/manifests"},{"name":"conventional-changelog-codemirror@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8/manifests"},{"name":"conventional-changelog-cli@1.3.21","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21/manifests"},{"name":"conventional-changelog-atom@0.2.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8/manifests"},{"name":"conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23/manifests"},{"name":"gulp-conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-core@2.0.9","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9/manifests"},{"name":"conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-cli@1.3.20","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20/manifests"},{"name":"conventional-changelog-writer@3.0.8","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8/manifests"},{"name":"standard-changelog@1.0.17","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17/manifests"},{"name":"conventional-changelog-angular@3.0.5","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.10","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10/manifests"},{"name":"conventional-changelog-cli@1.3.19","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19/manifests"},{"name":"conventional-changelog-angular@3.0.4","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4/manifests"},{"name":"conventional-changelog-atom@0.2.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7/manifests"},{"name":"conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-core@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.9","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9/manifests"},{"name":"conventional-changelog-eslint@1.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8/manifests"},{"name":"conventional-changelog-express@0.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6/manifests"},{"name":"conventional-changelog-jquery@1.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7/manifests"},{"name":"conventional-changelog-preset-loader@1.1.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8/manifests"},{"name":"conventional-changelog-writer@3.0.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7/manifests"},{"name":"conventional-commits-parser@2.1.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7/manifests"},{"name":"conventional-recommended-bump@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8/manifests"},{"name":"git-raw-commits@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6/manifests"},{"name":"git-semver-tags@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21/manifests"},{"name":"standard-changelog@1.0.16","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16/manifests"},{"name":"conventional-changelog-codemirror@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6/manifests"},{"name":"conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-core@2.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7/manifests"},{"name":"conventional-changelog-codemirror@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6/manifests"},{"name":"conventional-changelog-cli@1.3.18","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18/manifests"},{"name":"conventional-changelog-ember@0.3.8","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8/manifests"},{"name":"conventional-changelog-writer@3.0.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6/manifests"},{"name":"conventional-changelog-atom@0.2.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6/manifests"},{"name":"conventional-changelog-eslint@1.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7/manifests"},{"name":"standard-changelog@1.0.15","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15/manifests"},{"name":"conventional-changelog-angular@3.0.3","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3/manifests"},{"name":"conventional-changelog-jquery@1.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-angular@3.0.2","sha":"1cc079df803f58b52c8aa997fff43e9c162266e7","kind":"tag","published_at":"2018-03-22T14:14:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2/manifests"},{"name":"conventional-changelog-ember@0.3.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7/manifests"},{"name":"standard-changelog@1.0.14","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14/manifests"},{"name":"gulp-conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19/manifests"},{"name":"git-semver-tags@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5/manifests"},{"name":"git-raw-commits@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7/manifests"},{"name":"conventional-commits-parser@2.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6/manifests"},{"name":"conventional-commits-filter@1.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5/manifests"},{"name":"conventional-changelog-preset-loader@1.1.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7/manifests"},{"name":"conventional-changelog-jshint@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5/manifests"},{"name":"conventional-changelog-jquery@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5/manifests"},{"name":"conventional-changelog-express@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6/manifests"},{"name":"conventional-changelog-core@2.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5/manifests"},{"name":"conventional-changelog-cli@1.3.17","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17/manifests"},{"name":"conventional-changelog-atom@0.2.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5/manifests"},{"name":"conventional-changelog-angular@3.0.1","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1/manifests"},{"name":"conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19/manifests"},{"name":"conventional-changelog-angular@3.0.0","sha":"49997aaba373502e5b38bd366846934641e95799","kind":"tag","published_at":"2018-03-22T13:45:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.16","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16/manifests"},{"name":"conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18/manifests"},{"name":"gulp-conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-eslint@1.0.5","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5/manifests"},{"name":"conventional-changelog-cli@1.3.15","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15/manifests"},{"name":"conventional-changelog-codemirror@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4/manifests"},{"name":"conventional-changelog-express@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4/manifests"},{"name":"conventional-changelog-jquery@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4/manifests"},{"name":"conventional-changelog-jshint@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4/manifests"},{"name":"conventional-commits-filter@1.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5/manifests"},{"name":"conventional-commits-parser@2.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5/manifests"},{"name":"conventional-recommended-bump@2.0.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6/manifests"},{"name":"standard-changelog@1.0.13","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13/manifests"},{"name":"gulp-conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17/manifests"},{"name":"git-semver-tags@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4/manifests"},{"name":"git-raw-commits@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4/manifests"},{"name":"conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17/manifests"},{"name":"conventional-changelog-angular@1.6.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6/manifests"},{"name":"conventional-changelog-atom@0.2.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4/manifests"},{"name":"gulp-conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog-angular@1.6.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5/manifests"},{"name":"conventional-changelog-atom@0.2.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3/manifests"},{"name":"conventional-changelog-cli@1.3.14","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14/manifests"},{"name":"conventional-changelog-codemirror@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4/manifests"},{"name":"conventional-changelog-ember@0.3.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3/manifests"},{"name":"conventional-changelog-express@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3/manifests"},{"name":"conventional-changelog-jshint@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5/manifests"},{"name":"conventional-changelog-writer@3.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3/manifests"},{"name":"conventional-commits-filter@1.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4/manifests"},{"name":"conventional-commits-parser@2.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4/manifests"},{"name":"conventional-recommended-bump@2.0.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5/manifests"},{"name":"git-raw-commits@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3/manifests"},{"name":"git-semver-tags@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3/manifests"},{"name":"standard-changelog@1.0.12","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12/manifests"},{"name":"conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15/manifests"},{"name":"gulp-conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15/manifests"},{"name":"conventional-recommended-bump@2.0.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4/manifests"},{"name":"conventional-changelog-cli@1.3.13","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13/manifests"},{"name":"conventional-changelog-preset-loader@1.1.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4/manifests"},{"name":"git-raw-commits@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2/manifests"},{"name":"standard-changelog@1.0.11","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11/manifests"},{"name":"conventional-recommended-bump@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3/manifests"},{"name":"gulp-conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14/manifests"},{"name":"git-semver-tags@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2/manifests"},{"name":"conventional-changelog-eslint@1.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2/manifests"},{"name":"conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14/manifests"},{"name":"conventional-changelog-angular@1.6.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4/manifests"},{"name":"conventional-changelog-atom@0.2.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2/manifests"},{"name":"conventional-changelog-cli@1.3.12","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12/manifests"},{"name":"conventional-changelog-codemirror@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2/manifests"},{"name":"conventional-changelog-core@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.3.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4/manifests"},{"name":"conventional-changelog-express@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2/manifests"},{"name":"conventional-changelog-jquery@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2/manifests"},{"name":"conventional-changelog-jshint@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3/manifests"},{"name":"conventional-commits-filter@1.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3/manifests"},{"name":"conventional-changelog-writer@3.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13/manifests"},{"name":"standard-changelog@1.0.10","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10/manifests"},{"name":"git-raw-commits@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1/manifests"},{"name":"conventional-commits-parser@2.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2/manifests"},{"name":"conventional-changelog-writer@3.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1/manifests"},{"name":"conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13/manifests"},{"name":"conventional-commits-filter@1.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2/manifests"},{"name":"conventional-recommended-bump@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2/manifests"},{"name":"git-semver-tags@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1/manifests"},{"name":"conventional-changelog-core@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2/manifests"},{"name":"conventional-changelog-codemirror@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1/manifests"},{"name":"conventional-changelog-angular@1.6.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3/manifests"},{"name":"conventional-changelog-cli@1.3.11","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11/manifests"},{"name":"conventional-changelog-atom@0.2.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1/manifests"},{"name":"conventional-changelog-ember@0.3.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1/manifests"},{"name":"conventional-changelog-express@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3/manifests"},{"name":"conventional-changelog-jshint@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1/manifests"},{"name":"conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12/manifests"},{"name":"gulp-conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12/manifests"},{"name":"conventional-changelog-cli@1.3.10","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10/manifests"},{"name":"conventional-recommended-bump@2.0.1","sha":"a4f0aa902d3e966fe6d6b1d46f2130838524cfbf","kind":"tag","published_at":"2018-02-12T14:54:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1/manifests"},{"name":"conventional-recommended-bump@2.0.0","sha":"9885d205ed96338575335652d006f475408e1195","kind":"tag","published_at":"2018-02-12T14:30:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0/manifests"},{"name":"conventional-changelog-preset-loader@1.1.2","sha":"a450d974237d440009ec3fb4c63974cf066e8f79","kind":"tag","published_at":"2018-02-12T04:07:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.1","sha":"5af1f00dcc4e1f9c3299bc7feb322a88b711f042","kind":"tag","published_at":"2018-02-09T04:17:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.0","sha":"c3eb36dbc52f383df6f3dcf3a3870b01ceee0b8b","kind":"tag","published_at":"2018-02-08T14:46:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0/manifests"},{"name":"conventional-changelog-ember@0.3.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1/manifests"},{"name":"conventional-changelog-angular@1.6.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2/manifests"},{"name":"gulp-conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11/manifests"},{"name":"standard-changelog@1.0.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9/manifests"},{"name":"conventional-recommended-bump@1.2.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1/manifests"},{"name":"conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11/manifests"},{"name":"conventional-changelog-cli@1.3.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9/manifests"},{"name":"conventional-changelog-core@2.0.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1/manifests"},{"name":"gulp-conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10/manifests"},{"name":"standard-changelog@1.0.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8/manifests"},{"name":"git-semver-tags@1.3.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.2.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0/manifests"},{"name":"conventional-changelog-writer@3.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0/manifests"},{"name":"conventional-changelog-eslint@1.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.3.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1/manifests"},{"name":"conventional-changelog-core@2.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8/manifests"},{"name":"conventional-changelog-angular@1.6.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1/manifests"},{"name":"conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10/manifests"},{"name":"conventional-changelog-core@1.9.5","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5/manifests"},{"name":"conventional-changelog-ember@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0/manifests"},{"name":"conventional-changelog-eslint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0/manifests"},{"name":"conventional-changelog-cli@1.3.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7/manifests"},{"name":"conventional-changelog-express@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0/manifests"},{"name":"conventional-changelog-jquery@1.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0/manifests"},{"name":"conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-jshint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0/manifests"},{"name":"gulp-conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9/manifests"},{"name":"standard-changelog@1.0.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7/manifests"},{"name":"conventional-changelog-angular@1.6.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0/manifests"},{"name":"conventional-changelog-codemirror@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0/manifests"},{"name":"conventional-changelog-atom@0.2.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0/manifests"},{"name":"conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8/manifests"},{"name":"standard-changelog@1.0.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6/manifests"},{"name":"gulp-conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8/manifests"},{"name":"conventional-recommended-bump@1.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0/manifests"},{"name":"conventional-commits-parser@2.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0/manifests"},{"name":"conventional-commits-filter@1.1.1","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1/manifests"},{"name":"conventional-changelog-writer@2.0.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.2.10","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10/manifests"},{"name":"conventional-changelog-core@1.9.4","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4/manifests"},{"name":"conventional-changelog-cli@1.3.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6/manifests"},{"name":"conventional-changelog-angular@1.5.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3/manifests"},{"name":"conventional-changelog-ember@0.2.9","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9/manifests"},{"name":"standard-changelog@1.0.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5/manifests"},{"name":"gulp-conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7/manifests"},{"name":"git-semver-tags@1.2.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3/manifests"},{"name":"git-raw-commits@1.3.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.0.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3/manifests"},{"name":"conventional-commits-parser@2.0.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1/manifests"},{"name":"conventional-commits-filter@1.1.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0/manifests"},{"name":"conventional-changelog-writer@2.0.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2/manifests"},{"name":"conventional-changelog-jshint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1/manifests"},{"name":"conventional-changelog-jquery@1.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1/manifests"},{"name":"conventional-changelog-express@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1/manifests"},{"name":"conventional-changelog-eslint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1/manifests"},{"name":"conventional-changelog-core@1.9.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3/manifests"},{"name":"conventional-changelog-codemirror@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1/manifests"},{"name":"conventional-changelog-cli@1.3.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5/manifests"},{"name":"conventional-changelog-atom@0.1.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2/manifests"},{"name":"conventional-changelog-angular@1.5.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2/manifests"},{"name":"conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7/manifests"},{"name":"@marionebl/conventional-commits-parser@3.0.0","sha":"edf4068ce4c3ea6ac5b61323473ab655be5eb895","kind":"tag","published_at":"2017-11-01T07:09:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/@marionebl/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/@marionebl/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4/manifests"},{"name":"git-semver-tags@1.2.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2/manifests"},{"name":"conventional-recommended-bump@1.0.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-ember@0.2.8","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8/manifests"},{"name":"conventional-changelog-core@1.9.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2/manifests"},{"name":"standard-changelog@1.0.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4/manifests"},{"name":"conventional-changelog-angular@1.5.1","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1/manifests"},{"name":"conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6/manifests"},{"name":"standard-changelog@1.0.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3/manifests"},{"name":"conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-angular@1.5.0","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0/manifests"},{"name":"conventional-changelog-cli@1.3.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3/manifests"},{"name":"gulp-conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-writer@2.0.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1/manifests"},{"name":"conventional-changelog-core@1.9.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1/manifests"},{"name":"conventional-changelog-ember@0.2.7","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7/manifests"},{"name":"git-semver-tags@1.2.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1/manifests"},{"name":"conventional-changelog-jshint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0/manifests"},{"name":"conventional-changelog-jquery@1.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0/manifests"},{"name":"conventional-changelog-express@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0/manifests"},{"name":"conventional-changelog-eslint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0/manifests"},{"name":"conventional-commits-parser@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0/manifests"},{"name":"conventional-changelog-writer@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1/manifests"},{"name":"conventional-changelog-core@1.9.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0/manifests"},{"name":"conventional-changelog-codemirror@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0/manifests"},{"name":"conventional-changelog-cli@1.3.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2/manifests"},{"name":"conventional-changelog-atom@0.1.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1/manifests"},{"name":"conventional-changelog-angular@1.4.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0/manifests"},{"name":"conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4/manifests"},{"name":"gulp-conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4/manifests"},{"name":"standard-changelog@1.0.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2/manifests"},{"name":"conventional-changelog-ember@0.2.6","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6/manifests"},{"name":"conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3/manifests"},{"name":"conventional-changelog-angular@1.3.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3/manifests"},{"name":"conventional-changelog-cli@1.3.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1/manifests"},{"name":"conventional-changelog-core@1.8.0","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.8.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0/manifests"},{"name":"conventional-changelog-ember@0.2.5","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5/manifests"},{"name":"gulp-conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3/manifests"},{"name":"standard-changelog@1.0.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1/manifests"},{"name":"git-semver-tags@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0/manifests"},{"name":"standard-changelog@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2/manifests"},{"name":"git-raw-commits@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0/manifests"},{"name":"conventional-recommended-bump@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.2.4","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4/manifests"},{"name":"conventional-changelog-core@1.7.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.7.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0/manifests"},{"name":"conventional-changelog-cli@1.3.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0/manifests"},{"name":"conventional-changelog-angular@1.3.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2/manifests"},{"name":"conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2/manifests"},{"name":"gulp-conventional-changelog@1.1.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"tag","published_at":"2017-03-10T05:35:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0/manifests"},{"name":"standard-changelog@0.0.2","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@0.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-ember@0.2.3","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3/manifests"},{"name":"conventional-changelog-core@1.6.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0/manifests"},{"name":"conventional-changelog-angular@1.3.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1/manifests"},{"name":"conventional-changelog-cli@1.2.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1/manifests"},{"name":"conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-cli@1.2.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:01:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0/manifests"},{"name":"conventional-changelog-core@1.5.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:00:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0/manifests"},{"name":"git-raw-commits@1.1.2","sha":"f5fe78b1f15791cb0499744bf278dff22b52732f","kind":"tag","published_at":"2017-03-09T07:37:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2/manifests"},{"name":"git-semver-tags@1.1.2","sha":"7be07c7c0f49572b1c0e9c98f004b599d8b5bb1a","kind":"tag","published_at":"2017-03-09T07:35:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2/manifests"},{"name":"v1.1.0","sha":"600d411569271467389c3cbe71f7f657980e89a1","kind":"tag","published_at":"2016-02-13T06:59:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"9591280a8d09220aced3383abe3bc7ecbb34b503","kind":"tag","published_at":"2016-02-13T06:37:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"beef421f56939190a4ca30c28788eda1b3f9480d","kind":"tag","published_at":"2016-02-05T13:49:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"c8e90ab7fddd0b98855913e73fc12f9dc9dc81b1","kind":"tag","published_at":"2016-02-05T12:59:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0/manifests"},{"name":"v0.5.3","sha":"d79ce243223260b153699b99de0503698546ea63","kind":"tag","published_at":"2015-12-25T05:07:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"9e7b771072a2680c6c335fcad38003aade53213e","kind":"tag","published_at":"2015-12-23T12:24:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"4bf7d8df29f7be29552b82ec2b7112fad0c39a3e","kind":"tag","published_at":"2015-10-20T09:52:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"5ca2204b472704543ebbc744a22f8f90ec659659","kind":"tag","published_at":"2015-09-30T08:49:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"e5f2f3bc675e2c7e5cc6aa0ed50da7941833e492","kind":"tag","published_at":"2015-09-04T03:16:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"7536a0b351cc4f2764e71cbc268a178ab595259d","kind":"tag","published_at":"2015-08-17T01:28:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"56fa3d92620a41a875b3337fa51d04d6df23b1a8","kind":"tag","published_at":"2015-08-15T12:34:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"eefec0ef598a92e78510ee8626fd9bbcdb1398e4","kind":"tag","published_at":"2015-08-15T11:19:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0/manifests"},{"name":"v0.3.2","sha":"74b99dca61eafd56ba93605016b086a1108e77fe","kind":"tag","published_at":"2015-08-13T03:12:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"a1aca9c31a45aded77962bd0defc32e503aec213","kind":"commit","published_at":"2015-08-11T06:23:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"b489672d27ff703337c540f0fbc43f6486a84d99","kind":"commit","published_at":"2015-08-09T03:27:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"12e3cd6b151353dbe7f584adabbe5dd8a28424db","kind":"commit","published_at":"2015-07-24T08:13:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"f437b457b5ea6c105535a360144000f8315db54d","kind":"commit","published_at":"2015-07-24T04:54:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0/manifests"},{"name":"v0.1.3","sha":"c8fa9d0b94f8ac07f162623e4b9e9e68aad82e62","kind":"commit","published_at":"2015-07-22T11:06:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"6ba5d6e4b90a154dbca6ec0f80c66ad5995cd770","kind":"commit","published_at":"2015-07-22T07:10:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c015f8762f70eff2be7b8d7fb82438689239d717","kind":"commit","published_at":"2015-07-20T07:55:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"7253d0fea773e3f7cc0a3fb8278c9da070df26ee","kind":"commit","published_at":"2015-07-20T07:12:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.3","sha":"0c9f1e89bfacec8e08bac8ef96d64e3abdbecda7","kind":"commit","published_at":"2015-07-17T11:02:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"fec1baf43b8c0156682d4014a4fd066bd24ad448","kind":"commit","published_at":"2015-07-17T06:23:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"a5ea0dfada48601b9e3fbec78dd37d70380a2db6","kind":"commit","published_at":"2015-07-15T08:03:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1/manifests"},{"name":"v0.1.0-alpha.3","sha":"9b6cc68a2c17c9671363fe7af5de7ebd3a06aaeb","kind":"commit","published_at":"2015-07-06T01:27:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3/manifests"},{"name":"v0.1.0-alpha.2","sha":"34b0f460c34ecc48af857d8ee5d7038970ba56fb","kind":"commit","published_at":"2015-06-29T12:04:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2/manifests"},{"name":"v0.1.0-alpha.1","sha":"05b3415fc699ab43f3fa33b5ecd040ab5ecdf9e2","kind":"commit","published_at":"2015-06-24T04:42:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1/manifests"},{"name":"v0.0.17","sha":"3cae05244e48af9cf4abbef3114060db585a574c","kind":"commit","published_at":"2015-04-03T02:12:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"c0719ce6ba16778dd34c2cfdc81e7f3c5321409d","kind":"commit","published_at":"2015-03-19T04:15:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"57af04dc3e362c0e327b716279c9143028c6e0da","kind":"commit","published_at":"2015-03-18T20:23:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"69be290efb58a6a92e9ae78d7b37168d293920b5","kind":"commit","published_at":"2015-03-13T21:22:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"15a39d02ba3d666e7820eecbb8c5493ef2f6040a","kind":"commit","published_at":"2015-03-12T23:17:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13/manifests"},{"name":"v0.0.11","sha":"37f5561553c30d8f0f2c949502ea278da64949cd","kind":"tag","published_at":"2014-05-28T13:14:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"ad6f6ec5499d2c902b88da95487862d50e5ad776","kind":"tag","published_at":"2014-05-28T12:51:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"87efbabd9bc2a0fd83255e6cb856961b10aef9eb","kind":"tag","published_at":"2014-05-06T17:11:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"94b12cf69c51264b1edb6c81b50a262f0536894b","kind":"tag","published_at":"2014-04-10T14:45:48.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"1cf17e494fd7d8538c55189c72c0cf57d145ef41","kind":"tag","published_at":"2014-04-10T14:06:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"861f9ec93de28be4185b35815c2b6ab17746eb3f","kind":"commit","published_at":"2014-01-23T19:39:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"3f59f7356c86f30ef8e8754386373c2a8f97b367","kind":"commit","published_at":"2014-01-23T18:59:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6fa2c22464dcd964df604550c2ce2ed1d2f4362b","kind":"commit","published_at":"2014-01-04T21:36:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4/manifests"}]},"repo_metadata_updated_at":"2024-09-09T13:59:24.208Z","dependent_packages_count":834,"downloads":58114514,"downloads_period":"last-month","dependent_repos_count":178912,"rankings":{"downloads":0.05801785383772086,"dependent_repos_count":0.07803250752123854,"dependent_packages_count":0.07948363836286157,"stargazers_count":1.1619998663864433,"forks_count":1.3990270304606054,"docker_downloads_count":0.1945884319134885,"average":0.4951915547470597},"purl":"pkg:npm/conventional-changelog-angular","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/conventional-changelog-angular","docker_dependents_count":1406,"docker_downloads_count":155551037,"usage_url":"https://repos.ecosyste.ms/usage/npm/conventional-changelog-angular","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/conventional-changelog-angular/dependencies","status":null,"funding_links":[],"critical":true,"issue_metadata":{"last_synced_at":"2024-09-08T16:27:01.730Z","issues_count":175,"pull_requests_count":479,"avg_time_to_close_issue":19345133.890243903,"avg_time_to_close_pull_request":6038480.121447029,"issues_closed_count":82,"pull_requests_closed_count":387,"pull_request_authors_count":71,"issue_authors_count":107,"avg_comments_per_issue":2.125714285714286,"avg_comments_per_pull_request":1.3089770354906054,"merged_pull_requests_count":302,"bot_issues_count":3,"bot_pull_requests_count":228,"past_year_issues_count":62,"past_year_pull_requests_count":207,"past_year_avg_time_to_close_issue":922574.55,"past_year_avg_time_to_close_pull_request":943901.1942857143,"past_year_issues_closed_count":40,"past_year_pull_requests_closed_count":175,"past_year_pull_request_authors_count":23,"past_year_issue_authors_count":37,"past_year_avg_comments_per_issue":1.5483870967741935,"past_year_avg_comments_per_pull_request":1.0772946859903383,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":90,"past_year_merged_pull_requests_count":138,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues","maintainers":[{"login":"dangreen","count":83,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"},{"login":"bcoe","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bcoe"},{"login":"tommywo","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tommywo"}],"active_maintainers":[{"login":"dangreen","count":71,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-angular/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-angular/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-angular/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-angular/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-angular/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-angular/codemeta","maintainers":[{"uuid":"stevemao","login":"stevemao","name":null,"email":"steve.mao@healthinteract.com.au","url":null,"packages_count":167,"html_url":"https://www.npmjs.com/~stevemao","role":null,"created_at":"2022-11-10T11:36:12.640Z","updated_at":"2022-11-10T11:36:12.640Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/stevemao/packages"},{"uuid":"bcoe","login":"bcoe","name":null,"email":"bencoe@gmail.com","url":null,"packages_count":557,"html_url":"https://www.npmjs.com/~bcoe","role":null,"created_at":"2022-11-10T11:36:12.562Z","updated_at":"2022-11-10T11:36:12.562Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/bcoe/packages"},{"uuid":"oss-bot","login":"oss-bot","name":null,"email":"bencoe+oss-bot@gmail.com","url":null,"packages_count":57,"html_url":"https://www.npmjs.com/~oss-bot","role":null,"created_at":"2022-11-10T11:36:12.633Z","updated_at":"2022-11-10T11:36:12.633Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/oss-bot/packages"},{"uuid":"tapppi","login":"tapppi","name":null,"email":"moilanen.tapani@gmail.com","url":null,"packages_count":27,"html_url":"https://www.npmjs.com/~tapppi","role":null,"created_at":"2022-11-10T11:36:12.645Z","updated_at":"2022-11-10T11:36:12.645Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/tapppi/packages"},{"uuid":"dangreen","login":"dangreen","name":null,"email":"danon0404@gmail.com","url":null,"packages_count":110,"html_url":"https://www.npmjs.com/~dangreen","role":null,"created_at":"2026-02-11T03:30:50.136Z","updated_at":"2026-02-11T03:30:50.136Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/dangreen/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5644415,"maintainers_count":1200486,"namespaces_count":399623,"keywords_count":847874,"github":"npm","metadata":{"funded_packages_count":171745},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-06-10T05:11:46.456Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":1554889,"name":"conventional-changelog","ecosystem":"npm","description":"Generate a changelog from git metadata.","homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog#readme","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":["conventional-changelog","conventional","changelog","log","cli"],"namespace":null,"versions_count":107,"first_release_published_at":"2014-01-04T21:19:10.251Z","latest_release_published_at":"2026-03-01T19:45:17.233Z","latest_release_number":"7.2.0","last_synced_at":"2026-06-11T22:00:41.761Z","created_at":"2022-04-09T05:41:16.427Z","updated_at":"2026-06-11T22:00:41.761Z","registry_url":"https://www.npmjs.com/package/conventional-changelog","install_command":"npm install conventional-changelog","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"next":"3.1.24","latest":"7.2.0"}},"repo_metadata":{"id":12961414,"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2026-05-25T22:06:24.000Z","size":6460,"stargazers_count":8449,"open_issues_count":249,"forks_count":736,"subscribers_count":48,"default_branch":"master","last_synced_at":"2026-05-27T10:06:02.477Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2026-05-26T14:51:47.000Z","dependencies_parsed_at":"2026-03-05T00:02:02.010Z","dependency_job_id":null,"html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1686,"total_committers":150,"mean_commits":11.24,"dds":0.4792408066429419,"last_synced_commit":"65550d9a30cfab4b00b3e982e42bd68fedafcefc"},"previous_names":["ajoslin/conventional-changelog"],"tags_count":827,"template":false,"template_full_name":null,"purl":"pkg:github/conventional-changelog/conventional-changelog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/sbom","scorecard":{"id":174827,"data":{"date":"2025-08-11","repo":{"name":"github.com/conventional-changelog/conventional-changelog","commit":"1552de5434163eb63d3bf73d97bcb3bf34de8586"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 7 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":1,"reason":"Found 4/22 approved changesets -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/checks.yml:1","Warn: no topLevel permission defined: .github/workflows/commit.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Warn: no topLevel permission defined: .github/workflows/tests.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/checks.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/checks.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/commit.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/commit.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/commit.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:50: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:85: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:87: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:91: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:102: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Info:   0 out of  17 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  14 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: ISC License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 16 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":7,"reason":"3 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-xffm-g5w8-qvg7","Warn: Project is vulnerable to: GHSA-67mh-4wv8-2f99","Warn: Project is vulnerable to: GHSA-52f5-9888-hmc6"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-16T17:26:40.503Z","repository_id":12961414,"created_at":"2025-08-16T17:26:40.503Z","updated_at":"2025-08-16T17:26:40.503Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33649345,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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"},"tags":[]},"repo_metadata_updated_at":"2026-06-02T12:24:00.474Z","dependent_packages_count":2638,"downloads":9828225,"downloads_period":"last-month","dependent_repos_count":100741,"rankings":{"downloads":0.13999062807840035,"dependent_repos_count":0.09727640082358631,"dependent_packages_count":0.03011002904847547,"stargazers_count":1.154472815396108,"forks_count":1.396504006357065,"docker_downloads_count":0.32706493878981213,"average":0.5242364697489078},"purl":"pkg:npm/conventional-changelog","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/conventional-changelog","docker_dependents_count":404,"docker_downloads_count":31645876,"usage_url":"https://repos.ecosyste.ms/usage/npm/conventional-changelog","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/conventional-changelog/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-04-24T19:28:05.563Z","issues_count":169,"pull_requests_count":557,"avg_time_to_close_issue":33755994.81481481,"avg_time_to_close_pull_request":12304446.555555556,"issues_closed_count":81,"pull_requests_closed_count":477,"pull_request_authors_count":94,"issue_authors_count":144,"avg_comments_per_issue":2.136094674556213,"avg_comments_per_pull_request":1.2244165170556554,"merged_pull_requests_count":352,"bot_issues_count":3,"bot_pull_requests_count":281,"past_year_issues_count":16,"past_year_pull_requests_count":74,"past_year_avg_time_to_close_issue":1547453.5714285714,"past_year_avg_time_to_close_pull_request":2101053.125,"past_year_issues_closed_count":7,"past_year_pull_requests_closed_count":48,"past_year_pull_request_authors_count":21,"past_year_issue_authors_count":14,"past_year_avg_comments_per_issue":2.75,"past_year_avg_comments_per_pull_request":0.9324324324324325,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":44,"past_year_merged_pull_requests_count":39,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues","maintainers":[{"login":"dangreen","count":95,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"},{"login":"bcoe","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bcoe"},{"login":"tommywo","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tommywo"}],"active_maintainers":[{"login":"dangreen","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog/codemeta","maintainers":[{"uuid":"stevemao","login":"stevemao","name":null,"email":"steve.mao@healthinteract.com.au","url":null,"packages_count":167,"html_url":"https://www.npmjs.com/~stevemao","role":null,"created_at":"2022-11-10T11:36:26.645Z","updated_at":"2022-11-10T11:36:26.645Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/stevemao/packages"},{"uuid":"marionebl","login":"marionebl","name":null,"email":"hello@mario-nebl.de","url":null,"packages_count":327,"html_url":"https://www.npmjs.com/~marionebl","role":null,"created_at":"2022-11-10T11:36:26.675Z","updated_at":"2022-11-10T11:36:26.675Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/marionebl/packages"},{"uuid":"bcoe","login":"bcoe","name":null,"email":"bencoe@gmail.com","url":null,"packages_count":557,"html_url":"https://www.npmjs.com/~bcoe","role":null,"created_at":"2022-11-10T11:36:26.455Z","updated_at":"2022-11-10T11:36:26.455Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/bcoe/packages"},{"uuid":"oss-bot","login":"oss-bot","name":null,"email":"bencoe+oss-bot@gmail.com","url":null,"packages_count":57,"html_url":"https://www.npmjs.com/~oss-bot","role":null,"created_at":"2022-11-10T11:36:26.530Z","updated_at":"2022-11-10T11:36:26.530Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/oss-bot/packages"},{"uuid":"tapppi","login":"tapppi","name":null,"email":"moilanen.tapani@gmail.com","url":null,"packages_count":27,"html_url":"https://www.npmjs.com/~tapppi","role":null,"created_at":"2022-11-10T11:36:26.702Z","updated_at":"2022-11-10T11:36:26.702Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/tapppi/packages"},{"uuid":"dangreen","login":"dangreen","name":null,"email":"danon0404@gmail.com","url":null,"packages_count":110,"html_url":"https://www.npmjs.com/~dangreen","role":null,"created_at":"2025-02-13T21:05:40.629Z","updated_at":"2025-02-13T21:05:40.629Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/dangreen/packages"},{"uuid":"andytjoslin","login":"andytjoslin","name":null,"email":"andrewtjoslin@gmail.com","url":null,"packages_count":115,"html_url":"https://www.npmjs.com/~andytjoslin","role":null,"created_at":"2022-11-10T11:36:26.592Z","updated_at":"2022-11-10T11:36:26.592Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/andytjoslin/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5644415,"maintainers_count":1200486,"namespaces_count":399623,"keywords_count":847874,"github":"npm","metadata":{"funded_packages_count":171745},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-06-10T05:11:46.456Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":1555044,"name":"conventional-commits-parser","ecosystem":"npm","description":"Parse raw conventional commits.","homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-commits-parser#readme","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":["conventional-commits-parser","changelog","conventional","parser","parsing","logs"],"namespace":null,"versions_count":63,"first_release_published_at":"2015-03-01T14:06:02.507Z","latest_release_published_at":"2026-03-29T15:46:39.187Z","latest_release_number":"6.4.0","last_synced_at":"2026-06-11T23:00:28.288Z","created_at":"2022-04-09T05:41:37.928Z","updated_at":"2026-06-11T23:00:28.288Z","registry_url":"https://www.npmjs.com/package/conventional-commits-parser","install_command":"npm install conventional-commits-parser","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"next":"3.2.0","latest":"6.4.0"}},"repo_metadata":{"id":12961414,"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2024-10-29T00:17:17.000Z","size":5764,"stargazers_count":7819,"open_issues_count":260,"forks_count":714,"subscribers_count":58,"default_branch":"master","last_synced_at":"2024-10-29T15:45:38.606Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2024-10-29T14:21:13.000Z","dependencies_parsed_at":"2022-07-13T10:30:31.523Z","dependency_job_id":"5f6d159e-c4c6-405b-9fa7-976ffc4dfa04","html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1464,"total_committers":136,"mean_commits":"10.764705882352942","dds":"0.40095628415300544","last_synced_commit":"58f0887283a200d52e49607baf7b352f26177b05"},"previous_names":["ajoslin/conventional-changelog"],"tags_count":777,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222090770,"owners_count":16929471,"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"},"owner_record":{"login":"conventional-changelog","name":"conventional-changelog","uuid":"16443515","kind":"organization","description":"Tools to generate changelogs and release notes from a project's commit messages and metadata.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16443515?v=4","repositories_count":12,"last_synced_at":"2024-03-25T20:05:25.442Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/conventional-changelog","funding_links":[],"total_stars":31480,"followers":325,"following":0,"created_at":"2022-11-02T16:25:21.572Z","updated_at":"2024-03-25T20:05:26.809Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog/repositories"},"tags":[{"name":"git-client-v1.0.1","sha":"d3b8aaa16337993bbad4d91db1ffac5a7568756b","kind":"commit","published_at":"2024-05-06T14:46:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1/manifests"},{"name":"conventional-changelog-v6.0.0","sha":"83bb15ba5de08f080884fc906c6db3c99c8b2131","kind":"commit","published_at":"2024-04-26T22:08:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0/manifests"},{"name":"conventional-changelog-core-v8.0.0","sha":"7bc92fc05e4447f311ad52b6e39d36f461eaf083","kind":"commit","published_at":"2024-04-26T22:07:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v8.0.0","sha":"3129c812139bf7454a64b4d506e6b85cd5abc77c","kind":"commit","published_at":"2024-04-26T22:06:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0/manifests"},{"name":"git-semver-tags-v8.0.0","sha":"fbd1b3bcd6253a32de89eb21145c2eb70d9396b6","kind":"commit","published_at":"2024-04-26T22:05:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v5.0.0","sha":"e34c96db3dbebedb17a6583aae8855dddd056f83","kind":"commit","published_at":"2024-04-26T22:04:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0/manifests"},{"name":"conventional-changelog-angular-v8.0.0","sha":"2aa6291a93eb881230e896f87a5232873b6a9717","kind":"commit","published_at":"2024-04-26T22:04:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0/manifests"},{"name":"conventional-changelog-jquery-v6.0.0","sha":"1c71cd6d4868ef2e158963e277609a9794806306","kind":"commit","published_at":"2024-04-26T22:03:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v8.0.0","sha":"533e36277d1779a5ac79a06210c603b5f88bc030","kind":"commit","published_at":"2024-04-26T22:00:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0/manifests"},{"name":"conventional-changelog-eslint-v6.0.0","sha":"c7459cd7d1e1ab82c9a5d552b008c02aba290cad","kind":"commit","published_at":"2024-04-26T21:59:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0/manifests"},{"name":"git-raw-commits-v5.0.0","sha":"f61ea377e843db0852c35911785895ec43481f11","kind":"commit","published_at":"2024-04-26T21:58:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0/manifests"},{"name":"conventional-changelog-codemirror-v5.0.0","sha":"77525286ffc8869a6ac351ebe28198842815cb7c","kind":"commit","published_at":"2024-04-26T21:57:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0/manifests"},{"name":"conventional-changelog-cli-v5.0.0","sha":"a75cef688b9a1557ca981178d4d35c18963160b6","kind":"commit","published_at":"2024-04-26T21:53:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0/manifests"},{"name":"conventional-changelog-express-v5.0.0","sha":"a6ab80d6e30091a8b743ee97a87e7400af1ebc53","kind":"commit","published_at":"2024-04-26T21:53:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v10.0.0","sha":"d7c409b02f1d58cf6f0293edcadbe5f00a78a622","kind":"commit","published_at":"2024-04-26T21:52:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v10.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v10.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0/manifests"},{"name":"conventional-changelog-atom-v5.0.0","sha":"3b2b9d0ec2382f73d9cf000a1004596f90ece916","kind":"commit","published_at":"2024-04-26T21:51:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0/manifests"},{"name":"conventional-changelog-jshint-v5.0.0","sha":"d7dae509e72b09d1496ae51f1f04c15581c828fc","kind":"commit","published_at":"2024-04-26T21:50:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0/manifests"},{"name":"conventional-changelog-ember-v5.0.0","sha":"2e99dfa49112ffe6c864dd0e436f0db1e696b1f9","kind":"commit","published_at":"2024-04-26T21:50:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0/manifests"},{"name":"conventional-commits-parser-v6.0.0","sha":"646e1be132ccd0f32e3074de2f511be5c610984f","kind":"commit","published_at":"2024-04-26T21:48:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0/manifests"},{"name":"conventional-commits-filter-v5.0.0","sha":"be4266b7ef7b84ba5c198dfa8c143229f8a5b128","kind":"commit","published_at":"2024-04-26T21:47:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0/manifests"},{"name":"standard-changelog-v6.0.0","sha":"3e9b9387f29e48a508b70b88f26b40a6db9fea16","kind":"commit","published_at":"2024-04-26T21:45:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v5.0.0","sha":"041a1a9b73b201add30494aed19d026b948bd8f1","kind":"commit","published_at":"2024-04-26T21:41:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0/manifests"},{"name":"git-client-v1.0.0","sha":"7e51fe970576503cae3ab94e6e9b3e01017b044d","kind":"commit","published_at":"2024-04-26T21:21:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0/manifests"},{"name":"git-semver-tags-v7.0.1","sha":"fac8045242099c016f5f3905e54e02b7d466bd7b","kind":"commit","published_at":"2023-09-10T23:53:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1/manifests"},{"name":"conventional-changelog-writer-v7.0.1","sha":"e3a643ad39ec3bc4cfb1dff2aa1101333df33dc3","kind":"commit","published_at":"2023-09-10T23:49:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1/manifests"},{"name":"conventional-changelog-cli-v4.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0/manifests"},{"name":"conventional-changelog-v5.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0/manifests"},{"name":"conventional-changelog-core-v7.0.0","sha":"2e467dd39a35c3813597711a37690897183b4abc","kind":"commit","published_at":"2023-09-08T22:03:37.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0/manifests"},{"name":"git-semver-tags-v7.0.0","sha":"a13f788bd505d8253a2d92413fc4a7780e11ec07","kind":"commit","published_at":"2023-09-08T21:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0/manifests"},{"name":"standard-changelog-v5.0.0","sha":"34569c7a3fd2b0362a461517a1f4e20e7eecd9fc","kind":"commit","published_at":"2023-09-08T21:55:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v9.0.0","sha":"ad633d9d81f66ef80d7f77832a264cb0c5b971ef","kind":"commit","published_at":"2023-09-08T21:50:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.2","sha":"50113f9b569259d991f1a734a192964ca71f0118","kind":"commit","published_at":"2023-09-08T21:41:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2/manifests"},{"name":"conventional-changelog-preset-loader-v4.1.0","sha":"a14d2186575f6061f236c9a47d803694b18f8373","kind":"commit","published_at":"2023-09-08T21:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.1","sha":"ca4324b0a690b2595f8b574882ff95329a2dc195","kind":"commit","published_at":"2023-08-27T19:11:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1/manifests"},{"name":"conventional-commits-filter-v4.0.0","sha":"26fc9ea274dc0c62442ec9d97b20a2ebb49138bf","kind":"commit","published_at":"2023-08-27T12:55:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0/manifests"},{"name":"standard-changelog-v4.0.0","sha":"5b788265774bf4b63d3c83a178ca53e8e7095903","kind":"commit","published_at":"2023-08-27T12:50:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-eslint-v5.0.0","sha":"679594c0716275771cc23b314e4362899fe72f87","kind":"commit","published_at":"2023-08-27T12:46:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0/manifests"},{"name":"git-semver-tags-v6.0.0","sha":"1c75c72d9b5d59e3ea4e914c58a85f7559f29602","kind":"commit","published_at":"2023-08-27T12:40:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0/manifests"},{"name":"conventional-recommended-bump-v8.0.0","sha":"624377a24e8e3658bcf2329a9a98f9a7b02a4cb3","kind":"commit","published_at":"2023-08-27T12:33:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0/manifests"},{"name":"conventional-changelog-writer-v7.0.0","sha":"d669bb67dc713cb1e4374e3216ed7d83cde743c5","kind":"commit","published_at":"2023-08-27T12:27:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0/manifests"},{"name":"conventional-changelog-codemirror-v4.0.0","sha":"933fd0b3dd355d648faf57241b796a714004c722","kind":"commit","published_at":"2023-08-27T12:23:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0/manifests"},{"name":"conventional-changelog-express-v4.0.0","sha":"c9e9ceb3a3727659bd117bab01cbc7642d588f06","kind":"commit","published_at":"2023-08-27T12:16:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0/manifests"},{"name":"conventional-changelog-ember-v4.0.0","sha":"5d7c16268f79b7f180e34e997fdb37373d714666","kind":"commit","published_at":"2023-08-27T12:11:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0/manifests"},{"name":"conventional-changelog-jquery-v5.0.0","sha":"d643efb1050dcdaecee626044315644ff9b9e43b","kind":"commit","published_at":"2023-08-27T12:07:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v4.0.0","sha":"636646dd9ae062e9652a7f9ccaf6c329e6e9f924","kind":"commit","published_at":"2023-08-27T12:03:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0/manifests"},{"name":"conventional-changelog-v5.0.0","sha":"7985de3edc9e655369651ad464cb39b791887dc7","kind":"commit","published_at":"2023-08-27T11:58:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.0","sha":"5f0fe40743d8f559ab94ed11bbb4b8bda6fa6dcb","kind":"commit","published_at":"2023-08-27T11:51:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0/manifests"},{"name":"conventional-changelog-angular-v7.0.0","sha":"6c7a2e1a8807988bcb1a9842f72d14be3b1a89e3","kind":"commit","published_at":"2023-08-27T11:46:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0/manifests"},{"name":"conventional-changelog-jshint-v4.0.0","sha":"0204a9a340d2c85411e8de8905bc74c6146e5618","kind":"commit","published_at":"2023-08-27T11:41:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0/manifests"},{"name":"conventional-changelog-atom-v4.0.0","sha":"ab9b2c10e098ec8837d141102549f3eef698364c","kind":"commit","published_at":"2023-08-27T11:36:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0/manifests"},{"name":"conventional-changelog-cli-v4.0.0","sha":"29df6c4597afad27b9cda06f58eb564bcca609c4","kind":"commit","published_at":"2023-08-27T11:21:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0/manifests"},{"name":"conventional-changelog-core-v6.0.0","sha":"45613bbc2d13c798732e4b2bd4b2fa9ea67157d6","kind":"commit","published_at":"2023-08-27T11:17:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v4.0.0","sha":"5a896e3ef3aa9e751fcc74d7c76fa21d6d526cb0","kind":"commit","published_at":"2023-08-27T11:08:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0/manifests"},{"name":"git-raw-commits-v4.0.0","sha":"878fc56b43bc617177bf47fd8643a3b8b86078e5","kind":"commit","published_at":"2023-08-27T11:01:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0/manifests"},{"name":"conventional-commits-parser-v5.0.0","sha":"299de5acbe55a7d19dcdd2adc34681eae7264abf","kind":"commit","published_at":"2023-08-26T17:50:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0/manifests"},{"name":"git-semver-tags-v5.0.1","sha":"87914a362866a380e98a29edf19b2173e0911d8a","kind":"commit","published_at":"2023-07-09T19:10:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1/manifests"},{"name":"conventional-changelog-writer-v6.0.1","sha":"c123edea220b450cfa26813b6f198c3e8ebbd2b4","kind":"commit","published_at":"2023-07-09T14:49:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.2","sha":"83773c5e1a8874ea9809ca9db1dff60b7df1daae","kind":"commit","published_at":"2023-06-28T17:43:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.1.0","sha":"2e5fe6d9574ba896fa90b5bfcb50fb73d28af6d6","kind":"commit","published_at":"2023-06-17T21:30:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v7.0.1","sha":"f251b6899e313a9b23f3c8deb8b8b57217040892","kind":"commit","published_at":"2023-06-06T23:24:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.1","sha":"5b458dff9edf766446449acd1bbb8027a1e39fa5","kind":"commit","published_at":"2023-06-06T23:17:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1/manifests"},{"name":"gulp-conventional-changelog-v3.0.0","sha":"8ef6232797e5bf7c80422221374c53c03d5df36d","kind":"commit","published_at":"2023-06-06T22:50:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0/manifests"},{"name":"standard-changelog-v3.0.0","sha":"ea65f017b42b914ece780fd2fc799a6946912ed8","kind":"commit","published_at":"2023-06-06T22:42:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0/manifests"},{"name":"conventional-changelog-cli-v3.0.0","sha":"f00f4549cee9406054b77057a8135183fcd89710","kind":"commit","published_at":"2023-06-06T22:29:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0/manifests"},{"name":"conventional-changelog-v4.0.0","sha":"1a240f91ed584ed43e7f9c82235ca60eff0f4fa5","kind":"commit","published_at":"2023-06-06T19:50:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-core-v5.0.0","sha":"8507f601486c8ff6806156c50091262dee13ec54","kind":"commit","published_at":"2023-06-06T19:23:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v7.0.0","sha":"e1662ca7a6c688d28a334282a5e863f52866f3e8","kind":"commit","published_at":"2023-06-06T18:39:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v3.0.0","sha":"5d80d155425147a0b045af09536e5962cbfff620","kind":"commit","published_at":"2023-06-06T15:08:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.0.0","sha":"a30fc7ae219cf871b46cbe9d2c76a9730b70e272","kind":"commit","published_at":"2023-06-06T14:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v6.0.0","sha":"aa5d46c7b13b7b31f78af4b3c31c087c39eea41d","kind":"commit","published_at":"2023-06-06T14:46:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0/manifests"},{"name":"conventional-commits-filter-v3.0.0","sha":"502a73fe41aebb7b563c5ca69521e0b1bab904df","kind":"commit","published_at":"2023-06-06T14:32:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0/manifests"},{"name":"conventional-commits-parser-v4.0.0","sha":"9f7fe891e75c64937c28baa39a6c795a01603ab7","kind":"commit","published_at":"2023-06-06T14:24:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0/manifests"},{"name":"git-raw-commits-v3.0.0","sha":"571f2d549f10744a12ab3bc5dc5e0b749cb72667","kind":"commit","published_at":"2023-06-06T14:16:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0/manifests"},{"name":"git-semver-tags-v5.0.0","sha":"445c796d04105d10dd62d07039bc6a7fc9f263a5","kind":"commit","published_at":"2023-06-06T13:51:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0/manifests"},{"name":"conventional-changelog-atom-v3.0.0","sha":"208787aa2f5db8de1c2d43c56d71e6dfb9510781","kind":"commit","published_at":"2023-06-06T13:43:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0/manifests"},{"name":"conventional-changelog-angular-v6.0.0","sha":"c4ebf98acc15f37154aae5de53a225e896c4a157","kind":"commit","published_at":"2023-06-06T13:36:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0/manifests"},{"name":"conventional-changelog-codemirror-v3.0.0","sha":"0772453bee083917a05b9696d063ee3dc69957f9","kind":"commit","published_at":"2023-06-06T13:25:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0/manifests"},{"name":"conventional-changelog-ember-v3.0.0","sha":"e473d0c8af7c0cf8a54f775556796f50f3e695c2","kind":"commit","published_at":"2023-06-06T13:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0/manifests"},{"name":"conventional-changelog-eslint-v4.0.0","sha":"b3b896bc5b9e3ed65dcfc08c57967a252f37cfd1","kind":"commit","published_at":"2023-06-06T12:56:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0/manifests"},{"name":"conventional-changelog-express-v3.0.0","sha":"5594385d1dd2490b0fb508a60b6f30e8be6616ce","kind":"commit","published_at":"2023-06-06T12:37:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0/manifests"},{"name":"conventional-changelog-jquery-v4.0.0","sha":"51a3015a907b2cea900114359c36ce0e9664b72d","kind":"commit","published_at":"2023-06-06T12:17:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0/manifests"},{"name":"conventional-changelog-jshint-v3.0.0","sha":"281e5f883476e90b75cae4373a67436c86e94f6a","kind":"commit","published_at":"2023-06-06T12:02:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v5.0.0","sha":"ba6df7cf62de5f448368bed4398f6ddf633d2cbd","kind":"commit","published_at":"2022-05-27T18:02:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0/manifests"},{"name":"conventional-changelog-writer-v5.0.1","sha":"21b73f974adc4490a318d9c892055655cb82c538","kind":"commit","published_at":"2021-12-29T21:36:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.3","sha":"02757d342290bcf51a49d49e5e72f5eae6c6f6da","kind":"commit","published_at":"2021-12-29T19:52:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3/manifests"},{"name":"conventional-commits-parser-v3.2.4","sha":"1d0f62d4ac4911ef0d912d5401f783b152cee624","kind":"commit","published_at":"2021-12-29T19:46:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4/manifests"},{"name":"git-raw-commits-v2.0.11","sha":"95384dbd105ffe4f86bbc6ccad3e5405a1cbfe04","kind":"commit","published_at":"2021-12-29T19:39:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.2","sha":"1827696185192a8dd258ea7c3370090238b0fb76","kind":"commit","published_at":"2021-12-25T18:06:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2/manifests"},{"name":"conventional-changelog-cli-v2.2.2","sha":"8ce6a7bbd3fae87aa9d56fca68c2e16fbb2cace5","kind":"commit","published_at":"2021-12-25T17:22:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2/manifests"},{"name":"conventional-changelog-v3.1.25","sha":"8e9c3d76aaffd7fe67a78270b3ad9b881e953e7e","kind":"commit","published_at":"2021-12-24T18:50:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25/manifests"},{"name":"conventional-commits-parser-v3.2.3","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3/manifests"},{"name":"conventional-changelog-cli-v2.2.1","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.1","sha":"c35708d56a55e31b750aec1f745e5be52f0a75f2","kind":"commit","published_at":"2021-09-09T19:06:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1/manifests"},{"name":"conventional-commits-parser-v3.2.2","sha":"1bae48ff85eff0736ea6691b7214f3fc9c026256","kind":"commit","published_at":"2021-09-09T14:45:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2/manifests"},{"name":"conventional-changelog-core-v4.2.4","sha":"02fbc2d42d0faf53d4b7a2b0525626088a6ac8ba","kind":"commit","published_at":"2021-09-09T14:37:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4/manifests"},{"name":"conventional-changelog-angular-v5.0.13","sha":"e30343b4676d26b416080294dc74ebba001c0716","kind":"commit","published_at":"2021-09-09T14:31:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v5.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13/manifests"},{"name":"conventional-changelog-core-v4.2.3","sha":"318b555b6ef3aebdb5a8d4c7c734fd7234712dd3","kind":"commit","published_at":"2021-07-03T00:24:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.0","sha":"537c37d7801872c3e57e4200c64154a4d2ea042a","kind":"commit","published_at":"2021-04-30T00:15:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0/manifests"},{"name":"conventional-commits-parser-v3.2.1","sha":"758dda2937b6784f0cc6a535286862fcf95b6f06","kind":"commit","published_at":"2021-02-15T21:32:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1/manifests"},{"name":"git-raw-commits-v2.0.10","sha":"ffecaccb6e117afae9f68f1d48ff9a69554da950","kind":"commit","published_at":"2021-01-27T16:36:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10/manifests"},{"name":"conventional-changelog-writer-v5.0.0","sha":"61ef6491add84b841e1797baf09f62bbdd90dcd4","kind":"commit","published_at":"2020-12-30T22:40:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v6.1.0","sha":"3b0fb22b0bb49137b9ecddaeb349f66025205c57","kind":"commit","published_at":"2020-12-30T16:58:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0/manifests"},{"name":"conventional-changelog-core-v4.2.2","sha":"317eeb3137caff69bcc9a67fce3dc67663a010db","kind":"commit","published_at":"2020-12-30T00:53:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2/manifests"},{"name":"conventional-recommended-bump-v6.0.12","sha":"90ecc5d93bfd7626857eda5d240f92393d896be0","kind":"commit","published_at":"2020-12-30T00:43:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12/manifests"},{"name":"git-raw-commits-v2.0.9","sha":"227f3e23af86912c0cd64fdb1a820ac92e5757c5","kind":"commit","published_at":"2020-12-29T23:59:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9/manifests"},{"name":"conventional-changelog-writer-v4.1.0","sha":"77725cfb12ca3ca22abb9421b4af012a49207e7a","kind":"commit","published_at":"2020-12-29T23:41:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0/manifests"},{"name":"conventional-changelog-atom@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8/manifests"},{"name":"conventional-changelog-angular@5.0.12","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12/manifests"},{"name":"conventional-changelog@3.1.24","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24/manifests"},{"name":"git-raw-commits@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8/manifests"},{"name":"standard-changelog@2.0.27","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27/manifests"},{"name":"gulp-conventional-changelog@2.0.35","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35/manifests"},{"name":"git-semver-tags@4.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1/manifests"},{"name":"conventional-recommended-bump@6.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11/manifests"},{"name":"conventional-commits-parser@3.2.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0/manifests"},{"name":"conventional-commits-filter@2.0.7","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7/manifests"},{"name":"conventional-changelog-writer@4.0.18","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18/manifests"},{"name":"conventional-changelog-jshint@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9/manifests"},{"name":"conventional-changelog-jquery@3.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11/manifests"},{"name":"conventional-changelog-express@2.0.6","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9/manifests"},{"name":"conventional-changelog-ember@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9/manifests"},{"name":"conventional-changelog-core@4.2.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.5.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1/manifests"},{"name":"conventional-changelog-v3.1.24","sha":"f8fcbc2e8b0834c29178ace6382b438a020ad828","kind":"commit","published_at":"2020-10-25T02:45:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24/manifests"},{"name":"conventional-recommended-bump@6.0.10","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10/manifests"},{"name":"standard-changelog@2.0.26","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26/manifests"},{"name":"gulp-conventional-changelog@2.0.34","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34/manifests"},{"name":"git-semver-tags@4.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0/manifests"},{"name":"conventional-changelog-core@4.2.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.4.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0/manifests"},{"name":"conventional-changelog-cli@2.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0/manifests"},{"name":"conventional-changelog@3.1.23","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23/manifests"},{"name":"standard-changelog@2.0.25","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25/manifests"},{"name":"conventional-changelog-writer@4.0.17","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17/manifests"},{"name":"conventional-changelog-jshint@2.0.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8/manifests"},{"name":"conventional-changelog-core@4.1.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8/manifests"},{"name":"conventional-changelog@3.1.22","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22/manifests"},{"name":"conventional-changelog-angular@5.0.11","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.35","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35/manifests"},{"name":"gulp-conventional-changelog@2.0.33","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.1","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1/manifests"},{"name":"conventional-changelog-core@4.1.7","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7/manifests"},{"name":"conventional-changelog@3.1.21","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21/manifests"},{"name":"conventional-changelog-writer@4.0.16","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.34","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34/manifests"},{"name":"standard-changelog@2.0.24","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24/manifests"},{"name":"gulp-conventional-changelog@2.0.32","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32/manifests"},{"name":"git-semver-tags@4.0.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.3.4","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4/manifests"},{"name":"standard-changelog@2.0.23","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23/manifests"},{"name":"gulp-conventional-changelog@2.0.31","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31/manifests"},{"name":"conventional-changelog-eslint@3.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.15","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10/manifests"},{"name":"conventional-changelog@3.1.20","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20/manifests"},{"name":"conventional-changelog-atom@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7/manifests"},{"name":"conventional-changelog-cli@2.0.33","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33/manifests"},{"name":"conventional-changelog-codemirror@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0/manifests"},{"name":"conventional-changelog-core@4.1.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6/manifests"},{"name":"conventional-changelog-ember@2.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8/manifests"},{"name":"conventional-commits-filter@2.0.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6/manifests"},{"name":"conventional-commits-parser@3.1.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.9","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9/manifests"},{"name":"git-raw-commits@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7/manifests"},{"name":"conventional-changelog-express@2.0.5","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10/manifests"},{"name":"conventional-changelog-jshint@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7/manifests"},{"name":"conventional-changelog-preset-loader-v2.3.2","sha":"9f6c56cb960a5043823cfb85b9843991201cbb51","kind":"commit","published_at":"2020-05-08T19:21:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v2.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2/manifests"},{"name":"conventional-changelog-core@4.1.5","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5/manifests"},{"name":"gulp-conventional-changelog@2.0.30","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30/manifests"},{"name":"standard-changelog@2.0.22","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22/manifests"},{"name":"conventional-changelog@3.1.19","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19/manifests"},{"name":"conventional-changelog-cli@2.0.32","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32/manifests"},{"name":"conventional-changelog-cli@2.0.31","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31/manifests"},{"name":"standard-changelog@2.0.21","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21/manifests"},{"name":"gulp-conventional-changelog@2.0.29","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29/manifests"},{"name":"conventional-changelog-core@4.1.4","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4/manifests"},{"name":"conventional-changelog@3.1.18","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18/manifests"},{"name":"conventional-changelog@3.1.17","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17/manifests"},{"name":"standard-changelog@2.0.20","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20/manifests"},{"name":"gulp-conventional-changelog@2.0.28","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28/manifests"},{"name":"conventional-changelog-core@4.1.3","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.30","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30/manifests"},{"name":"conventional-changelog-cli@2.0.29","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29/manifests"},{"name":"standard-changelog@2.0.19","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19/manifests"},{"name":"gulp-conventional-changelog@2.0.27","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27/manifests"},{"name":"conventional-changelog-core@4.1.2","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2/manifests"},{"name":"conventional-changelog@3.1.16","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16/manifests"},{"name":"conventional-changelog-cli@2.0.28","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28/manifests"},{"name":"standard-changelog@2.0.18","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18/manifests"},{"name":"gulp-conventional-changelog@2.0.26","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26/manifests"},{"name":"git-semver-tags@3.0.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1/manifests"},{"name":"git-raw-commits@2.0.3","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3/manifests"},{"name":"conventional-recommended-bump@6.0.5","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5/manifests"},{"name":"conventional-commits-parser@3.0.8","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.11","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11/manifests"},{"name":"conventional-changelog-core@4.1.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1/manifests"},{"name":"conventional-changelog@3.1.15","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15/manifests"},{"name":"gulp-conventional-changelog@2.0.25","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25/manifests"},{"name":"conventional-changelog@3.1.14","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14/manifests"},{"name":"conventional-changelog-angular@5.0.6","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6/manifests"},{"name":"conventional-changelog-cli@2.0.27","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.3","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3/manifests"},{"name":"conventional-changelog-core@4.1.0","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0/manifests"},{"name":"conventional-commits-parser@3.0.7","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7/manifests"},{"name":"conventional-recommended-bump@6.0.4","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4/manifests"},{"name":"standard-changelog@2.0.17","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17/manifests"},{"name":"conventional-changelog-cli@2.0.26","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.2","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2/manifests"},{"name":"conventional-changelog-core@4.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3/manifests"},{"name":"conventional-commits-parser@3.0.6","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6/manifests"},{"name":"conventional-recommended-bump@6.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.24","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24/manifests"},{"name":"standard-changelog@2.0.16","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16/manifests"},{"name":"conventional-changelog-writer@4.0.10","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10/manifests"},{"name":"conventional-changelog-preset-loader@2.3.0","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0/manifests"},{"name":"conventional-changelog@3.1.13","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13/manifests"},{"name":"conventional-changelog-jshint@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.9","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9/manifests"},{"name":"conventional-commits-parser@3.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5/manifests"},{"name":"conventional-changelog@3.1.12","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12/manifests"},{"name":"conventional-recommended-bump@6.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.23","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23/manifests"},{"name":"standard-changelog@2.0.15","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5/manifests"},{"name":"conventional-changelog-atom@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.25","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25/manifests"},{"name":"conventional-changelog-codemirror@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.1","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1/manifests"},{"name":"conventional-changelog-core@4.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2/manifests"},{"name":"conventional-changelog-ember@2.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4/manifests"},{"name":"conventional-changelog-eslint@3.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.6","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6/manifests"},{"name":"standard-changelog@2.0.14","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14/manifests"},{"name":"gulp-conventional-changelog@2.0.22","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22/manifests"},{"name":"conventional-recommended-bump@6.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1/manifests"},{"name":"conventional-commits-parser@3.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4/manifests"},{"name":"conventional-changelog-writer@4.0.8","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8/manifests"},{"name":"conventional-changelog-jshint@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.5","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5/manifests"},{"name":"conventional-changelog-eslint@3.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3/manifests"},{"name":"conventional-changelog-ember@2.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3/manifests"},{"name":"conventional-changelog-core@4.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.0","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.24","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24/manifests"},{"name":"conventional-changelog-atom@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4/manifests"},{"name":"conventional-changelog@3.1.11","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11/manifests"},{"name":"conventional-changelog-preset-loader@2.2.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0/manifests"},{"name":"standard-changelog@2.0.13","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13/manifests"},{"name":"gulp-conventional-changelog@2.0.21","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21/manifests"},{"name":"git-semver-tags@3.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0/manifests"},{"name":"conventional-recommended-bump@6.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.7","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7/manifests"},{"name":"conventional-changelog@3.1.10","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10/manifests"},{"name":"conventional-changelog-cli@2.0.23","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23/manifests"},{"name":"conventional-changelog-conventionalcommits@4.1.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0/manifests"},{"name":"conventional-changelog-core@4.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.1","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.0.0","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0/manifests"},{"name":"conventional-changelog-core@3.2.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3/manifests"},{"name":"conventional-changelog-writer@4.0.6","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6/manifests"},{"name":"conventional-commits-parser@3.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3/manifests"},{"name":"conventional-changelog@3.1.9","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9/manifests"},{"name":"standard-changelog@2.0.12","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.20","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20/manifests"},{"name":"git-semver-tags@2.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.22","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22/manifests"},{"name":"standard-changelog@2.0.11","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11/manifests"},{"name":"conventional-changelog@3.1.8","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8/manifests"},{"name":"conventional-changelog-cli@2.0.21","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.2","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.19","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19/manifests"},{"name":"conventional-changelog@3.1.7","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7/manifests"},{"name":"conventional-changelog-cli@2.0.20","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.1","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.18","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18/manifests"},{"name":"conventional-changelog-cli@2.0.19","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.17","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17/manifests"},{"name":"conventional-changelog@3.1.6","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6/manifests"},{"name":"conventional-changelog@3.1.5","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5/manifests"},{"name":"conventional-changelog-conventionalcommits@2.0.0","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.16","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.18","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.2","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.17","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17/manifests"},{"name":"conventional-changelog@3.1.4","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.15","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15/manifests"},{"name":"conventional-changelog-writer@4.0.5","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5/manifests"},{"name":"standard-changelog@2.0.10","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10/manifests"},{"name":"gulp-conventional-changelog@2.0.14","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14/manifests"},{"name":"conventional-changelog@3.1.3","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3/manifests"},{"name":"conventional-changelog-core@3.2.2","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2/manifests"},{"name":"conventional-changelog-cli@2.0.16","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.15","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15/manifests"},{"name":"standard-changelog@2.0.9","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.1.2","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2/manifests"},{"name":"conventional-changelog-core@3.2.1","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1/manifests"},{"name":"gulp-conventional-changelog@2.0.13","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13/manifests"},{"name":"conventional-changelog@3.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1/manifests"},{"name":"gulp-conventional-changelog@2.0.12","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12/manifests"},{"name":"conventional-recommended-bump@4.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1/manifests"},{"name":"conventional-changelog-preset-loader@2.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.14","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14/manifests"},{"name":"conventional-changelog-preset-loader@2.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0/manifests"},{"name":"conventional-changelog-writer@4.0.4","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4/manifests"},{"name":"conventional-commits-filter@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2/manifests"},{"name":"conventional-commits-parser@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2/manifests"},{"name":"conventional-recommended-bump@4.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0/manifests"},{"name":"gulp-conventional-changelog@2.0.11","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11/manifests"},{"name":"standard-changelog@2.0.8","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8/manifests"},{"name":"git-raw-commits@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2/manifests"},{"name":"conventional-changelog@3.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0/manifests"},{"name":"conventional-changelog-cli@2.0.13","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0/manifests"},{"name":"conventional-changelog-core@3.2.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0/manifests"},{"name":"conventional-changelog-eslint@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2/manifests"},{"name":"standard-changelog@2.0.7","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6/manifests"},{"name":"conventional-changelog-angular@5.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.12","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.10","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10/manifests"},{"name":"conventional-changelog-writer@4.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3/manifests"},{"name":"conventional-changelog-core@3.1.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6/manifests"},{"name":"conventional-recommended-bump@4.0.4","sha":"da729f68f9dc581623deb587c705ef65d189a9f4","kind":"tag","published_at":"2018-11-01T06:56:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4/manifests"},{"name":"standard-changelog@2.0.6","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6/manifests"},{"name":"conventional-changelog-core@3.1.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5/manifests"},{"name":"conventional-changelog-writer@4.0.2","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.9","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.0.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.11","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.10","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10/manifests"},{"name":"conventional-changelog-core@3.1.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.8","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8/manifests"},{"name":"conventional-changelog@3.0.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4/manifests"},{"name":"git-semver-tags@2.0.2","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.3","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3/manifests"},{"name":"standard-changelog@2.0.5","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5/manifests"},{"name":"standard-changelog@2.0.4","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.7","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3/manifests"},{"name":"conventional-changelog-core@3.1.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.9","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9/manifests"},{"name":"standard-changelog@2.0.3","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.8","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8/manifests"},{"name":"conventional-changelog-core@3.1.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2/manifests"},{"name":"gulp-conventional-changelog@2.0.6","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6/manifests"},{"name":"conventional-changelog@3.0.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.5","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.7","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7/manifests"},{"name":"conventional-changelog@3.0.1","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1/manifests"},{"name":"standard-changelog@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4/manifests"},{"name":"git-semver-tags@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1/manifests"},{"name":"git-raw-commits@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2/manifests"},{"name":"conventional-commits-parser@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1/manifests"},{"name":"conventional-commits-filter@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1/manifests"},{"name":"conventional-changelog-writer@4.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1/manifests"},{"name":"conventional-changelog-preset-loader@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4/manifests"},{"name":"conventional-changelog-express@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1/manifests"},{"name":"conventional-changelog-eslint@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2/manifests"},{"name":"conventional-changelog-core@3.1.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1/manifests"},{"name":"conventional-changelog-codemirror@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.6","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6/manifests"},{"name":"conventional-changelog-atom@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1/manifests"},{"name":"conventional-changelog-angular@5.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2/manifests"},{"name":"conventional-changelog@3.0.0","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.5","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.3","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.2","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.4","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3/manifests"},{"name":"standard-changelog@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3/manifests"},{"name":"conventional-changelog-core@3.1.0","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0/manifests"},{"name":"conventional-changelog-ember@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1/manifests"},{"name":"conventional-changelog-jquery@3.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1/manifests"},{"name":"conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0/manifests"},{"name":"conventional-recommended-bump@4.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0/manifests"},{"name":"conventional-changelog-jquery@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0/manifests"},{"name":"conventional-changelog-express@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0/manifests"},{"name":"conventional-changelog-eslint@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0/manifests"},{"name":"conventional-changelog-ember@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1/manifests"},{"name":"conventional-changelog-atom@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1/manifests"},{"name":"conventional-changelog-angular@4.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1/manifests"},{"name":"conventional-changelog-jquery@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0/manifests"},{"name":"conventional-changelog-jshint@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0/manifests"},{"name":"standard-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0/manifests"},{"name":"conventional-recommended-bump@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0/manifests"},{"name":"conventional-commits-parser@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0/manifests"},{"name":"conventional-commits-filter@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0/manifests"},{"name":"conventional-changelog-ember@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0/manifests"},{"name":"conventional-changelog-express@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0/manifests"},{"name":"git-semver-tags@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0/manifests"},{"name":"git-raw-commits@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0/manifests"},{"name":"conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-angular@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0/manifests"},{"name":"conventional-changelog-atom@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0/manifests"},{"name":"conventional-changelog-core@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0/manifests"},{"name":"conventional-changelog-eslint@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-core@2.0.11","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11/manifests"},{"name":"conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-cli@1.3.22","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22/manifests"},{"name":"conventional-changelog-ember@0.3.12","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12/manifests"},{"name":"conventional-recommended-bump@2.0.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9/manifests"},{"name":"conventional-changelog-angular@3.0.7","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7/manifests"},{"name":"gulp-conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24/manifests"},{"name":"standard-changelog@1.0.19","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19/manifests"},{"name":"conventional-changelog-jquery@1.3.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9/manifests"},{"name":"conventional-changelog-angular@3.0.6","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6/manifests"},{"name":"standard-changelog@1.0.18","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18/manifests"},{"name":"gulp-conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-writer@3.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9/manifests"},{"name":"conventional-changelog-jshint@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8/manifests"},{"name":"conventional-changelog-jquery@1.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8/manifests"},{"name":"conventional-changelog-eslint@1.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9/manifests"},{"name":"conventional-changelog-ember@0.3.11","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11/manifests"},{"name":"conventional-changelog-core@2.0.10","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10/manifests"},{"name":"conventional-changelog-codemirror@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8/manifests"},{"name":"conventional-changelog-cli@1.3.21","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21/manifests"},{"name":"conventional-changelog-atom@0.2.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8/manifests"},{"name":"conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23/manifests"},{"name":"gulp-conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-core@2.0.9","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9/manifests"},{"name":"conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-cli@1.3.20","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20/manifests"},{"name":"conventional-changelog-writer@3.0.8","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8/manifests"},{"name":"standard-changelog@1.0.17","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17/manifests"},{"name":"conventional-changelog-angular@3.0.5","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.10","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10/manifests"},{"name":"conventional-changelog-cli@1.3.19","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19/manifests"},{"name":"conventional-changelog-angular@3.0.4","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4/manifests"},{"name":"conventional-changelog-atom@0.2.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7/manifests"},{"name":"conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-core@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.9","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9/manifests"},{"name":"conventional-changelog-eslint@1.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8/manifests"},{"name":"conventional-changelog-express@0.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6/manifests"},{"name":"conventional-changelog-jquery@1.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7/manifests"},{"name":"conventional-changelog-preset-loader@1.1.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8/manifests"},{"name":"conventional-changelog-writer@3.0.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7/manifests"},{"name":"conventional-commits-parser@2.1.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7/manifests"},{"name":"conventional-recommended-bump@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8/manifests"},{"name":"git-raw-commits@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6/manifests"},{"name":"git-semver-tags@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21/manifests"},{"name":"standard-changelog@1.0.16","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16/manifests"},{"name":"conventional-changelog-codemirror@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6/manifests"},{"name":"conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-core@2.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7/manifests"},{"name":"conventional-changelog-codemirror@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6/manifests"},{"name":"conventional-changelog-cli@1.3.18","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18/manifests"},{"name":"conventional-changelog-ember@0.3.8","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8/manifests"},{"name":"conventional-changelog-writer@3.0.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6/manifests"},{"name":"conventional-changelog-atom@0.2.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6/manifests"},{"name":"conventional-changelog-eslint@1.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7/manifests"},{"name":"standard-changelog@1.0.15","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15/manifests"},{"name":"conventional-changelog-angular@3.0.3","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3/manifests"},{"name":"conventional-changelog-jquery@1.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-angular@3.0.2","sha":"1cc079df803f58b52c8aa997fff43e9c162266e7","kind":"tag","published_at":"2018-03-22T14:14:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2/manifests"},{"name":"conventional-changelog-ember@0.3.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7/manifests"},{"name":"standard-changelog@1.0.14","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14/manifests"},{"name":"gulp-conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19/manifests"},{"name":"git-semver-tags@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5/manifests"},{"name":"git-raw-commits@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7/manifests"},{"name":"conventional-commits-parser@2.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6/manifests"},{"name":"conventional-commits-filter@1.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5/manifests"},{"name":"conventional-changelog-preset-loader@1.1.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7/manifests"},{"name":"conventional-changelog-jshint@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5/manifests"},{"name":"conventional-changelog-jquery@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5/manifests"},{"name":"conventional-changelog-express@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6/manifests"},{"name":"conventional-changelog-core@2.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5/manifests"},{"name":"conventional-changelog-cli@1.3.17","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17/manifests"},{"name":"conventional-changelog-atom@0.2.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5/manifests"},{"name":"conventional-changelog-angular@3.0.1","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1/manifests"},{"name":"conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19/manifests"},{"name":"conventional-changelog-angular@3.0.0","sha":"49997aaba373502e5b38bd366846934641e95799","kind":"tag","published_at":"2018-03-22T13:45:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.16","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16/manifests"},{"name":"conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18/manifests"},{"name":"gulp-conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-eslint@1.0.5","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5/manifests"},{"name":"conventional-changelog-cli@1.3.15","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15/manifests"},{"name":"conventional-changelog-codemirror@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4/manifests"},{"name":"conventional-changelog-express@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4/manifests"},{"name":"conventional-changelog-jquery@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4/manifests"},{"name":"conventional-changelog-jshint@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4/manifests"},{"name":"conventional-commits-filter@1.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5/manifests"},{"name":"conventional-commits-parser@2.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5/manifests"},{"name":"conventional-recommended-bump@2.0.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6/manifests"},{"name":"standard-changelog@1.0.13","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13/manifests"},{"name":"gulp-conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17/manifests"},{"name":"git-semver-tags@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4/manifests"},{"name":"git-raw-commits@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4/manifests"},{"name":"conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17/manifests"},{"name":"conventional-changelog-angular@1.6.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6/manifests"},{"name":"conventional-changelog-atom@0.2.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4/manifests"},{"name":"gulp-conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog-angular@1.6.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5/manifests"},{"name":"conventional-changelog-atom@0.2.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3/manifests"},{"name":"conventional-changelog-cli@1.3.14","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14/manifests"},{"name":"conventional-changelog-codemirror@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4/manifests"},{"name":"conventional-changelog-ember@0.3.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3/manifests"},{"name":"conventional-changelog-express@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3/manifests"},{"name":"conventional-changelog-jshint@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5/manifests"},{"name":"conventional-changelog-writer@3.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3/manifests"},{"name":"conventional-commits-filter@1.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4/manifests"},{"name":"conventional-commits-parser@2.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4/manifests"},{"name":"conventional-recommended-bump@2.0.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5/manifests"},{"name":"git-raw-commits@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3/manifests"},{"name":"git-semver-tags@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3/manifests"},{"name":"standard-changelog@1.0.12","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12/manifests"},{"name":"conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15/manifests"},{"name":"gulp-conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15/manifests"},{"name":"conventional-recommended-bump@2.0.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4/manifests"},{"name":"conventional-changelog-cli@1.3.13","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13/manifests"},{"name":"conventional-changelog-preset-loader@1.1.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4/manifests"},{"name":"git-raw-commits@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2/manifests"},{"name":"standard-changelog@1.0.11","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11/manifests"},{"name":"conventional-recommended-bump@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3/manifests"},{"name":"gulp-conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14/manifests"},{"name":"git-semver-tags@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2/manifests"},{"name":"conventional-changelog-eslint@1.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2/manifests"},{"name":"conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14/manifests"},{"name":"conventional-changelog-angular@1.6.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4/manifests"},{"name":"conventional-changelog-atom@0.2.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2/manifests"},{"name":"conventional-changelog-cli@1.3.12","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12/manifests"},{"name":"conventional-changelog-codemirror@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2/manifests"},{"name":"conventional-changelog-core@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.3.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4/manifests"},{"name":"conventional-changelog-express@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2/manifests"},{"name":"conventional-changelog-jquery@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2/manifests"},{"name":"conventional-changelog-jshint@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3/manifests"},{"name":"conventional-commits-filter@1.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3/manifests"},{"name":"conventional-changelog-writer@3.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13/manifests"},{"name":"standard-changelog@1.0.10","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10/manifests"},{"name":"git-raw-commits@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1/manifests"},{"name":"conventional-commits-parser@2.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2/manifests"},{"name":"conventional-changelog-writer@3.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1/manifests"},{"name":"conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13/manifests"},{"name":"conventional-commits-filter@1.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2/manifests"},{"name":"conventional-recommended-bump@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2/manifests"},{"name":"git-semver-tags@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1/manifests"},{"name":"conventional-changelog-core@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2/manifests"},{"name":"conventional-changelog-codemirror@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1/manifests"},{"name":"conventional-changelog-angular@1.6.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3/manifests"},{"name":"conventional-changelog-cli@1.3.11","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11/manifests"},{"name":"conventional-changelog-atom@0.2.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1/manifests"},{"name":"conventional-changelog-ember@0.3.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1/manifests"},{"name":"conventional-changelog-express@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3/manifests"},{"name":"conventional-changelog-jshint@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1/manifests"},{"name":"conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12/manifests"},{"name":"gulp-conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12/manifests"},{"name":"conventional-changelog-cli@1.3.10","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10/manifests"},{"name":"conventional-recommended-bump@2.0.1","sha":"a4f0aa902d3e966fe6d6b1d46f2130838524cfbf","kind":"tag","published_at":"2018-02-12T14:54:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1/manifests"},{"name":"conventional-recommended-bump@2.0.0","sha":"9885d205ed96338575335652d006f475408e1195","kind":"tag","published_at":"2018-02-12T14:30:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0/manifests"},{"name":"conventional-changelog-preset-loader@1.1.2","sha":"a450d974237d440009ec3fb4c63974cf066e8f79","kind":"tag","published_at":"2018-02-12T04:07:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.1","sha":"5af1f00dcc4e1f9c3299bc7feb322a88b711f042","kind":"tag","published_at":"2018-02-09T04:17:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.0","sha":"c3eb36dbc52f383df6f3dcf3a3870b01ceee0b8b","kind":"tag","published_at":"2018-02-08T14:46:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0/manifests"},{"name":"conventional-changelog-ember@0.3.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1/manifests"},{"name":"conventional-changelog-angular@1.6.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2/manifests"},{"name":"gulp-conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11/manifests"},{"name":"standard-changelog@1.0.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9/manifests"},{"name":"conventional-recommended-bump@1.2.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1/manifests"},{"name":"conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11/manifests"},{"name":"conventional-changelog-cli@1.3.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9/manifests"},{"name":"conventional-changelog-core@2.0.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1/manifests"},{"name":"gulp-conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10/manifests"},{"name":"standard-changelog@1.0.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8/manifests"},{"name":"git-semver-tags@1.3.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.2.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0/manifests"},{"name":"conventional-changelog-writer@3.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0/manifests"},{"name":"conventional-changelog-eslint@1.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.3.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1/manifests"},{"name":"conventional-changelog-core@2.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8/manifests"},{"name":"conventional-changelog-angular@1.6.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1/manifests"},{"name":"conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10/manifests"},{"name":"conventional-changelog-core@1.9.5","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5/manifests"},{"name":"conventional-changelog-ember@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0/manifests"},{"name":"conventional-changelog-eslint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0/manifests"},{"name":"conventional-changelog-cli@1.3.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7/manifests"},{"name":"conventional-changelog-express@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0/manifests"},{"name":"conventional-changelog-jquery@1.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0/manifests"},{"name":"conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-jshint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0/manifests"},{"name":"gulp-conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9/manifests"},{"name":"standard-changelog@1.0.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7/manifests"},{"name":"conventional-changelog-angular@1.6.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0/manifests"},{"name":"conventional-changelog-codemirror@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0/manifests"},{"name":"conventional-changelog-atom@0.2.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0/manifests"},{"name":"conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8/manifests"},{"name":"standard-changelog@1.0.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6/manifests"},{"name":"gulp-conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8/manifests"},{"name":"conventional-recommended-bump@1.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0/manifests"},{"name":"conventional-commits-parser@2.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0/manifests"},{"name":"conventional-commits-filter@1.1.1","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1/manifests"},{"name":"conventional-changelog-writer@2.0.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.2.10","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10/manifests"},{"name":"conventional-changelog-core@1.9.4","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4/manifests"},{"name":"conventional-changelog-cli@1.3.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6/manifests"},{"name":"conventional-changelog-angular@1.5.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3/manifests"},{"name":"conventional-changelog-ember@0.2.9","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9/manifests"},{"name":"standard-changelog@1.0.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5/manifests"},{"name":"gulp-conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7/manifests"},{"name":"git-semver-tags@1.2.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3/manifests"},{"name":"git-raw-commits@1.3.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.0.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3/manifests"},{"name":"conventional-commits-parser@2.0.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1/manifests"},{"name":"conventional-commits-filter@1.1.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0/manifests"},{"name":"conventional-changelog-writer@2.0.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2/manifests"},{"name":"conventional-changelog-jshint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1/manifests"},{"name":"conventional-changelog-jquery@1.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1/manifests"},{"name":"conventional-changelog-express@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1/manifests"},{"name":"conventional-changelog-eslint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1/manifests"},{"name":"conventional-changelog-core@1.9.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3/manifests"},{"name":"conventional-changelog-codemirror@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1/manifests"},{"name":"conventional-changelog-cli@1.3.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5/manifests"},{"name":"conventional-changelog-atom@0.1.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2/manifests"},{"name":"conventional-changelog-angular@1.5.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2/manifests"},{"name":"conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7/manifests"},{"name":"@marionebl/conventional-commits-parser@3.0.0","sha":"edf4068ce4c3ea6ac5b61323473ab655be5eb895","kind":"tag","published_at":"2017-11-01T07:09:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/@marionebl/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/@marionebl/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4/manifests"},{"name":"git-semver-tags@1.2.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2/manifests"},{"name":"conventional-recommended-bump@1.0.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-ember@0.2.8","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8/manifests"},{"name":"conventional-changelog-core@1.9.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2/manifests"},{"name":"standard-changelog@1.0.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4/manifests"},{"name":"conventional-changelog-angular@1.5.1","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1/manifests"},{"name":"conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6/manifests"},{"name":"standard-changelog@1.0.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3/manifests"},{"name":"conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-angular@1.5.0","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0/manifests"},{"name":"conventional-changelog-cli@1.3.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3/manifests"},{"name":"gulp-conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-writer@2.0.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1/manifests"},{"name":"conventional-changelog-core@1.9.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1/manifests"},{"name":"conventional-changelog-ember@0.2.7","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7/manifests"},{"name":"git-semver-tags@1.2.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1/manifests"},{"name":"conventional-changelog-jshint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0/manifests"},{"name":"conventional-changelog-jquery@1.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0/manifests"},{"name":"conventional-changelog-express@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0/manifests"},{"name":"conventional-changelog-eslint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0/manifests"},{"name":"conventional-commits-parser@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0/manifests"},{"name":"conventional-changelog-writer@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1/manifests"},{"name":"conventional-changelog-core@1.9.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0/manifests"},{"name":"conventional-changelog-codemirror@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0/manifests"},{"name":"conventional-changelog-cli@1.3.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2/manifests"},{"name":"conventional-changelog-atom@0.1.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1/manifests"},{"name":"conventional-changelog-angular@1.4.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0/manifests"},{"name":"conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4/manifests"},{"name":"gulp-conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4/manifests"},{"name":"standard-changelog@1.0.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2/manifests"},{"name":"conventional-changelog-ember@0.2.6","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6/manifests"},{"name":"conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3/manifests"},{"name":"conventional-changelog-angular@1.3.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3/manifests"},{"name":"conventional-changelog-cli@1.3.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1/manifests"},{"name":"conventional-changelog-core@1.8.0","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.8.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0/manifests"},{"name":"conventional-changelog-ember@0.2.5","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5/manifests"},{"name":"gulp-conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3/manifests"},{"name":"standard-changelog@1.0.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1/manifests"},{"name":"git-semver-tags@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0/manifests"},{"name":"standard-changelog@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2/manifests"},{"name":"git-raw-commits@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0/manifests"},{"name":"conventional-recommended-bump@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.2.4","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4/manifests"},{"name":"conventional-changelog-core@1.7.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.7.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0/manifests"},{"name":"conventional-changelog-cli@1.3.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0/manifests"},{"name":"conventional-changelog-angular@1.3.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2/manifests"},{"name":"conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2/manifests"},{"name":"gulp-conventional-changelog@1.1.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"tag","published_at":"2017-03-10T05:35:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0/manifests"},{"name":"standard-changelog@0.0.2","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@0.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-ember@0.2.3","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3/manifests"},{"name":"conventional-changelog-core@1.6.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0/manifests"},{"name":"conventional-changelog-angular@1.3.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1/manifests"},{"name":"conventional-changelog-cli@1.2.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1/manifests"},{"name":"conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-cli@1.2.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:01:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0/manifests"},{"name":"conventional-changelog-core@1.5.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:00:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0/manifests"},{"name":"git-raw-commits@1.1.2","sha":"f5fe78b1f15791cb0499744bf278dff22b52732f","kind":"tag","published_at":"2017-03-09T07:37:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2/manifests"},{"name":"git-semver-tags@1.1.2","sha":"7be07c7c0f49572b1c0e9c98f004b599d8b5bb1a","kind":"tag","published_at":"2017-03-09T07:35:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2/manifests"},{"name":"v1.1.0","sha":"600d411569271467389c3cbe71f7f657980e89a1","kind":"tag","published_at":"2016-02-13T06:59:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"9591280a8d09220aced3383abe3bc7ecbb34b503","kind":"tag","published_at":"2016-02-13T06:37:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"beef421f56939190a4ca30c28788eda1b3f9480d","kind":"tag","published_at":"2016-02-05T13:49:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"c8e90ab7fddd0b98855913e73fc12f9dc9dc81b1","kind":"tag","published_at":"2016-02-05T12:59:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0/manifests"},{"name":"v0.5.3","sha":"d79ce243223260b153699b99de0503698546ea63","kind":"tag","published_at":"2015-12-25T05:07:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"9e7b771072a2680c6c335fcad38003aade53213e","kind":"tag","published_at":"2015-12-23T12:24:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"4bf7d8df29f7be29552b82ec2b7112fad0c39a3e","kind":"tag","published_at":"2015-10-20T09:52:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"5ca2204b472704543ebbc744a22f8f90ec659659","kind":"tag","published_at":"2015-09-30T08:49:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"e5f2f3bc675e2c7e5cc6aa0ed50da7941833e492","kind":"tag","published_at":"2015-09-04T03:16:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"7536a0b351cc4f2764e71cbc268a178ab595259d","kind":"tag","published_at":"2015-08-17T01:28:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"56fa3d92620a41a875b3337fa51d04d6df23b1a8","kind":"tag","published_at":"2015-08-15T12:34:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"eefec0ef598a92e78510ee8626fd9bbcdb1398e4","kind":"tag","published_at":"2015-08-15T11:19:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0/manifests"},{"name":"v0.3.2","sha":"74b99dca61eafd56ba93605016b086a1108e77fe","kind":"tag","published_at":"2015-08-13T03:12:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"a1aca9c31a45aded77962bd0defc32e503aec213","kind":"commit","published_at":"2015-08-11T06:23:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"b489672d27ff703337c540f0fbc43f6486a84d99","kind":"commit","published_at":"2015-08-09T03:27:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"12e3cd6b151353dbe7f584adabbe5dd8a28424db","kind":"commit","published_at":"2015-07-24T08:13:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"f437b457b5ea6c105535a360144000f8315db54d","kind":"commit","published_at":"2015-07-24T04:54:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0/manifests"},{"name":"v0.1.3","sha":"c8fa9d0b94f8ac07f162623e4b9e9e68aad82e62","kind":"commit","published_at":"2015-07-22T11:06:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"6ba5d6e4b90a154dbca6ec0f80c66ad5995cd770","kind":"commit","published_at":"2015-07-22T07:10:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c015f8762f70eff2be7b8d7fb82438689239d717","kind":"commit","published_at":"2015-07-20T07:55:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"7253d0fea773e3f7cc0a3fb8278c9da070df26ee","kind":"commit","published_at":"2015-07-20T07:12:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.3","sha":"0c9f1e89bfacec8e08bac8ef96d64e3abdbecda7","kind":"commit","published_at":"2015-07-17T11:02:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"fec1baf43b8c0156682d4014a4fd066bd24ad448","kind":"commit","published_at":"2015-07-17T06:23:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"a5ea0dfada48601b9e3fbec78dd37d70380a2db6","kind":"commit","published_at":"2015-07-15T08:03:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1/manifests"},{"name":"v0.1.0-alpha.3","sha":"9b6cc68a2c17c9671363fe7af5de7ebd3a06aaeb","kind":"commit","published_at":"2015-07-06T01:27:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3/manifests"},{"name":"v0.1.0-alpha.2","sha":"34b0f460c34ecc48af857d8ee5d7038970ba56fb","kind":"commit","published_at":"2015-06-29T12:04:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2/manifests"},{"name":"v0.1.0-alpha.1","sha":"05b3415fc699ab43f3fa33b5ecd040ab5ecdf9e2","kind":"commit","published_at":"2015-06-24T04:42:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1/manifests"},{"name":"v0.0.17","sha":"3cae05244e48af9cf4abbef3114060db585a574c","kind":"commit","published_at":"2015-04-03T02:12:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"c0719ce6ba16778dd34c2cfdc81e7f3c5321409d","kind":"commit","published_at":"2015-03-19T04:15:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"57af04dc3e362c0e327b716279c9143028c6e0da","kind":"commit","published_at":"2015-03-18T20:23:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"69be290efb58a6a92e9ae78d7b37168d293920b5","kind":"commit","published_at":"2015-03-13T21:22:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"15a39d02ba3d666e7820eecbb8c5493ef2f6040a","kind":"commit","published_at":"2015-03-12T23:17:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13/manifests"},{"name":"v0.0.11","sha":"37f5561553c30d8f0f2c949502ea278da64949cd","kind":"tag","published_at":"2014-05-28T13:14:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"ad6f6ec5499d2c902b88da95487862d50e5ad776","kind":"tag","published_at":"2014-05-28T12:51:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"87efbabd9bc2a0fd83255e6cb856961b10aef9eb","kind":"tag","published_at":"2014-05-06T17:11:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"94b12cf69c51264b1edb6c81b50a262f0536894b","kind":"tag","published_at":"2014-04-10T14:45:48.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"1cf17e494fd7d8538c55189c72c0cf57d145ef41","kind":"tag","published_at":"2014-04-10T14:06:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"861f9ec93de28be4185b35815c2b6ab17746eb3f","kind":"commit","published_at":"2014-01-23T19:39:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"3f59f7356c86f30ef8e8754386373c2a8f97b367","kind":"commit","published_at":"2014-01-23T18:59:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6fa2c22464dcd964df604550c2ce2ed1d2f4362b","kind":"commit","published_at":"2014-01-04T21:36:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4/manifests"}]},"repo_metadata_updated_at":"2024-10-29T20:11:40.578Z","dependent_packages_count":638,"downloads":63573307,"downloads_period":"last-month","dependent_repos_count":183305,"rankings":{"downloads":0.05675838178650087,"dependent_repos_count":0.07734801184122768,"dependent_packages_count":0.09634963829869374,"stargazers_count":1.1619998663864433,"forks_count":1.3990270304606054,"docker_downloads_count":0.19456105208628807,"average":0.4976739968099599},"purl":"pkg:npm/conventional-commits-parser","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/conventional-commits-parser","docker_dependents_count":1403,"docker_downloads_count":155519270,"usage_url":"https://repos.ecosyste.ms/usage/npm/conventional-commits-parser","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/conventional-commits-parser/dependencies","status":null,"funding_links":[],"critical":true,"issue_metadata":{"last_synced_at":"2024-10-29T18:02:55.825Z","issues_count":181,"pull_requests_count":485,"avg_time_to_close_issue":20290008.44047619,"avg_time_to_close_pull_request":6351261.275949367,"issues_closed_count":84,"pull_requests_closed_count":395,"pull_request_authors_count":71,"issue_authors_count":111,"avg_comments_per_issue":2.0994475138121547,"avg_comments_per_pull_request":1.31340206185567,"merged_pull_requests_count":306,"bot_issues_count":3,"bot_pull_requests_count":234,"past_year_issues_count":63,"past_year_pull_requests_count":160,"past_year_avg_time_to_close_issue":562479.2894736842,"past_year_avg_time_to_close_pull_request":1292364.6666666667,"past_year_issues_closed_count":38,"past_year_pull_requests_closed_count":129,"past_year_pull_request_authors_count":19,"past_year_issue_authors_count":37,"past_year_avg_comments_per_issue":1.4603174603174602,"past_year_avg_comments_per_pull_request":1.15,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":61,"past_year_merged_pull_requests_count":108,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues","maintainers":[{"login":"dangreen","count":83,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"},{"login":"bcoe","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bcoe"},{"login":"tommywo","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tommywo"}],"active_maintainers":[{"login":"dangreen","count":70,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-commits-parser/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-commits-parser/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-commits-parser/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-commits-parser/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-commits-parser/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-commits-parser/codemeta","maintainers":[{"uuid":"stevemao","login":"stevemao","name":null,"email":"steve.mao@healthinteract.com.au","url":null,"packages_count":167,"html_url":"https://www.npmjs.com/~stevemao","role":null,"created_at":"2022-11-10T11:37:11.561Z","updated_at":"2022-11-10T11:37:11.561Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/stevemao/packages"},{"uuid":"bcoe","login":"bcoe","name":null,"email":"bencoe@gmail.com","url":null,"packages_count":557,"html_url":"https://www.npmjs.com/~bcoe","role":null,"created_at":"2022-11-10T11:37:11.541Z","updated_at":"2022-11-10T11:37:11.541Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/bcoe/packages"},{"uuid":"oss-bot","login":"oss-bot","name":null,"email":"bencoe+oss-bot@gmail.com","url":null,"packages_count":57,"html_url":"https://www.npmjs.com/~oss-bot","role":null,"created_at":"2022-11-10T11:37:11.551Z","updated_at":"2022-11-10T11:37:11.551Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/oss-bot/packages"},{"uuid":"dangreen","login":"dangreen","name":null,"email":"danon0404@gmail.com","url":null,"packages_count":110,"html_url":"https://www.npmjs.com/~dangreen","role":null,"created_at":"2026-02-11T12:56:41.312Z","updated_at":"2026-02-11T12:56:41.312Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/dangreen/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5644415,"maintainers_count":1200486,"namespaces_count":399623,"keywords_count":847874,"github":"npm","metadata":{"funded_packages_count":171745},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-06-10T05:11:46.456Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":1802838,"name":"gulp-conventional-changelog","ecosystem":"npm","description":"Generate a changelog using conventional-changelog.","homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/gulp-conventional-changelog#readme","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":["gulpplugin","conventional-changelog","conventional","changelog","log"],"namespace":null,"versions_count":67,"first_release_published_at":"2015-06-24T00:49:27.042Z","latest_release_published_at":"2024-05-03T22:58:00.721Z","latest_release_number":"5.0.0","last_synced_at":"2026-06-03T20:27:43.501Z","created_at":"2022-04-09T16:47:17.678Z","updated_at":"2026-06-03T20:27:43.502Z","registry_url":"https://www.npmjs.com/package/gulp-conventional-changelog","install_command":"npm install gulp-conventional-changelog","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"5.0.0","next":"2.0.35"}},"repo_metadata":{"id":12961414,"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2024-06-18T04:54:14.000Z","size":5832,"stargazers_count":7627,"open_issues_count":249,"forks_count":715,"subscribers_count":58,"default_branch":"master","last_synced_at":"2024-06-19T09:40:31.278Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2024-06-19T09:40:44.711Z","dependencies_parsed_at":"2022-07-13T10:30:31.523Z","dependency_job_id":"5f6d159e-c4c6-405b-9fa7-976ffc4dfa04","html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1464,"total_committers":136,"mean_commits":"10.764705882352942","dds":"0.40095628415300544","last_synced_commit":"58f0887283a200d52e49607baf7b352f26177b05"},"previous_names":["ajoslin/conventional-changelog"],"tags_count":777,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":215686924,"owners_count":15916249,"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"},"owner_record":{"login":"conventional-changelog","name":"conventional-changelog","uuid":"16443515","kind":"organization","description":"Tools to generate changelogs and release notes from a project's commit messages and metadata.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16443515?v=4","repositories_count":12,"last_synced_at":"2024-03-25T20:05:25.442Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/conventional-changelog","funding_links":[],"total_stars":31480,"followers":325,"following":0,"created_at":"2022-11-02T16:25:21.572Z","updated_at":"2024-03-25T20:05:26.809Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog/repositories"},"tags":[{"name":"git-client-v1.0.1","sha":"d3b8aaa16337993bbad4d91db1ffac5a7568756b","kind":"commit","published_at":"2024-05-06T14:46:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1/manifests"},{"name":"conventional-changelog-v6.0.0","sha":"83bb15ba5de08f080884fc906c6db3c99c8b2131","kind":"commit","published_at":"2024-04-26T22:08:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0/manifests"},{"name":"conventional-changelog-core-v8.0.0","sha":"7bc92fc05e4447f311ad52b6e39d36f461eaf083","kind":"commit","published_at":"2024-04-26T22:07:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v8.0.0","sha":"3129c812139bf7454a64b4d506e6b85cd5abc77c","kind":"commit","published_at":"2024-04-26T22:06:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0/manifests"},{"name":"git-semver-tags-v8.0.0","sha":"fbd1b3bcd6253a32de89eb21145c2eb70d9396b6","kind":"commit","published_at":"2024-04-26T22:05:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v5.0.0","sha":"e34c96db3dbebedb17a6583aae8855dddd056f83","kind":"commit","published_at":"2024-04-26T22:04:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0/manifests"},{"name":"conventional-changelog-angular-v8.0.0","sha":"2aa6291a93eb881230e896f87a5232873b6a9717","kind":"commit","published_at":"2024-04-26T22:04:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0/manifests"},{"name":"conventional-changelog-jquery-v6.0.0","sha":"1c71cd6d4868ef2e158963e277609a9794806306","kind":"commit","published_at":"2024-04-26T22:03:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v8.0.0","sha":"533e36277d1779a5ac79a06210c603b5f88bc030","kind":"commit","published_at":"2024-04-26T22:00:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0/manifests"},{"name":"conventional-changelog-eslint-v6.0.0","sha":"c7459cd7d1e1ab82c9a5d552b008c02aba290cad","kind":"commit","published_at":"2024-04-26T21:59:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0/manifests"},{"name":"git-raw-commits-v5.0.0","sha":"f61ea377e843db0852c35911785895ec43481f11","kind":"commit","published_at":"2024-04-26T21:58:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0/manifests"},{"name":"conventional-changelog-codemirror-v5.0.0","sha":"77525286ffc8869a6ac351ebe28198842815cb7c","kind":"commit","published_at":"2024-04-26T21:57:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0/manifests"},{"name":"conventional-changelog-cli-v5.0.0","sha":"a75cef688b9a1557ca981178d4d35c18963160b6","kind":"commit","published_at":"2024-04-26T21:53:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0/manifests"},{"name":"conventional-changelog-express-v5.0.0","sha":"a6ab80d6e30091a8b743ee97a87e7400af1ebc53","kind":"commit","published_at":"2024-04-26T21:53:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v10.0.0","sha":"d7c409b02f1d58cf6f0293edcadbe5f00a78a622","kind":"commit","published_at":"2024-04-26T21:52:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v10.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v10.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0/manifests"},{"name":"conventional-changelog-atom-v5.0.0","sha":"3b2b9d0ec2382f73d9cf000a1004596f90ece916","kind":"commit","published_at":"2024-04-26T21:51:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0/manifests"},{"name":"conventional-changelog-jshint-v5.0.0","sha":"d7dae509e72b09d1496ae51f1f04c15581c828fc","kind":"commit","published_at":"2024-04-26T21:50:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0/manifests"},{"name":"conventional-changelog-ember-v5.0.0","sha":"2e99dfa49112ffe6c864dd0e436f0db1e696b1f9","kind":"commit","published_at":"2024-04-26T21:50:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0/manifests"},{"name":"conventional-commits-parser-v6.0.0","sha":"646e1be132ccd0f32e3074de2f511be5c610984f","kind":"commit","published_at":"2024-04-26T21:48:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0/manifests"},{"name":"conventional-commits-filter-v5.0.0","sha":"be4266b7ef7b84ba5c198dfa8c143229f8a5b128","kind":"commit","published_at":"2024-04-26T21:47:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0/manifests"},{"name":"standard-changelog-v6.0.0","sha":"3e9b9387f29e48a508b70b88f26b40a6db9fea16","kind":"commit","published_at":"2024-04-26T21:45:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v5.0.0","sha":"041a1a9b73b201add30494aed19d026b948bd8f1","kind":"commit","published_at":"2024-04-26T21:41:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0/manifests"},{"name":"git-client-v1.0.0","sha":"7e51fe970576503cae3ab94e6e9b3e01017b044d","kind":"commit","published_at":"2024-04-26T21:21:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0/manifests"},{"name":"git-semver-tags-v7.0.1","sha":"fac8045242099c016f5f3905e54e02b7d466bd7b","kind":"commit","published_at":"2023-09-10T23:53:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1/manifests"},{"name":"conventional-changelog-writer-v7.0.1","sha":"e3a643ad39ec3bc4cfb1dff2aa1101333df33dc3","kind":"commit","published_at":"2023-09-10T23:49:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1/manifests"},{"name":"conventional-changelog-cli-v4.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0/manifests"},{"name":"conventional-changelog-v5.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0/manifests"},{"name":"conventional-changelog-core-v7.0.0","sha":"2e467dd39a35c3813597711a37690897183b4abc","kind":"commit","published_at":"2023-09-08T22:03:37.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0/manifests"},{"name":"git-semver-tags-v7.0.0","sha":"a13f788bd505d8253a2d92413fc4a7780e11ec07","kind":"commit","published_at":"2023-09-08T21:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0/manifests"},{"name":"standard-changelog-v5.0.0","sha":"34569c7a3fd2b0362a461517a1f4e20e7eecd9fc","kind":"commit","published_at":"2023-09-08T21:55:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v9.0.0","sha":"ad633d9d81f66ef80d7f77832a264cb0c5b971ef","kind":"commit","published_at":"2023-09-08T21:50:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.2","sha":"50113f9b569259d991f1a734a192964ca71f0118","kind":"commit","published_at":"2023-09-08T21:41:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2/manifests"},{"name":"conventional-changelog-preset-loader-v4.1.0","sha":"a14d2186575f6061f236c9a47d803694b18f8373","kind":"commit","published_at":"2023-09-08T21:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.1","sha":"ca4324b0a690b2595f8b574882ff95329a2dc195","kind":"commit","published_at":"2023-08-27T19:11:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1/manifests"},{"name":"conventional-commits-filter-v4.0.0","sha":"26fc9ea274dc0c62442ec9d97b20a2ebb49138bf","kind":"commit","published_at":"2023-08-27T12:55:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0/manifests"},{"name":"standard-changelog-v4.0.0","sha":"5b788265774bf4b63d3c83a178ca53e8e7095903","kind":"commit","published_at":"2023-08-27T12:50:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-eslint-v5.0.0","sha":"679594c0716275771cc23b314e4362899fe72f87","kind":"commit","published_at":"2023-08-27T12:46:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0/manifests"},{"name":"git-semver-tags-v6.0.0","sha":"1c75c72d9b5d59e3ea4e914c58a85f7559f29602","kind":"commit","published_at":"2023-08-27T12:40:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0/manifests"},{"name":"conventional-recommended-bump-v8.0.0","sha":"624377a24e8e3658bcf2329a9a98f9a7b02a4cb3","kind":"commit","published_at":"2023-08-27T12:33:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0/manifests"},{"name":"conventional-changelog-writer-v7.0.0","sha":"d669bb67dc713cb1e4374e3216ed7d83cde743c5","kind":"commit","published_at":"2023-08-27T12:27:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0/manifests"},{"name":"conventional-changelog-codemirror-v4.0.0","sha":"933fd0b3dd355d648faf57241b796a714004c722","kind":"commit","published_at":"2023-08-27T12:23:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0/manifests"},{"name":"conventional-changelog-express-v4.0.0","sha":"c9e9ceb3a3727659bd117bab01cbc7642d588f06","kind":"commit","published_at":"2023-08-27T12:16:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0/manifests"},{"name":"conventional-changelog-ember-v4.0.0","sha":"5d7c16268f79b7f180e34e997fdb37373d714666","kind":"commit","published_at":"2023-08-27T12:11:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0/manifests"},{"name":"conventional-changelog-jquery-v5.0.0","sha":"d643efb1050dcdaecee626044315644ff9b9e43b","kind":"commit","published_at":"2023-08-27T12:07:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v4.0.0","sha":"636646dd9ae062e9652a7f9ccaf6c329e6e9f924","kind":"commit","published_at":"2023-08-27T12:03:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0/manifests"},{"name":"conventional-changelog-v5.0.0","sha":"7985de3edc9e655369651ad464cb39b791887dc7","kind":"commit","published_at":"2023-08-27T11:58:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.0","sha":"5f0fe40743d8f559ab94ed11bbb4b8bda6fa6dcb","kind":"commit","published_at":"2023-08-27T11:51:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0/manifests"},{"name":"conventional-changelog-angular-v7.0.0","sha":"6c7a2e1a8807988bcb1a9842f72d14be3b1a89e3","kind":"commit","published_at":"2023-08-27T11:46:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0/manifests"},{"name":"conventional-changelog-jshint-v4.0.0","sha":"0204a9a340d2c85411e8de8905bc74c6146e5618","kind":"commit","published_at":"2023-08-27T11:41:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0/manifests"},{"name":"conventional-changelog-atom-v4.0.0","sha":"ab9b2c10e098ec8837d141102549f3eef698364c","kind":"commit","published_at":"2023-08-27T11:36:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0/manifests"},{"name":"conventional-changelog-cli-v4.0.0","sha":"29df6c4597afad27b9cda06f58eb564bcca609c4","kind":"commit","published_at":"2023-08-27T11:21:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0/manifests"},{"name":"conventional-changelog-core-v6.0.0","sha":"45613bbc2d13c798732e4b2bd4b2fa9ea67157d6","kind":"commit","published_at":"2023-08-27T11:17:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v4.0.0","sha":"5a896e3ef3aa9e751fcc74d7c76fa21d6d526cb0","kind":"commit","published_at":"2023-08-27T11:08:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0/manifests"},{"name":"git-raw-commits-v4.0.0","sha":"878fc56b43bc617177bf47fd8643a3b8b86078e5","kind":"commit","published_at":"2023-08-27T11:01:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0/manifests"},{"name":"conventional-commits-parser-v5.0.0","sha":"299de5acbe55a7d19dcdd2adc34681eae7264abf","kind":"commit","published_at":"2023-08-26T17:50:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0/manifests"},{"name":"git-semver-tags-v5.0.1","sha":"87914a362866a380e98a29edf19b2173e0911d8a","kind":"commit","published_at":"2023-07-09T19:10:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1/manifests"},{"name":"conventional-changelog-writer-v6.0.1","sha":"c123edea220b450cfa26813b6f198c3e8ebbd2b4","kind":"commit","published_at":"2023-07-09T14:49:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.2","sha":"83773c5e1a8874ea9809ca9db1dff60b7df1daae","kind":"commit","published_at":"2023-06-28T17:43:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.1.0","sha":"2e5fe6d9574ba896fa90b5bfcb50fb73d28af6d6","kind":"commit","published_at":"2023-06-17T21:30:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v7.0.1","sha":"f251b6899e313a9b23f3c8deb8b8b57217040892","kind":"commit","published_at":"2023-06-06T23:24:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.1","sha":"5b458dff9edf766446449acd1bbb8027a1e39fa5","kind":"commit","published_at":"2023-06-06T23:17:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1/manifests"},{"name":"gulp-conventional-changelog-v3.0.0","sha":"8ef6232797e5bf7c80422221374c53c03d5df36d","kind":"commit","published_at":"2023-06-06T22:50:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0/manifests"},{"name":"standard-changelog-v3.0.0","sha":"ea65f017b42b914ece780fd2fc799a6946912ed8","kind":"commit","published_at":"2023-06-06T22:42:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0/manifests"},{"name":"conventional-changelog-cli-v3.0.0","sha":"f00f4549cee9406054b77057a8135183fcd89710","kind":"commit","published_at":"2023-06-06T22:29:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0/manifests"},{"name":"conventional-changelog-v4.0.0","sha":"1a240f91ed584ed43e7f9c82235ca60eff0f4fa5","kind":"commit","published_at":"2023-06-06T19:50:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-core-v5.0.0","sha":"8507f601486c8ff6806156c50091262dee13ec54","kind":"commit","published_at":"2023-06-06T19:23:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v7.0.0","sha":"e1662ca7a6c688d28a334282a5e863f52866f3e8","kind":"commit","published_at":"2023-06-06T18:39:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v3.0.0","sha":"5d80d155425147a0b045af09536e5962cbfff620","kind":"commit","published_at":"2023-06-06T15:08:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.0.0","sha":"a30fc7ae219cf871b46cbe9d2c76a9730b70e272","kind":"commit","published_at":"2023-06-06T14:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v6.0.0","sha":"aa5d46c7b13b7b31f78af4b3c31c087c39eea41d","kind":"commit","published_at":"2023-06-06T14:46:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0/manifests"},{"name":"conventional-commits-filter-v3.0.0","sha":"502a73fe41aebb7b563c5ca69521e0b1bab904df","kind":"commit","published_at":"2023-06-06T14:32:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0/manifests"},{"name":"conventional-commits-parser-v4.0.0","sha":"9f7fe891e75c64937c28baa39a6c795a01603ab7","kind":"commit","published_at":"2023-06-06T14:24:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0/manifests"},{"name":"git-raw-commits-v3.0.0","sha":"571f2d549f10744a12ab3bc5dc5e0b749cb72667","kind":"commit","published_at":"2023-06-06T14:16:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0/manifests"},{"name":"git-semver-tags-v5.0.0","sha":"445c796d04105d10dd62d07039bc6a7fc9f263a5","kind":"commit","published_at":"2023-06-06T13:51:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0/manifests"},{"name":"conventional-changelog-atom-v3.0.0","sha":"208787aa2f5db8de1c2d43c56d71e6dfb9510781","kind":"commit","published_at":"2023-06-06T13:43:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0/manifests"},{"name":"conventional-changelog-angular-v6.0.0","sha":"c4ebf98acc15f37154aae5de53a225e896c4a157","kind":"commit","published_at":"2023-06-06T13:36:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0/manifests"},{"name":"conventional-changelog-codemirror-v3.0.0","sha":"0772453bee083917a05b9696d063ee3dc69957f9","kind":"commit","published_at":"2023-06-06T13:25:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0/manifests"},{"name":"conventional-changelog-ember-v3.0.0","sha":"e473d0c8af7c0cf8a54f775556796f50f3e695c2","kind":"commit","published_at":"2023-06-06T13:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0/manifests"},{"name":"conventional-changelog-eslint-v4.0.0","sha":"b3b896bc5b9e3ed65dcfc08c57967a252f37cfd1","kind":"commit","published_at":"2023-06-06T12:56:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0/manifests"},{"name":"conventional-changelog-express-v3.0.0","sha":"5594385d1dd2490b0fb508a60b6f30e8be6616ce","kind":"commit","published_at":"2023-06-06T12:37:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0/manifests"},{"name":"conventional-changelog-jquery-v4.0.0","sha":"51a3015a907b2cea900114359c36ce0e9664b72d","kind":"commit","published_at":"2023-06-06T12:17:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0/manifests"},{"name":"conventional-changelog-jshint-v3.0.0","sha":"281e5f883476e90b75cae4373a67436c86e94f6a","kind":"commit","published_at":"2023-06-06T12:02:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v5.0.0","sha":"ba6df7cf62de5f448368bed4398f6ddf633d2cbd","kind":"commit","published_at":"2022-05-27T18:02:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0/manifests"},{"name":"conventional-changelog-writer-v5.0.1","sha":"21b73f974adc4490a318d9c892055655cb82c538","kind":"commit","published_at":"2021-12-29T21:36:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.3","sha":"02757d342290bcf51a49d49e5e72f5eae6c6f6da","kind":"commit","published_at":"2021-12-29T19:52:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3/manifests"},{"name":"conventional-commits-parser-v3.2.4","sha":"1d0f62d4ac4911ef0d912d5401f783b152cee624","kind":"commit","published_at":"2021-12-29T19:46:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4/manifests"},{"name":"git-raw-commits-v2.0.11","sha":"95384dbd105ffe4f86bbc6ccad3e5405a1cbfe04","kind":"commit","published_at":"2021-12-29T19:39:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.2","sha":"1827696185192a8dd258ea7c3370090238b0fb76","kind":"commit","published_at":"2021-12-25T18:06:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2/manifests"},{"name":"conventional-changelog-cli-v2.2.2","sha":"8ce6a7bbd3fae87aa9d56fca68c2e16fbb2cace5","kind":"commit","published_at":"2021-12-25T17:22:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2/manifests"},{"name":"conventional-changelog-v3.1.25","sha":"8e9c3d76aaffd7fe67a78270b3ad9b881e953e7e","kind":"commit","published_at":"2021-12-24T18:50:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25/manifests"},{"name":"conventional-commits-parser-v3.2.3","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3/manifests"},{"name":"conventional-changelog-cli-v2.2.1","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.1","sha":"c35708d56a55e31b750aec1f745e5be52f0a75f2","kind":"commit","published_at":"2021-09-09T19:06:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1/manifests"},{"name":"conventional-commits-parser-v3.2.2","sha":"1bae48ff85eff0736ea6691b7214f3fc9c026256","kind":"commit","published_at":"2021-09-09T14:45:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2/manifests"},{"name":"conventional-changelog-core-v4.2.4","sha":"02fbc2d42d0faf53d4b7a2b0525626088a6ac8ba","kind":"commit","published_at":"2021-09-09T14:37:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4/manifests"},{"name":"conventional-changelog-angular-v5.0.13","sha":"e30343b4676d26b416080294dc74ebba001c0716","kind":"commit","published_at":"2021-09-09T14:31:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v5.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13/manifests"},{"name":"conventional-changelog-core-v4.2.3","sha":"318b555b6ef3aebdb5a8d4c7c734fd7234712dd3","kind":"commit","published_at":"2021-07-03T00:24:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.0","sha":"537c37d7801872c3e57e4200c64154a4d2ea042a","kind":"commit","published_at":"2021-04-30T00:15:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0/manifests"},{"name":"conventional-commits-parser-v3.2.1","sha":"758dda2937b6784f0cc6a535286862fcf95b6f06","kind":"commit","published_at":"2021-02-15T21:32:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1/manifests"},{"name":"git-raw-commits-v2.0.10","sha":"ffecaccb6e117afae9f68f1d48ff9a69554da950","kind":"commit","published_at":"2021-01-27T16:36:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10/manifests"},{"name":"conventional-changelog-writer-v5.0.0","sha":"61ef6491add84b841e1797baf09f62bbdd90dcd4","kind":"commit","published_at":"2020-12-30T22:40:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v6.1.0","sha":"3b0fb22b0bb49137b9ecddaeb349f66025205c57","kind":"commit","published_at":"2020-12-30T16:58:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0/manifests"},{"name":"conventional-changelog-core-v4.2.2","sha":"317eeb3137caff69bcc9a67fce3dc67663a010db","kind":"commit","published_at":"2020-12-30T00:53:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2/manifests"},{"name":"conventional-recommended-bump-v6.0.12","sha":"90ecc5d93bfd7626857eda5d240f92393d896be0","kind":"commit","published_at":"2020-12-30T00:43:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12/manifests"},{"name":"git-raw-commits-v2.0.9","sha":"227f3e23af86912c0cd64fdb1a820ac92e5757c5","kind":"commit","published_at":"2020-12-29T23:59:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9/manifests"},{"name":"conventional-changelog-writer-v4.1.0","sha":"77725cfb12ca3ca22abb9421b4af012a49207e7a","kind":"commit","published_at":"2020-12-29T23:41:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0/manifests"},{"name":"conventional-changelog-atom@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8/manifests"},{"name":"conventional-changelog-angular@5.0.12","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12/manifests"},{"name":"conventional-changelog@3.1.24","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24/manifests"},{"name":"git-raw-commits@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8/manifests"},{"name":"standard-changelog@2.0.27","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27/manifests"},{"name":"gulp-conventional-changelog@2.0.35","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35/manifests"},{"name":"git-semver-tags@4.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1/manifests"},{"name":"conventional-recommended-bump@6.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11/manifests"},{"name":"conventional-commits-parser@3.2.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0/manifests"},{"name":"conventional-commits-filter@2.0.7","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7/manifests"},{"name":"conventional-changelog-writer@4.0.18","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18/manifests"},{"name":"conventional-changelog-jshint@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9/manifests"},{"name":"conventional-changelog-jquery@3.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11/manifests"},{"name":"conventional-changelog-express@2.0.6","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9/manifests"},{"name":"conventional-changelog-ember@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9/manifests"},{"name":"conventional-changelog-core@4.2.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.5.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1/manifests"},{"name":"conventional-changelog-v3.1.24","sha":"f8fcbc2e8b0834c29178ace6382b438a020ad828","kind":"commit","published_at":"2020-10-25T02:45:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24/manifests"},{"name":"conventional-recommended-bump@6.0.10","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10/manifests"},{"name":"standard-changelog@2.0.26","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26/manifests"},{"name":"gulp-conventional-changelog@2.0.34","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34/manifests"},{"name":"git-semver-tags@4.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0/manifests"},{"name":"conventional-changelog-core@4.2.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.4.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0/manifests"},{"name":"conventional-changelog-cli@2.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0/manifests"},{"name":"conventional-changelog@3.1.23","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23/manifests"},{"name":"standard-changelog@2.0.25","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25/manifests"},{"name":"conventional-changelog-writer@4.0.17","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17/manifests"},{"name":"conventional-changelog-jshint@2.0.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8/manifests"},{"name":"conventional-changelog-core@4.1.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8/manifests"},{"name":"conventional-changelog@3.1.22","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22/manifests"},{"name":"conventional-changelog-angular@5.0.11","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.35","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35/manifests"},{"name":"gulp-conventional-changelog@2.0.33","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.1","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1/manifests"},{"name":"conventional-changelog-core@4.1.7","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7/manifests"},{"name":"conventional-changelog@3.1.21","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21/manifests"},{"name":"conventional-changelog-writer@4.0.16","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.34","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34/manifests"},{"name":"standard-changelog@2.0.24","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24/manifests"},{"name":"gulp-conventional-changelog@2.0.32","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32/manifests"},{"name":"git-semver-tags@4.0.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.3.4","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4/manifests"},{"name":"standard-changelog@2.0.23","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23/manifests"},{"name":"gulp-conventional-changelog@2.0.31","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31/manifests"},{"name":"conventional-changelog-eslint@3.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.15","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10/manifests"},{"name":"conventional-changelog@3.1.20","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20/manifests"},{"name":"conventional-changelog-atom@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7/manifests"},{"name":"conventional-changelog-cli@2.0.33","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33/manifests"},{"name":"conventional-changelog-codemirror@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0/manifests"},{"name":"conventional-changelog-core@4.1.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6/manifests"},{"name":"conventional-changelog-ember@2.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8/manifests"},{"name":"conventional-commits-filter@2.0.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6/manifests"},{"name":"conventional-commits-parser@3.1.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.9","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9/manifests"},{"name":"git-raw-commits@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7/manifests"},{"name":"conventional-changelog-express@2.0.5","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10/manifests"},{"name":"conventional-changelog-jshint@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7/manifests"},{"name":"conventional-changelog-preset-loader-v2.3.2","sha":"9f6c56cb960a5043823cfb85b9843991201cbb51","kind":"commit","published_at":"2020-05-08T19:21:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v2.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2/manifests"},{"name":"conventional-changelog-core@4.1.5","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5/manifests"},{"name":"gulp-conventional-changelog@2.0.30","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30/manifests"},{"name":"standard-changelog@2.0.22","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22/manifests"},{"name":"conventional-changelog@3.1.19","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19/manifests"},{"name":"conventional-changelog-cli@2.0.32","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32/manifests"},{"name":"conventional-changelog-cli@2.0.31","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31/manifests"},{"name":"standard-changelog@2.0.21","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21/manifests"},{"name":"gulp-conventional-changelog@2.0.29","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29/manifests"},{"name":"conventional-changelog-core@4.1.4","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4/manifests"},{"name":"conventional-changelog@3.1.18","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18/manifests"},{"name":"conventional-changelog@3.1.17","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17/manifests"},{"name":"standard-changelog@2.0.20","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20/manifests"},{"name":"gulp-conventional-changelog@2.0.28","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28/manifests"},{"name":"conventional-changelog-core@4.1.3","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.30","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30/manifests"},{"name":"conventional-changelog-cli@2.0.29","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29/manifests"},{"name":"standard-changelog@2.0.19","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19/manifests"},{"name":"gulp-conventional-changelog@2.0.27","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27/manifests"},{"name":"conventional-changelog-core@4.1.2","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2/manifests"},{"name":"conventional-changelog@3.1.16","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16/manifests"},{"name":"conventional-changelog-cli@2.0.28","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28/manifests"},{"name":"standard-changelog@2.0.18","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18/manifests"},{"name":"gulp-conventional-changelog@2.0.26","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26/manifests"},{"name":"git-semver-tags@3.0.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1/manifests"},{"name":"git-raw-commits@2.0.3","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3/manifests"},{"name":"conventional-recommended-bump@6.0.5","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5/manifests"},{"name":"conventional-commits-parser@3.0.8","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.11","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11/manifests"},{"name":"conventional-changelog-core@4.1.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1/manifests"},{"name":"conventional-changelog@3.1.15","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15/manifests"},{"name":"gulp-conventional-changelog@2.0.25","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25/manifests"},{"name":"conventional-changelog@3.1.14","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14/manifests"},{"name":"conventional-changelog-angular@5.0.6","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6/manifests"},{"name":"conventional-changelog-cli@2.0.27","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.3","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3/manifests"},{"name":"conventional-changelog-core@4.1.0","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0/manifests"},{"name":"conventional-commits-parser@3.0.7","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7/manifests"},{"name":"conventional-recommended-bump@6.0.4","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4/manifests"},{"name":"standard-changelog@2.0.17","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17/manifests"},{"name":"conventional-changelog-cli@2.0.26","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.2","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2/manifests"},{"name":"conventional-changelog-core@4.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3/manifests"},{"name":"conventional-commits-parser@3.0.6","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6/manifests"},{"name":"conventional-recommended-bump@6.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.24","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24/manifests"},{"name":"standard-changelog@2.0.16","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16/manifests"},{"name":"conventional-changelog-writer@4.0.10","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10/manifests"},{"name":"conventional-changelog-preset-loader@2.3.0","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0/manifests"},{"name":"conventional-changelog@3.1.13","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13/manifests"},{"name":"conventional-changelog-jshint@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.9","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9/manifests"},{"name":"conventional-commits-parser@3.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5/manifests"},{"name":"conventional-changelog@3.1.12","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12/manifests"},{"name":"conventional-recommended-bump@6.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.23","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23/manifests"},{"name":"standard-changelog@2.0.15","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5/manifests"},{"name":"conventional-changelog-atom@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.25","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25/manifests"},{"name":"conventional-changelog-codemirror@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.1","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1/manifests"},{"name":"conventional-changelog-core@4.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2/manifests"},{"name":"conventional-changelog-ember@2.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4/manifests"},{"name":"conventional-changelog-eslint@3.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.6","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6/manifests"},{"name":"standard-changelog@2.0.14","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14/manifests"},{"name":"gulp-conventional-changelog@2.0.22","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22/manifests"},{"name":"conventional-recommended-bump@6.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1/manifests"},{"name":"conventional-commits-parser@3.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4/manifests"},{"name":"conventional-changelog-writer@4.0.8","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8/manifests"},{"name":"conventional-changelog-jshint@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.5","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5/manifests"},{"name":"conventional-changelog-eslint@3.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3/manifests"},{"name":"conventional-changelog-ember@2.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3/manifests"},{"name":"conventional-changelog-core@4.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.0","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.24","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24/manifests"},{"name":"conventional-changelog-atom@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4/manifests"},{"name":"conventional-changelog@3.1.11","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11/manifests"},{"name":"conventional-changelog-preset-loader@2.2.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0/manifests"},{"name":"standard-changelog@2.0.13","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13/manifests"},{"name":"gulp-conventional-changelog@2.0.21","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21/manifests"},{"name":"git-semver-tags@3.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0/manifests"},{"name":"conventional-recommended-bump@6.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.7","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7/manifests"},{"name":"conventional-changelog@3.1.10","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10/manifests"},{"name":"conventional-changelog-cli@2.0.23","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23/manifests"},{"name":"conventional-changelog-conventionalcommits@4.1.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0/manifests"},{"name":"conventional-changelog-core@4.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.1","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.0.0","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0/manifests"},{"name":"conventional-changelog-core@3.2.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3/manifests"},{"name":"conventional-changelog-writer@4.0.6","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6/manifests"},{"name":"conventional-commits-parser@3.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3/manifests"},{"name":"conventional-changelog@3.1.9","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9/manifests"},{"name":"standard-changelog@2.0.12","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.20","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20/manifests"},{"name":"git-semver-tags@2.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.22","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22/manifests"},{"name":"standard-changelog@2.0.11","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11/manifests"},{"name":"conventional-changelog@3.1.8","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8/manifests"},{"name":"conventional-changelog-cli@2.0.21","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.2","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.19","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19/manifests"},{"name":"conventional-changelog@3.1.7","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7/manifests"},{"name":"conventional-changelog-cli@2.0.20","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.1","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.18","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18/manifests"},{"name":"conventional-changelog-cli@2.0.19","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.17","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17/manifests"},{"name":"conventional-changelog@3.1.6","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6/manifests"},{"name":"conventional-changelog@3.1.5","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5/manifests"},{"name":"conventional-changelog-conventionalcommits@2.0.0","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.16","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.18","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.2","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.17","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17/manifests"},{"name":"conventional-changelog@3.1.4","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.15","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15/manifests"},{"name":"conventional-changelog-writer@4.0.5","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5/manifests"},{"name":"standard-changelog@2.0.10","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10/manifests"},{"name":"gulp-conventional-changelog@2.0.14","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14/manifests"},{"name":"conventional-changelog@3.1.3","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3/manifests"},{"name":"conventional-changelog-core@3.2.2","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2/manifests"},{"name":"conventional-changelog-cli@2.0.16","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.15","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15/manifests"},{"name":"standard-changelog@2.0.9","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.1.2","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2/manifests"},{"name":"conventional-changelog-core@3.2.1","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1/manifests"},{"name":"gulp-conventional-changelog@2.0.13","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13/manifests"},{"name":"conventional-changelog@3.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1/manifests"},{"name":"gulp-conventional-changelog@2.0.12","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12/manifests"},{"name":"conventional-recommended-bump@4.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1/manifests"},{"name":"conventional-changelog-preset-loader@2.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.14","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14/manifests"},{"name":"conventional-changelog-preset-loader@2.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0/manifests"},{"name":"conventional-changelog-writer@4.0.4","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4/manifests"},{"name":"conventional-commits-filter@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2/manifests"},{"name":"conventional-commits-parser@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2/manifests"},{"name":"conventional-recommended-bump@4.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0/manifests"},{"name":"gulp-conventional-changelog@2.0.11","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11/manifests"},{"name":"standard-changelog@2.0.8","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8/manifests"},{"name":"git-raw-commits@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2/manifests"},{"name":"conventional-changelog@3.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0/manifests"},{"name":"conventional-changelog-cli@2.0.13","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0/manifests"},{"name":"conventional-changelog-core@3.2.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0/manifests"},{"name":"conventional-changelog-eslint@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2/manifests"},{"name":"standard-changelog@2.0.7","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6/manifests"},{"name":"conventional-changelog-angular@5.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.12","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.10","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10/manifests"},{"name":"conventional-changelog-writer@4.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3/manifests"},{"name":"conventional-changelog-core@3.1.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6/manifests"},{"name":"conventional-recommended-bump@4.0.4","sha":"da729f68f9dc581623deb587c705ef65d189a9f4","kind":"tag","published_at":"2018-11-01T06:56:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4/manifests"},{"name":"standard-changelog@2.0.6","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6/manifests"},{"name":"conventional-changelog-core@3.1.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5/manifests"},{"name":"conventional-changelog-writer@4.0.2","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.9","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.0.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.11","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.10","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10/manifests"},{"name":"conventional-changelog-core@3.1.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.8","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8/manifests"},{"name":"conventional-changelog@3.0.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4/manifests"},{"name":"git-semver-tags@2.0.2","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.3","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3/manifests"},{"name":"standard-changelog@2.0.5","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5/manifests"},{"name":"standard-changelog@2.0.4","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.7","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3/manifests"},{"name":"conventional-changelog-core@3.1.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.9","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9/manifests"},{"name":"standard-changelog@2.0.3","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.8","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8/manifests"},{"name":"conventional-changelog-core@3.1.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2/manifests"},{"name":"gulp-conventional-changelog@2.0.6","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6/manifests"},{"name":"conventional-changelog@3.0.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.5","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.7","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7/manifests"},{"name":"conventional-changelog@3.0.1","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1/manifests"},{"name":"standard-changelog@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4/manifests"},{"name":"git-semver-tags@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1/manifests"},{"name":"git-raw-commits@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2/manifests"},{"name":"conventional-commits-parser@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1/manifests"},{"name":"conventional-commits-filter@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1/manifests"},{"name":"conventional-changelog-writer@4.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1/manifests"},{"name":"conventional-changelog-preset-loader@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4/manifests"},{"name":"conventional-changelog-express@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1/manifests"},{"name":"conventional-changelog-eslint@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2/manifests"},{"name":"conventional-changelog-core@3.1.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1/manifests"},{"name":"conventional-changelog-codemirror@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.6","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6/manifests"},{"name":"conventional-changelog-atom@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1/manifests"},{"name":"conventional-changelog-angular@5.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2/manifests"},{"name":"conventional-changelog@3.0.0","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.5","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.3","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.2","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.4","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3/manifests"},{"name":"standard-changelog@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3/manifests"},{"name":"conventional-changelog-core@3.1.0","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0/manifests"},{"name":"conventional-changelog-ember@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1/manifests"},{"name":"conventional-changelog-jquery@3.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1/manifests"},{"name":"conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0/manifests"},{"name":"conventional-recommended-bump@4.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0/manifests"},{"name":"conventional-changelog-jquery@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0/manifests"},{"name":"conventional-changelog-express@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0/manifests"},{"name":"conventional-changelog-eslint@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0/manifests"},{"name":"conventional-changelog-ember@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1/manifests"},{"name":"conventional-changelog-atom@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1/manifests"},{"name":"conventional-changelog-angular@4.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1/manifests"},{"name":"conventional-changelog-jquery@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0/manifests"},{"name":"conventional-changelog-jshint@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0/manifests"},{"name":"standard-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0/manifests"},{"name":"conventional-recommended-bump@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0/manifests"},{"name":"conventional-commits-parser@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0/manifests"},{"name":"conventional-commits-filter@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0/manifests"},{"name":"conventional-changelog-ember@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0/manifests"},{"name":"conventional-changelog-express@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0/manifests"},{"name":"git-semver-tags@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0/manifests"},{"name":"git-raw-commits@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0/manifests"},{"name":"conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-angular@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0/manifests"},{"name":"conventional-changelog-atom@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0/manifests"},{"name":"conventional-changelog-core@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0/manifests"},{"name":"conventional-changelog-eslint@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-core@2.0.11","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11/manifests"},{"name":"conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-cli@1.3.22","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22/manifests"},{"name":"conventional-changelog-ember@0.3.12","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12/manifests"},{"name":"conventional-recommended-bump@2.0.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9/manifests"},{"name":"conventional-changelog-angular@3.0.7","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7/manifests"},{"name":"gulp-conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24/manifests"},{"name":"standard-changelog@1.0.19","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19/manifests"},{"name":"conventional-changelog-jquery@1.3.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9/manifests"},{"name":"conventional-changelog-angular@3.0.6","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6/manifests"},{"name":"standard-changelog@1.0.18","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18/manifests"},{"name":"gulp-conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-writer@3.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9/manifests"},{"name":"conventional-changelog-jshint@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8/manifests"},{"name":"conventional-changelog-jquery@1.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8/manifests"},{"name":"conventional-changelog-eslint@1.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9/manifests"},{"name":"conventional-changelog-ember@0.3.11","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11/manifests"},{"name":"conventional-changelog-core@2.0.10","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10/manifests"},{"name":"conventional-changelog-codemirror@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8/manifests"},{"name":"conventional-changelog-cli@1.3.21","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21/manifests"},{"name":"conventional-changelog-atom@0.2.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8/manifests"},{"name":"conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23/manifests"},{"name":"gulp-conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-core@2.0.9","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9/manifests"},{"name":"conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-cli@1.3.20","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20/manifests"},{"name":"conventional-changelog-writer@3.0.8","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8/manifests"},{"name":"standard-changelog@1.0.17","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17/manifests"},{"name":"conventional-changelog-angular@3.0.5","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.10","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10/manifests"},{"name":"conventional-changelog-cli@1.3.19","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19/manifests"},{"name":"conventional-changelog-angular@3.0.4","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4/manifests"},{"name":"conventional-changelog-atom@0.2.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7/manifests"},{"name":"conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-core@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.9","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9/manifests"},{"name":"conventional-changelog-eslint@1.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8/manifests"},{"name":"conventional-changelog-express@0.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6/manifests"},{"name":"conventional-changelog-jquery@1.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7/manifests"},{"name":"conventional-changelog-preset-loader@1.1.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8/manifests"},{"name":"conventional-changelog-writer@3.0.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7/manifests"},{"name":"conventional-commits-parser@2.1.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7/manifests"},{"name":"conventional-recommended-bump@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8/manifests"},{"name":"git-raw-commits@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6/manifests"},{"name":"git-semver-tags@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21/manifests"},{"name":"standard-changelog@1.0.16","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16/manifests"},{"name":"conventional-changelog-codemirror@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6/manifests"},{"name":"conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-core@2.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7/manifests"},{"name":"conventional-changelog-codemirror@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6/manifests"},{"name":"conventional-changelog-cli@1.3.18","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18/manifests"},{"name":"conventional-changelog-ember@0.3.8","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8/manifests"},{"name":"conventional-changelog-writer@3.0.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6/manifests"},{"name":"conventional-changelog-atom@0.2.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6/manifests"},{"name":"conventional-changelog-eslint@1.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7/manifests"},{"name":"standard-changelog@1.0.15","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15/manifests"},{"name":"conventional-changelog-angular@3.0.3","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3/manifests"},{"name":"conventional-changelog-jquery@1.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-angular@3.0.2","sha":"1cc079df803f58b52c8aa997fff43e9c162266e7","kind":"tag","published_at":"2018-03-22T14:14:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2/manifests"},{"name":"conventional-changelog-ember@0.3.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7/manifests"},{"name":"standard-changelog@1.0.14","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14/manifests"},{"name":"gulp-conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19/manifests"},{"name":"git-semver-tags@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5/manifests"},{"name":"git-raw-commits@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7/manifests"},{"name":"conventional-commits-parser@2.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6/manifests"},{"name":"conventional-commits-filter@1.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5/manifests"},{"name":"conventional-changelog-preset-loader@1.1.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7/manifests"},{"name":"conventional-changelog-jshint@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5/manifests"},{"name":"conventional-changelog-jquery@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5/manifests"},{"name":"conventional-changelog-express@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6/manifests"},{"name":"conventional-changelog-core@2.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5/manifests"},{"name":"conventional-changelog-cli@1.3.17","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17/manifests"},{"name":"conventional-changelog-atom@0.2.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5/manifests"},{"name":"conventional-changelog-angular@3.0.1","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1/manifests"},{"name":"conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19/manifests"},{"name":"conventional-changelog-angular@3.0.0","sha":"49997aaba373502e5b38bd366846934641e95799","kind":"tag","published_at":"2018-03-22T13:45:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.16","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16/manifests"},{"name":"conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18/manifests"},{"name":"gulp-conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-eslint@1.0.5","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5/manifests"},{"name":"conventional-changelog-cli@1.3.15","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15/manifests"},{"name":"conventional-changelog-codemirror@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4/manifests"},{"name":"conventional-changelog-express@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4/manifests"},{"name":"conventional-changelog-jquery@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4/manifests"},{"name":"conventional-changelog-jshint@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4/manifests"},{"name":"conventional-commits-filter@1.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5/manifests"},{"name":"conventional-commits-parser@2.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5/manifests"},{"name":"conventional-recommended-bump@2.0.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6/manifests"},{"name":"standard-changelog@1.0.13","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13/manifests"},{"name":"gulp-conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17/manifests"},{"name":"git-semver-tags@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4/manifests"},{"name":"git-raw-commits@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4/manifests"},{"name":"conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17/manifests"},{"name":"conventional-changelog-angular@1.6.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6/manifests"},{"name":"conventional-changelog-atom@0.2.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4/manifests"},{"name":"gulp-conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog-angular@1.6.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5/manifests"},{"name":"conventional-changelog-atom@0.2.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3/manifests"},{"name":"conventional-changelog-cli@1.3.14","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14/manifests"},{"name":"conventional-changelog-codemirror@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4/manifests"},{"name":"conventional-changelog-ember@0.3.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3/manifests"},{"name":"conventional-changelog-express@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3/manifests"},{"name":"conventional-changelog-jshint@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5/manifests"},{"name":"conventional-changelog-writer@3.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3/manifests"},{"name":"conventional-commits-filter@1.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4/manifests"},{"name":"conventional-commits-parser@2.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4/manifests"},{"name":"conventional-recommended-bump@2.0.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5/manifests"},{"name":"git-raw-commits@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3/manifests"},{"name":"git-semver-tags@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3/manifests"},{"name":"standard-changelog@1.0.12","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12/manifests"},{"name":"conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15/manifests"},{"name":"gulp-conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15/manifests"},{"name":"conventional-recommended-bump@2.0.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4/manifests"},{"name":"conventional-changelog-cli@1.3.13","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13/manifests"},{"name":"conventional-changelog-preset-loader@1.1.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4/manifests"},{"name":"git-raw-commits@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2/manifests"},{"name":"standard-changelog@1.0.11","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11/manifests"},{"name":"conventional-recommended-bump@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3/manifests"},{"name":"gulp-conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14/manifests"},{"name":"git-semver-tags@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2/manifests"},{"name":"conventional-changelog-eslint@1.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2/manifests"},{"name":"conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14/manifests"},{"name":"conventional-changelog-angular@1.6.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4/manifests"},{"name":"conventional-changelog-atom@0.2.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2/manifests"},{"name":"conventional-changelog-cli@1.3.12","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12/manifests"},{"name":"conventional-changelog-codemirror@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2/manifests"},{"name":"conventional-changelog-core@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.3.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4/manifests"},{"name":"conventional-changelog-express@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2/manifests"},{"name":"conventional-changelog-jquery@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2/manifests"},{"name":"conventional-changelog-jshint@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3/manifests"},{"name":"conventional-commits-filter@1.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3/manifests"},{"name":"conventional-changelog-writer@3.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13/manifests"},{"name":"standard-changelog@1.0.10","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10/manifests"},{"name":"git-raw-commits@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1/manifests"},{"name":"conventional-commits-parser@2.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2/manifests"},{"name":"conventional-changelog-writer@3.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1/manifests"},{"name":"conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13/manifests"},{"name":"conventional-commits-filter@1.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2/manifests"},{"name":"conventional-recommended-bump@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2/manifests"},{"name":"git-semver-tags@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1/manifests"},{"name":"conventional-changelog-core@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2/manifests"},{"name":"conventional-changelog-codemirror@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1/manifests"},{"name":"conventional-changelog-angular@1.6.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3/manifests"},{"name":"conventional-changelog-cli@1.3.11","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11/manifests"},{"name":"conventional-changelog-atom@0.2.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1/manifests"},{"name":"conventional-changelog-ember@0.3.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1/manifests"},{"name":"conventional-changelog-express@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3/manifests"},{"name":"conventional-changelog-jshint@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1/manifests"},{"name":"conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12/manifests"},{"name":"gulp-conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12/manifests"},{"name":"conventional-changelog-cli@1.3.10","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10/manifests"},{"name":"conventional-recommended-bump@2.0.1","sha":"a4f0aa902d3e966fe6d6b1d46f2130838524cfbf","kind":"tag","published_at":"2018-02-12T14:54:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1/manifests"},{"name":"conventional-recommended-bump@2.0.0","sha":"9885d205ed96338575335652d006f475408e1195","kind":"tag","published_at":"2018-02-12T14:30:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0/manifests"},{"name":"conventional-changelog-preset-loader@1.1.2","sha":"a450d974237d440009ec3fb4c63974cf066e8f79","kind":"tag","published_at":"2018-02-12T04:07:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.1","sha":"5af1f00dcc4e1f9c3299bc7feb322a88b711f042","kind":"tag","published_at":"2018-02-09T04:17:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.0","sha":"c3eb36dbc52f383df6f3dcf3a3870b01ceee0b8b","kind":"tag","published_at":"2018-02-08T14:46:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0/manifests"},{"name":"conventional-changelog-ember@0.3.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1/manifests"},{"name":"conventional-changelog-angular@1.6.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2/manifests"},{"name":"gulp-conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11/manifests"},{"name":"standard-changelog@1.0.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9/manifests"},{"name":"conventional-recommended-bump@1.2.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1/manifests"},{"name":"conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11/manifests"},{"name":"conventional-changelog-cli@1.3.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9/manifests"},{"name":"conventional-changelog-core@2.0.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1/manifests"},{"name":"gulp-conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10/manifests"},{"name":"standard-changelog@1.0.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8/manifests"},{"name":"git-semver-tags@1.3.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.2.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0/manifests"},{"name":"conventional-changelog-writer@3.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0/manifests"},{"name":"conventional-changelog-eslint@1.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.3.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1/manifests"},{"name":"conventional-changelog-core@2.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8/manifests"},{"name":"conventional-changelog-angular@1.6.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1/manifests"},{"name":"conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10/manifests"},{"name":"conventional-changelog-core@1.9.5","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5/manifests"},{"name":"conventional-changelog-ember@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0/manifests"},{"name":"conventional-changelog-eslint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0/manifests"},{"name":"conventional-changelog-cli@1.3.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7/manifests"},{"name":"conventional-changelog-express@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0/manifests"},{"name":"conventional-changelog-jquery@1.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0/manifests"},{"name":"conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-jshint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0/manifests"},{"name":"gulp-conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9/manifests"},{"name":"standard-changelog@1.0.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7/manifests"},{"name":"conventional-changelog-angular@1.6.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0/manifests"},{"name":"conventional-changelog-codemirror@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0/manifests"},{"name":"conventional-changelog-atom@0.2.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0/manifests"},{"name":"conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8/manifests"},{"name":"standard-changelog@1.0.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6/manifests"},{"name":"gulp-conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8/manifests"},{"name":"conventional-recommended-bump@1.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0/manifests"},{"name":"conventional-commits-parser@2.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0/manifests"},{"name":"conventional-commits-filter@1.1.1","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1/manifests"},{"name":"conventional-changelog-writer@2.0.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.2.10","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10/manifests"},{"name":"conventional-changelog-core@1.9.4","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4/manifests"},{"name":"conventional-changelog-cli@1.3.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6/manifests"},{"name":"conventional-changelog-angular@1.5.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3/manifests"},{"name":"conventional-changelog-ember@0.2.9","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9/manifests"},{"name":"standard-changelog@1.0.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5/manifests"},{"name":"gulp-conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7/manifests"},{"name":"git-semver-tags@1.2.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3/manifests"},{"name":"git-raw-commits@1.3.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.0.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3/manifests"},{"name":"conventional-commits-parser@2.0.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1/manifests"},{"name":"conventional-commits-filter@1.1.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0/manifests"},{"name":"conventional-changelog-writer@2.0.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2/manifests"},{"name":"conventional-changelog-jshint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1/manifests"},{"name":"conventional-changelog-jquery@1.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1/manifests"},{"name":"conventional-changelog-express@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1/manifests"},{"name":"conventional-changelog-eslint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1/manifests"},{"name":"conventional-changelog-core@1.9.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3/manifests"},{"name":"conventional-changelog-codemirror@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1/manifests"},{"name":"conventional-changelog-cli@1.3.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5/manifests"},{"name":"conventional-changelog-atom@0.1.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2/manifests"},{"name":"conventional-changelog-angular@1.5.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2/manifests"},{"name":"conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7/manifests"},{"name":"@marionebl/conventional-commits-parser@3.0.0","sha":"edf4068ce4c3ea6ac5b61323473ab655be5eb895","kind":"tag","published_at":"2017-11-01T07:09:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/@marionebl/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/@marionebl/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4/manifests"},{"name":"git-semver-tags@1.2.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2/manifests"},{"name":"conventional-recommended-bump@1.0.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-ember@0.2.8","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8/manifests"},{"name":"conventional-changelog-core@1.9.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2/manifests"},{"name":"standard-changelog@1.0.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4/manifests"},{"name":"conventional-changelog-angular@1.5.1","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1/manifests"},{"name":"conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6/manifests"},{"name":"standard-changelog@1.0.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3/manifests"},{"name":"conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-angular@1.5.0","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0/manifests"},{"name":"conventional-changelog-cli@1.3.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3/manifests"},{"name":"gulp-conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-writer@2.0.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1/manifests"},{"name":"conventional-changelog-core@1.9.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1/manifests"},{"name":"conventional-changelog-ember@0.2.7","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7/manifests"},{"name":"git-semver-tags@1.2.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1/manifests"},{"name":"conventional-changelog-jshint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0/manifests"},{"name":"conventional-changelog-jquery@1.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0/manifests"},{"name":"conventional-changelog-express@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0/manifests"},{"name":"conventional-changelog-eslint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0/manifests"},{"name":"conventional-commits-parser@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0/manifests"},{"name":"conventional-changelog-writer@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1/manifests"},{"name":"conventional-changelog-core@1.9.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0/manifests"},{"name":"conventional-changelog-codemirror@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0/manifests"},{"name":"conventional-changelog-cli@1.3.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2/manifests"},{"name":"conventional-changelog-atom@0.1.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1/manifests"},{"name":"conventional-changelog-angular@1.4.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0/manifests"},{"name":"conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4/manifests"},{"name":"gulp-conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4/manifests"},{"name":"standard-changelog@1.0.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2/manifests"},{"name":"conventional-changelog-ember@0.2.6","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6/manifests"},{"name":"conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3/manifests"},{"name":"conventional-changelog-angular@1.3.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3/manifests"},{"name":"conventional-changelog-cli@1.3.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1/manifests"},{"name":"conventional-changelog-core@1.8.0","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.8.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0/manifests"},{"name":"conventional-changelog-ember@0.2.5","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5/manifests"},{"name":"gulp-conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3/manifests"},{"name":"standard-changelog@1.0.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1/manifests"},{"name":"git-semver-tags@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0/manifests"},{"name":"standard-changelog@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2/manifests"},{"name":"git-raw-commits@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0/manifests"},{"name":"conventional-recommended-bump@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.2.4","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4/manifests"},{"name":"conventional-changelog-core@1.7.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.7.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0/manifests"},{"name":"conventional-changelog-cli@1.3.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0/manifests"},{"name":"conventional-changelog-angular@1.3.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2/manifests"},{"name":"conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2/manifests"},{"name":"gulp-conventional-changelog@1.1.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"tag","published_at":"2017-03-10T05:35:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0/manifests"},{"name":"standard-changelog@0.0.2","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@0.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-ember@0.2.3","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3/manifests"},{"name":"conventional-changelog-core@1.6.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0/manifests"},{"name":"conventional-changelog-angular@1.3.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1/manifests"},{"name":"conventional-changelog-cli@1.2.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1/manifests"},{"name":"conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-cli@1.2.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:01:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0/manifests"},{"name":"conventional-changelog-core@1.5.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:00:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0/manifests"},{"name":"git-raw-commits@1.1.2","sha":"f5fe78b1f15791cb0499744bf278dff22b52732f","kind":"tag","published_at":"2017-03-09T07:37:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2/manifests"},{"name":"git-semver-tags@1.1.2","sha":"7be07c7c0f49572b1c0e9c98f004b599d8b5bb1a","kind":"tag","published_at":"2017-03-09T07:35:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2/manifests"},{"name":"v1.1.0","sha":"600d411569271467389c3cbe71f7f657980e89a1","kind":"tag","published_at":"2016-02-13T06:59:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"9591280a8d09220aced3383abe3bc7ecbb34b503","kind":"tag","published_at":"2016-02-13T06:37:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"beef421f56939190a4ca30c28788eda1b3f9480d","kind":"tag","published_at":"2016-02-05T13:49:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"c8e90ab7fddd0b98855913e73fc12f9dc9dc81b1","kind":"tag","published_at":"2016-02-05T12:59:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0/manifests"},{"name":"v0.5.3","sha":"d79ce243223260b153699b99de0503698546ea63","kind":"tag","published_at":"2015-12-25T05:07:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"9e7b771072a2680c6c335fcad38003aade53213e","kind":"tag","published_at":"2015-12-23T12:24:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"4bf7d8df29f7be29552b82ec2b7112fad0c39a3e","kind":"tag","published_at":"2015-10-20T09:52:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"5ca2204b472704543ebbc744a22f8f90ec659659","kind":"tag","published_at":"2015-09-30T08:49:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"e5f2f3bc675e2c7e5cc6aa0ed50da7941833e492","kind":"tag","published_at":"2015-09-04T03:16:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"7536a0b351cc4f2764e71cbc268a178ab595259d","kind":"tag","published_at":"2015-08-17T01:28:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"56fa3d92620a41a875b3337fa51d04d6df23b1a8","kind":"tag","published_at":"2015-08-15T12:34:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"eefec0ef598a92e78510ee8626fd9bbcdb1398e4","kind":"tag","published_at":"2015-08-15T11:19:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0/manifests"},{"name":"v0.3.2","sha":"74b99dca61eafd56ba93605016b086a1108e77fe","kind":"tag","published_at":"2015-08-13T03:12:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"a1aca9c31a45aded77962bd0defc32e503aec213","kind":"commit","published_at":"2015-08-11T06:23:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"b489672d27ff703337c540f0fbc43f6486a84d99","kind":"commit","published_at":"2015-08-09T03:27:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"12e3cd6b151353dbe7f584adabbe5dd8a28424db","kind":"commit","published_at":"2015-07-24T08:13:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"f437b457b5ea6c105535a360144000f8315db54d","kind":"commit","published_at":"2015-07-24T04:54:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0/manifests"},{"name":"v0.1.3","sha":"c8fa9d0b94f8ac07f162623e4b9e9e68aad82e62","kind":"commit","published_at":"2015-07-22T11:06:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"6ba5d6e4b90a154dbca6ec0f80c66ad5995cd770","kind":"commit","published_at":"2015-07-22T07:10:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c015f8762f70eff2be7b8d7fb82438689239d717","kind":"commit","published_at":"2015-07-20T07:55:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"7253d0fea773e3f7cc0a3fb8278c9da070df26ee","kind":"commit","published_at":"2015-07-20T07:12:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.3","sha":"0c9f1e89bfacec8e08bac8ef96d64e3abdbecda7","kind":"commit","published_at":"2015-07-17T11:02:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"fec1baf43b8c0156682d4014a4fd066bd24ad448","kind":"commit","published_at":"2015-07-17T06:23:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"a5ea0dfada48601b9e3fbec78dd37d70380a2db6","kind":"commit","published_at":"2015-07-15T08:03:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1/manifests"},{"name":"v0.1.0-alpha.3","sha":"9b6cc68a2c17c9671363fe7af5de7ebd3a06aaeb","kind":"commit","published_at":"2015-07-06T01:27:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3/manifests"},{"name":"v0.1.0-alpha.2","sha":"34b0f460c34ecc48af857d8ee5d7038970ba56fb","kind":"commit","published_at":"2015-06-29T12:04:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2/manifests"},{"name":"v0.1.0-alpha.1","sha":"05b3415fc699ab43f3fa33b5ecd040ab5ecdf9e2","kind":"commit","published_at":"2015-06-24T04:42:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1/manifests"},{"name":"v0.0.17","sha":"3cae05244e48af9cf4abbef3114060db585a574c","kind":"commit","published_at":"2015-04-03T02:12:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"c0719ce6ba16778dd34c2cfdc81e7f3c5321409d","kind":"commit","published_at":"2015-03-19T04:15:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"57af04dc3e362c0e327b716279c9143028c6e0da","kind":"commit","published_at":"2015-03-18T20:23:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"69be290efb58a6a92e9ae78d7b37168d293920b5","kind":"commit","published_at":"2015-03-13T21:22:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"15a39d02ba3d666e7820eecbb8c5493ef2f6040a","kind":"commit","published_at":"2015-03-12T23:17:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13/manifests"},{"name":"v0.0.11","sha":"37f5561553c30d8f0f2c949502ea278da64949cd","kind":"tag","published_at":"2014-05-28T13:14:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"ad6f6ec5499d2c902b88da95487862d50e5ad776","kind":"tag","published_at":"2014-05-28T12:51:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"87efbabd9bc2a0fd83255e6cb856961b10aef9eb","kind":"tag","published_at":"2014-05-06T17:11:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"94b12cf69c51264b1edb6c81b50a262f0536894b","kind":"tag","published_at":"2014-04-10T14:45:48.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"1cf17e494fd7d8538c55189c72c0cf57d145ef41","kind":"tag","published_at":"2014-04-10T14:06:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"861f9ec93de28be4185b35815c2b6ab17746eb3f","kind":"commit","published_at":"2014-01-23T19:39:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"3f59f7356c86f30ef8e8754386373c2a8f97b367","kind":"commit","published_at":"2014-01-23T18:59:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6fa2c22464dcd964df604550c2ce2ed1d2f4362b","kind":"commit","published_at":"2014-01-04T21:36:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4/manifests"}]},"repo_metadata_updated_at":"2024-09-09T13:57:33.817Z","dependent_packages_count":467,"downloads":52299,"downloads_period":"last-month","dependent_repos_count":5290,"rankings":{"downloads":1.27058222484513,"dependent_repos_count":0.32185110057328503,"dependent_packages_count":0.12237113621613988,"stargazers_count":1.154472815396108,"forks_count":1.396504006357065,"docker_downloads_count":0.8197233479233161,"average":0.8475841052185072},"purl":"pkg:npm/gulp-conventional-changelog","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/gulp-conventional-changelog","docker_dependents_count":3,"docker_downloads_count":2152,"usage_url":"https://repos.ecosyste.ms/usage/npm/gulp-conventional-changelog","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/gulp-conventional-changelog/dependencies","status":"deprecated","funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-09-08T16:27:01.730Z","issues_count":175,"pull_requests_count":479,"avg_time_to_close_issue":19345133.890243903,"avg_time_to_close_pull_request":6038480.121447029,"issues_closed_count":82,"pull_requests_closed_count":387,"pull_request_authors_count":71,"issue_authors_count":107,"avg_comments_per_issue":2.125714285714286,"avg_comments_per_pull_request":1.3089770354906054,"merged_pull_requests_count":302,"bot_issues_count":3,"bot_pull_requests_count":228,"past_year_issues_count":62,"past_year_pull_requests_count":207,"past_year_avg_time_to_close_issue":922574.55,"past_year_avg_time_to_close_pull_request":943901.1942857143,"past_year_issues_closed_count":40,"past_year_pull_requests_closed_count":175,"past_year_pull_request_authors_count":23,"past_year_issue_authors_count":37,"past_year_avg_comments_per_issue":1.5483870967741935,"past_year_avg_comments_per_pull_request":1.0772946859903383,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":90,"past_year_merged_pull_requests_count":138,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues","maintainers":[{"login":"dangreen","count":83,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"},{"login":"bcoe","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bcoe"},{"login":"tommywo","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tommywo"}],"active_maintainers":[{"login":"dangreen","count":71,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/gulp-conventional-changelog/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/gulp-conventional-changelog/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/gulp-conventional-changelog/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/gulp-conventional-changelog/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/gulp-conventional-changelog/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/gulp-conventional-changelog/codemeta","maintainers":[{"uuid":"stevemao","login":"stevemao","name":null,"email":"steve.mao@healthinteract.com.au","url":null,"packages_count":167,"html_url":"https://www.npmjs.com/~stevemao","role":null,"created_at":"2022-11-12T15:10:14.340Z","updated_at":"2022-11-12T15:10:14.340Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/stevemao/packages"},{"uuid":"bcoe","login":"bcoe","name":null,"email":"bencoe@gmail.com","url":null,"packages_count":557,"html_url":"https://www.npmjs.com/~bcoe","role":null,"created_at":"2022-11-12T15:10:14.315Z","updated_at":"2022-11-12T15:10:14.315Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/bcoe/packages"},{"uuid":"oss-bot","login":"oss-bot","name":null,"email":"bencoe+oss-bot@gmail.com","url":null,"packages_count":57,"html_url":"https://www.npmjs.com/~oss-bot","role":null,"created_at":"2022-11-12T15:10:14.269Z","updated_at":"2022-11-12T15:10:14.269Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/oss-bot/packages"},{"uuid":"tapppi","login":"tapppi","name":null,"email":"moilanen.tapani@gmail.com","url":null,"packages_count":27,"html_url":"https://www.npmjs.com/~tapppi","role":null,"created_at":"2022-11-12T15:10:14.374Z","updated_at":"2022-11-12T15:10:14.374Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/tapppi/packages"},{"uuid":"dangreen","login":"dangreen","name":null,"email":"danon0404@gmail.com","url":null,"packages_count":110,"html_url":"https://www.npmjs.com/~dangreen","role":null,"created_at":"2026-02-11T22:48:21.742Z","updated_at":"2026-02-11T22:48:21.742Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/dangreen/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5644415,"maintainers_count":1200486,"namespaces_count":399623,"keywords_count":847874,"github":"npm","metadata":{"funded_packages_count":171745},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-06-10T05:11:46.456Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":4998079,"name":"org.webjars.npm:conventional-commits-parser","ecosystem":"maven","description":"WebJar for conventional-commits-parser","homepage":"https://www.webjars.org","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":[],"namespace":"org.webjars.npm","versions_count":1,"first_release_published_at":"2021-04-05T06:44:56.000Z","latest_release_published_at":"2021-04-05T06:44:56.000Z","latest_release_number":"3.2.1","last_synced_at":"2026-06-03T20:26:50.047Z","created_at":"2022-07-27T10:53:43.042Z","updated_at":"2026-06-03T20:26:50.047Z","registry_url":"https://central.sonatype.com/artifact/org.webjars.npm/conventional-commits-parser/","install_command":null,"documentation_url":"https://appdoc.app/artifact/org.webjars.npm/conventional-commits-parser/","metadata":{"repositories":["https://repo.maven.apache.org/maven2"]},"repo_metadata":{"id":12961414,"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2025-10-23T17:43:12.000Z","size":6366,"stargazers_count":8280,"open_issues_count":245,"forks_count":731,"subscribers_count":51,"default_branch":"master","last_synced_at":"2025-10-24T01:48:17.818Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2025-10-23T01:16:08.000Z","dependencies_parsed_at":"2022-07-13T10:30:31.523Z","dependency_job_id":"5f6d159e-c4c6-405b-9fa7-976ffc4dfa04","html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1686,"total_committers":150,"mean_commits":11.24,"dds":0.4792408066429419,"last_synced_commit":"65550d9a30cfab4b00b3e982e42bd68fedafcefc"},"previous_names":["ajoslin/conventional-changelog"],"tags_count":804,"template":false,"template_full_name":null,"purl":"pkg:github/conventional-changelog/conventional-changelog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/sbom","scorecard":{"id":174827,"data":{"date":"2025-08-11","repo":{"name":"github.com/conventional-changelog/conventional-changelog","commit":"1552de5434163eb63d3bf73d97bcb3bf34de8586"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 7 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":1,"reason":"Found 4/22 approved changesets -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/checks.yml:1","Warn: no topLevel permission defined: .github/workflows/commit.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Warn: no topLevel permission defined: .github/workflows/tests.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/checks.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/checks.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/commit.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/commit.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/commit.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:50: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:85: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:87: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:91: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:102: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Info:   0 out of  17 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  14 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: ISC License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 16 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":7,"reason":"3 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-xffm-g5w8-qvg7","Warn: Project is vulnerable to: GHSA-67mh-4wv8-2f99","Warn: Project is vulnerable to: GHSA-52f5-9888-hmc6"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-16T17:26:40.503Z","repository_id":12961414,"created_at":"2025-08-16T17:26:40.503Z","updated_at":"2025-08-16T17:26:40.503Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281931845,"owners_count":26585822,"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","status":"online","status_checked_at":"2025-10-31T02:00:07.401Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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"},"owner_record":{"login":"conventional-changelog","name":"conventional-changelog","uuid":"16443515","kind":"organization","description":"Tools to generate changelogs and release notes from a project's commit messages and metadata.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16443515?v=4","repositories_count":12,"last_synced_at":"2025-04-05T03:02:08.595Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/conventional-changelog","funding_links":[],"total_stars":33067,"followers":419,"following":0,"created_at":"2022-11-02T16:25:21.572Z","updated_at":"2025-04-05T03:02:08.596Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog/repositories"},"tags":[{"name":"conventional-changelog-angular-v8.1.0","sha":"4a8c5d57a058c5b103a8ebddf94e19cf67a58a18","kind":"commit","published_at":"2025-10-20T20:40:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v8.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v8.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular-v8.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.1.0/manifests"},{"name":"conventional-commits-parser-v6.2.1","sha":"4a8c5d57a058c5b103a8ebddf94e19cf67a58a18","kind":"commit","published_at":"2025-10-20T20:40:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v6.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.2.1/manifests"},{"name":"conventional-changelog-v7.1.1","sha":"d3934017f5c8987a0b4a5fdf3782f26cd43ab486","kind":"commit","published_at":"2025-07-10T17:30:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v7.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v7.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v7.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.1.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v9.1.0","sha":"b3bec6cd666605edb0727765637d8de30a672b86","kind":"commit","published_at":"2025-07-10T15:38:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v9.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v9.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v9.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v9.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v9.1.0/manifests"},{"name":"conventional-changelog-writer-v8.2.0","sha":"429fa80cf3232ddc89ad2e6593a5087da55f2192","kind":"commit","published_at":"2025-07-09T21:51:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v8.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.2.0/manifests"},{"name":"conventional-commits-parser-v6.2.0","sha":"a10c63faccc776bfc941a54dbcfa2d128bbfb374","kind":"commit","published_at":"2025-06-09T09:39:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v6.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.2.0/manifests"},{"name":"conventional-changelog-v7.1.0","sha":"549320cb33c00bea312fcf70c31d3ee6973ba488","kind":"commit","published_at":"2025-06-07T17:07:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v7.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v7.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v7.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.1.0/manifests"},{"name":"conventional-recommended-bump-v11.2.0","sha":"549320cb33c00bea312fcf70c31d3ee6973ba488","kind":"commit","published_at":"2025-06-07T17:07:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v11.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v11.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v11.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.2.0/manifests"},{"name":"git-client-v2.5.1","sha":"07103bc206c6b75af47183a700868d69424c5f5f","kind":"commit","published_at":"2025-06-02T10:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.5.1/manifests"},{"name":"git-client-v2.5.0","sha":"7926760758a6635d423d91288a11253bb663698c","kind":"commit","published_at":"2025-06-02T00:10:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.5.0/manifests"},{"name":"git-client-v2.4.0","sha":"81588478678c36e7465a90cfe56e4981c13729a9","kind":"commit","published_at":"2025-05-27T19:05:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.4.0/manifests"},{"name":"git-client-v2.3.0","sha":"abf8f2b4f11a8c4dcee54346fb39cee04c05242b","kind":"commit","published_at":"2025-05-23T19:01:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.3.0/manifests"},{"name":"conventional-changelog-v7.0.2","sha":"d42c917ee7b2732b9e4bc42bf70f6700ac028e1b","kind":"commit","published_at":"2025-05-22T20:08:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v7.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.2/manifests"},{"name":"conventional-changelog-v7.0.1","sha":"2dcae156d1dc9c40a2392c3dd9363449f3f59f75","kind":"commit","published_at":"2025-05-19T22:26:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.1/manifests"},{"name":"standard-changelog-v7.0.1","sha":"2dcae156d1dc9c40a2392c3dd9363449f3f59f75","kind":"commit","published_at":"2025-05-19T22:26:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v7.0.1/manifests"},{"name":"git-client-v2.2.0","sha":"2dcae156d1dc9c40a2392c3dd9363449f3f59f75","kind":"commit","published_at":"2025-05-19T22:26:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.2.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v9.0.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v9.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v9.0.0/manifests"},{"name":"conventional-changelog-writer-v8.1.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v8.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.1.0/manifests"},{"name":"conventional-recommended-bump-v11.1.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v11.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v11.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v11.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.1.0/manifests"},{"name":"git-client-v2.1.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.1.0/manifests"},{"name":"standard-changelog-v7.0.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v7.0.0/manifests"},{"name":"conventional-changelog-v7.0.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.0/manifests"},{"name":"conventional-commits-parser-v6.1.0","sha":"641a04473146d99189ec31d948202f8ef973da37","kind":"commit","published_at":"2025-01-15T16:19:55.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v6.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v11.0.0","sha":"3abb8c6494cd57fd52755d00669c10e4cc25a034","kind":"commit","published_at":"2025-01-15T16:19:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v11.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v11.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v11.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.0.0/manifests"},{"name":"conventional-changelog-writer-v8.0.1","sha":"fe3da2f131673200f695d6c9f34d8d0303042329","kind":"commit","published_at":"2025-01-15T16:14:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v8.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.1/manifests"},{"name":"git-client-v2.0.0","sha":"2ea0eec3e46bb9de9d57001d3aac074076e668a7","kind":"commit","published_at":"2025-01-15T16:13:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.0.0/manifests"},{"name":"conventional-changelog-core-v9.0.0","sha":"1ac3f1268140c999c669908085d0879b5d294c1a","kind":"commit","published_at":"2025-01-15T16:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v9.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v9.0.0/manifests"},{"name":"git-client-v1.0.1","sha":"d3b8aaa16337993bbad4d91db1ffac5a7568756b","kind":"commit","published_at":"2024-05-06T14:46:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1/manifests"},{"name":"conventional-changelog-v6.0.0","sha":"83bb15ba5de08f080884fc906c6db3c99c8b2131","kind":"commit","published_at":"2024-04-26T22:08:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0/manifests"},{"name":"conventional-changelog-core-v8.0.0","sha":"7bc92fc05e4447f311ad52b6e39d36f461eaf083","kind":"commit","published_at":"2024-04-26T22:07:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v8.0.0","sha":"3129c812139bf7454a64b4d506e6b85cd5abc77c","kind":"commit","published_at":"2024-04-26T22:06:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0/manifests"},{"name":"git-semver-tags-v8.0.0","sha":"fbd1b3bcd6253a32de89eb21145c2eb70d9396b6","kind":"commit","published_at":"2024-04-26T22:05:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v5.0.0","sha":"e34c96db3dbebedb17a6583aae8855dddd056f83","kind":"commit","published_at":"2024-04-26T22:04:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0/manifests"},{"name":"conventional-changelog-angular-v8.0.0","sha":"2aa6291a93eb881230e896f87a5232873b6a9717","kind":"commit","published_at":"2024-04-26T22:04:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0/manifests"},{"name":"conventional-changelog-jquery-v6.0.0","sha":"1c71cd6d4868ef2e158963e277609a9794806306","kind":"commit","published_at":"2024-04-26T22:03:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v8.0.0","sha":"533e36277d1779a5ac79a06210c603b5f88bc030","kind":"commit","published_at":"2024-04-26T22:00:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0/manifests"},{"name":"conventional-changelog-eslint-v6.0.0","sha":"c7459cd7d1e1ab82c9a5d552b008c02aba290cad","kind":"commit","published_at":"2024-04-26T21:59:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0/manifests"},{"name":"git-raw-commits-v5.0.0","sha":"f61ea377e843db0852c35911785895ec43481f11","kind":"commit","published_at":"2024-04-26T21:58:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0/manifests"},{"name":"conventional-changelog-codemirror-v5.0.0","sha":"77525286ffc8869a6ac351ebe28198842815cb7c","kind":"commit","published_at":"2024-04-26T21:57:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0/manifests"},{"name":"conventional-changelog-cli-v5.0.0","sha":"a75cef688b9a1557ca981178d4d35c18963160b6","kind":"commit","published_at":"2024-04-26T21:53:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0/manifests"},{"name":"conventional-changelog-express-v5.0.0","sha":"a6ab80d6e30091a8b743ee97a87e7400af1ebc53","kind":"commit","published_at":"2024-04-26T21:53:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v10.0.0","sha":"d7c409b02f1d58cf6f0293edcadbe5f00a78a622","kind":"commit","published_at":"2024-04-26T21:52:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v10.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v10.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v10.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0/manifests"},{"name":"conventional-changelog-atom-v5.0.0","sha":"3b2b9d0ec2382f73d9cf000a1004596f90ece916","kind":"commit","published_at":"2024-04-26T21:51:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0/manifests"},{"name":"conventional-changelog-jshint-v5.0.0","sha":"d7dae509e72b09d1496ae51f1f04c15581c828fc","kind":"commit","published_at":"2024-04-26T21:50:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0/manifests"},{"name":"conventional-changelog-ember-v5.0.0","sha":"2e99dfa49112ffe6c864dd0e436f0db1e696b1f9","kind":"commit","published_at":"2024-04-26T21:50:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0/manifests"},{"name":"conventional-commits-parser-v6.0.0","sha":"646e1be132ccd0f32e3074de2f511be5c610984f","kind":"commit","published_at":"2024-04-26T21:48:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0/manifests"},{"name":"conventional-commits-filter-v5.0.0","sha":"be4266b7ef7b84ba5c198dfa8c143229f8a5b128","kind":"commit","published_at":"2024-04-26T21:47:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0/manifests"},{"name":"standard-changelog-v6.0.0","sha":"3e9b9387f29e48a508b70b88f26b40a6db9fea16","kind":"commit","published_at":"2024-04-26T21:45:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v5.0.0","sha":"041a1a9b73b201add30494aed19d026b948bd8f1","kind":"commit","published_at":"2024-04-26T21:41:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0/manifests"},{"name":"git-client-v1.0.0","sha":"7e51fe970576503cae3ab94e6e9b3e01017b044d","kind":"commit","published_at":"2024-04-26T21:21:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0/manifests"},{"name":"git-semver-tags-v7.0.1","sha":"fac8045242099c016f5f3905e54e02b7d466bd7b","kind":"commit","published_at":"2023-09-10T23:53:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1/manifests"},{"name":"conventional-changelog-writer-v7.0.1","sha":"e3a643ad39ec3bc4cfb1dff2aa1101333df33dc3","kind":"commit","published_at":"2023-09-10T23:49:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1/manifests"},{"name":"conventional-changelog-v5.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0/manifests"},{"name":"conventional-changelog-cli-v4.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0/manifests"},{"name":"conventional-changelog-core-v7.0.0","sha":"2e467dd39a35c3813597711a37690897183b4abc","kind":"commit","published_at":"2023-09-08T22:03:37.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0/manifests"},{"name":"git-semver-tags-v7.0.0","sha":"a13f788bd505d8253a2d92413fc4a7780e11ec07","kind":"commit","published_at":"2023-09-08T21:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0/manifests"},{"name":"standard-changelog-v5.0.0","sha":"34569c7a3fd2b0362a461517a1f4e20e7eecd9fc","kind":"commit","published_at":"2023-09-08T21:55:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v9.0.0","sha":"ad633d9d81f66ef80d7f77832a264cb0c5b971ef","kind":"commit","published_at":"2023-09-08T21:50:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v9.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.2","sha":"50113f9b569259d991f1a734a192964ca71f0118","kind":"commit","published_at":"2023-09-08T21:41:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v7.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2/manifests"},{"name":"conventional-changelog-preset-loader-v4.1.0","sha":"a14d2186575f6061f236c9a47d803694b18f8373","kind":"commit","published_at":"2023-09-08T21:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader-v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.1","sha":"ca4324b0a690b2595f8b574882ff95329a2dc195","kind":"commit","published_at":"2023-08-27T19:11:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1/manifests"},{"name":"conventional-commits-filter-v4.0.0","sha":"26fc9ea274dc0c62442ec9d97b20a2ebb49138bf","kind":"commit","published_at":"2023-08-27T12:55:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0/manifests"},{"name":"standard-changelog-v4.0.0","sha":"5b788265774bf4b63d3c83a178ca53e8e7095903","kind":"commit","published_at":"2023-08-27T12:50:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-eslint-v5.0.0","sha":"679594c0716275771cc23b314e4362899fe72f87","kind":"commit","published_at":"2023-08-27T12:46:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0/manifests"},{"name":"git-semver-tags-v6.0.0","sha":"1c75c72d9b5d59e3ea4e914c58a85f7559f29602","kind":"commit","published_at":"2023-08-27T12:40:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0/manifests"},{"name":"conventional-recommended-bump-v8.0.0","sha":"624377a24e8e3658bcf2329a9a98f9a7b02a4cb3","kind":"commit","published_at":"2023-08-27T12:33:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0/manifests"},{"name":"conventional-changelog-writer-v7.0.0","sha":"d669bb67dc713cb1e4374e3216ed7d83cde743c5","kind":"commit","published_at":"2023-08-27T12:27:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0/manifests"},{"name":"conventional-changelog-codemirror-v4.0.0","sha":"933fd0b3dd355d648faf57241b796a714004c722","kind":"commit","published_at":"2023-08-27T12:23:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0/manifests"},{"name":"conventional-changelog-express-v4.0.0","sha":"c9e9ceb3a3727659bd117bab01cbc7642d588f06","kind":"commit","published_at":"2023-08-27T12:16:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0/manifests"},{"name":"conventional-changelog-ember-v4.0.0","sha":"5d7c16268f79b7f180e34e997fdb37373d714666","kind":"commit","published_at":"2023-08-27T12:11:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0/manifests"},{"name":"conventional-changelog-jquery-v5.0.0","sha":"d643efb1050dcdaecee626044315644ff9b9e43b","kind":"commit","published_at":"2023-08-27T12:07:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v4.0.0","sha":"636646dd9ae062e9652a7f9ccaf6c329e6e9f924","kind":"commit","published_at":"2023-08-27T12:03:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0/manifests"},{"name":"conventional-changelog-v5.0.0","sha":"7985de3edc9e655369651ad464cb39b791887dc7","kind":"commit","published_at":"2023-08-27T11:58:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.0","sha":"5f0fe40743d8f559ab94ed11bbb4b8bda6fa6dcb","kind":"commit","published_at":"2023-08-27T11:51:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0/manifests"},{"name":"conventional-changelog-angular-v7.0.0","sha":"6c7a2e1a8807988bcb1a9842f72d14be3b1a89e3","kind":"commit","published_at":"2023-08-27T11:46:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0/manifests"},{"name":"conventional-changelog-jshint-v4.0.0","sha":"0204a9a340d2c85411e8de8905bc74c6146e5618","kind":"commit","published_at":"2023-08-27T11:41:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0/manifests"},{"name":"conventional-changelog-atom-v4.0.0","sha":"ab9b2c10e098ec8837d141102549f3eef698364c","kind":"commit","published_at":"2023-08-27T11:36:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0/manifests"},{"name":"conventional-changelog-cli-v4.0.0","sha":"29df6c4597afad27b9cda06f58eb564bcca609c4","kind":"commit","published_at":"2023-08-27T11:21:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0/manifests"},{"name":"conventional-changelog-core-v6.0.0","sha":"45613bbc2d13c798732e4b2bd4b2fa9ea67157d6","kind":"commit","published_at":"2023-08-27T11:17:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v4.0.0","sha":"5a896e3ef3aa9e751fcc74d7c76fa21d6d526cb0","kind":"commit","published_at":"2023-08-27T11:08:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0/manifests"},{"name":"git-raw-commits-v4.0.0","sha":"878fc56b43bc617177bf47fd8643a3b8b86078e5","kind":"commit","published_at":"2023-08-27T11:01:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0/manifests"},{"name":"conventional-commits-parser-v5.0.0","sha":"299de5acbe55a7d19dcdd2adc34681eae7264abf","kind":"commit","published_at":"2023-08-26T17:50:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0/manifests"},{"name":"git-semver-tags-v5.0.1","sha":"87914a362866a380e98a29edf19b2173e0911d8a","kind":"commit","published_at":"2023-07-09T19:10:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1/manifests"},{"name":"conventional-changelog-writer-v6.0.1","sha":"c123edea220b450cfa26813b6f198c3e8ebbd2b4","kind":"commit","published_at":"2023-07-09T14:49:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v6.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.2","sha":"83773c5e1a8874ea9809ca9db1dff60b7df1daae","kind":"commit","published_at":"2023-06-28T17:43:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v5.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.1.0","sha":"2e5fe6d9574ba896fa90b5bfcb50fb73d28af6d6","kind":"commit","published_at":"2023-06-17T21:30:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v6.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v7.0.1","sha":"f251b6899e313a9b23f3c8deb8b8b57217040892","kind":"commit","published_at":"2023-06-06T23:24:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.1","sha":"5b458dff9edf766446449acd1bbb8027a1e39fa5","kind":"commit","published_at":"2023-06-06T23:17:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1/manifests"},{"name":"gulp-conventional-changelog-v3.0.0","sha":"8ef6232797e5bf7c80422221374c53c03d5df36d","kind":"commit","published_at":"2023-06-06T22:50:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0/manifests"},{"name":"standard-changelog-v3.0.0","sha":"ea65f017b42b914ece780fd2fc799a6946912ed8","kind":"commit","published_at":"2023-06-06T22:42:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0/manifests"},{"name":"conventional-changelog-cli-v3.0.0","sha":"f00f4549cee9406054b77057a8135183fcd89710","kind":"commit","published_at":"2023-06-06T22:29:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0/manifests"},{"name":"conventional-changelog-v4.0.0","sha":"1a240f91ed584ed43e7f9c82235ca60eff0f4fa5","kind":"commit","published_at":"2023-06-06T19:50:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-core-v5.0.0","sha":"8507f601486c8ff6806156c50091262dee13ec54","kind":"commit","published_at":"2023-06-06T19:23:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v7.0.0","sha":"e1662ca7a6c688d28a334282a5e863f52866f3e8","kind":"commit","published_at":"2023-06-06T18:39:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v3.0.0","sha":"5d80d155425147a0b045af09536e5962cbfff620","kind":"commit","published_at":"2023-06-06T15:08:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.0.0","sha":"a30fc7ae219cf871b46cbe9d2c76a9730b70e272","kind":"commit","published_at":"2023-06-06T14:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v6.0.0","sha":"aa5d46c7b13b7b31f78af4b3c31c087c39eea41d","kind":"commit","published_at":"2023-06-06T14:46:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0/manifests"},{"name":"conventional-commits-filter-v3.0.0","sha":"502a73fe41aebb7b563c5ca69521e0b1bab904df","kind":"commit","published_at":"2023-06-06T14:32:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0/manifests"},{"name":"conventional-commits-parser-v4.0.0","sha":"9f7fe891e75c64937c28baa39a6c795a01603ab7","kind":"commit","published_at":"2023-06-06T14:24:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0/manifests"},{"name":"git-raw-commits-v3.0.0","sha":"571f2d549f10744a12ab3bc5dc5e0b749cb72667","kind":"commit","published_at":"2023-06-06T14:16:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0/manifests"},{"name":"git-semver-tags-v5.0.0","sha":"445c796d04105d10dd62d07039bc6a7fc9f263a5","kind":"commit","published_at":"2023-06-06T13:51:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0/manifests"},{"name":"conventional-changelog-atom-v3.0.0","sha":"208787aa2f5db8de1c2d43c56d71e6dfb9510781","kind":"commit","published_at":"2023-06-06T13:43:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0/manifests"},{"name":"conventional-changelog-angular-v6.0.0","sha":"c4ebf98acc15f37154aae5de53a225e896c4a157","kind":"commit","published_at":"2023-06-06T13:36:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0/manifests"},{"name":"conventional-changelog-codemirror-v3.0.0","sha":"0772453bee083917a05b9696d063ee3dc69957f9","kind":"commit","published_at":"2023-06-06T13:25:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0/manifests"},{"name":"conventional-changelog-ember-v3.0.0","sha":"e473d0c8af7c0cf8a54f775556796f50f3e695c2","kind":"commit","published_at":"2023-06-06T13:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0/manifests"},{"name":"conventional-changelog-eslint-v4.0.0","sha":"b3b896bc5b9e3ed65dcfc08c57967a252f37cfd1","kind":"commit","published_at":"2023-06-06T12:56:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0/manifests"},{"name":"conventional-changelog-express-v3.0.0","sha":"5594385d1dd2490b0fb508a60b6f30e8be6616ce","kind":"commit","published_at":"2023-06-06T12:37:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0/manifests"},{"name":"conventional-changelog-jquery-v4.0.0","sha":"51a3015a907b2cea900114359c36ce0e9664b72d","kind":"commit","published_at":"2023-06-06T12:17:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0/manifests"},{"name":"conventional-changelog-jshint-v3.0.0","sha":"281e5f883476e90b75cae4373a67436c86e94f6a","kind":"commit","published_at":"2023-06-06T12:02:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v5.0.0","sha":"ba6df7cf62de5f448368bed4398f6ddf633d2cbd","kind":"commit","published_at":"2022-05-27T18:02:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0/manifests"},{"name":"conventional-changelog-writer-v5.0.1","sha":"21b73f974adc4490a318d9c892055655cb82c538","kind":"commit","published_at":"2021-12-29T21:36:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.3","sha":"02757d342290bcf51a49d49e5e72f5eae6c6f6da","kind":"commit","published_at":"2021-12-29T19:52:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v4.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3/manifests"},{"name":"conventional-commits-parser-v3.2.4","sha":"1d0f62d4ac4911ef0d912d5401f783b152cee624","kind":"commit","published_at":"2021-12-29T19:46:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v3.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4/manifests"},{"name":"git-raw-commits-v2.0.11","sha":"95384dbd105ffe4f86bbc6ccad3e5405a1cbfe04","kind":"commit","published_at":"2021-12-29T19:39:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v2.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.2","sha":"1827696185192a8dd258ea7c3370090238b0fb76","kind":"commit","published_at":"2021-12-25T18:06:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v4.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2/manifests"},{"name":"conventional-changelog-cli-v2.2.2","sha":"8ce6a7bbd3fae87aa9d56fca68c2e16fbb2cace5","kind":"commit","published_at":"2021-12-25T17:22:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2/manifests"},{"name":"conventional-changelog-v3.1.25","sha":"8e9c3d76aaffd7fe67a78270b3ad9b881e953e7e","kind":"commit","published_at":"2021-12-24T18:50:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v3.1.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25/manifests"},{"name":"conventional-commits-parser-v3.2.3","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v3.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3/manifests"},{"name":"conventional-changelog-cli-v2.2.1","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.1","sha":"c35708d56a55e31b750aec1f745e5be52f0a75f2","kind":"commit","published_at":"2021-09-09T19:06:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v4.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1/manifests"},{"name":"conventional-commits-parser-v3.2.2","sha":"1bae48ff85eff0736ea6691b7214f3fc9c026256","kind":"commit","published_at":"2021-09-09T14:45:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v3.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2/manifests"},{"name":"conventional-changelog-core-v4.2.4","sha":"02fbc2d42d0faf53d4b7a2b0525626088a6ac8ba","kind":"commit","published_at":"2021-09-09T14:37:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v4.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4/manifests"},{"name":"conventional-changelog-angular-v5.0.13","sha":"e30343b4676d26b416080294dc74ebba001c0716","kind":"commit","published_at":"2021-09-09T14:31:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v5.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular-v5.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13/manifests"},{"name":"conventional-changelog-core-v4.2.3","sha":"318b555b6ef3aebdb5a8d4c7c734fd7234712dd3","kind":"commit","published_at":"2021-07-03T00:24:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v4.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.0","sha":"537c37d7801872c3e57e4200c64154a4d2ea042a","kind":"commit","published_at":"2021-04-30T00:15:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v4.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0/manifests"},{"name":"conventional-commits-parser-v3.2.1","sha":"758dda2937b6784f0cc6a535286862fcf95b6f06","kind":"commit","published_at":"2021-02-15T21:32:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1/manifests"},{"name":"git-raw-commits-v2.0.10","sha":"ffecaccb6e117afae9f68f1d48ff9a69554da950","kind":"commit","published_at":"2021-01-27T16:36:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v2.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10/manifests"},{"name":"conventional-changelog-writer-v5.0.0","sha":"61ef6491add84b841e1797baf09f62bbdd90dcd4","kind":"commit","published_at":"2020-12-30T22:40:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v6.1.0","sha":"3b0fb22b0bb49137b9ecddaeb349f66025205c57","kind":"commit","published_at":"2020-12-30T16:58:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v6.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0/manifests"},{"name":"conventional-changelog-core-v4.2.2","sha":"317eeb3137caff69bcc9a67fce3dc67663a010db","kind":"commit","published_at":"2020-12-30T00:53:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v4.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2/manifests"},{"name":"conventional-recommended-bump-v6.0.12","sha":"90ecc5d93bfd7626857eda5d240f92393d896be0","kind":"commit","published_at":"2020-12-30T00:43:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v6.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12/manifests"},{"name":"git-raw-commits-v2.0.9","sha":"227f3e23af86912c0cd64fdb1a820ac92e5757c5","kind":"commit","published_at":"2020-12-29T23:59:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v2.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9/manifests"},{"name":"conventional-changelog-writer-v4.1.0","sha":"77725cfb12ca3ca22abb9421b4af012a49207e7a","kind":"commit","published_at":"2020-12-29T23:41:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0/manifests"},{"name":"conventional-commits-filter@2.0.7","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7/manifests"},{"name":"standard-changelog@2.0.27","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27/manifests"},{"name":"gulp-conventional-changelog@2.0.35","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35/manifests"},{"name":"git-semver-tags@4.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%404.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1/manifests"},{"name":"git-raw-commits@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8/manifests"},{"name":"conventional-recommended-bump@6.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11/manifests"},{"name":"conventional-commits-parser@3.2.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0/manifests"},{"name":"conventional-changelog-writer@4.0.18","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18/manifests"},{"name":"conventional-changelog-jshint@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9/manifests"},{"name":"conventional-changelog-jquery@3.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11/manifests"},{"name":"conventional-changelog-express@2.0.6","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9/manifests"},{"name":"conventional-changelog-ember@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9/manifests"},{"name":"conventional-changelog-core@4.2.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.5.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1/manifests"},{"name":"conventional-changelog-atom@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8/manifests"},{"name":"conventional-changelog-angular@5.0.12","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12/manifests"},{"name":"conventional-changelog@3.1.24","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24/manifests"},{"name":"conventional-changelog-v3.1.24","sha":"f8fcbc2e8b0834c29178ace6382b438a020ad828","kind":"commit","published_at":"2020-10-25T02:45:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v3.1.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24/manifests"},{"name":"conventional-changelog-conventionalcommits@4.4.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0/manifests"},{"name":"conventional-changelog-core@4.2.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0/manifests"},{"name":"conventional-changelog@3.1.23","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23/manifests"},{"name":"conventional-changelog-cli@2.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0/manifests"},{"name":"git-semver-tags@4.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%404.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0/manifests"},{"name":"gulp-conventional-changelog@2.0.34","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34/manifests"},{"name":"standard-changelog@2.0.26","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26/manifests"},{"name":"conventional-recommended-bump@6.0.10","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10/manifests"},{"name":"conventional-changelog-core@4.1.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8/manifests"},{"name":"standard-changelog@2.0.25","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25/manifests"},{"name":"gulp-conventional-changelog@2.0.33","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33/manifests"},{"name":"conventional-changelog-writer@4.0.17","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17/manifests"},{"name":"conventional-changelog-jshint@2.0.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.1","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1/manifests"},{"name":"conventional-changelog-cli@2.0.35","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35/manifests"},{"name":"conventional-changelog-angular@5.0.11","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11/manifests"},{"name":"conventional-changelog@3.1.22","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22/manifests"},{"name":"standard-changelog@2.0.24","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24/manifests"},{"name":"gulp-conventional-changelog@2.0.32","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32/manifests"},{"name":"conventional-changelog-writer@4.0.16","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16/manifests"},{"name":"conventional-changelog-core@4.1.7","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7/manifests"},{"name":"conventional-changelog-cli@2.0.34","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34/manifests"},{"name":"conventional-changelog@3.1.21","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0/manifests"},{"name":"conventional-changelog@3.1.20","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20/manifests"},{"name":"conventional-changelog-cli@2.0.33","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33/manifests"},{"name":"conventional-changelog-atom@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7/manifests"},{"name":"conventional-changelog-eslint@3.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8/manifests"},{"name":"conventional-changelog-express@2.0.5","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10/manifests"},{"name":"conventional-changelog-jshint@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7/manifests"},{"name":"conventional-changelog-preset-loader@2.3.4","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4/manifests"},{"name":"conventional-changelog-writer@4.0.15","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15/manifests"},{"name":"conventional-commits-filter@2.0.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6/manifests"},{"name":"conventional-commits-parser@3.1.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.9","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9/manifests"},{"name":"git-raw-commits@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7/manifests"},{"name":"git-semver-tags@4.0.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.31","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31/manifests"},{"name":"standard-changelog@2.0.23","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23/manifests"},{"name":"conventional-changelog-angular@5.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10/manifests"},{"name":"conventional-changelog-core@4.1.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6/manifests"},{"name":"conventional-changelog-codemirror@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7/manifests"},{"name":"conventional-changelog-ember@2.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8/manifests"},{"name":"conventional-changelog-preset-loader-v2.3.2","sha":"9f6c56cb960a5043823cfb85b9843991201cbb51","kind":"commit","published_at":"2020-05-08T19:21:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v2.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader-v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2/manifests"},{"name":"conventional-changelog-cli@2.0.32","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32/manifests"},{"name":"conventional-changelog-core@4.1.5","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5/manifests"},{"name":"gulp-conventional-changelog@2.0.30","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30/manifests"},{"name":"standard-changelog@2.0.22","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22/manifests"},{"name":"conventional-changelog@3.1.19","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19/manifests"},{"name":"conventional-changelog@3.1.18","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18/manifests"},{"name":"conventional-changelog-core@4.1.4","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.29","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29/manifests"},{"name":"standard-changelog@2.0.21","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21/manifests"},{"name":"conventional-changelog-cli@2.0.31","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31/manifests"},{"name":"conventional-changelog-cli@2.0.30","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30/manifests"},{"name":"conventional-changelog-core@4.1.3","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3/manifests"},{"name":"conventional-changelog@3.1.17","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17/manifests"},{"name":"standard-changelog@2.0.20","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20/manifests"},{"name":"gulp-conventional-changelog@2.0.28","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28/manifests"},{"name":"conventional-changelog-core@4.1.2","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2/manifests"},{"name":"standard-changelog@2.0.19","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19/manifests"},{"name":"gulp-conventional-changelog@2.0.27","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27/manifests"},{"name":"conventional-changelog-cli@2.0.29","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29/manifests"},{"name":"conventional-changelog@3.1.16","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16/manifests"},{"name":"standard-changelog@2.0.18","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18/manifests"},{"name":"gulp-conventional-changelog@2.0.26","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26/manifests"},{"name":"git-semver-tags@3.0.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1/manifests"},{"name":"git-raw-commits@2.0.3","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3/manifests"},{"name":"conventional-changelog@3.1.15","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15/manifests"},{"name":"conventional-recommended-bump@6.0.5","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5/manifests"},{"name":"conventional-commits-parser@3.0.8","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.11","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11/manifests"},{"name":"conventional-changelog-core@4.1.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.28","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28/manifests"},{"name":"conventional-changelog-core@4.1.0","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0/manifests"},{"name":"conventional-changelog@3.1.14","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14/manifests"},{"name":"conventional-changelog-angular@5.0.6","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6/manifests"},{"name":"conventional-changelog-cli@2.0.27","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.3","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3/manifests"},{"name":"conventional-commits-parser@3.0.7","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7/manifests"},{"name":"conventional-recommended-bump@6.0.4","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.25","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25/manifests"},{"name":"standard-changelog@2.0.17","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17/manifests"},{"name":"conventional-changelog@3.1.13","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13/manifests"},{"name":"standard-changelog@2.0.16","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16/manifests"},{"name":"gulp-conventional-changelog@2.0.24","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24/manifests"},{"name":"conventional-recommended-bump@6.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3/manifests"},{"name":"conventional-commits-parser@3.0.6","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6/manifests"},{"name":"conventional-changelog-writer@4.0.10","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10/manifests"},{"name":"conventional-changelog-preset-loader@2.3.0","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0/manifests"},{"name":"conventional-changelog-core@4.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.2","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2/manifests"},{"name":"conventional-changelog-cli@2.0.26","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26/manifests"},{"name":"conventional-changelog-core@4.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2/manifests"},{"name":"standard-changelog@2.0.15","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15/manifests"},{"name":"gulp-conventional-changelog@2.0.23","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23/manifests"},{"name":"conventional-recommended-bump@6.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2/manifests"},{"name":"conventional-commits-parser@3.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5/manifests"},{"name":"conventional-changelog-writer@4.0.9","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9/manifests"},{"name":"conventional-changelog-jshint@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.6","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4/manifests"},{"name":"conventional-changelog-ember@2.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.1","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1/manifests"},{"name":"conventional-changelog-codemirror@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.25","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25/manifests"},{"name":"conventional-changelog-atom@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5/manifests"},{"name":"conventional-changelog@3.1.12","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12/manifests"},{"name":"conventional-commits-parser@3.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4/manifests"},{"name":"conventional-changelog-atom@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.24","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24/manifests"},{"name":"conventional-changelog-codemirror@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.0","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0/manifests"},{"name":"conventional-changelog-core@4.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3/manifests"},{"name":"conventional-changelog-eslint@3.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.5","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5/manifests"},{"name":"conventional-changelog-jshint@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2/manifests"},{"name":"conventional-changelog-writer@4.0.8","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8/manifests"},{"name":"standard-changelog@2.0.14","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14/manifests"},{"name":"gulp-conventional-changelog@2.0.22","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22/manifests"},{"name":"conventional-recommended-bump@6.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1/manifests"},{"name":"conventional-changelog@3.1.11","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11/manifests"},{"name":"conventional-changelog-angular@5.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4/manifests"},{"name":"conventional-changelog@3.1.10","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10/manifests"},{"name":"conventional-changelog-cli@2.0.23","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23/manifests"},{"name":"conventional-changelog-conventionalcommits@4.1.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0/manifests"},{"name":"git-semver-tags@3.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.21","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21/manifests"},{"name":"standard-changelog@2.0.13","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13/manifests"},{"name":"conventional-changelog-core@4.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.2.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0/manifests"},{"name":"conventional-changelog-writer@4.0.7","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7/manifests"},{"name":"conventional-recommended-bump@6.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0/manifests"},{"name":"conventional-changelog-core@3.2.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3/manifests"},{"name":"conventional-changelog@3.1.9","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9/manifests"},{"name":"conventional-changelog-cli@2.0.22","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22/manifests"},{"name":"standard-changelog@2.0.12","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.20","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20/manifests"},{"name":"git-semver-tags@2.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3/manifests"},{"name":"conventional-recommended-bump@5.0.1","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%405.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1/manifests"},{"name":"conventional-commits-parser@3.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.6","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6/manifests"},{"name":"conventional-changelog-conventionalcommits@4.0.0","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.21","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21/manifests"},{"name":"conventional-changelog@3.1.8","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8/manifests"},{"name":"gulp-conventional-changelog@2.0.19","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19/manifests"},{"name":"standard-changelog@2.0.11","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.2","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2/manifests"},{"name":"conventional-changelog@3.1.7","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7/manifests"},{"name":"gulp-conventional-changelog@2.0.18","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18/manifests"},{"name":"conventional-changelog-cli@2.0.20","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.1","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.17","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17/manifests"},{"name":"conventional-recommended-bump@5.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%405.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.19","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19/manifests"},{"name":"conventional-changelog@3.1.6","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6/manifests"},{"name":"conventional-changelog-conventionalcommits@2.0.0","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.16","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.18","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18/manifests"},{"name":"conventional-changelog@3.1.5","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.2","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2/manifests"},{"name":"conventional-changelog@3.1.4","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4/manifests"},{"name":"conventional-changelog-cli@2.0.17","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17/manifests"},{"name":"gulp-conventional-changelog@2.0.15","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15/manifests"},{"name":"conventional-changelog-core@3.2.2","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2/manifests"},{"name":"standard-changelog@2.0.10","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10/manifests"},{"name":"conventional-changelog-writer@4.0.5","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5/manifests"},{"name":"conventional-changelog@3.1.3","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3/manifests"},{"name":"gulp-conventional-changelog@2.0.14","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14/manifests"},{"name":"conventional-changelog-cli@2.0.16","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16/manifests"},{"name":"standard-changelog@2.0.9","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.1.2","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.15","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15/manifests"},{"name":"conventional-changelog-core@3.2.1","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1/manifests"},{"name":"gulp-conventional-changelog@2.0.13","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1/manifests"},{"name":"conventional-recommended-bump@4.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1/manifests"},{"name":"gulp-conventional-changelog@2.0.12","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12/manifests"},{"name":"conventional-changelog@3.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.14","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14/manifests"},{"name":"conventional-changelog-preset-loader@2.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1/manifests"},{"name":"conventional-changelog-core@3.2.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0/manifests"},{"name":"conventional-changelog-preset-loader@2.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0/manifests"},{"name":"conventional-changelog-writer@4.0.4","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4/manifests"},{"name":"conventional-commits-filter@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2/manifests"},{"name":"conventional-commits-parser@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2/manifests"},{"name":"conventional-recommended-bump@4.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0/manifests"},{"name":"git-raw-commits@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.11","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11/manifests"},{"name":"standard-changelog@2.0.8","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8/manifests"},{"name":"conventional-changelog@3.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0/manifests"},{"name":"conventional-changelog-cli@2.0.13","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0/manifests"},{"name":"conventional-changelog-eslint@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2/manifests"},{"name":"standard-changelog@2.0.7","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7/manifests"},{"name":"conventional-changelog-angular@5.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.12","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12/manifests"},{"name":"conventional-changelog-core@3.1.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6/manifests"},{"name":"conventional-changelog-writer@4.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.10","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10/manifests"},{"name":"conventional-changelog@3.0.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6/manifests"},{"name":"conventional-recommended-bump@4.0.4","sha":"da729f68f9dc581623deb587c705ef65d189a9f4","kind":"tag","published_at":"2018-11-01T06:56:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4/manifests"},{"name":"standard-changelog@2.0.6","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6/manifests"},{"name":"gulp-conventional-changelog@2.0.9","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.0.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5/manifests"},{"name":"conventional-changelog-writer@4.0.2","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.11","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11/manifests"},{"name":"conventional-changelog-core@3.1.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5/manifests"},{"name":"conventional-changelog@3.0.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4/manifests"},{"name":"conventional-recommended-bump@4.0.3","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3/manifests"},{"name":"git-semver-tags@2.0.2","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.8","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8/manifests"},{"name":"standard-changelog@2.0.5","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.10","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10/manifests"},{"name":"conventional-changelog-core@3.1.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.7","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7/manifests"},{"name":"standard-changelog@2.0.4","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4/manifests"},{"name":"conventional-changelog-cli@2.0.9","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9/manifests"},{"name":"conventional-changelog@3.0.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3/manifests"},{"name":"conventional-changelog-core@3.1.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.8","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8/manifests"},{"name":"conventional-changelog@3.0.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2/manifests"},{"name":"conventional-changelog-core@3.1.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2/manifests"},{"name":"standard-changelog@2.0.3","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.6","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6/manifests"},{"name":"conventional-changelog@3.0.1","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.5","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.7","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7/manifests"},{"name":"conventional-changelog-express@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1/manifests"},{"name":"git-raw-commits@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4/manifests"},{"name":"git-semver-tags@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1/manifests"},{"name":"conventional-changelog-core@3.1.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1/manifests"},{"name":"conventional-changelog-eslint@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1/manifests"},{"name":"conventional-changelog@3.0.0","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0/manifests"},{"name":"conventional-changelog-jquery@3.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4/manifests"},{"name":"conventional-changelog-jshint@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1/manifests"},{"name":"conventional-changelog-preset-loader@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2/manifests"},{"name":"conventional-changelog-writer@4.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2/manifests"},{"name":"standard-changelog@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2/manifests"},{"name":"conventional-commits-filter@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1/manifests"},{"name":"conventional-commits-parser@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2/manifests"},{"name":"conventional-changelog-atom@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.6","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1/manifests"},{"name":"conventional-changelog-jquery@3.0.3","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.5","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.4","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.2","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1/manifests"},{"name":"conventional-changelog-core@3.1.0","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0/manifests"},{"name":"conventional-changelog-ember@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1/manifests"},{"name":"standard-changelog@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2/manifests"},{"name":"conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1/manifests"},{"name":"conventional-changelog-angular@5.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0/manifests"},{"name":"conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1/manifests"},{"name":"conventional-changelog-codemirror@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0/manifests"},{"name":"conventional-changelog-ember@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-atom@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0/manifests"},{"name":"conventional-changelog-eslint@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0/manifests"},{"name":"conventional-changelog-express@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0/manifests"},{"name":"conventional-changelog-jquery@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0/manifests"},{"name":"conventional-changelog-jshint@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0/manifests"},{"name":"conventional-recommended-bump@4.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1/manifests"},{"name":"conventional-changelog-angular@4.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%404.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1/manifests"},{"name":"conventional-changelog-eslint@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0/manifests"},{"name":"standard-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0/manifests"},{"name":"git-semver-tags@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0/manifests"},{"name":"git-raw-commits@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0/manifests"},{"name":"conventional-recommended-bump@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0/manifests"},{"name":"conventional-commits-parser@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0/manifests"},{"name":"conventional-commits-filter@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0/manifests"},{"name":"conventional-changelog-jshint@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0/manifests"},{"name":"conventional-changelog-express@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0/manifests"},{"name":"conventional-changelog-ember@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0/manifests"},{"name":"conventional-changelog-core@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0/manifests"},{"name":"conventional-changelog-codemirror@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0/manifests"},{"name":"conventional-changelog-atom@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0/manifests"},{"name":"conventional-changelog-angular@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0/manifests"},{"name":"conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.22","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22/manifests"},{"name":"conventional-changelog-ember@0.3.12","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12/manifests"},{"name":"conventional-changelog-jquery@1.3.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9/manifests"},{"name":"conventional-recommended-bump@2.0.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9/manifests"},{"name":"gulp-conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-angular@3.0.7","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7/manifests"},{"name":"standard-changelog@1.0.19","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19/manifests"},{"name":"conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-core@2.0.11","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11/manifests"},{"name":"conventional-changelog-angular@3.0.6","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6/manifests"},{"name":"conventional-changelog-atom@0.2.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8/manifests"},{"name":"conventional-changelog-jshint@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8/manifests"},{"name":"gulp-conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-writer@3.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9/manifests"},{"name":"conventional-changelog-cli@1.3.21","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21/manifests"},{"name":"standard-changelog@1.0.18","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18/manifests"},{"name":"conventional-changelog-codemirror@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8/manifests"},{"name":"conventional-changelog-core@2.0.10","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10/manifests"},{"name":"conventional-changelog-ember@0.3.11","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11/manifests"},{"name":"conventional-changelog-eslint@1.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9/manifests"},{"name":"conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-jquery@1.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8/manifests"},{"name":"conventional-changelog-writer@3.0.8","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.10","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10/manifests"},{"name":"conventional-changelog-core@2.0.9","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9/manifests"},{"name":"conventional-changelog-cli@1.3.20","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20/manifests"},{"name":"conventional-changelog-angular@3.0.5","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5/manifests"},{"name":"conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22/manifests"},{"name":"standard-changelog@1.0.17","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17/manifests"},{"name":"gulp-conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-jshint@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7/manifests"},{"name":"conventional-changelog-preset-loader@1.1.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8/manifests"},{"name":"conventional-changelog-angular@3.0.4","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4/manifests"},{"name":"conventional-commits-parser@2.1.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7/manifests"},{"name":"standard-changelog@1.0.16","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16/manifests"},{"name":"conventional-changelog-core@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8/manifests"},{"name":"conventional-changelog-writer@3.0.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7/manifests"},{"name":"gulp-conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-cli@1.3.19","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19/manifests"},{"name":"git-semver-tags@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6/manifests"},{"name":"git-raw-commits@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6/manifests"},{"name":"conventional-recommended-bump@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.9","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9/manifests"},{"name":"conventional-changelog-atom@0.2.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7/manifests"},{"name":"conventional-changelog-eslint@1.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8/manifests"},{"name":"conventional-changelog-express@0.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6/manifests"},{"name":"conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-jquery@1.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7/manifests"},{"name":"conventional-changelog-codemirror@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7/manifests"},{"name":"conventional-changelog-jquery@1.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6/manifests"},{"name":"conventional-changelog-angular@3.0.3","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3/manifests"},{"name":"conventional-changelog-atom@0.2.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6/manifests"},{"name":"conventional-changelog-cli@1.3.18","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18/manifests"},{"name":"conventional-changelog-codemirror@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6/manifests"},{"name":"conventional-changelog-core@2.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7/manifests"},{"name":"conventional-changelog-ember@0.3.8","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8/manifests"},{"name":"conventional-changelog-eslint@1.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7/manifests"},{"name":"conventional-changelog-jshint@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6/manifests"},{"name":"conventional-changelog-writer@3.0.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6/manifests"},{"name":"standard-changelog@1.0.15","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15/manifests"},{"name":"gulp-conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-angular@3.0.2","sha":"1cc079df803f58b52c8aa997fff43e9c162266e7","kind":"tag","published_at":"2018-03-22T14:14:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2/manifests"},{"name":"conventional-changelog-jshint@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5/manifests"},{"name":"standard-changelog@1.0.14","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14/manifests"},{"name":"gulp-conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19/manifests"},{"name":"git-semver-tags@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5/manifests"},{"name":"git-raw-commits@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7/manifests"},{"name":"conventional-commits-parser@2.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6/manifests"},{"name":"conventional-commits-filter@1.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5/manifests"},{"name":"conventional-changelog-preset-loader@1.1.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7/manifests"},{"name":"conventional-changelog-jquery@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5/manifests"},{"name":"conventional-changelog-express@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6/manifests"},{"name":"conventional-changelog-ember@0.3.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7/manifests"},{"name":"conventional-changelog-core@2.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5/manifests"},{"name":"conventional-changelog-cli@1.3.17","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17/manifests"},{"name":"conventional-changelog-atom@0.2.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5/manifests"},{"name":"conventional-changelog-angular@3.0.1","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1/manifests"},{"name":"conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19/manifests"},{"name":"conventional-changelog-angular@3.0.0","sha":"49997aaba373502e5b38bd366846934641e95799","kind":"tag","published_at":"2018-03-22T13:45:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0/manifests"},{"name":"conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-cli@1.3.16","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16/manifests"},{"name":"conventional-changelog-eslint@1.0.5","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5/manifests"},{"name":"gulp-conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18/manifests"},{"name":"conventional-commits-parser@2.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5/manifests"},{"name":"conventional-commits-filter@1.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5/manifests"},{"name":"conventional-changelog-writer@3.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6/manifests"},{"name":"conventional-changelog-jshint@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4/manifests"},{"name":"conventional-changelog-jquery@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4/manifests"},{"name":"conventional-changelog-express@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4/manifests"},{"name":"standard-changelog@1.0.13","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13/manifests"},{"name":"conventional-changelog-ember@0.3.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4/manifests"},{"name":"gulp-conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17/manifests"},{"name":"git-semver-tags@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4/manifests"},{"name":"git-raw-commits@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4/manifests"},{"name":"conventional-recommended-bump@2.0.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6/manifests"},{"name":"conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17/manifests"},{"name":"conventional-changelog-angular@1.6.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6/manifests"},{"name":"conventional-changelog-atom@0.2.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4/manifests"},{"name":"conventional-changelog-cli@1.3.15","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15/manifests"},{"name":"conventional-changelog-codemirror@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5/manifests"},{"name":"conventional-changelog-core@2.0.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4/manifests"},{"name":"conventional-changelog-ember@0.3.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5/manifests"},{"name":"conventional-changelog-eslint@1.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3/manifests"},{"name":"git-raw-commits@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3/manifests"},{"name":"conventional-changelog-atom@0.2.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3/manifests"},{"name":"conventional-changelog-jshint@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3/manifests"},{"name":"conventional-changelog-angular@1.6.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5/manifests"},{"name":"conventional-changelog-jquery@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5/manifests"},{"name":"conventional-changelog-cli@1.3.14","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14/manifests"},{"name":"conventional-changelog-writer@3.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3/manifests"},{"name":"conventional-changelog-codemirror@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3/manifests"},{"name":"conventional-commits-filter@1.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4/manifests"},{"name":"conventional-commits-parser@2.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4/manifests"},{"name":"git-semver-tags@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3/manifests"},{"name":"gulp-conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16/manifests"},{"name":"standard-changelog@1.0.12","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12/manifests"},{"name":"conventional-changelog-express@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3/manifests"},{"name":"conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15/manifests"},{"name":"gulp-conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15/manifests"},{"name":"conventional-changelog-cli@1.3.13","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13/manifests"},{"name":"conventional-recommended-bump@2.0.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4/manifests"},{"name":"gulp-conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14/manifests"},{"name":"git-semver-tags@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2/manifests"},{"name":"git-raw-commits@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2/manifests"},{"name":"conventional-recommended-bump@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3/manifests"},{"name":"standard-changelog@1.0.11","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11/manifests"},{"name":"conventional-changelog-writer@3.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2/manifests"},{"name":"conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14/manifests"},{"name":"conventional-changelog-angular@1.6.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4/manifests"},{"name":"conventional-changelog-atom@0.2.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2/manifests"},{"name":"conventional-changelog-cli@1.3.12","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12/manifests"},{"name":"conventional-changelog-codemirror@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2/manifests"},{"name":"conventional-changelog-core@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.3.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4/manifests"},{"name":"conventional-changelog-eslint@1.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2/manifests"},{"name":"conventional-changelog-express@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2/manifests"},{"name":"conventional-changelog-jquery@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2/manifests"},{"name":"conventional-changelog-jshint@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2/manifests"},{"name":"conventional-commits-filter@1.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3/manifests"},{"name":"conventional-commits-parser@2.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3/manifests"},{"name":"gulp-conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13/manifests"},{"name":"git-semver-tags@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1/manifests"},{"name":"git-raw-commits@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1/manifests"},{"name":"conventional-recommended-bump@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2/manifests"},{"name":"conventional-commits-parser@2.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2/manifests"},{"name":"conventional-commits-filter@1.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2/manifests"},{"name":"conventional-changelog-writer@3.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1/manifests"},{"name":"conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13/manifests"},{"name":"standard-changelog@1.0.10","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10/manifests"},{"name":"conventional-changelog-jquery@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1/manifests"},{"name":"conventional-changelog-express@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1/manifests"},{"name":"conventional-changelog-ember@0.3.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2/manifests"},{"name":"conventional-changelog-codemirror@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1/manifests"},{"name":"conventional-changelog-cli@1.3.11","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11/manifests"},{"name":"conventional-changelog-atom@0.2.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1/manifests"},{"name":"conventional-changelog-angular@1.6.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3/manifests"},{"name":"conventional-changelog-jshint@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1/manifests"},{"name":"gulp-conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12/manifests"},{"name":"conventional-changelog-cli@1.3.10","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10/manifests"},{"name":"conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12/manifests"},{"name":"conventional-recommended-bump@2.0.1","sha":"a4f0aa902d3e966fe6d6b1d46f2130838524cfbf","kind":"tag","published_at":"2018-02-12T14:54:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1/manifests"},{"name":"conventional-recommended-bump@2.0.0","sha":"9885d205ed96338575335652d006f475408e1195","kind":"tag","published_at":"2018-02-12T14:30:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0/manifests"},{"name":"conventional-changelog-preset-loader@1.1.2","sha":"a450d974237d440009ec3fb4c63974cf066e8f79","kind":"tag","published_at":"2018-02-12T04:07:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.1","sha":"5af1f00dcc4e1f9c3299bc7feb322a88b711f042","kind":"tag","published_at":"2018-02-09T04:17:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.0","sha":"c3eb36dbc52f383df6f3dcf3a3870b01ceee0b8b","kind":"tag","published_at":"2018-02-08T14:46:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0/manifests"},{"name":"conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11/manifests"},{"name":"standard-changelog@1.0.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9/manifests"},{"name":"gulp-conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11/manifests"},{"name":"conventional-recommended-bump@1.2.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1/manifests"},{"name":"conventional-commits-parser@2.1.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1/manifests"},{"name":"conventional-changelog-ember@0.3.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2/manifests"},{"name":"conventional-changelog-core@2.0.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1/manifests"},{"name":"conventional-changelog-cli@1.3.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9/manifests"},{"name":"conventional-changelog-angular@1.6.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2/manifests"},{"name":"conventional-changelog-cli@1.3.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8/manifests"},{"name":"conventional-changelog-core@2.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0/manifests"},{"name":"conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10/manifests"},{"name":"conventional-changelog-angular@1.6.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1/manifests"},{"name":"conventional-recommended-bump@1.2.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0/manifests"},{"name":"git-semver-tags@1.3.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0/manifests"},{"name":"gulp-conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10/manifests"},{"name":"standard-changelog@1.0.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0/manifests"},{"name":"conventional-changelog-writer@3.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0/manifests"},{"name":"conventional-changelog-atom@0.2.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0/manifests"},{"name":"conventional-changelog-codemirror@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0/manifests"},{"name":"conventional-changelog-cli@1.3.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7/manifests"},{"name":"conventional-changelog-core@1.9.5","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5/manifests"},{"name":"conventional-changelog-ember@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0/manifests"},{"name":"conventional-changelog-eslint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0/manifests"},{"name":"conventional-changelog-express@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0/manifests"},{"name":"conventional-changelog-jquery@1.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0/manifests"},{"name":"conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9/manifests"},{"name":"gulp-conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-jshint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0/manifests"},{"name":"standard-changelog@1.0.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7/manifests"},{"name":"conventional-changelog-angular@1.6.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0/manifests"},{"name":"conventional-commits-parser@2.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0/manifests"},{"name":"conventional-changelog-writer@2.0.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.2.10","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10/manifests"},{"name":"conventional-changelog-core@1.9.4","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4/manifests"},{"name":"conventional-changelog-cli@1.3.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6/manifests"},{"name":"conventional-changelog-angular@1.5.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3/manifests"},{"name":"conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8/manifests"},{"name":"conventional-recommended-bump@1.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0/manifests"},{"name":"gulp-conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8/manifests"},{"name":"standard-changelog@1.0.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6/manifests"},{"name":"conventional-commits-filter@1.1.1","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1/manifests"},{"name":"conventional-changelog-angular@1.5.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2/manifests"},{"name":"conventional-changelog-core@1.9.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3/manifests"},{"name":"conventional-changelog-ember@0.2.9","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9/manifests"},{"name":"conventional-changelog-eslint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%400.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1/manifests"},{"name":"conventional-changelog-express@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1/manifests"},{"name":"conventional-changelog-jquery@1.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1/manifests"},{"name":"conventional-changelog-jshint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1/manifests"},{"name":"conventional-changelog-writer@2.0.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2/manifests"},{"name":"conventional-commits-filter@1.1.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0/manifests"},{"name":"conventional-commits-parser@2.0.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1/manifests"},{"name":"conventional-recommended-bump@1.0.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3/manifests"},{"name":"git-raw-commits@1.3.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0/manifests"},{"name":"git-semver-tags@1.2.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3/manifests"},{"name":"gulp-conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7/manifests"},{"name":"standard-changelog@1.0.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5/manifests"},{"name":"conventional-changelog-codemirror@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1/manifests"},{"name":"conventional-changelog-cli@1.3.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5/manifests"},{"name":"conventional-changelog-atom@0.1.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2/manifests"},{"name":"conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7/manifests"},{"name":"@marionebl/conventional-commits-parser@3.0.0","sha":"edf4068ce4c3ea6ac5b61323473ab655be5eb895","kind":"tag","published_at":"2017-11-01T07:09:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/@marionebl/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/@marionebl/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@%40marionebl%2Fconventional-commits-parser%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2/manifests"},{"name":"git-semver-tags@1.2.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2/manifests"},{"name":"gulp-conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-ember@0.2.8","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8/manifests"},{"name":"conventional-changelog-core@1.9.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2/manifests"},{"name":"standard-changelog@1.0.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4/manifests"},{"name":"conventional-changelog-cli@1.3.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4/manifests"},{"name":"conventional-changelog-angular@1.5.1","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1/manifests"},{"name":"conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5/manifests"},{"name":"standard-changelog@1.0.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3/manifests"},{"name":"conventional-changelog-writer@2.0.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1/manifests"},{"name":"conventional-changelog-angular@1.5.0","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0/manifests"},{"name":"conventional-changelog-cli@1.3.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3/manifests"},{"name":"conventional-changelog-core@1.9.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1/manifests"},{"name":"conventional-changelog-ember@0.2.7","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7/manifests"},{"name":"gulp-conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5/manifests"},{"name":"gulp-conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4/manifests"},{"name":"conventional-changelog-writer@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0/manifests"},{"name":"conventional-commits-parser@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1/manifests"},{"name":"git-semver-tags@1.2.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1/manifests"},{"name":"standard-changelog@1.0.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2/manifests"},{"name":"conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4/manifests"},{"name":"conventional-changelog-angular@1.4.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0/manifests"},{"name":"conventional-changelog-atom@0.1.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1/manifests"},{"name":"conventional-changelog-cli@1.3.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2/manifests"},{"name":"conventional-changelog-codemirror@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0/manifests"},{"name":"conventional-changelog-core@1.9.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0/manifests"},{"name":"conventional-changelog-ember@0.2.6","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6/manifests"},{"name":"conventional-changelog-eslint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%400.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0/manifests"},{"name":"conventional-changelog-express@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0/manifests"},{"name":"conventional-changelog-jquery@1.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0/manifests"},{"name":"conventional-changelog-jshint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0/manifests"},{"name":"conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3/manifests"},{"name":"standard-changelog@1.0.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1/manifests"},{"name":"gulp-conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3/manifests"},{"name":"conventional-changelog-ember@0.2.5","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5/manifests"},{"name":"conventional-changelog-core@1.8.0","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.8.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0/manifests"},{"name":"conventional-changelog-cli@1.3.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1/manifests"},{"name":"conventional-changelog-angular@1.3.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3/manifests"},{"name":"standard-changelog@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0/manifests"},{"name":"conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2/manifests"},{"name":"conventional-changelog-angular@1.3.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2/manifests"},{"name":"conventional-changelog-cli@1.3.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0/manifests"},{"name":"conventional-changelog-core@1.7.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.7.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0/manifests"},{"name":"conventional-changelog-ember@0.2.4","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4/manifests"},{"name":"conventional-recommended-bump@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0/manifests"},{"name":"git-raw-commits@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0/manifests"},{"name":"git-semver-tags@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0/manifests"},{"name":"gulp-conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2/manifests"},{"name":"gulp-conventional-changelog@1.1.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"tag","published_at":"2017-03-10T05:35:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0/manifests"},{"name":"conventional-changelog-angular@1.3.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1/manifests"},{"name":"gulp-conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1/manifests"},{"name":"standard-changelog@0.0.2","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@0.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%400.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2/manifests"},{"name":"conventional-changelog-cli@1.2.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1/manifests"},{"name":"conventional-changelog-ember@0.2.3","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3/manifests"},{"name":"conventional-changelog-core@1.6.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0/manifests"},{"name":"conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-cli@1.2.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:01:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0/manifests"},{"name":"conventional-changelog-core@1.5.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:00:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0/manifests"},{"name":"git-raw-commits@1.1.2","sha":"f5fe78b1f15791cb0499744bf278dff22b52732f","kind":"tag","published_at":"2017-03-09T07:37:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2/manifests"},{"name":"git-semver-tags@1.1.2","sha":"7be07c7c0f49572b1c0e9c98f004b599d8b5bb1a","kind":"tag","published_at":"2017-03-09T07:35:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2/manifests"},{"name":"v1.1.0","sha":"600d411569271467389c3cbe71f7f657980e89a1","kind":"tag","published_at":"2016-02-13T06:59:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"9591280a8d09220aced3383abe3bc7ecbb34b503","kind":"tag","published_at":"2016-02-13T06:37:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"beef421f56939190a4ca30c28788eda1b3f9480d","kind":"tag","published_at":"2016-02-05T13:49:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"c8e90ab7fddd0b98855913e73fc12f9dc9dc81b1","kind":"tag","published_at":"2016-02-05T12:59:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0/manifests"},{"name":"v0.5.3","sha":"d79ce243223260b153699b99de0503698546ea63","kind":"tag","published_at":"2015-12-25T05:07:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"9e7b771072a2680c6c335fcad38003aade53213e","kind":"tag","published_at":"2015-12-23T12:24:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"4bf7d8df29f7be29552b82ec2b7112fad0c39a3e","kind":"tag","published_at":"2015-10-20T09:52:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"5ca2204b472704543ebbc744a22f8f90ec659659","kind":"tag","published_at":"2015-09-30T08:49:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"e5f2f3bc675e2c7e5cc6aa0ed50da7941833e492","kind":"tag","published_at":"2015-09-04T03:16:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"7536a0b351cc4f2764e71cbc268a178ab595259d","kind":"tag","published_at":"2015-08-17T01:28:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"56fa3d92620a41a875b3337fa51d04d6df23b1a8","kind":"tag","published_at":"2015-08-15T12:34:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"eefec0ef598a92e78510ee8626fd9bbcdb1398e4","kind":"tag","published_at":"2015-08-15T11:19:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0/manifests"},{"name":"v0.3.2","sha":"74b99dca61eafd56ba93605016b086a1108e77fe","kind":"tag","published_at":"2015-08-13T03:12:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"a1aca9c31a45aded77962bd0defc32e503aec213","kind":"commit","published_at":"2015-08-11T06:23:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"b489672d27ff703337c540f0fbc43f6486a84d99","kind":"commit","published_at":"2015-08-09T03:27:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"12e3cd6b151353dbe7f584adabbe5dd8a28424db","kind":"commit","published_at":"2015-07-24T08:13:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"f437b457b5ea6c105535a360144000f8315db54d","kind":"commit","published_at":"2015-07-24T04:54:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0/manifests"},{"name":"v0.1.3","sha":"c8fa9d0b94f8ac07f162623e4b9e9e68aad82e62","kind":"commit","published_at":"2015-07-22T11:06:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"6ba5d6e4b90a154dbca6ec0f80c66ad5995cd770","kind":"commit","published_at":"2015-07-22T07:10:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c015f8762f70eff2be7b8d7fb82438689239d717","kind":"commit","published_at":"2015-07-20T07:55:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"7253d0fea773e3f7cc0a3fb8278c9da070df26ee","kind":"commit","published_at":"2015-07-20T07:12:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.3","sha":"0c9f1e89bfacec8e08bac8ef96d64e3abdbecda7","kind":"commit","published_at":"2015-07-17T11:02:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"fec1baf43b8c0156682d4014a4fd066bd24ad448","kind":"commit","published_at":"2015-07-17T06:23:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"a5ea0dfada48601b9e3fbec78dd37d70380a2db6","kind":"commit","published_at":"2015-07-15T08:03:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1/manifests"},{"name":"v0.1.0-alpha.3","sha":"9b6cc68a2c17c9671363fe7af5de7ebd3a06aaeb","kind":"commit","published_at":"2015-07-06T01:27:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-alpha.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3/manifests"},{"name":"v0.1.0-alpha.2","sha":"34b0f460c34ecc48af857d8ee5d7038970ba56fb","kind":"commit","published_at":"2015-06-29T12:04:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-alpha.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2/manifests"},{"name":"v0.1.0-alpha.1","sha":"05b3415fc699ab43f3fa33b5ecd040ab5ecdf9e2","kind":"commit","published_at":"2015-06-24T04:42:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-alpha.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1/manifests"},{"name":"v0.0.17","sha":"3cae05244e48af9cf4abbef3114060db585a574c","kind":"commit","published_at":"2015-04-03T02:12:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"c0719ce6ba16778dd34c2cfdc81e7f3c5321409d","kind":"commit","published_at":"2015-03-19T04:15:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"57af04dc3e362c0e327b716279c9143028c6e0da","kind":"commit","published_at":"2015-03-18T20:23:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"69be290efb58a6a92e9ae78d7b37168d293920b5","kind":"commit","published_at":"2015-03-13T21:22:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"15a39d02ba3d666e7820eecbb8c5493ef2f6040a","kind":"commit","published_at":"2015-03-12T23:17:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13/manifests"},{"name":"v0.0.11","sha":"37f5561553c30d8f0f2c949502ea278da64949cd","kind":"tag","published_at":"2014-05-28T13:14:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"ad6f6ec5499d2c902b88da95487862d50e5ad776","kind":"tag","published_at":"2014-05-28T12:51:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"87efbabd9bc2a0fd83255e6cb856961b10aef9eb","kind":"tag","published_at":"2014-05-06T17:11:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"94b12cf69c51264b1edb6c81b50a262f0536894b","kind":"tag","published_at":"2014-04-10T14:45:48.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"1cf17e494fd7d8538c55189c72c0cf57d145ef41","kind":"tag","published_at":"2014-04-10T14:06:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"861f9ec93de28be4185b35815c2b6ab17746eb3f","kind":"commit","published_at":"2014-01-23T19:39:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"3f59f7356c86f30ef8e8754386373c2a8f97b367","kind":"commit","published_at":"2014-01-23T18:59:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6fa2c22464dcd964df604550c2ce2ed1d2f4362b","kind":"commit","published_at":"2014-01-04T21:36:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4/manifests"}]},"repo_metadata_updated_at":"2025-10-31T05:40:12.179Z","dependent_packages_count":2,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":31.979943940947386,"dependent_packages_count":22.360619819704137,"stargazers_count":2.8388673422912785,"forks_count":5.638609719443903,"average":15.704510205596677},"purl":"pkg:maven/org.webjars.npm/conventional-commits-parser","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/maven/org.webjars.npm:conventional-commits-parser","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/maven/org.webjars.npm:conventional-commits-parser","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/maven/org.webjars.npm:conventional-commits-parser/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-10-29T14:29:47.234Z","issues_count":160,"pull_requests_count":531,"avg_time_to_close_issue":29861598.337837838,"avg_time_to_close_pull_request":12509911.262582056,"issues_closed_count":74,"pull_requests_closed_count":457,"pull_request_authors_count":84,"issue_authors_count":135,"avg_comments_per_issue":2.0125,"avg_comments_per_pull_request":1.2391713747645952,"merged_pull_requests_count":337,"bot_issues_count":3,"bot_pull_requests_count":268,"past_year_issues_count":30,"past_year_pull_requests_count":110,"past_year_avg_time_to_close_issue":3046943.3636363638,"past_year_avg_time_to_close_pull_request":1239705.430379747,"past_year_issues_closed_count":11,"past_year_pull_requests_closed_count":79,"past_year_pull_request_authors_count":18,"past_year_issue_authors_count":24,"past_year_avg_comments_per_issue":1.6,"past_year_avg_comments_per_pull_request":0.9181818181818182,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":66,"past_year_merged_pull_requests_count":66,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues","maintainers":[{"login":"dangreen","count":93,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"},{"login":"bcoe","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bcoe"},{"login":"tommywo","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tommywo"}],"active_maintainers":[{"login":"dangreen","count":22,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:conventional-commits-parser/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:conventional-commits-parser/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:conventional-commits-parser/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:conventional-commits-parser/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:conventional-commits-parser/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:conventional-commits-parser/codemeta","maintainers":[],"registry":{"name":"repo1.maven.org","url":"https://repo.maven.apache.org/maven2","ecosystem":"maven","default":true,"packages_count":608406,"maintainers_count":0,"namespaces_count":80807,"keywords_count":34879,"github":"maven-central","metadata":{"funded_packages_count":37828},"icon_url":"https://github.com/maven-central.png","created_at":"2022-07-21T16:40:13.074Z","updated_at":"2026-06-10T05:05:55.821Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/namespaces"}},{"id":4999530,"name":"org.webjars.npm:git-raw-commits","ecosystem":"maven","description":"WebJar for git-raw-commits","homepage":"https://www.webjars.org","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":[],"namespace":"org.webjars.npm","versions_count":1,"first_release_published_at":"2021-04-05T06:27:16.000Z","latest_release_published_at":"2021-04-05T06:27:16.000Z","latest_release_number":"2.0.0","last_synced_at":"2026-06-03T20:26:53.454Z","created_at":"2022-07-27T10:56:51.877Z","updated_at":"2026-06-03T20:26:53.454Z","registry_url":"https://central.sonatype.com/artifact/org.webjars.npm/git-raw-commits/","install_command":null,"documentation_url":"https://appdoc.app/artifact/org.webjars.npm/git-raw-commits/","metadata":{"repositories":["https://repo.maven.apache.org/maven2"]},"repo_metadata":{"id":12961414,"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2025-10-23T17:43:12.000Z","size":6366,"stargazers_count":8280,"open_issues_count":245,"forks_count":731,"subscribers_count":51,"default_branch":"master","last_synced_at":"2025-10-24T01:48:17.818Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2025-10-23T01:16:08.000Z","dependencies_parsed_at":"2022-07-13T10:30:31.523Z","dependency_job_id":"5f6d159e-c4c6-405b-9fa7-976ffc4dfa04","html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1686,"total_committers":150,"mean_commits":11.24,"dds":0.4792408066429419,"last_synced_commit":"65550d9a30cfab4b00b3e982e42bd68fedafcefc"},"previous_names":["ajoslin/conventional-changelog"],"tags_count":804,"template":false,"template_full_name":null,"purl":"pkg:github/conventional-changelog/conventional-changelog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/sbom","scorecard":{"id":174827,"data":{"date":"2025-08-11","repo":{"name":"github.com/conventional-changelog/conventional-changelog","commit":"1552de5434163eb63d3bf73d97bcb3bf34de8586"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 7 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":1,"reason":"Found 4/22 approved changesets -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/checks.yml:1","Warn: no topLevel permission defined: .github/workflows/commit.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Warn: no topLevel permission defined: .github/workflows/tests.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/checks.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/checks.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/commit.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/commit.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/commit.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:50: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:85: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:87: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:91: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:102: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Info:   0 out of  17 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  14 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: ISC License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 16 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":7,"reason":"3 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-xffm-g5w8-qvg7","Warn: Project is vulnerable to: GHSA-67mh-4wv8-2f99","Warn: Project is vulnerable to: GHSA-52f5-9888-hmc6"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-16T17:26:40.503Z","repository_id":12961414,"created_at":"2025-08-16T17:26:40.503Z","updated_at":"2025-08-16T17:26:40.503Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281931845,"owners_count":26585822,"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","status":"online","status_checked_at":"2025-10-31T02:00:07.401Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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"},"owner_record":{"login":"conventional-changelog","name":"conventional-changelog","uuid":"16443515","kind":"organization","description":"Tools to generate changelogs and release notes from a project's commit messages and metadata.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16443515?v=4","repositories_count":12,"last_synced_at":"2025-04-05T03:02:08.595Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/conventional-changelog","funding_links":[],"total_stars":33067,"followers":419,"following":0,"created_at":"2022-11-02T16:25:21.572Z","updated_at":"2025-04-05T03:02:08.596Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog/repositories"},"tags":[{"name":"conventional-changelog-angular-v8.1.0","sha":"4a8c5d57a058c5b103a8ebddf94e19cf67a58a18","kind":"commit","published_at":"2025-10-20T20:40:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v8.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v8.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular-v8.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.1.0/manifests"},{"name":"conventional-commits-parser-v6.2.1","sha":"4a8c5d57a058c5b103a8ebddf94e19cf67a58a18","kind":"commit","published_at":"2025-10-20T20:40:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v6.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.2.1/manifests"},{"name":"conventional-changelog-v7.1.1","sha":"d3934017f5c8987a0b4a5fdf3782f26cd43ab486","kind":"commit","published_at":"2025-07-10T17:30:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v7.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v7.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v7.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.1.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v9.1.0","sha":"b3bec6cd666605edb0727765637d8de30a672b86","kind":"commit","published_at":"2025-07-10T15:38:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v9.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v9.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v9.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v9.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v9.1.0/manifests"},{"name":"conventional-changelog-writer-v8.2.0","sha":"429fa80cf3232ddc89ad2e6593a5087da55f2192","kind":"commit","published_at":"2025-07-09T21:51:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v8.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.2.0/manifests"},{"name":"conventional-commits-parser-v6.2.0","sha":"a10c63faccc776bfc941a54dbcfa2d128bbfb374","kind":"commit","published_at":"2025-06-09T09:39:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v6.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.2.0/manifests"},{"name":"conventional-changelog-v7.1.0","sha":"549320cb33c00bea312fcf70c31d3ee6973ba488","kind":"commit","published_at":"2025-06-07T17:07:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v7.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v7.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v7.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.1.0/manifests"},{"name":"conventional-recommended-bump-v11.2.0","sha":"549320cb33c00bea312fcf70c31d3ee6973ba488","kind":"commit","published_at":"2025-06-07T17:07:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v11.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v11.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v11.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.2.0/manifests"},{"name":"git-client-v2.5.1","sha":"07103bc206c6b75af47183a700868d69424c5f5f","kind":"commit","published_at":"2025-06-02T10:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.5.1/manifests"},{"name":"git-client-v2.5.0","sha":"7926760758a6635d423d91288a11253bb663698c","kind":"commit","published_at":"2025-06-02T00:10:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.5.0/manifests"},{"name":"git-client-v2.4.0","sha":"81588478678c36e7465a90cfe56e4981c13729a9","kind":"commit","published_at":"2025-05-27T19:05:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.4.0/manifests"},{"name":"git-client-v2.3.0","sha":"abf8f2b4f11a8c4dcee54346fb39cee04c05242b","kind":"commit","published_at":"2025-05-23T19:01:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.3.0/manifests"},{"name":"conventional-changelog-v7.0.2","sha":"d42c917ee7b2732b9e4bc42bf70f6700ac028e1b","kind":"commit","published_at":"2025-05-22T20:08:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v7.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.2/manifests"},{"name":"conventional-changelog-v7.0.1","sha":"2dcae156d1dc9c40a2392c3dd9363449f3f59f75","kind":"commit","published_at":"2025-05-19T22:26:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.1/manifests"},{"name":"standard-changelog-v7.0.1","sha":"2dcae156d1dc9c40a2392c3dd9363449f3f59f75","kind":"commit","published_at":"2025-05-19T22:26:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v7.0.1/manifests"},{"name":"git-client-v2.2.0","sha":"2dcae156d1dc9c40a2392c3dd9363449f3f59f75","kind":"commit","published_at":"2025-05-19T22:26:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.2.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v9.0.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v9.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v9.0.0/manifests"},{"name":"conventional-changelog-writer-v8.1.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v8.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.1.0/manifests"},{"name":"conventional-recommended-bump-v11.1.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v11.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v11.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v11.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.1.0/manifests"},{"name":"git-client-v2.1.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.1.0/manifests"},{"name":"standard-changelog-v7.0.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v7.0.0/manifests"},{"name":"conventional-changelog-v7.0.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.0/manifests"},{"name":"conventional-commits-parser-v6.1.0","sha":"641a04473146d99189ec31d948202f8ef973da37","kind":"commit","published_at":"2025-01-15T16:19:55.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v6.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v11.0.0","sha":"3abb8c6494cd57fd52755d00669c10e4cc25a034","kind":"commit","published_at":"2025-01-15T16:19:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v11.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v11.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v11.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.0.0/manifests"},{"name":"conventional-changelog-writer-v8.0.1","sha":"fe3da2f131673200f695d6c9f34d8d0303042329","kind":"commit","published_at":"2025-01-15T16:14:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v8.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.1/manifests"},{"name":"git-client-v2.0.0","sha":"2ea0eec3e46bb9de9d57001d3aac074076e668a7","kind":"commit","published_at":"2025-01-15T16:13:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.0.0/manifests"},{"name":"conventional-changelog-core-v9.0.0","sha":"1ac3f1268140c999c669908085d0879b5d294c1a","kind":"commit","published_at":"2025-01-15T16:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v9.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v9.0.0/manifests"},{"name":"git-client-v1.0.1","sha":"d3b8aaa16337993bbad4d91db1ffac5a7568756b","kind":"commit","published_at":"2024-05-06T14:46:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1/manifests"},{"name":"conventional-changelog-v6.0.0","sha":"83bb15ba5de08f080884fc906c6db3c99c8b2131","kind":"commit","published_at":"2024-04-26T22:08:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0/manifests"},{"name":"conventional-changelog-core-v8.0.0","sha":"7bc92fc05e4447f311ad52b6e39d36f461eaf083","kind":"commit","published_at":"2024-04-26T22:07:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v8.0.0","sha":"3129c812139bf7454a64b4d506e6b85cd5abc77c","kind":"commit","published_at":"2024-04-26T22:06:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0/manifests"},{"name":"git-semver-tags-v8.0.0","sha":"fbd1b3bcd6253a32de89eb21145c2eb70d9396b6","kind":"commit","published_at":"2024-04-26T22:05:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v5.0.0","sha":"e34c96db3dbebedb17a6583aae8855dddd056f83","kind":"commit","published_at":"2024-04-26T22:04:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0/manifests"},{"name":"conventional-changelog-angular-v8.0.0","sha":"2aa6291a93eb881230e896f87a5232873b6a9717","kind":"commit","published_at":"2024-04-26T22:04:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0/manifests"},{"name":"conventional-changelog-jquery-v6.0.0","sha":"1c71cd6d4868ef2e158963e277609a9794806306","kind":"commit","published_at":"2024-04-26T22:03:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v8.0.0","sha":"533e36277d1779a5ac79a06210c603b5f88bc030","kind":"commit","published_at":"2024-04-26T22:00:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0/manifests"},{"name":"conventional-changelog-eslint-v6.0.0","sha":"c7459cd7d1e1ab82c9a5d552b008c02aba290cad","kind":"commit","published_at":"2024-04-26T21:59:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0/manifests"},{"name":"git-raw-commits-v5.0.0","sha":"f61ea377e843db0852c35911785895ec43481f11","kind":"commit","published_at":"2024-04-26T21:58:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0/manifests"},{"name":"conventional-changelog-codemirror-v5.0.0","sha":"77525286ffc8869a6ac351ebe28198842815cb7c","kind":"commit","published_at":"2024-04-26T21:57:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0/manifests"},{"name":"conventional-changelog-cli-v5.0.0","sha":"a75cef688b9a1557ca981178d4d35c18963160b6","kind":"commit","published_at":"2024-04-26T21:53:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0/manifests"},{"name":"conventional-changelog-express-v5.0.0","sha":"a6ab80d6e30091a8b743ee97a87e7400af1ebc53","kind":"commit","published_at":"2024-04-26T21:53:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v10.0.0","sha":"d7c409b02f1d58cf6f0293edcadbe5f00a78a622","kind":"commit","published_at":"2024-04-26T21:52:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v10.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v10.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v10.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0/manifests"},{"name":"conventional-changelog-atom-v5.0.0","sha":"3b2b9d0ec2382f73d9cf000a1004596f90ece916","kind":"commit","published_at":"2024-04-26T21:51:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0/manifests"},{"name":"conventional-changelog-jshint-v5.0.0","sha":"d7dae509e72b09d1496ae51f1f04c15581c828fc","kind":"commit","published_at":"2024-04-26T21:50:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0/manifests"},{"name":"conventional-changelog-ember-v5.0.0","sha":"2e99dfa49112ffe6c864dd0e436f0db1e696b1f9","kind":"commit","published_at":"2024-04-26T21:50:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0/manifests"},{"name":"conventional-commits-parser-v6.0.0","sha":"646e1be132ccd0f32e3074de2f511be5c610984f","kind":"commit","published_at":"2024-04-26T21:48:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0/manifests"},{"name":"conventional-commits-filter-v5.0.0","sha":"be4266b7ef7b84ba5c198dfa8c143229f8a5b128","kind":"commit","published_at":"2024-04-26T21:47:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0/manifests"},{"name":"standard-changelog-v6.0.0","sha":"3e9b9387f29e48a508b70b88f26b40a6db9fea16","kind":"commit","published_at":"2024-04-26T21:45:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v5.0.0","sha":"041a1a9b73b201add30494aed19d026b948bd8f1","kind":"commit","published_at":"2024-04-26T21:41:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0/manifests"},{"name":"git-client-v1.0.0","sha":"7e51fe970576503cae3ab94e6e9b3e01017b044d","kind":"commit","published_at":"2024-04-26T21:21:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0/manifests"},{"name":"git-semver-tags-v7.0.1","sha":"fac8045242099c016f5f3905e54e02b7d466bd7b","kind":"commit","published_at":"2023-09-10T23:53:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1/manifests"},{"name":"conventional-changelog-writer-v7.0.1","sha":"e3a643ad39ec3bc4cfb1dff2aa1101333df33dc3","kind":"commit","published_at":"2023-09-10T23:49:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1/manifests"},{"name":"conventional-changelog-v5.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0/manifests"},{"name":"conventional-changelog-cli-v4.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0/manifests"},{"name":"conventional-changelog-core-v7.0.0","sha":"2e467dd39a35c3813597711a37690897183b4abc","kind":"commit","published_at":"2023-09-08T22:03:37.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0/manifests"},{"name":"git-semver-tags-v7.0.0","sha":"a13f788bd505d8253a2d92413fc4a7780e11ec07","kind":"commit","published_at":"2023-09-08T21:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0/manifests"},{"name":"standard-changelog-v5.0.0","sha":"34569c7a3fd2b0362a461517a1f4e20e7eecd9fc","kind":"commit","published_at":"2023-09-08T21:55:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v9.0.0","sha":"ad633d9d81f66ef80d7f77832a264cb0c5b971ef","kind":"commit","published_at":"2023-09-08T21:50:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v9.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.2","sha":"50113f9b569259d991f1a734a192964ca71f0118","kind":"commit","published_at":"2023-09-08T21:41:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v7.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2/manifests"},{"name":"conventional-changelog-preset-loader-v4.1.0","sha":"a14d2186575f6061f236c9a47d803694b18f8373","kind":"commit","published_at":"2023-09-08T21:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader-v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.1","sha":"ca4324b0a690b2595f8b574882ff95329a2dc195","kind":"commit","published_at":"2023-08-27T19:11:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1/manifests"},{"name":"conventional-commits-filter-v4.0.0","sha":"26fc9ea274dc0c62442ec9d97b20a2ebb49138bf","kind":"commit","published_at":"2023-08-27T12:55:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0/manifests"},{"name":"standard-changelog-v4.0.0","sha":"5b788265774bf4b63d3c83a178ca53e8e7095903","kind":"commit","published_at":"2023-08-27T12:50:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-eslint-v5.0.0","sha":"679594c0716275771cc23b314e4362899fe72f87","kind":"commit","published_at":"2023-08-27T12:46:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0/manifests"},{"name":"git-semver-tags-v6.0.0","sha":"1c75c72d9b5d59e3ea4e914c58a85f7559f29602","kind":"commit","published_at":"2023-08-27T12:40:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0/manifests"},{"name":"conventional-recommended-bump-v8.0.0","sha":"624377a24e8e3658bcf2329a9a98f9a7b02a4cb3","kind":"commit","published_at":"2023-08-27T12:33:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0/manifests"},{"name":"conventional-changelog-writer-v7.0.0","sha":"d669bb67dc713cb1e4374e3216ed7d83cde743c5","kind":"commit","published_at":"2023-08-27T12:27:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0/manifests"},{"name":"conventional-changelog-codemirror-v4.0.0","sha":"933fd0b3dd355d648faf57241b796a714004c722","kind":"commit","published_at":"2023-08-27T12:23:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0/manifests"},{"name":"conventional-changelog-express-v4.0.0","sha":"c9e9ceb3a3727659bd117bab01cbc7642d588f06","kind":"commit","published_at":"2023-08-27T12:16:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0/manifests"},{"name":"conventional-changelog-ember-v4.0.0","sha":"5d7c16268f79b7f180e34e997fdb37373d714666","kind":"commit","published_at":"2023-08-27T12:11:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0/manifests"},{"name":"conventional-changelog-jquery-v5.0.0","sha":"d643efb1050dcdaecee626044315644ff9b9e43b","kind":"commit","published_at":"2023-08-27T12:07:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v4.0.0","sha":"636646dd9ae062e9652a7f9ccaf6c329e6e9f924","kind":"commit","published_at":"2023-08-27T12:03:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0/manifests"},{"name":"conventional-changelog-v5.0.0","sha":"7985de3edc9e655369651ad464cb39b791887dc7","kind":"commit","published_at":"2023-08-27T11:58:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.0","sha":"5f0fe40743d8f559ab94ed11bbb4b8bda6fa6dcb","kind":"commit","published_at":"2023-08-27T11:51:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0/manifests"},{"name":"conventional-changelog-angular-v7.0.0","sha":"6c7a2e1a8807988bcb1a9842f72d14be3b1a89e3","kind":"commit","published_at":"2023-08-27T11:46:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0/manifests"},{"name":"conventional-changelog-jshint-v4.0.0","sha":"0204a9a340d2c85411e8de8905bc74c6146e5618","kind":"commit","published_at":"2023-08-27T11:41:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0/manifests"},{"name":"conventional-changelog-atom-v4.0.0","sha":"ab9b2c10e098ec8837d141102549f3eef698364c","kind":"commit","published_at":"2023-08-27T11:36:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0/manifests"},{"name":"conventional-changelog-cli-v4.0.0","sha":"29df6c4597afad27b9cda06f58eb564bcca609c4","kind":"commit","published_at":"2023-08-27T11:21:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0/manifests"},{"name":"conventional-changelog-core-v6.0.0","sha":"45613bbc2d13c798732e4b2bd4b2fa9ea67157d6","kind":"commit","published_at":"2023-08-27T11:17:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v4.0.0","sha":"5a896e3ef3aa9e751fcc74d7c76fa21d6d526cb0","kind":"commit","published_at":"2023-08-27T11:08:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0/manifests"},{"name":"git-raw-commits-v4.0.0","sha":"878fc56b43bc617177bf47fd8643a3b8b86078e5","kind":"commit","published_at":"2023-08-27T11:01:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0/manifests"},{"name":"conventional-commits-parser-v5.0.0","sha":"299de5acbe55a7d19dcdd2adc34681eae7264abf","kind":"commit","published_at":"2023-08-26T17:50:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0/manifests"},{"name":"git-semver-tags-v5.0.1","sha":"87914a362866a380e98a29edf19b2173e0911d8a","kind":"commit","published_at":"2023-07-09T19:10:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1/manifests"},{"name":"conventional-changelog-writer-v6.0.1","sha":"c123edea220b450cfa26813b6f198c3e8ebbd2b4","kind":"commit","published_at":"2023-07-09T14:49:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v6.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.2","sha":"83773c5e1a8874ea9809ca9db1dff60b7df1daae","kind":"commit","published_at":"2023-06-28T17:43:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v5.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.1.0","sha":"2e5fe6d9574ba896fa90b5bfcb50fb73d28af6d6","kind":"commit","published_at":"2023-06-17T21:30:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v6.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v7.0.1","sha":"f251b6899e313a9b23f3c8deb8b8b57217040892","kind":"commit","published_at":"2023-06-06T23:24:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.1","sha":"5b458dff9edf766446449acd1bbb8027a1e39fa5","kind":"commit","published_at":"2023-06-06T23:17:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1/manifests"},{"name":"gulp-conventional-changelog-v3.0.0","sha":"8ef6232797e5bf7c80422221374c53c03d5df36d","kind":"commit","published_at":"2023-06-06T22:50:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0/manifests"},{"name":"standard-changelog-v3.0.0","sha":"ea65f017b42b914ece780fd2fc799a6946912ed8","kind":"commit","published_at":"2023-06-06T22:42:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0/manifests"},{"name":"conventional-changelog-cli-v3.0.0","sha":"f00f4549cee9406054b77057a8135183fcd89710","kind":"commit","published_at":"2023-06-06T22:29:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0/manifests"},{"name":"conventional-changelog-v4.0.0","sha":"1a240f91ed584ed43e7f9c82235ca60eff0f4fa5","kind":"commit","published_at":"2023-06-06T19:50:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-core-v5.0.0","sha":"8507f601486c8ff6806156c50091262dee13ec54","kind":"commit","published_at":"2023-06-06T19:23:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v7.0.0","sha":"e1662ca7a6c688d28a334282a5e863f52866f3e8","kind":"commit","published_at":"2023-06-06T18:39:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v3.0.0","sha":"5d80d155425147a0b045af09536e5962cbfff620","kind":"commit","published_at":"2023-06-06T15:08:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.0.0","sha":"a30fc7ae219cf871b46cbe9d2c76a9730b70e272","kind":"commit","published_at":"2023-06-06T14:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v6.0.0","sha":"aa5d46c7b13b7b31f78af4b3c31c087c39eea41d","kind":"commit","published_at":"2023-06-06T14:46:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0/manifests"},{"name":"conventional-commits-filter-v3.0.0","sha":"502a73fe41aebb7b563c5ca69521e0b1bab904df","kind":"commit","published_at":"2023-06-06T14:32:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0/manifests"},{"name":"conventional-commits-parser-v4.0.0","sha":"9f7fe891e75c64937c28baa39a6c795a01603ab7","kind":"commit","published_at":"2023-06-06T14:24:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0/manifests"},{"name":"git-raw-commits-v3.0.0","sha":"571f2d549f10744a12ab3bc5dc5e0b749cb72667","kind":"commit","published_at":"2023-06-06T14:16:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0/manifests"},{"name":"git-semver-tags-v5.0.0","sha":"445c796d04105d10dd62d07039bc6a7fc9f263a5","kind":"commit","published_at":"2023-06-06T13:51:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0/manifests"},{"name":"conventional-changelog-atom-v3.0.0","sha":"208787aa2f5db8de1c2d43c56d71e6dfb9510781","kind":"commit","published_at":"2023-06-06T13:43:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0/manifests"},{"name":"conventional-changelog-angular-v6.0.0","sha":"c4ebf98acc15f37154aae5de53a225e896c4a157","kind":"commit","published_at":"2023-06-06T13:36:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0/manifests"},{"name":"conventional-changelog-codemirror-v3.0.0","sha":"0772453bee083917a05b9696d063ee3dc69957f9","kind":"commit","published_at":"2023-06-06T13:25:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0/manifests"},{"name":"conventional-changelog-ember-v3.0.0","sha":"e473d0c8af7c0cf8a54f775556796f50f3e695c2","kind":"commit","published_at":"2023-06-06T13:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0/manifests"},{"name":"conventional-changelog-eslint-v4.0.0","sha":"b3b896bc5b9e3ed65dcfc08c57967a252f37cfd1","kind":"commit","published_at":"2023-06-06T12:56:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0/manifests"},{"name":"conventional-changelog-express-v3.0.0","sha":"5594385d1dd2490b0fb508a60b6f30e8be6616ce","kind":"commit","published_at":"2023-06-06T12:37:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0/manifests"},{"name":"conventional-changelog-jquery-v4.0.0","sha":"51a3015a907b2cea900114359c36ce0e9664b72d","kind":"commit","published_at":"2023-06-06T12:17:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0/manifests"},{"name":"conventional-changelog-jshint-v3.0.0","sha":"281e5f883476e90b75cae4373a67436c86e94f6a","kind":"commit","published_at":"2023-06-06T12:02:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v5.0.0","sha":"ba6df7cf62de5f448368bed4398f6ddf633d2cbd","kind":"commit","published_at":"2022-05-27T18:02:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0/manifests"},{"name":"conventional-changelog-writer-v5.0.1","sha":"21b73f974adc4490a318d9c892055655cb82c538","kind":"commit","published_at":"2021-12-29T21:36:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.3","sha":"02757d342290bcf51a49d49e5e72f5eae6c6f6da","kind":"commit","published_at":"2021-12-29T19:52:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v4.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3/manifests"},{"name":"conventional-commits-parser-v3.2.4","sha":"1d0f62d4ac4911ef0d912d5401f783b152cee624","kind":"commit","published_at":"2021-12-29T19:46:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v3.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4/manifests"},{"name":"git-raw-commits-v2.0.11","sha":"95384dbd105ffe4f86bbc6ccad3e5405a1cbfe04","kind":"commit","published_at":"2021-12-29T19:39:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v2.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.2","sha":"1827696185192a8dd258ea7c3370090238b0fb76","kind":"commit","published_at":"2021-12-25T18:06:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v4.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2/manifests"},{"name":"conventional-changelog-cli-v2.2.2","sha":"8ce6a7bbd3fae87aa9d56fca68c2e16fbb2cace5","kind":"commit","published_at":"2021-12-25T17:22:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2/manifests"},{"name":"conventional-changelog-v3.1.25","sha":"8e9c3d76aaffd7fe67a78270b3ad9b881e953e7e","kind":"commit","published_at":"2021-12-24T18:50:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v3.1.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25/manifests"},{"name":"conventional-commits-parser-v3.2.3","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v3.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3/manifests"},{"name":"conventional-changelog-cli-v2.2.1","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.1","sha":"c35708d56a55e31b750aec1f745e5be52f0a75f2","kind":"commit","published_at":"2021-09-09T19:06:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v4.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1/manifests"},{"name":"conventional-commits-parser-v3.2.2","sha":"1bae48ff85eff0736ea6691b7214f3fc9c026256","kind":"commit","published_at":"2021-09-09T14:45:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v3.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2/manifests"},{"name":"conventional-changelog-core-v4.2.4","sha":"02fbc2d42d0faf53d4b7a2b0525626088a6ac8ba","kind":"commit","published_at":"2021-09-09T14:37:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v4.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4/manifests"},{"name":"conventional-changelog-angular-v5.0.13","sha":"e30343b4676d26b416080294dc74ebba001c0716","kind":"commit","published_at":"2021-09-09T14:31:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v5.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular-v5.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13/manifests"},{"name":"conventional-changelog-core-v4.2.3","sha":"318b555b6ef3aebdb5a8d4c7c734fd7234712dd3","kind":"commit","published_at":"2021-07-03T00:24:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v4.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.0","sha":"537c37d7801872c3e57e4200c64154a4d2ea042a","kind":"commit","published_at":"2021-04-30T00:15:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v4.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0/manifests"},{"name":"conventional-commits-parser-v3.2.1","sha":"758dda2937b6784f0cc6a535286862fcf95b6f06","kind":"commit","published_at":"2021-02-15T21:32:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1/manifests"},{"name":"git-raw-commits-v2.0.10","sha":"ffecaccb6e117afae9f68f1d48ff9a69554da950","kind":"commit","published_at":"2021-01-27T16:36:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v2.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10/manifests"},{"name":"conventional-changelog-writer-v5.0.0","sha":"61ef6491add84b841e1797baf09f62bbdd90dcd4","kind":"commit","published_at":"2020-12-30T22:40:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v6.1.0","sha":"3b0fb22b0bb49137b9ecddaeb349f66025205c57","kind":"commit","published_at":"2020-12-30T16:58:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v6.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0/manifests"},{"name":"conventional-changelog-core-v4.2.2","sha":"317eeb3137caff69bcc9a67fce3dc67663a010db","kind":"commit","published_at":"2020-12-30T00:53:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v4.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2/manifests"},{"name":"conventional-recommended-bump-v6.0.12","sha":"90ecc5d93bfd7626857eda5d240f92393d896be0","kind":"commit","published_at":"2020-12-30T00:43:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v6.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12/manifests"},{"name":"git-raw-commits-v2.0.9","sha":"227f3e23af86912c0cd64fdb1a820ac92e5757c5","kind":"commit","published_at":"2020-12-29T23:59:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v2.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9/manifests"},{"name":"conventional-changelog-writer-v4.1.0","sha":"77725cfb12ca3ca22abb9421b4af012a49207e7a","kind":"commit","published_at":"2020-12-29T23:41:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0/manifests"},{"name":"conventional-commits-filter@2.0.7","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7/manifests"},{"name":"standard-changelog@2.0.27","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27/manifests"},{"name":"gulp-conventional-changelog@2.0.35","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35/manifests"},{"name":"git-semver-tags@4.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%404.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1/manifests"},{"name":"git-raw-commits@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8/manifests"},{"name":"conventional-recommended-bump@6.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11/manifests"},{"name":"conventional-commits-parser@3.2.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0/manifests"},{"name":"conventional-changelog-writer@4.0.18","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18/manifests"},{"name":"conventional-changelog-jshint@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9/manifests"},{"name":"conventional-changelog-jquery@3.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11/manifests"},{"name":"conventional-changelog-express@2.0.6","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9/manifests"},{"name":"conventional-changelog-ember@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9/manifests"},{"name":"conventional-changelog-core@4.2.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.5.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1/manifests"},{"name":"conventional-changelog-atom@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8/manifests"},{"name":"conventional-changelog-angular@5.0.12","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12/manifests"},{"name":"conventional-changelog@3.1.24","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24/manifests"},{"name":"conventional-changelog-v3.1.24","sha":"f8fcbc2e8b0834c29178ace6382b438a020ad828","kind":"commit","published_at":"2020-10-25T02:45:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v3.1.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24/manifests"},{"name":"conventional-changelog-conventionalcommits@4.4.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0/manifests"},{"name":"conventional-changelog-core@4.2.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0/manifests"},{"name":"conventional-changelog@3.1.23","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23/manifests"},{"name":"conventional-changelog-cli@2.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0/manifests"},{"name":"git-semver-tags@4.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%404.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0/manifests"},{"name":"gulp-conventional-changelog@2.0.34","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34/manifests"},{"name":"standard-changelog@2.0.26","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26/manifests"},{"name":"conventional-recommended-bump@6.0.10","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10/manifests"},{"name":"conventional-changelog-core@4.1.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8/manifests"},{"name":"standard-changelog@2.0.25","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25/manifests"},{"name":"gulp-conventional-changelog@2.0.33","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33/manifests"},{"name":"conventional-changelog-writer@4.0.17","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17/manifests"},{"name":"conventional-changelog-jshint@2.0.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.1","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1/manifests"},{"name":"conventional-changelog-cli@2.0.35","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35/manifests"},{"name":"conventional-changelog-angular@5.0.11","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11/manifests"},{"name":"conventional-changelog@3.1.22","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22/manifests"},{"name":"standard-changelog@2.0.24","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24/manifests"},{"name":"gulp-conventional-changelog@2.0.32","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32/manifests"},{"name":"conventional-changelog-writer@4.0.16","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16/manifests"},{"name":"conventional-changelog-core@4.1.7","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7/manifests"},{"name":"conventional-changelog-cli@2.0.34","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34/manifests"},{"name":"conventional-changelog@3.1.21","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0/manifests"},{"name":"conventional-changelog@3.1.20","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20/manifests"},{"name":"conventional-changelog-cli@2.0.33","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33/manifests"},{"name":"conventional-changelog-atom@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7/manifests"},{"name":"conventional-changelog-eslint@3.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8/manifests"},{"name":"conventional-changelog-express@2.0.5","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10/manifests"},{"name":"conventional-changelog-jshint@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7/manifests"},{"name":"conventional-changelog-preset-loader@2.3.4","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4/manifests"},{"name":"conventional-changelog-writer@4.0.15","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15/manifests"},{"name":"conventional-commits-filter@2.0.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6/manifests"},{"name":"conventional-commits-parser@3.1.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.9","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9/manifests"},{"name":"git-raw-commits@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7/manifests"},{"name":"git-semver-tags@4.0.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.31","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31/manifests"},{"name":"standard-changelog@2.0.23","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23/manifests"},{"name":"conventional-changelog-angular@5.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10/manifests"},{"name":"conventional-changelog-core@4.1.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6/manifests"},{"name":"conventional-changelog-codemirror@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7/manifests"},{"name":"conventional-changelog-ember@2.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8/manifests"},{"name":"conventional-changelog-preset-loader-v2.3.2","sha":"9f6c56cb960a5043823cfb85b9843991201cbb51","kind":"commit","published_at":"2020-05-08T19:21:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v2.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader-v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2/manifests"},{"name":"conventional-changelog-cli@2.0.32","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32/manifests"},{"name":"conventional-changelog-core@4.1.5","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5/manifests"},{"name":"gulp-conventional-changelog@2.0.30","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30/manifests"},{"name":"standard-changelog@2.0.22","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22/manifests"},{"name":"conventional-changelog@3.1.19","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19/manifests"},{"name":"conventional-changelog@3.1.18","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18/manifests"},{"name":"conventional-changelog-core@4.1.4","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.29","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29/manifests"},{"name":"standard-changelog@2.0.21","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21/manifests"},{"name":"conventional-changelog-cli@2.0.31","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31/manifests"},{"name":"conventional-changelog-cli@2.0.30","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30/manifests"},{"name":"conventional-changelog-core@4.1.3","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3/manifests"},{"name":"conventional-changelog@3.1.17","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17/manifests"},{"name":"standard-changelog@2.0.20","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20/manifests"},{"name":"gulp-conventional-changelog@2.0.28","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28/manifests"},{"name":"conventional-changelog-core@4.1.2","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2/manifests"},{"name":"standard-changelog@2.0.19","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19/manifests"},{"name":"gulp-conventional-changelog@2.0.27","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27/manifests"},{"name":"conventional-changelog-cli@2.0.29","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29/manifests"},{"name":"conventional-changelog@3.1.16","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16/manifests"},{"name":"standard-changelog@2.0.18","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18/manifests"},{"name":"gulp-conventional-changelog@2.0.26","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26/manifests"},{"name":"git-semver-tags@3.0.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1/manifests"},{"name":"git-raw-commits@2.0.3","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3/manifests"},{"name":"conventional-changelog@3.1.15","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15/manifests"},{"name":"conventional-recommended-bump@6.0.5","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5/manifests"},{"name":"conventional-commits-parser@3.0.8","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.11","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11/manifests"},{"name":"conventional-changelog-core@4.1.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.28","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28/manifests"},{"name":"conventional-changelog-core@4.1.0","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0/manifests"},{"name":"conventional-changelog@3.1.14","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14/manifests"},{"name":"conventional-changelog-angular@5.0.6","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6/manifests"},{"name":"conventional-changelog-cli@2.0.27","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.3","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3/manifests"},{"name":"conventional-commits-parser@3.0.7","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7/manifests"},{"name":"conventional-recommended-bump@6.0.4","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.25","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25/manifests"},{"name":"standard-changelog@2.0.17","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17/manifests"},{"name":"conventional-changelog@3.1.13","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13/manifests"},{"name":"standard-changelog@2.0.16","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16/manifests"},{"name":"gulp-conventional-changelog@2.0.24","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24/manifests"},{"name":"conventional-recommended-bump@6.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3/manifests"},{"name":"conventional-commits-parser@3.0.6","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6/manifests"},{"name":"conventional-changelog-writer@4.0.10","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10/manifests"},{"name":"conventional-changelog-preset-loader@2.3.0","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0/manifests"},{"name":"conventional-changelog-core@4.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.2","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2/manifests"},{"name":"conventional-changelog-cli@2.0.26","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26/manifests"},{"name":"conventional-changelog-core@4.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2/manifests"},{"name":"standard-changelog@2.0.15","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15/manifests"},{"name":"gulp-conventional-changelog@2.0.23","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23/manifests"},{"name":"conventional-recommended-bump@6.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2/manifests"},{"name":"conventional-commits-parser@3.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5/manifests"},{"name":"conventional-changelog-writer@4.0.9","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9/manifests"},{"name":"conventional-changelog-jshint@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.6","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4/manifests"},{"name":"conventional-changelog-ember@2.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.1","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1/manifests"},{"name":"conventional-changelog-codemirror@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.25","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25/manifests"},{"name":"conventional-changelog-atom@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5/manifests"},{"name":"conventional-changelog@3.1.12","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12/manifests"},{"name":"conventional-commits-parser@3.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4/manifests"},{"name":"conventional-changelog-atom@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.24","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24/manifests"},{"name":"conventional-changelog-codemirror@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.0","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0/manifests"},{"name":"conventional-changelog-core@4.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3/manifests"},{"name":"conventional-changelog-eslint@3.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.5","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5/manifests"},{"name":"conventional-changelog-jshint@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2/manifests"},{"name":"conventional-changelog-writer@4.0.8","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8/manifests"},{"name":"standard-changelog@2.0.14","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14/manifests"},{"name":"gulp-conventional-changelog@2.0.22","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22/manifests"},{"name":"conventional-recommended-bump@6.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1/manifests"},{"name":"conventional-changelog@3.1.11","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11/manifests"},{"name":"conventional-changelog-angular@5.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4/manifests"},{"name":"conventional-changelog@3.1.10","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10/manifests"},{"name":"conventional-changelog-cli@2.0.23","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23/manifests"},{"name":"conventional-changelog-conventionalcommits@4.1.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0/manifests"},{"name":"git-semver-tags@3.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.21","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21/manifests"},{"name":"standard-changelog@2.0.13","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13/manifests"},{"name":"conventional-changelog-core@4.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.2.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0/manifests"},{"name":"conventional-changelog-writer@4.0.7","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7/manifests"},{"name":"conventional-recommended-bump@6.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0/manifests"},{"name":"conventional-changelog-core@3.2.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3/manifests"},{"name":"conventional-changelog@3.1.9","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9/manifests"},{"name":"conventional-changelog-cli@2.0.22","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22/manifests"},{"name":"standard-changelog@2.0.12","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.20","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20/manifests"},{"name":"git-semver-tags@2.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3/manifests"},{"name":"conventional-recommended-bump@5.0.1","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%405.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1/manifests"},{"name":"conventional-commits-parser@3.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.6","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6/manifests"},{"name":"conventional-changelog-conventionalcommits@4.0.0","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.21","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21/manifests"},{"name":"conventional-changelog@3.1.8","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8/manifests"},{"name":"gulp-conventional-changelog@2.0.19","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19/manifests"},{"name":"standard-changelog@2.0.11","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.2","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2/manifests"},{"name":"conventional-changelog@3.1.7","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7/manifests"},{"name":"gulp-conventional-changelog@2.0.18","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18/manifests"},{"name":"conventional-changelog-cli@2.0.20","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.1","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.17","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17/manifests"},{"name":"conventional-recommended-bump@5.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%405.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.19","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19/manifests"},{"name":"conventional-changelog@3.1.6","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6/manifests"},{"name":"conventional-changelog-conventionalcommits@2.0.0","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.16","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.18","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18/manifests"},{"name":"conventional-changelog@3.1.5","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.2","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2/manifests"},{"name":"conventional-changelog@3.1.4","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4/manifests"},{"name":"conventional-changelog-cli@2.0.17","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17/manifests"},{"name":"gulp-conventional-changelog@2.0.15","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15/manifests"},{"name":"conventional-changelog-core@3.2.2","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2/manifests"},{"name":"standard-changelog@2.0.10","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10/manifests"},{"name":"conventional-changelog-writer@4.0.5","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5/manifests"},{"name":"conventional-changelog@3.1.3","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3/manifests"},{"name":"gulp-conventional-changelog@2.0.14","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14/manifests"},{"name":"conventional-changelog-cli@2.0.16","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16/manifests"},{"name":"standard-changelog@2.0.9","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.1.2","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.15","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15/manifests"},{"name":"conventional-changelog-core@3.2.1","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1/manifests"},{"name":"gulp-conventional-changelog@2.0.13","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1/manifests"},{"name":"conventional-recommended-bump@4.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1/manifests"},{"name":"gulp-conventional-changelog@2.0.12","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12/manifests"},{"name":"conventional-changelog@3.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.14","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14/manifests"},{"name":"conventional-changelog-preset-loader@2.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1/manifests"},{"name":"conventional-changelog-core@3.2.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0/manifests"},{"name":"conventional-changelog-preset-loader@2.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0/manifests"},{"name":"conventional-changelog-writer@4.0.4","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4/manifests"},{"name":"conventional-commits-filter@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2/manifests"},{"name":"conventional-commits-parser@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2/manifests"},{"name":"conventional-recommended-bump@4.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0/manifests"},{"name":"git-raw-commits@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.11","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11/manifests"},{"name":"standard-changelog@2.0.8","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8/manifests"},{"name":"conventional-changelog@3.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0/manifests"},{"name":"conventional-changelog-cli@2.0.13","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0/manifests"},{"name":"conventional-changelog-eslint@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2/manifests"},{"name":"standard-changelog@2.0.7","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7/manifests"},{"name":"conventional-changelog-angular@5.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.12","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12/manifests"},{"name":"conventional-changelog-core@3.1.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6/manifests"},{"name":"conventional-changelog-writer@4.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.10","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10/manifests"},{"name":"conventional-changelog@3.0.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6/manifests"},{"name":"conventional-recommended-bump@4.0.4","sha":"da729f68f9dc581623deb587c705ef65d189a9f4","kind":"tag","published_at":"2018-11-01T06:56:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4/manifests"},{"name":"standard-changelog@2.0.6","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6/manifests"},{"name":"gulp-conventional-changelog@2.0.9","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.0.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5/manifests"},{"name":"conventional-changelog-writer@4.0.2","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.11","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11/manifests"},{"name":"conventional-changelog-core@3.1.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5/manifests"},{"name":"conventional-changelog@3.0.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4/manifests"},{"name":"conventional-recommended-bump@4.0.3","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3/manifests"},{"name":"git-semver-tags@2.0.2","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.8","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8/manifests"},{"name":"standard-changelog@2.0.5","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.10","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10/manifests"},{"name":"conventional-changelog-core@3.1.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.7","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7/manifests"},{"name":"standard-changelog@2.0.4","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4/manifests"},{"name":"conventional-changelog-cli@2.0.9","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9/manifests"},{"name":"conventional-changelog@3.0.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3/manifests"},{"name":"conventional-changelog-core@3.1.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.8","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8/manifests"},{"name":"conventional-changelog@3.0.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2/manifests"},{"name":"conventional-changelog-core@3.1.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2/manifests"},{"name":"standard-changelog@2.0.3","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.6","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6/manifests"},{"name":"conventional-changelog@3.0.1","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.5","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.7","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7/manifests"},{"name":"conventional-changelog-express@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1/manifests"},{"name":"git-raw-commits@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4/manifests"},{"name":"git-semver-tags@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1/manifests"},{"name":"conventional-changelog-core@3.1.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1/manifests"},{"name":"conventional-changelog-eslint@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1/manifests"},{"name":"conventional-changelog@3.0.0","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0/manifests"},{"name":"conventional-changelog-jquery@3.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4/manifests"},{"name":"conventional-changelog-jshint@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1/manifests"},{"name":"conventional-changelog-preset-loader@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2/manifests"},{"name":"conventional-changelog-writer@4.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2/manifests"},{"name":"standard-changelog@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2/manifests"},{"name":"conventional-commits-filter@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1/manifests"},{"name":"conventional-commits-parser@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2/manifests"},{"name":"conventional-changelog-atom@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.6","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1/manifests"},{"name":"conventional-changelog-jquery@3.0.3","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.5","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.4","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.2","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1/manifests"},{"name":"conventional-changelog-core@3.1.0","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0/manifests"},{"name":"conventional-changelog-ember@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1/manifests"},{"name":"standard-changelog@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2/manifests"},{"name":"conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1/manifests"},{"name":"conventional-changelog-angular@5.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0/manifests"},{"name":"conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1/manifests"},{"name":"conventional-changelog-codemirror@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0/manifests"},{"name":"conventional-changelog-ember@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-atom@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0/manifests"},{"name":"conventional-changelog-eslint@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0/manifests"},{"name":"conventional-changelog-express@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0/manifests"},{"name":"conventional-changelog-jquery@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0/manifests"},{"name":"conventional-changelog-jshint@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0/manifests"},{"name":"conventional-recommended-bump@4.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1/manifests"},{"name":"conventional-changelog-angular@4.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%404.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1/manifests"},{"name":"conventional-changelog-eslint@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0/manifests"},{"name":"standard-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0/manifests"},{"name":"git-semver-tags@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0/manifests"},{"name":"git-raw-commits@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0/manifests"},{"name":"conventional-recommended-bump@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0/manifests"},{"name":"conventional-commits-parser@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0/manifests"},{"name":"conventional-commits-filter@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0/manifests"},{"name":"conventional-changelog-jshint@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0/manifests"},{"name":"conventional-changelog-express@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0/manifests"},{"name":"conventional-changelog-ember@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0/manifests"},{"name":"conventional-changelog-core@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0/manifests"},{"name":"conventional-changelog-codemirror@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0/manifests"},{"name":"conventional-changelog-atom@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0/manifests"},{"name":"conventional-changelog-angular@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0/manifests"},{"name":"conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.22","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22/manifests"},{"name":"conventional-changelog-ember@0.3.12","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12/manifests"},{"name":"conventional-changelog-jquery@1.3.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9/manifests"},{"name":"conventional-recommended-bump@2.0.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9/manifests"},{"name":"gulp-conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-angular@3.0.7","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7/manifests"},{"name":"standard-changelog@1.0.19","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19/manifests"},{"name":"conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-core@2.0.11","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11/manifests"},{"name":"conventional-changelog-angular@3.0.6","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6/manifests"},{"name":"conventional-changelog-atom@0.2.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8/manifests"},{"name":"conventional-changelog-jshint@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8/manifests"},{"name":"gulp-conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-writer@3.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9/manifests"},{"name":"conventional-changelog-cli@1.3.21","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21/manifests"},{"name":"standard-changelog@1.0.18","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18/manifests"},{"name":"conventional-changelog-codemirror@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8/manifests"},{"name":"conventional-changelog-core@2.0.10","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10/manifests"},{"name":"conventional-changelog-ember@0.3.11","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11/manifests"},{"name":"conventional-changelog-eslint@1.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9/manifests"},{"name":"conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-jquery@1.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8/manifests"},{"name":"conventional-changelog-writer@3.0.8","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.10","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10/manifests"},{"name":"conventional-changelog-core@2.0.9","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9/manifests"},{"name":"conventional-changelog-cli@1.3.20","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20/manifests"},{"name":"conventional-changelog-angular@3.0.5","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5/manifests"},{"name":"conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22/manifests"},{"name":"standard-changelog@1.0.17","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17/manifests"},{"name":"gulp-conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-jshint@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7/manifests"},{"name":"conventional-changelog-preset-loader@1.1.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8/manifests"},{"name":"conventional-changelog-angular@3.0.4","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4/manifests"},{"name":"conventional-commits-parser@2.1.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7/manifests"},{"name":"standard-changelog@1.0.16","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16/manifests"},{"name":"conventional-changelog-core@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8/manifests"},{"name":"conventional-changelog-writer@3.0.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7/manifests"},{"name":"gulp-conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-cli@1.3.19","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19/manifests"},{"name":"git-semver-tags@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6/manifests"},{"name":"git-raw-commits@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6/manifests"},{"name":"conventional-recommended-bump@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.9","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9/manifests"},{"name":"conventional-changelog-atom@0.2.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7/manifests"},{"name":"conventional-changelog-eslint@1.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8/manifests"},{"name":"conventional-changelog-express@0.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6/manifests"},{"name":"conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-jquery@1.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7/manifests"},{"name":"conventional-changelog-codemirror@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7/manifests"},{"name":"conventional-changelog-jquery@1.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6/manifests"},{"name":"conventional-changelog-angular@3.0.3","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3/manifests"},{"name":"conventional-changelog-atom@0.2.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6/manifests"},{"name":"conventional-changelog-cli@1.3.18","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18/manifests"},{"name":"conventional-changelog-codemirror@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6/manifests"},{"name":"conventional-changelog-core@2.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7/manifests"},{"name":"conventional-changelog-ember@0.3.8","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8/manifests"},{"name":"conventional-changelog-eslint@1.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7/manifests"},{"name":"conventional-changelog-jshint@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6/manifests"},{"name":"conventional-changelog-writer@3.0.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6/manifests"},{"name":"standard-changelog@1.0.15","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15/manifests"},{"name":"gulp-conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-angular@3.0.2","sha":"1cc079df803f58b52c8aa997fff43e9c162266e7","kind":"tag","published_at":"2018-03-22T14:14:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2/manifests"},{"name":"conventional-changelog-jshint@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5/manifests"},{"name":"standard-changelog@1.0.14","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14/manifests"},{"name":"gulp-conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19/manifests"},{"name":"git-semver-tags@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5/manifests"},{"name":"git-raw-commits@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7/manifests"},{"name":"conventional-commits-parser@2.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6/manifests"},{"name":"conventional-commits-filter@1.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5/manifests"},{"name":"conventional-changelog-preset-loader@1.1.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7/manifests"},{"name":"conventional-changelog-jquery@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5/manifests"},{"name":"conventional-changelog-express@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6/manifests"},{"name":"conventional-changelog-ember@0.3.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7/manifests"},{"name":"conventional-changelog-core@2.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5/manifests"},{"name":"conventional-changelog-cli@1.3.17","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17/manifests"},{"name":"conventional-changelog-atom@0.2.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5/manifests"},{"name":"conventional-changelog-angular@3.0.1","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1/manifests"},{"name":"conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19/manifests"},{"name":"conventional-changelog-angular@3.0.0","sha":"49997aaba373502e5b38bd366846934641e95799","kind":"tag","published_at":"2018-03-22T13:45:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0/manifests"},{"name":"conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-cli@1.3.16","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16/manifests"},{"name":"conventional-changelog-eslint@1.0.5","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5/manifests"},{"name":"gulp-conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18/manifests"},{"name":"conventional-commits-parser@2.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5/manifests"},{"name":"conventional-commits-filter@1.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5/manifests"},{"name":"conventional-changelog-writer@3.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6/manifests"},{"name":"conventional-changelog-jshint@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4/manifests"},{"name":"conventional-changelog-jquery@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4/manifests"},{"name":"conventional-changelog-express@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4/manifests"},{"name":"standard-changelog@1.0.13","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13/manifests"},{"name":"conventional-changelog-ember@0.3.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4/manifests"},{"name":"gulp-conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17/manifests"},{"name":"git-semver-tags@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4/manifests"},{"name":"git-raw-commits@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4/manifests"},{"name":"conventional-recommended-bump@2.0.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6/manifests"},{"name":"conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17/manifests"},{"name":"conventional-changelog-angular@1.6.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6/manifests"},{"name":"conventional-changelog-atom@0.2.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4/manifests"},{"name":"conventional-changelog-cli@1.3.15","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15/manifests"},{"name":"conventional-changelog-codemirror@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5/manifests"},{"name":"conventional-changelog-core@2.0.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4/manifests"},{"name":"conventional-changelog-ember@0.3.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5/manifests"},{"name":"conventional-changelog-eslint@1.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3/manifests"},{"name":"git-raw-commits@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3/manifests"},{"name":"conventional-changelog-atom@0.2.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3/manifests"},{"name":"conventional-changelog-jshint@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3/manifests"},{"name":"conventional-changelog-angular@1.6.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5/manifests"},{"name":"conventional-changelog-jquery@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5/manifests"},{"name":"conventional-changelog-cli@1.3.14","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14/manifests"},{"name":"conventional-changelog-writer@3.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3/manifests"},{"name":"conventional-changelog-codemirror@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3/manifests"},{"name":"conventional-commits-filter@1.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4/manifests"},{"name":"conventional-commits-parser@2.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4/manifests"},{"name":"git-semver-tags@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3/manifests"},{"name":"gulp-conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16/manifests"},{"name":"standard-changelog@1.0.12","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12/manifests"},{"name":"conventional-changelog-express@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3/manifests"},{"name":"conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15/manifests"},{"name":"gulp-conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15/manifests"},{"name":"conventional-changelog-cli@1.3.13","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13/manifests"},{"name":"conventional-recommended-bump@2.0.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4/manifests"},{"name":"gulp-conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14/manifests"},{"name":"git-semver-tags@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2/manifests"},{"name":"git-raw-commits@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2/manifests"},{"name":"conventional-recommended-bump@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3/manifests"},{"name":"standard-changelog@1.0.11","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11/manifests"},{"name":"conventional-changelog-writer@3.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2/manifests"},{"name":"conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14/manifests"},{"name":"conventional-changelog-angular@1.6.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4/manifests"},{"name":"conventional-changelog-atom@0.2.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2/manifests"},{"name":"conventional-changelog-cli@1.3.12","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12/manifests"},{"name":"conventional-changelog-codemirror@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2/manifests"},{"name":"conventional-changelog-core@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.3.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4/manifests"},{"name":"conventional-changelog-eslint@1.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2/manifests"},{"name":"conventional-changelog-express@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2/manifests"},{"name":"conventional-changelog-jquery@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2/manifests"},{"name":"conventional-changelog-jshint@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2/manifests"},{"name":"conventional-commits-filter@1.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3/manifests"},{"name":"conventional-commits-parser@2.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3/manifests"},{"name":"gulp-conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13/manifests"},{"name":"git-semver-tags@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1/manifests"},{"name":"git-raw-commits@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1/manifests"},{"name":"conventional-recommended-bump@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2/manifests"},{"name":"conventional-commits-parser@2.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2/manifests"},{"name":"conventional-commits-filter@1.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2/manifests"},{"name":"conventional-changelog-writer@3.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1/manifests"},{"name":"conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13/manifests"},{"name":"standard-changelog@1.0.10","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10/manifests"},{"name":"conventional-changelog-jquery@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1/manifests"},{"name":"conventional-changelog-express@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1/manifests"},{"name":"conventional-changelog-ember@0.3.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2/manifests"},{"name":"conventional-changelog-codemirror@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1/manifests"},{"name":"conventional-changelog-cli@1.3.11","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11/manifests"},{"name":"conventional-changelog-atom@0.2.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1/manifests"},{"name":"conventional-changelog-angular@1.6.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3/manifests"},{"name":"conventional-changelog-jshint@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1/manifests"},{"name":"gulp-conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12/manifests"},{"name":"conventional-changelog-cli@1.3.10","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10/manifests"},{"name":"conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12/manifests"},{"name":"conventional-recommended-bump@2.0.1","sha":"a4f0aa902d3e966fe6d6b1d46f2130838524cfbf","kind":"tag","published_at":"2018-02-12T14:54:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1/manifests"},{"name":"conventional-recommended-bump@2.0.0","sha":"9885d205ed96338575335652d006f475408e1195","kind":"tag","published_at":"2018-02-12T14:30:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0/manifests"},{"name":"conventional-changelog-preset-loader@1.1.2","sha":"a450d974237d440009ec3fb4c63974cf066e8f79","kind":"tag","published_at":"2018-02-12T04:07:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.1","sha":"5af1f00dcc4e1f9c3299bc7feb322a88b711f042","kind":"tag","published_at":"2018-02-09T04:17:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.0","sha":"c3eb36dbc52f383df6f3dcf3a3870b01ceee0b8b","kind":"tag","published_at":"2018-02-08T14:46:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0/manifests"},{"name":"conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11/manifests"},{"name":"standard-changelog@1.0.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9/manifests"},{"name":"gulp-conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11/manifests"},{"name":"conventional-recommended-bump@1.2.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1/manifests"},{"name":"conventional-commits-parser@2.1.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1/manifests"},{"name":"conventional-changelog-ember@0.3.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2/manifests"},{"name":"conventional-changelog-core@2.0.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1/manifests"},{"name":"conventional-changelog-cli@1.3.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9/manifests"},{"name":"conventional-changelog-angular@1.6.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2/manifests"},{"name":"conventional-changelog-cli@1.3.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8/manifests"},{"name":"conventional-changelog-core@2.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0/manifests"},{"name":"conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10/manifests"},{"name":"conventional-changelog-angular@1.6.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1/manifests"},{"name":"conventional-recommended-bump@1.2.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0/manifests"},{"name":"git-semver-tags@1.3.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0/manifests"},{"name":"gulp-conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10/manifests"},{"name":"standard-changelog@1.0.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0/manifests"},{"name":"conventional-changelog-writer@3.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0/manifests"},{"name":"conventional-changelog-atom@0.2.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0/manifests"},{"name":"conventional-changelog-codemirror@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0/manifests"},{"name":"conventional-changelog-cli@1.3.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7/manifests"},{"name":"conventional-changelog-core@1.9.5","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5/manifests"},{"name":"conventional-changelog-ember@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0/manifests"},{"name":"conventional-changelog-eslint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0/manifests"},{"name":"conventional-changelog-express@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0/manifests"},{"name":"conventional-changelog-jquery@1.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0/manifests"},{"name":"conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9/manifests"},{"name":"gulp-conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-jshint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0/manifests"},{"name":"standard-changelog@1.0.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7/manifests"},{"name":"conventional-changelog-angular@1.6.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0/manifests"},{"name":"conventional-commits-parser@2.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0/manifests"},{"name":"conventional-changelog-writer@2.0.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.2.10","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10/manifests"},{"name":"conventional-changelog-core@1.9.4","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4/manifests"},{"name":"conventional-changelog-cli@1.3.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6/manifests"},{"name":"conventional-changelog-angular@1.5.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3/manifests"},{"name":"conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8/manifests"},{"name":"conventional-recommended-bump@1.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0/manifests"},{"name":"gulp-conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8/manifests"},{"name":"standard-changelog@1.0.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6/manifests"},{"name":"conventional-commits-filter@1.1.1","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1/manifests"},{"name":"conventional-changelog-angular@1.5.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2/manifests"},{"name":"conventional-changelog-core@1.9.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3/manifests"},{"name":"conventional-changelog-ember@0.2.9","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9/manifests"},{"name":"conventional-changelog-eslint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%400.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1/manifests"},{"name":"conventional-changelog-express@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1/manifests"},{"name":"conventional-changelog-jquery@1.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1/manifests"},{"name":"conventional-changelog-jshint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1/manifests"},{"name":"conventional-changelog-writer@2.0.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2/manifests"},{"name":"conventional-commits-filter@1.1.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0/manifests"},{"name":"conventional-commits-parser@2.0.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1/manifests"},{"name":"conventional-recommended-bump@1.0.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3/manifests"},{"name":"git-raw-commits@1.3.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0/manifests"},{"name":"git-semver-tags@1.2.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3/manifests"},{"name":"gulp-conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7/manifests"},{"name":"standard-changelog@1.0.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5/manifests"},{"name":"conventional-changelog-codemirror@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1/manifests"},{"name":"conventional-changelog-cli@1.3.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5/manifests"},{"name":"conventional-changelog-atom@0.1.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2/manifests"},{"name":"conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7/manifests"},{"name":"@marionebl/conventional-commits-parser@3.0.0","sha":"edf4068ce4c3ea6ac5b61323473ab655be5eb895","kind":"tag","published_at":"2017-11-01T07:09:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/@marionebl/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/@marionebl/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@%40marionebl%2Fconventional-commits-parser%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2/manifests"},{"name":"git-semver-tags@1.2.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2/manifests"},{"name":"gulp-conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-ember@0.2.8","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8/manifests"},{"name":"conventional-changelog-core@1.9.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2/manifests"},{"name":"standard-changelog@1.0.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4/manifests"},{"name":"conventional-changelog-cli@1.3.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4/manifests"},{"name":"conventional-changelog-angular@1.5.1","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1/manifests"},{"name":"conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5/manifests"},{"name":"standard-changelog@1.0.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3/manifests"},{"name":"conventional-changelog-writer@2.0.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1/manifests"},{"name":"conventional-changelog-angular@1.5.0","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0/manifests"},{"name":"conventional-changelog-cli@1.3.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3/manifests"},{"name":"conventional-changelog-core@1.9.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1/manifests"},{"name":"conventional-changelog-ember@0.2.7","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7/manifests"},{"name":"gulp-conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5/manifests"},{"name":"gulp-conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4/manifests"},{"name":"conventional-changelog-writer@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0/manifests"},{"name":"conventional-commits-parser@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1/manifests"},{"name":"git-semver-tags@1.2.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1/manifests"},{"name":"standard-changelog@1.0.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2/manifests"},{"name":"conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4/manifests"},{"name":"conventional-changelog-angular@1.4.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0/manifests"},{"name":"conventional-changelog-atom@0.1.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1/manifests"},{"name":"conventional-changelog-cli@1.3.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2/manifests"},{"name":"conventional-changelog-codemirror@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0/manifests"},{"name":"conventional-changelog-core@1.9.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0/manifests"},{"name":"conventional-changelog-ember@0.2.6","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6/manifests"},{"name":"conventional-changelog-eslint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%400.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0/manifests"},{"name":"conventional-changelog-express@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0/manifests"},{"name":"conventional-changelog-jquery@1.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0/manifests"},{"name":"conventional-changelog-jshint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0/manifests"},{"name":"conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3/manifests"},{"name":"standard-changelog@1.0.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1/manifests"},{"name":"gulp-conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3/manifests"},{"name":"conventional-changelog-ember@0.2.5","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5/manifests"},{"name":"conventional-changelog-core@1.8.0","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.8.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0/manifests"},{"name":"conventional-changelog-cli@1.3.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1/manifests"},{"name":"conventional-changelog-angular@1.3.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3/manifests"},{"name":"standard-changelog@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0/manifests"},{"name":"conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2/manifests"},{"name":"conventional-changelog-angular@1.3.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2/manifests"},{"name":"conventional-changelog-cli@1.3.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0/manifests"},{"name":"conventional-changelog-core@1.7.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.7.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0/manifests"},{"name":"conventional-changelog-ember@0.2.4","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4/manifests"},{"name":"conventional-recommended-bump@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0/manifests"},{"name":"git-raw-commits@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0/manifests"},{"name":"git-semver-tags@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0/manifests"},{"name":"gulp-conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2/manifests"},{"name":"gulp-conventional-changelog@1.1.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"tag","published_at":"2017-03-10T05:35:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0/manifests"},{"name":"conventional-changelog-angular@1.3.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1/manifests"},{"name":"gulp-conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1/manifests"},{"name":"standard-changelog@0.0.2","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@0.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%400.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2/manifests"},{"name":"conventional-changelog-cli@1.2.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1/manifests"},{"name":"conventional-changelog-ember@0.2.3","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3/manifests"},{"name":"conventional-changelog-core@1.6.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0/manifests"},{"name":"conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-cli@1.2.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:01:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0/manifests"},{"name":"conventional-changelog-core@1.5.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:00:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0/manifests"},{"name":"git-raw-commits@1.1.2","sha":"f5fe78b1f15791cb0499744bf278dff22b52732f","kind":"tag","published_at":"2017-03-09T07:37:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2/manifests"},{"name":"git-semver-tags@1.1.2","sha":"7be07c7c0f49572b1c0e9c98f004b599d8b5bb1a","kind":"tag","published_at":"2017-03-09T07:35:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2/manifests"},{"name":"v1.1.0","sha":"600d411569271467389c3cbe71f7f657980e89a1","kind":"tag","published_at":"2016-02-13T06:59:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"9591280a8d09220aced3383abe3bc7ecbb34b503","kind":"tag","published_at":"2016-02-13T06:37:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"beef421f56939190a4ca30c28788eda1b3f9480d","kind":"tag","published_at":"2016-02-05T13:49:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"c8e90ab7fddd0b98855913e73fc12f9dc9dc81b1","kind":"tag","published_at":"2016-02-05T12:59:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0/manifests"},{"name":"v0.5.3","sha":"d79ce243223260b153699b99de0503698546ea63","kind":"tag","published_at":"2015-12-25T05:07:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"9e7b771072a2680c6c335fcad38003aade53213e","kind":"tag","published_at":"2015-12-23T12:24:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"4bf7d8df29f7be29552b82ec2b7112fad0c39a3e","kind":"tag","published_at":"2015-10-20T09:52:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"5ca2204b472704543ebbc744a22f8f90ec659659","kind":"tag","published_at":"2015-09-30T08:49:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"e5f2f3bc675e2c7e5cc6aa0ed50da7941833e492","kind":"tag","published_at":"2015-09-04T03:16:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"7536a0b351cc4f2764e71cbc268a178ab595259d","kind":"tag","published_at":"2015-08-17T01:28:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"56fa3d92620a41a875b3337fa51d04d6df23b1a8","kind":"tag","published_at":"2015-08-15T12:34:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"eefec0ef598a92e78510ee8626fd9bbcdb1398e4","kind":"tag","published_at":"2015-08-15T11:19:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0/manifests"},{"name":"v0.3.2","sha":"74b99dca61eafd56ba93605016b086a1108e77fe","kind":"tag","published_at":"2015-08-13T03:12:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"a1aca9c31a45aded77962bd0defc32e503aec213","kind":"commit","published_at":"2015-08-11T06:23:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"b489672d27ff703337c540f0fbc43f6486a84d99","kind":"commit","published_at":"2015-08-09T03:27:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"12e3cd6b151353dbe7f584adabbe5dd8a28424db","kind":"commit","published_at":"2015-07-24T08:13:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"f437b457b5ea6c105535a360144000f8315db54d","kind":"commit","published_at":"2015-07-24T04:54:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0/manifests"},{"name":"v0.1.3","sha":"c8fa9d0b94f8ac07f162623e4b9e9e68aad82e62","kind":"commit","published_at":"2015-07-22T11:06:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"6ba5d6e4b90a154dbca6ec0f80c66ad5995cd770","kind":"commit","published_at":"2015-07-22T07:10:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c015f8762f70eff2be7b8d7fb82438689239d717","kind":"commit","published_at":"2015-07-20T07:55:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"7253d0fea773e3f7cc0a3fb8278c9da070df26ee","kind":"commit","published_at":"2015-07-20T07:12:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.3","sha":"0c9f1e89bfacec8e08bac8ef96d64e3abdbecda7","kind":"commit","published_at":"2015-07-17T11:02:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"fec1baf43b8c0156682d4014a4fd066bd24ad448","kind":"commit","published_at":"2015-07-17T06:23:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"a5ea0dfada48601b9e3fbec78dd37d70380a2db6","kind":"commit","published_at":"2015-07-15T08:03:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1/manifests"},{"name":"v0.1.0-alpha.3","sha":"9b6cc68a2c17c9671363fe7af5de7ebd3a06aaeb","kind":"commit","published_at":"2015-07-06T01:27:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-alpha.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3/manifests"},{"name":"v0.1.0-alpha.2","sha":"34b0f460c34ecc48af857d8ee5d7038970ba56fb","kind":"commit","published_at":"2015-06-29T12:04:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-alpha.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2/manifests"},{"name":"v0.1.0-alpha.1","sha":"05b3415fc699ab43f3fa33b5ecd040ab5ecdf9e2","kind":"commit","published_at":"2015-06-24T04:42:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-alpha.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1/manifests"},{"name":"v0.0.17","sha":"3cae05244e48af9cf4abbef3114060db585a574c","kind":"commit","published_at":"2015-04-03T02:12:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"c0719ce6ba16778dd34c2cfdc81e7f3c5321409d","kind":"commit","published_at":"2015-03-19T04:15:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"57af04dc3e362c0e327b716279c9143028c6e0da","kind":"commit","published_at":"2015-03-18T20:23:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"69be290efb58a6a92e9ae78d7b37168d293920b5","kind":"commit","published_at":"2015-03-13T21:22:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"15a39d02ba3d666e7820eecbb8c5493ef2f6040a","kind":"commit","published_at":"2015-03-12T23:17:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13/manifests"},{"name":"v0.0.11","sha":"37f5561553c30d8f0f2c949502ea278da64949cd","kind":"tag","published_at":"2014-05-28T13:14:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"ad6f6ec5499d2c902b88da95487862d50e5ad776","kind":"tag","published_at":"2014-05-28T12:51:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"87efbabd9bc2a0fd83255e6cb856961b10aef9eb","kind":"tag","published_at":"2014-05-06T17:11:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"94b12cf69c51264b1edb6c81b50a262f0536894b","kind":"tag","published_at":"2014-04-10T14:45:48.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"1cf17e494fd7d8538c55189c72c0cf57d145ef41","kind":"tag","published_at":"2014-04-10T14:06:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"861f9ec93de28be4185b35815c2b6ab17746eb3f","kind":"commit","published_at":"2014-01-23T19:39:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"3f59f7356c86f30ef8e8754386373c2a8f97b367","kind":"commit","published_at":"2014-01-23T18:59:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6fa2c22464dcd964df604550c2ce2ed1d2f4362b","kind":"commit","published_at":"2014-01-04T21:36:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4/manifests"}]},"repo_metadata_updated_at":"2025-10-31T05:40:12.684Z","dependent_packages_count":2,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":31.979943940947386,"dependent_packages_count":22.360619819704137,"stargazers_count":2.8388673422912785,"forks_count":5.638609719443903,"average":15.704510205596677},"purl":"pkg:maven/org.webjars.npm/git-raw-commits","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/maven/org.webjars.npm:git-raw-commits","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/maven/org.webjars.npm:git-raw-commits","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/maven/org.webjars.npm:git-raw-commits/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-10-29T14:29:47.234Z","issues_count":160,"pull_requests_count":531,"avg_time_to_close_issue":29861598.337837838,"avg_time_to_close_pull_request":12509911.262582056,"issues_closed_count":74,"pull_requests_closed_count":457,"pull_request_authors_count":84,"issue_authors_count":135,"avg_comments_per_issue":2.0125,"avg_comments_per_pull_request":1.2391713747645952,"merged_pull_requests_count":337,"bot_issues_count":3,"bot_pull_requests_count":268,"past_year_issues_count":30,"past_year_pull_requests_count":110,"past_year_avg_time_to_close_issue":3046943.3636363638,"past_year_avg_time_to_close_pull_request":1239705.430379747,"past_year_issues_closed_count":11,"past_year_pull_requests_closed_count":79,"past_year_pull_request_authors_count":18,"past_year_issue_authors_count":24,"past_year_avg_comments_per_issue":1.6,"past_year_avg_comments_per_pull_request":0.9181818181818182,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":66,"past_year_merged_pull_requests_count":66,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues","maintainers":[{"login":"dangreen","count":93,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"},{"login":"bcoe","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bcoe"},{"login":"tommywo","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tommywo"}],"active_maintainers":[{"login":"dangreen","count":22,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:git-raw-commits/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:git-raw-commits/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:git-raw-commits/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:git-raw-commits/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:git-raw-commits/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:git-raw-commits/codemeta","maintainers":[],"registry":{"name":"repo1.maven.org","url":"https://repo.maven.apache.org/maven2","ecosystem":"maven","default":true,"packages_count":608406,"maintainers_count":0,"namespaces_count":80807,"keywords_count":34879,"github":"maven-central","metadata":{"funded_packages_count":37828},"icon_url":"https://github.com/maven-central.png","created_at":"2022-07-21T16:40:13.074Z","updated_at":"2026-06-10T05:05:55.821Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/namespaces"}},{"id":4998092,"name":"org.webjars.npm:conventional-changelog-angular","ecosystem":"maven","description":"WebJar for conventional-changelog-angular","homepage":"https://www.webjars.org","licenses":"ISC","normalized_licenses":["ISC"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":[],"namespace":"org.webjars.npm","versions_count":1,"first_release_published_at":"2021-04-05T03:25:04.000Z","latest_release_published_at":"2021-04-05T03:25:04.000Z","latest_release_number":"5.0.12","last_synced_at":"2026-06-03T20:26:48.566Z","created_at":"2022-07-27T10:53:45.308Z","updated_at":"2026-06-03T20:26:48.566Z","registry_url":"https://central.sonatype.com/artifact/org.webjars.npm/conventional-changelog-angular/","install_command":null,"documentation_url":"https://appdoc.app/artifact/org.webjars.npm/conventional-changelog-angular/","metadata":{"repositories":["https://repo.maven.apache.org/maven2"]},"repo_metadata":{"id":12961414,"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2025-10-23T17:43:12.000Z","size":6366,"stargazers_count":8280,"open_issues_count":245,"forks_count":731,"subscribers_count":51,"default_branch":"master","last_synced_at":"2025-10-24T01:48:17.818Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2025-10-23T01:16:08.000Z","dependencies_parsed_at":"2022-07-13T10:30:31.523Z","dependency_job_id":"5f6d159e-c4c6-405b-9fa7-976ffc4dfa04","html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1686,"total_committers":150,"mean_commits":11.24,"dds":0.4792408066429419,"last_synced_commit":"65550d9a30cfab4b00b3e982e42bd68fedafcefc"},"previous_names":["ajoslin/conventional-changelog"],"tags_count":804,"template":false,"template_full_name":null,"purl":"pkg:github/conventional-changelog/conventional-changelog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/sbom","scorecard":{"id":174827,"data":{"date":"2025-08-11","repo":{"name":"github.com/conventional-changelog/conventional-changelog","commit":"1552de5434163eb63d3bf73d97bcb3bf34de8586"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 7 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":1,"reason":"Found 4/22 approved changesets -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/checks.yml:1","Warn: no topLevel permission defined: .github/workflows/commit.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Warn: no topLevel permission defined: .github/workflows/tests.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/checks.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/checks.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/commit.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/commit.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/commit.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:50: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:85: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:87: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:91: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:102: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Info:   0 out of  17 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  14 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: ISC License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 16 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":7,"reason":"3 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-xffm-g5w8-qvg7","Warn: Project is vulnerable to: GHSA-67mh-4wv8-2f99","Warn: Project is vulnerable to: GHSA-52f5-9888-hmc6"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-16T17:26:40.503Z","repository_id":12961414,"created_at":"2025-08-16T17:26:40.503Z","updated_at":"2025-08-16T17:26:40.503Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281931845,"owners_count":26585822,"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","status":"online","status_checked_at":"2025-10-31T02:00:07.401Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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"},"owner_record":{"login":"conventional-changelog","name":"conventional-changelog","uuid":"16443515","kind":"organization","description":"Tools to generate changelogs and release notes from a project's commit messages and metadata.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16443515?v=4","repositories_count":12,"last_synced_at":"2025-04-05T03:02:08.595Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/conventional-changelog","funding_links":[],"total_stars":33067,"followers":419,"following":0,"created_at":"2022-11-02T16:25:21.572Z","updated_at":"2025-04-05T03:02:08.596Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog/repositories"},"tags":[{"name":"conventional-changelog-angular-v8.1.0","sha":"4a8c5d57a058c5b103a8ebddf94e19cf67a58a18","kind":"commit","published_at":"2025-10-20T20:40:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v8.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v8.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular-v8.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.1.0/manifests"},{"name":"conventional-commits-parser-v6.2.1","sha":"4a8c5d57a058c5b103a8ebddf94e19cf67a58a18","kind":"commit","published_at":"2025-10-20T20:40:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v6.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.2.1/manifests"},{"name":"conventional-changelog-v7.1.1","sha":"d3934017f5c8987a0b4a5fdf3782f26cd43ab486","kind":"commit","published_at":"2025-07-10T17:30:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v7.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v7.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v7.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.1.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v9.1.0","sha":"b3bec6cd666605edb0727765637d8de30a672b86","kind":"commit","published_at":"2025-07-10T15:38:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v9.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v9.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v9.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v9.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v9.1.0/manifests"},{"name":"conventional-changelog-writer-v8.2.0","sha":"429fa80cf3232ddc89ad2e6593a5087da55f2192","kind":"commit","published_at":"2025-07-09T21:51:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v8.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.2.0/manifests"},{"name":"conventional-commits-parser-v6.2.0","sha":"a10c63faccc776bfc941a54dbcfa2d128bbfb374","kind":"commit","published_at":"2025-06-09T09:39:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v6.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.2.0/manifests"},{"name":"conventional-changelog-v7.1.0","sha":"549320cb33c00bea312fcf70c31d3ee6973ba488","kind":"commit","published_at":"2025-06-07T17:07:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v7.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v7.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v7.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.1.0/manifests"},{"name":"conventional-recommended-bump-v11.2.0","sha":"549320cb33c00bea312fcf70c31d3ee6973ba488","kind":"commit","published_at":"2025-06-07T17:07:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v11.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v11.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v11.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.2.0/manifests"},{"name":"git-client-v2.5.1","sha":"07103bc206c6b75af47183a700868d69424c5f5f","kind":"commit","published_at":"2025-06-02T10:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.5.1/manifests"},{"name":"git-client-v2.5.0","sha":"7926760758a6635d423d91288a11253bb663698c","kind":"commit","published_at":"2025-06-02T00:10:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.5.0/manifests"},{"name":"git-client-v2.4.0","sha":"81588478678c36e7465a90cfe56e4981c13729a9","kind":"commit","published_at":"2025-05-27T19:05:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.4.0/manifests"},{"name":"git-client-v2.3.0","sha":"abf8f2b4f11a8c4dcee54346fb39cee04c05242b","kind":"commit","published_at":"2025-05-23T19:01:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.3.0/manifests"},{"name":"conventional-changelog-v7.0.2","sha":"d42c917ee7b2732b9e4bc42bf70f6700ac028e1b","kind":"commit","published_at":"2025-05-22T20:08:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v7.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.2/manifests"},{"name":"conventional-changelog-v7.0.1","sha":"2dcae156d1dc9c40a2392c3dd9363449f3f59f75","kind":"commit","published_at":"2025-05-19T22:26:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.1/manifests"},{"name":"standard-changelog-v7.0.1","sha":"2dcae156d1dc9c40a2392c3dd9363449f3f59f75","kind":"commit","published_at":"2025-05-19T22:26:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v7.0.1/manifests"},{"name":"git-client-v2.2.0","sha":"2dcae156d1dc9c40a2392c3dd9363449f3f59f75","kind":"commit","published_at":"2025-05-19T22:26:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.2.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v9.0.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v9.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v9.0.0/manifests"},{"name":"conventional-changelog-writer-v8.1.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v8.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.1.0/manifests"},{"name":"conventional-recommended-bump-v11.1.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v11.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v11.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v11.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.1.0/manifests"},{"name":"git-client-v2.1.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.1.0/manifests"},{"name":"standard-changelog-v7.0.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v7.0.0/manifests"},{"name":"conventional-changelog-v7.0.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.0/manifests"},{"name":"conventional-commits-parser-v6.1.0","sha":"641a04473146d99189ec31d948202f8ef973da37","kind":"commit","published_at":"2025-01-15T16:19:55.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v6.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v11.0.0","sha":"3abb8c6494cd57fd52755d00669c10e4cc25a034","kind":"commit","published_at":"2025-01-15T16:19:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v11.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v11.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v11.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.0.0/manifests"},{"name":"conventional-changelog-writer-v8.0.1","sha":"fe3da2f131673200f695d6c9f34d8d0303042329","kind":"commit","published_at":"2025-01-15T16:14:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v8.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.1/manifests"},{"name":"git-client-v2.0.0","sha":"2ea0eec3e46bb9de9d57001d3aac074076e668a7","kind":"commit","published_at":"2025-01-15T16:13:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.0.0/manifests"},{"name":"conventional-changelog-core-v9.0.0","sha":"1ac3f1268140c999c669908085d0879b5d294c1a","kind":"commit","published_at":"2025-01-15T16:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v9.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v9.0.0/manifests"},{"name":"git-client-v1.0.1","sha":"d3b8aaa16337993bbad4d91db1ffac5a7568756b","kind":"commit","published_at":"2024-05-06T14:46:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1/manifests"},{"name":"conventional-changelog-v6.0.0","sha":"83bb15ba5de08f080884fc906c6db3c99c8b2131","kind":"commit","published_at":"2024-04-26T22:08:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0/manifests"},{"name":"conventional-changelog-core-v8.0.0","sha":"7bc92fc05e4447f311ad52b6e39d36f461eaf083","kind":"commit","published_at":"2024-04-26T22:07:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v8.0.0","sha":"3129c812139bf7454a64b4d506e6b85cd5abc77c","kind":"commit","published_at":"2024-04-26T22:06:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0/manifests"},{"name":"git-semver-tags-v8.0.0","sha":"fbd1b3bcd6253a32de89eb21145c2eb70d9396b6","kind":"commit","published_at":"2024-04-26T22:05:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v5.0.0","sha":"e34c96db3dbebedb17a6583aae8855dddd056f83","kind":"commit","published_at":"2024-04-26T22:04:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0/manifests"},{"name":"conventional-changelog-angular-v8.0.0","sha":"2aa6291a93eb881230e896f87a5232873b6a9717","kind":"commit","published_at":"2024-04-26T22:04:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0/manifests"},{"name":"conventional-changelog-jquery-v6.0.0","sha":"1c71cd6d4868ef2e158963e277609a9794806306","kind":"commit","published_at":"2024-04-26T22:03:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v8.0.0","sha":"533e36277d1779a5ac79a06210c603b5f88bc030","kind":"commit","published_at":"2024-04-26T22:00:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0/manifests"},{"name":"conventional-changelog-eslint-v6.0.0","sha":"c7459cd7d1e1ab82c9a5d552b008c02aba290cad","kind":"commit","published_at":"2024-04-26T21:59:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0/manifests"},{"name":"git-raw-commits-v5.0.0","sha":"f61ea377e843db0852c35911785895ec43481f11","kind":"commit","published_at":"2024-04-26T21:58:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0/manifests"},{"name":"conventional-changelog-codemirror-v5.0.0","sha":"77525286ffc8869a6ac351ebe28198842815cb7c","kind":"commit","published_at":"2024-04-26T21:57:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0/manifests"},{"name":"conventional-changelog-cli-v5.0.0","sha":"a75cef688b9a1557ca981178d4d35c18963160b6","kind":"commit","published_at":"2024-04-26T21:53:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0/manifests"},{"name":"conventional-changelog-express-v5.0.0","sha":"a6ab80d6e30091a8b743ee97a87e7400af1ebc53","kind":"commit","published_at":"2024-04-26T21:53:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v10.0.0","sha":"d7c409b02f1d58cf6f0293edcadbe5f00a78a622","kind":"commit","published_at":"2024-04-26T21:52:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v10.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v10.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v10.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0/manifests"},{"name":"conventional-changelog-atom-v5.0.0","sha":"3b2b9d0ec2382f73d9cf000a1004596f90ece916","kind":"commit","published_at":"2024-04-26T21:51:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0/manifests"},{"name":"conventional-changelog-jshint-v5.0.0","sha":"d7dae509e72b09d1496ae51f1f04c15581c828fc","kind":"commit","published_at":"2024-04-26T21:50:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0/manifests"},{"name":"conventional-changelog-ember-v5.0.0","sha":"2e99dfa49112ffe6c864dd0e436f0db1e696b1f9","kind":"commit","published_at":"2024-04-26T21:50:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0/manifests"},{"name":"conventional-commits-parser-v6.0.0","sha":"646e1be132ccd0f32e3074de2f511be5c610984f","kind":"commit","published_at":"2024-04-26T21:48:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0/manifests"},{"name":"conventional-commits-filter-v5.0.0","sha":"be4266b7ef7b84ba5c198dfa8c143229f8a5b128","kind":"commit","published_at":"2024-04-26T21:47:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0/manifests"},{"name":"standard-changelog-v6.0.0","sha":"3e9b9387f29e48a508b70b88f26b40a6db9fea16","kind":"commit","published_at":"2024-04-26T21:45:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v5.0.0","sha":"041a1a9b73b201add30494aed19d026b948bd8f1","kind":"commit","published_at":"2024-04-26T21:41:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0/manifests"},{"name":"git-client-v1.0.0","sha":"7e51fe970576503cae3ab94e6e9b3e01017b044d","kind":"commit","published_at":"2024-04-26T21:21:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0/manifests"},{"name":"git-semver-tags-v7.0.1","sha":"fac8045242099c016f5f3905e54e02b7d466bd7b","kind":"commit","published_at":"2023-09-10T23:53:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1/manifests"},{"name":"conventional-changelog-writer-v7.0.1","sha":"e3a643ad39ec3bc4cfb1dff2aa1101333df33dc3","kind":"commit","published_at":"2023-09-10T23:49:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1/manifests"},{"name":"conventional-changelog-v5.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0/manifests"},{"name":"conventional-changelog-cli-v4.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0/manifests"},{"name":"conventional-changelog-core-v7.0.0","sha":"2e467dd39a35c3813597711a37690897183b4abc","kind":"commit","published_at":"2023-09-08T22:03:37.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0/manifests"},{"name":"git-semver-tags-v7.0.0","sha":"a13f788bd505d8253a2d92413fc4a7780e11ec07","kind":"commit","published_at":"2023-09-08T21:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0/manifests"},{"name":"standard-changelog-v5.0.0","sha":"34569c7a3fd2b0362a461517a1f4e20e7eecd9fc","kind":"commit","published_at":"2023-09-08T21:55:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v9.0.0","sha":"ad633d9d81f66ef80d7f77832a264cb0c5b971ef","kind":"commit","published_at":"2023-09-08T21:50:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v9.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.2","sha":"50113f9b569259d991f1a734a192964ca71f0118","kind":"commit","published_at":"2023-09-08T21:41:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v7.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2/manifests"},{"name":"conventional-changelog-preset-loader-v4.1.0","sha":"a14d2186575f6061f236c9a47d803694b18f8373","kind":"commit","published_at":"2023-09-08T21:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader-v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.1","sha":"ca4324b0a690b2595f8b574882ff95329a2dc195","kind":"commit","published_at":"2023-08-27T19:11:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1/manifests"},{"name":"conventional-commits-filter-v4.0.0","sha":"26fc9ea274dc0c62442ec9d97b20a2ebb49138bf","kind":"commit","published_at":"2023-08-27T12:55:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0/manifests"},{"name":"standard-changelog-v4.0.0","sha":"5b788265774bf4b63d3c83a178ca53e8e7095903","kind":"commit","published_at":"2023-08-27T12:50:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-eslint-v5.0.0","sha":"679594c0716275771cc23b314e4362899fe72f87","kind":"commit","published_at":"2023-08-27T12:46:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0/manifests"},{"name":"git-semver-tags-v6.0.0","sha":"1c75c72d9b5d59e3ea4e914c58a85f7559f29602","kind":"commit","published_at":"2023-08-27T12:40:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0/manifests"},{"name":"conventional-recommended-bump-v8.0.0","sha":"624377a24e8e3658bcf2329a9a98f9a7b02a4cb3","kind":"commit","published_at":"2023-08-27T12:33:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0/manifests"},{"name":"conventional-changelog-writer-v7.0.0","sha":"d669bb67dc713cb1e4374e3216ed7d83cde743c5","kind":"commit","published_at":"2023-08-27T12:27:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0/manifests"},{"name":"conventional-changelog-codemirror-v4.0.0","sha":"933fd0b3dd355d648faf57241b796a714004c722","kind":"commit","published_at":"2023-08-27T12:23:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0/manifests"},{"name":"conventional-changelog-express-v4.0.0","sha":"c9e9ceb3a3727659bd117bab01cbc7642d588f06","kind":"commit","published_at":"2023-08-27T12:16:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0/manifests"},{"name":"conventional-changelog-ember-v4.0.0","sha":"5d7c16268f79b7f180e34e997fdb37373d714666","kind":"commit","published_at":"2023-08-27T12:11:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0/manifests"},{"name":"conventional-changelog-jquery-v5.0.0","sha":"d643efb1050dcdaecee626044315644ff9b9e43b","kind":"commit","published_at":"2023-08-27T12:07:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v4.0.0","sha":"636646dd9ae062e9652a7f9ccaf6c329e6e9f924","kind":"commit","published_at":"2023-08-27T12:03:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0/manifests"},{"name":"conventional-changelog-v5.0.0","sha":"7985de3edc9e655369651ad464cb39b791887dc7","kind":"commit","published_at":"2023-08-27T11:58:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.0","sha":"5f0fe40743d8f559ab94ed11bbb4b8bda6fa6dcb","kind":"commit","published_at":"2023-08-27T11:51:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0/manifests"},{"name":"conventional-changelog-angular-v7.0.0","sha":"6c7a2e1a8807988bcb1a9842f72d14be3b1a89e3","kind":"commit","published_at":"2023-08-27T11:46:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0/manifests"},{"name":"conventional-changelog-jshint-v4.0.0","sha":"0204a9a340d2c85411e8de8905bc74c6146e5618","kind":"commit","published_at":"2023-08-27T11:41:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0/manifests"},{"name":"conventional-changelog-atom-v4.0.0","sha":"ab9b2c10e098ec8837d141102549f3eef698364c","kind":"commit","published_at":"2023-08-27T11:36:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0/manifests"},{"name":"conventional-changelog-cli-v4.0.0","sha":"29df6c4597afad27b9cda06f58eb564bcca609c4","kind":"commit","published_at":"2023-08-27T11:21:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0/manifests"},{"name":"conventional-changelog-core-v6.0.0","sha":"45613bbc2d13c798732e4b2bd4b2fa9ea67157d6","kind":"commit","published_at":"2023-08-27T11:17:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v4.0.0","sha":"5a896e3ef3aa9e751fcc74d7c76fa21d6d526cb0","kind":"commit","published_at":"2023-08-27T11:08:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0/manifests"},{"name":"git-raw-commits-v4.0.0","sha":"878fc56b43bc617177bf47fd8643a3b8b86078e5","kind":"commit","published_at":"2023-08-27T11:01:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0/manifests"},{"name":"conventional-commits-parser-v5.0.0","sha":"299de5acbe55a7d19dcdd2adc34681eae7264abf","kind":"commit","published_at":"2023-08-26T17:50:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0/manifests"},{"name":"git-semver-tags-v5.0.1","sha":"87914a362866a380e98a29edf19b2173e0911d8a","kind":"commit","published_at":"2023-07-09T19:10:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1/manifests"},{"name":"conventional-changelog-writer-v6.0.1","sha":"c123edea220b450cfa26813b6f198c3e8ebbd2b4","kind":"commit","published_at":"2023-07-09T14:49:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v6.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.2","sha":"83773c5e1a8874ea9809ca9db1dff60b7df1daae","kind":"commit","published_at":"2023-06-28T17:43:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v5.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.1.0","sha":"2e5fe6d9574ba896fa90b5bfcb50fb73d28af6d6","kind":"commit","published_at":"2023-06-17T21:30:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v6.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v7.0.1","sha":"f251b6899e313a9b23f3c8deb8b8b57217040892","kind":"commit","published_at":"2023-06-06T23:24:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.1","sha":"5b458dff9edf766446449acd1bbb8027a1e39fa5","kind":"commit","published_at":"2023-06-06T23:17:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1/manifests"},{"name":"gulp-conventional-changelog-v3.0.0","sha":"8ef6232797e5bf7c80422221374c53c03d5df36d","kind":"commit","published_at":"2023-06-06T22:50:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0/manifests"},{"name":"standard-changelog-v3.0.0","sha":"ea65f017b42b914ece780fd2fc799a6946912ed8","kind":"commit","published_at":"2023-06-06T22:42:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0/manifests"},{"name":"conventional-changelog-cli-v3.0.0","sha":"f00f4549cee9406054b77057a8135183fcd89710","kind":"commit","published_at":"2023-06-06T22:29:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0/manifests"},{"name":"conventional-changelog-v4.0.0","sha":"1a240f91ed584ed43e7f9c82235ca60eff0f4fa5","kind":"commit","published_at":"2023-06-06T19:50:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-core-v5.0.0","sha":"8507f601486c8ff6806156c50091262dee13ec54","kind":"commit","published_at":"2023-06-06T19:23:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v7.0.0","sha":"e1662ca7a6c688d28a334282a5e863f52866f3e8","kind":"commit","published_at":"2023-06-06T18:39:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v3.0.0","sha":"5d80d155425147a0b045af09536e5962cbfff620","kind":"commit","published_at":"2023-06-06T15:08:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.0.0","sha":"a30fc7ae219cf871b46cbe9d2c76a9730b70e272","kind":"commit","published_at":"2023-06-06T14:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v6.0.0","sha":"aa5d46c7b13b7b31f78af4b3c31c087c39eea41d","kind":"commit","published_at":"2023-06-06T14:46:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0/manifests"},{"name":"conventional-commits-filter-v3.0.0","sha":"502a73fe41aebb7b563c5ca69521e0b1bab904df","kind":"commit","published_at":"2023-06-06T14:32:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0/manifests"},{"name":"conventional-commits-parser-v4.0.0","sha":"9f7fe891e75c64937c28baa39a6c795a01603ab7","kind":"commit","published_at":"2023-06-06T14:24:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0/manifests"},{"name":"git-raw-commits-v3.0.0","sha":"571f2d549f10744a12ab3bc5dc5e0b749cb72667","kind":"commit","published_at":"2023-06-06T14:16:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0/manifests"},{"name":"git-semver-tags-v5.0.0","sha":"445c796d04105d10dd62d07039bc6a7fc9f263a5","kind":"commit","published_at":"2023-06-06T13:51:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0/manifests"},{"name":"conventional-changelog-atom-v3.0.0","sha":"208787aa2f5db8de1c2d43c56d71e6dfb9510781","kind":"commit","published_at":"2023-06-06T13:43:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0/manifests"},{"name":"conventional-changelog-angular-v6.0.0","sha":"c4ebf98acc15f37154aae5de53a225e896c4a157","kind":"commit","published_at":"2023-06-06T13:36:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0/manifests"},{"name":"conventional-changelog-codemirror-v3.0.0","sha":"0772453bee083917a05b9696d063ee3dc69957f9","kind":"commit","published_at":"2023-06-06T13:25:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0/manifests"},{"name":"conventional-changelog-ember-v3.0.0","sha":"e473d0c8af7c0cf8a54f775556796f50f3e695c2","kind":"commit","published_at":"2023-06-06T13:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0/manifests"},{"name":"conventional-changelog-eslint-v4.0.0","sha":"b3b896bc5b9e3ed65dcfc08c57967a252f37cfd1","kind":"commit","published_at":"2023-06-06T12:56:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0/manifests"},{"name":"conventional-changelog-express-v3.0.0","sha":"5594385d1dd2490b0fb508a60b6f30e8be6616ce","kind":"commit","published_at":"2023-06-06T12:37:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0/manifests"},{"name":"conventional-changelog-jquery-v4.0.0","sha":"51a3015a907b2cea900114359c36ce0e9664b72d","kind":"commit","published_at":"2023-06-06T12:17:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0/manifests"},{"name":"conventional-changelog-jshint-v3.0.0","sha":"281e5f883476e90b75cae4373a67436c86e94f6a","kind":"commit","published_at":"2023-06-06T12:02:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v5.0.0","sha":"ba6df7cf62de5f448368bed4398f6ddf633d2cbd","kind":"commit","published_at":"2022-05-27T18:02:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0/manifests"},{"name":"conventional-changelog-writer-v5.0.1","sha":"21b73f974adc4490a318d9c892055655cb82c538","kind":"commit","published_at":"2021-12-29T21:36:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.3","sha":"02757d342290bcf51a49d49e5e72f5eae6c6f6da","kind":"commit","published_at":"2021-12-29T19:52:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v4.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3/manifests"},{"name":"conventional-commits-parser-v3.2.4","sha":"1d0f62d4ac4911ef0d912d5401f783b152cee624","kind":"commit","published_at":"2021-12-29T19:46:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v3.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4/manifests"},{"name":"git-raw-commits-v2.0.11","sha":"95384dbd105ffe4f86bbc6ccad3e5405a1cbfe04","kind":"commit","published_at":"2021-12-29T19:39:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v2.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.2","sha":"1827696185192a8dd258ea7c3370090238b0fb76","kind":"commit","published_at":"2021-12-25T18:06:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v4.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2/manifests"},{"name":"conventional-changelog-cli-v2.2.2","sha":"8ce6a7bbd3fae87aa9d56fca68c2e16fbb2cace5","kind":"commit","published_at":"2021-12-25T17:22:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2/manifests"},{"name":"conventional-changelog-v3.1.25","sha":"8e9c3d76aaffd7fe67a78270b3ad9b881e953e7e","kind":"commit","published_at":"2021-12-24T18:50:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v3.1.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25/manifests"},{"name":"conventional-commits-parser-v3.2.3","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v3.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3/manifests"},{"name":"conventional-changelog-cli-v2.2.1","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.1","sha":"c35708d56a55e31b750aec1f745e5be52f0a75f2","kind":"commit","published_at":"2021-09-09T19:06:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v4.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1/manifests"},{"name":"conventional-commits-parser-v3.2.2","sha":"1bae48ff85eff0736ea6691b7214f3fc9c026256","kind":"commit","published_at":"2021-09-09T14:45:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v3.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2/manifests"},{"name":"conventional-changelog-core-v4.2.4","sha":"02fbc2d42d0faf53d4b7a2b0525626088a6ac8ba","kind":"commit","published_at":"2021-09-09T14:37:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v4.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4/manifests"},{"name":"conventional-changelog-angular-v5.0.13","sha":"e30343b4676d26b416080294dc74ebba001c0716","kind":"commit","published_at":"2021-09-09T14:31:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v5.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular-v5.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13/manifests"},{"name":"conventional-changelog-core-v4.2.3","sha":"318b555b6ef3aebdb5a8d4c7c734fd7234712dd3","kind":"commit","published_at":"2021-07-03T00:24:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v4.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.0","sha":"537c37d7801872c3e57e4200c64154a4d2ea042a","kind":"commit","published_at":"2021-04-30T00:15:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v4.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0/manifests"},{"name":"conventional-commits-parser-v3.2.1","sha":"758dda2937b6784f0cc6a535286862fcf95b6f06","kind":"commit","published_at":"2021-02-15T21:32:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1/manifests"},{"name":"git-raw-commits-v2.0.10","sha":"ffecaccb6e117afae9f68f1d48ff9a69554da950","kind":"commit","published_at":"2021-01-27T16:36:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v2.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10/manifests"},{"name":"conventional-changelog-writer-v5.0.0","sha":"61ef6491add84b841e1797baf09f62bbdd90dcd4","kind":"commit","published_at":"2020-12-30T22:40:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v6.1.0","sha":"3b0fb22b0bb49137b9ecddaeb349f66025205c57","kind":"commit","published_at":"2020-12-30T16:58:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v6.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0/manifests"},{"name":"conventional-changelog-core-v4.2.2","sha":"317eeb3137caff69bcc9a67fce3dc67663a010db","kind":"commit","published_at":"2020-12-30T00:53:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v4.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2/manifests"},{"name":"conventional-recommended-bump-v6.0.12","sha":"90ecc5d93bfd7626857eda5d240f92393d896be0","kind":"commit","published_at":"2020-12-30T00:43:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v6.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12/manifests"},{"name":"git-raw-commits-v2.0.9","sha":"227f3e23af86912c0cd64fdb1a820ac92e5757c5","kind":"commit","published_at":"2020-12-29T23:59:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v2.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9/manifests"},{"name":"conventional-changelog-writer-v4.1.0","sha":"77725cfb12ca3ca22abb9421b4af012a49207e7a","kind":"commit","published_at":"2020-12-29T23:41:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0/manifests"},{"name":"conventional-commits-filter@2.0.7","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7/manifests"},{"name":"standard-changelog@2.0.27","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27/manifests"},{"name":"gulp-conventional-changelog@2.0.35","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35/manifests"},{"name":"git-semver-tags@4.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%404.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1/manifests"},{"name":"git-raw-commits@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8/manifests"},{"name":"conventional-recommended-bump@6.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11/manifests"},{"name":"conventional-commits-parser@3.2.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0/manifests"},{"name":"conventional-changelog-writer@4.0.18","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18/manifests"},{"name":"conventional-changelog-jshint@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9/manifests"},{"name":"conventional-changelog-jquery@3.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11/manifests"},{"name":"conventional-changelog-express@2.0.6","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9/manifests"},{"name":"conventional-changelog-ember@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9/manifests"},{"name":"conventional-changelog-core@4.2.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.5.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1/manifests"},{"name":"conventional-changelog-atom@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8/manifests"},{"name":"conventional-changelog-angular@5.0.12","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12/manifests"},{"name":"conventional-changelog@3.1.24","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24/manifests"},{"name":"conventional-changelog-v3.1.24","sha":"f8fcbc2e8b0834c29178ace6382b438a020ad828","kind":"commit","published_at":"2020-10-25T02:45:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v3.1.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24/manifests"},{"name":"conventional-changelog-conventionalcommits@4.4.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0/manifests"},{"name":"conventional-changelog-core@4.2.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0/manifests"},{"name":"conventional-changelog@3.1.23","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23/manifests"},{"name":"conventional-changelog-cli@2.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0/manifests"},{"name":"git-semver-tags@4.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%404.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0/manifests"},{"name":"gulp-conventional-changelog@2.0.34","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34/manifests"},{"name":"standard-changelog@2.0.26","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26/manifests"},{"name":"conventional-recommended-bump@6.0.10","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10/manifests"},{"name":"conventional-changelog-core@4.1.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8/manifests"},{"name":"standard-changelog@2.0.25","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25/manifests"},{"name":"gulp-conventional-changelog@2.0.33","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33/manifests"},{"name":"conventional-changelog-writer@4.0.17","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17/manifests"},{"name":"conventional-changelog-jshint@2.0.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.1","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1/manifests"},{"name":"conventional-changelog-cli@2.0.35","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35/manifests"},{"name":"conventional-changelog-angular@5.0.11","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11/manifests"},{"name":"conventional-changelog@3.1.22","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22/manifests"},{"name":"standard-changelog@2.0.24","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24/manifests"},{"name":"gulp-conventional-changelog@2.0.32","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32/manifests"},{"name":"conventional-changelog-writer@4.0.16","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16/manifests"},{"name":"conventional-changelog-core@4.1.7","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7/manifests"},{"name":"conventional-changelog-cli@2.0.34","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34/manifests"},{"name":"conventional-changelog@3.1.21","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0/manifests"},{"name":"conventional-changelog@3.1.20","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20/manifests"},{"name":"conventional-changelog-cli@2.0.33","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33/manifests"},{"name":"conventional-changelog-atom@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7/manifests"},{"name":"conventional-changelog-eslint@3.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8/manifests"},{"name":"conventional-changelog-express@2.0.5","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10/manifests"},{"name":"conventional-changelog-jshint@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7/manifests"},{"name":"conventional-changelog-preset-loader@2.3.4","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4/manifests"},{"name":"conventional-changelog-writer@4.0.15","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15/manifests"},{"name":"conventional-commits-filter@2.0.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6/manifests"},{"name":"conventional-commits-parser@3.1.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.9","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9/manifests"},{"name":"git-raw-commits@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7/manifests"},{"name":"git-semver-tags@4.0.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.31","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31/manifests"},{"name":"standard-changelog@2.0.23","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23/manifests"},{"name":"conventional-changelog-angular@5.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10/manifests"},{"name":"conventional-changelog-core@4.1.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6/manifests"},{"name":"conventional-changelog-codemirror@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7/manifests"},{"name":"conventional-changelog-ember@2.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8/manifests"},{"name":"conventional-changelog-preset-loader-v2.3.2","sha":"9f6c56cb960a5043823cfb85b9843991201cbb51","kind":"commit","published_at":"2020-05-08T19:21:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v2.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader-v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2/manifests"},{"name":"conventional-changelog-cli@2.0.32","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32/manifests"},{"name":"conventional-changelog-core@4.1.5","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5/manifests"},{"name":"gulp-conventional-changelog@2.0.30","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30/manifests"},{"name":"standard-changelog@2.0.22","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22/manifests"},{"name":"conventional-changelog@3.1.19","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19/manifests"},{"name":"conventional-changelog@3.1.18","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18/manifests"},{"name":"conventional-changelog-core@4.1.4","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.29","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29/manifests"},{"name":"standard-changelog@2.0.21","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21/manifests"},{"name":"conventional-changelog-cli@2.0.31","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31/manifests"},{"name":"conventional-changelog-cli@2.0.30","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30/manifests"},{"name":"conventional-changelog-core@4.1.3","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3/manifests"},{"name":"conventional-changelog@3.1.17","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17/manifests"},{"name":"standard-changelog@2.0.20","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20/manifests"},{"name":"gulp-conventional-changelog@2.0.28","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28/manifests"},{"name":"conventional-changelog-core@4.1.2","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2/manifests"},{"name":"standard-changelog@2.0.19","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19/manifests"},{"name":"gulp-conventional-changelog@2.0.27","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27/manifests"},{"name":"conventional-changelog-cli@2.0.29","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29/manifests"},{"name":"conventional-changelog@3.1.16","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16/manifests"},{"name":"standard-changelog@2.0.18","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18/manifests"},{"name":"gulp-conventional-changelog@2.0.26","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26/manifests"},{"name":"git-semver-tags@3.0.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1/manifests"},{"name":"git-raw-commits@2.0.3","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3/manifests"},{"name":"conventional-changelog@3.1.15","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15/manifests"},{"name":"conventional-recommended-bump@6.0.5","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5/manifests"},{"name":"conventional-commits-parser@3.0.8","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.11","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11/manifests"},{"name":"conventional-changelog-core@4.1.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.28","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28/manifests"},{"name":"conventional-changelog-core@4.1.0","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0/manifests"},{"name":"conventional-changelog@3.1.14","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14/manifests"},{"name":"conventional-changelog-angular@5.0.6","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6/manifests"},{"name":"conventional-changelog-cli@2.0.27","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.3","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3/manifests"},{"name":"conventional-commits-parser@3.0.7","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7/manifests"},{"name":"conventional-recommended-bump@6.0.4","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.25","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25/manifests"},{"name":"standard-changelog@2.0.17","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17/manifests"},{"name":"conventional-changelog@3.1.13","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13/manifests"},{"name":"standard-changelog@2.0.16","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16/manifests"},{"name":"gulp-conventional-changelog@2.0.24","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24/manifests"},{"name":"conventional-recommended-bump@6.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3/manifests"},{"name":"conventional-commits-parser@3.0.6","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6/manifests"},{"name":"conventional-changelog-writer@4.0.10","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10/manifests"},{"name":"conventional-changelog-preset-loader@2.3.0","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0/manifests"},{"name":"conventional-changelog-core@4.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.2","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2/manifests"},{"name":"conventional-changelog-cli@2.0.26","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26/manifests"},{"name":"conventional-changelog-core@4.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2/manifests"},{"name":"standard-changelog@2.0.15","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15/manifests"},{"name":"gulp-conventional-changelog@2.0.23","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23/manifests"},{"name":"conventional-recommended-bump@6.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2/manifests"},{"name":"conventional-commits-parser@3.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5/manifests"},{"name":"conventional-changelog-writer@4.0.9","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9/manifests"},{"name":"conventional-changelog-jshint@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.6","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4/manifests"},{"name":"conventional-changelog-ember@2.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.1","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1/manifests"},{"name":"conventional-changelog-codemirror@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.25","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25/manifests"},{"name":"conventional-changelog-atom@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5/manifests"},{"name":"conventional-changelog@3.1.12","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12/manifests"},{"name":"conventional-commits-parser@3.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4/manifests"},{"name":"conventional-changelog-atom@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.24","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24/manifests"},{"name":"conventional-changelog-codemirror@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.0","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0/manifests"},{"name":"conventional-changelog-core@4.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3/manifests"},{"name":"conventional-changelog-eslint@3.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.5","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5/manifests"},{"name":"conventional-changelog-jshint@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2/manifests"},{"name":"conventional-changelog-writer@4.0.8","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8/manifests"},{"name":"standard-changelog@2.0.14","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14/manifests"},{"name":"gulp-conventional-changelog@2.0.22","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22/manifests"},{"name":"conventional-recommended-bump@6.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1/manifests"},{"name":"conventional-changelog@3.1.11","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11/manifests"},{"name":"conventional-changelog-angular@5.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4/manifests"},{"name":"conventional-changelog@3.1.10","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10/manifests"},{"name":"conventional-changelog-cli@2.0.23","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23/manifests"},{"name":"conventional-changelog-conventionalcommits@4.1.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0/manifests"},{"name":"git-semver-tags@3.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.21","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21/manifests"},{"name":"standard-changelog@2.0.13","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13/manifests"},{"name":"conventional-changelog-core@4.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.2.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0/manifests"},{"name":"conventional-changelog-writer@4.0.7","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7/manifests"},{"name":"conventional-recommended-bump@6.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0/manifests"},{"name":"conventional-changelog-core@3.2.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3/manifests"},{"name":"conventional-changelog@3.1.9","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9/manifests"},{"name":"conventional-changelog-cli@2.0.22","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22/manifests"},{"name":"standard-changelog@2.0.12","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.20","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20/manifests"},{"name":"git-semver-tags@2.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3/manifests"},{"name":"conventional-recommended-bump@5.0.1","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%405.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1/manifests"},{"name":"conventional-commits-parser@3.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.6","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6/manifests"},{"name":"conventional-changelog-conventionalcommits@4.0.0","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.21","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21/manifests"},{"name":"conventional-changelog@3.1.8","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8/manifests"},{"name":"gulp-conventional-changelog@2.0.19","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19/manifests"},{"name":"standard-changelog@2.0.11","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.2","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2/manifests"},{"name":"conventional-changelog@3.1.7","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7/manifests"},{"name":"gulp-conventional-changelog@2.0.18","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18/manifests"},{"name":"conventional-changelog-cli@2.0.20","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.1","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.17","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17/manifests"},{"name":"conventional-recommended-bump@5.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%405.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.19","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19/manifests"},{"name":"conventional-changelog@3.1.6","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6/manifests"},{"name":"conventional-changelog-conventionalcommits@2.0.0","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.16","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.18","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18/manifests"},{"name":"conventional-changelog@3.1.5","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.2","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2/manifests"},{"name":"conventional-changelog@3.1.4","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4/manifests"},{"name":"conventional-changelog-cli@2.0.17","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17/manifests"},{"name":"gulp-conventional-changelog@2.0.15","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15/manifests"},{"name":"conventional-changelog-core@3.2.2","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2/manifests"},{"name":"standard-changelog@2.0.10","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10/manifests"},{"name":"conventional-changelog-writer@4.0.5","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5/manifests"},{"name":"conventional-changelog@3.1.3","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3/manifests"},{"name":"gulp-conventional-changelog@2.0.14","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14/manifests"},{"name":"conventional-changelog-cli@2.0.16","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16/manifests"},{"name":"standard-changelog@2.0.9","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.1.2","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.15","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15/manifests"},{"name":"conventional-changelog-core@3.2.1","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1/manifests"},{"name":"gulp-conventional-changelog@2.0.13","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1/manifests"},{"name":"conventional-recommended-bump@4.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1/manifests"},{"name":"gulp-conventional-changelog@2.0.12","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12/manifests"},{"name":"conventional-changelog@3.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.14","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14/manifests"},{"name":"conventional-changelog-preset-loader@2.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1/manifests"},{"name":"conventional-changelog-core@3.2.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0/manifests"},{"name":"conventional-changelog-preset-loader@2.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0/manifests"},{"name":"conventional-changelog-writer@4.0.4","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4/manifests"},{"name":"conventional-commits-filter@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2/manifests"},{"name":"conventional-commits-parser@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2/manifests"},{"name":"conventional-recommended-bump@4.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0/manifests"},{"name":"git-raw-commits@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.11","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11/manifests"},{"name":"standard-changelog@2.0.8","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8/manifests"},{"name":"conventional-changelog@3.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0/manifests"},{"name":"conventional-changelog-cli@2.0.13","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0/manifests"},{"name":"conventional-changelog-eslint@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2/manifests"},{"name":"standard-changelog@2.0.7","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7/manifests"},{"name":"conventional-changelog-angular@5.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.12","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12/manifests"},{"name":"conventional-changelog-core@3.1.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6/manifests"},{"name":"conventional-changelog-writer@4.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.10","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10/manifests"},{"name":"conventional-changelog@3.0.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6/manifests"},{"name":"conventional-recommended-bump@4.0.4","sha":"da729f68f9dc581623deb587c705ef65d189a9f4","kind":"tag","published_at":"2018-11-01T06:56:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4/manifests"},{"name":"standard-changelog@2.0.6","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6/manifests"},{"name":"gulp-conventional-changelog@2.0.9","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.0.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5/manifests"},{"name":"conventional-changelog-writer@4.0.2","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.11","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11/manifests"},{"name":"conventional-changelog-core@3.1.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5/manifests"},{"name":"conventional-changelog@3.0.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4/manifests"},{"name":"conventional-recommended-bump@4.0.3","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3/manifests"},{"name":"git-semver-tags@2.0.2","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.8","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8/manifests"},{"name":"standard-changelog@2.0.5","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.10","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10/manifests"},{"name":"conventional-changelog-core@3.1.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.7","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7/manifests"},{"name":"standard-changelog@2.0.4","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4/manifests"},{"name":"conventional-changelog-cli@2.0.9","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9/manifests"},{"name":"conventional-changelog@3.0.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3/manifests"},{"name":"conventional-changelog-core@3.1.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.8","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8/manifests"},{"name":"conventional-changelog@3.0.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2/manifests"},{"name":"conventional-changelog-core@3.1.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2/manifests"},{"name":"standard-changelog@2.0.3","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.6","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6/manifests"},{"name":"conventional-changelog@3.0.1","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.5","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.7","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7/manifests"},{"name":"conventional-changelog-express@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1/manifests"},{"name":"git-raw-commits@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4/manifests"},{"name":"git-semver-tags@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1/manifests"},{"name":"conventional-changelog-core@3.1.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1/manifests"},{"name":"conventional-changelog-eslint@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1/manifests"},{"name":"conventional-changelog@3.0.0","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0/manifests"},{"name":"conventional-changelog-jquery@3.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4/manifests"},{"name":"conventional-changelog-jshint@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1/manifests"},{"name":"conventional-changelog-preset-loader@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2/manifests"},{"name":"conventional-changelog-writer@4.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2/manifests"},{"name":"standard-changelog@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2/manifests"},{"name":"conventional-commits-filter@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1/manifests"},{"name":"conventional-commits-parser@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2/manifests"},{"name":"conventional-changelog-atom@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.6","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1/manifests"},{"name":"conventional-changelog-jquery@3.0.3","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.5","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.4","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.2","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1/manifests"},{"name":"conventional-changelog-core@3.1.0","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0/manifests"},{"name":"conventional-changelog-ember@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1/manifests"},{"name":"standard-changelog@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2/manifests"},{"name":"conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1/manifests"},{"name":"conventional-changelog-angular@5.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0/manifests"},{"name":"conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1/manifests"},{"name":"conventional-changelog-codemirror@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0/manifests"},{"name":"conventional-changelog-ember@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-atom@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0/manifests"},{"name":"conventional-changelog-eslint@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0/manifests"},{"name":"conventional-changelog-express@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0/manifests"},{"name":"conventional-changelog-jquery@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0/manifests"},{"name":"conventional-changelog-jshint@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0/manifests"},{"name":"conventional-recommended-bump@4.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1/manifests"},{"name":"conventional-changelog-angular@4.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%404.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1/manifests"},{"name":"conventional-changelog-eslint@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0/manifests"},{"name":"standard-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0/manifests"},{"name":"git-semver-tags@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0/manifests"},{"name":"git-raw-commits@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0/manifests"},{"name":"conventional-recommended-bump@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0/manifests"},{"name":"conventional-commits-parser@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0/manifests"},{"name":"conventional-commits-filter@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0/manifests"},{"name":"conventional-changelog-jshint@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0/manifests"},{"name":"conventional-changelog-express@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0/manifests"},{"name":"conventional-changelog-ember@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0/manifests"},{"name":"conventional-changelog-core@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0/manifests"},{"name":"conventional-changelog-codemirror@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0/manifests"},{"name":"conventional-changelog-atom@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0/manifests"},{"name":"conventional-changelog-angular@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0/manifests"},{"name":"conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.22","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22/manifests"},{"name":"conventional-changelog-ember@0.3.12","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12/manifests"},{"name":"conventional-changelog-jquery@1.3.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9/manifests"},{"name":"conventional-recommended-bump@2.0.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9/manifests"},{"name":"gulp-conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-angular@3.0.7","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7/manifests"},{"name":"standard-changelog@1.0.19","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19/manifests"},{"name":"conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-core@2.0.11","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11/manifests"},{"name":"conventional-changelog-angular@3.0.6","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6/manifests"},{"name":"conventional-changelog-atom@0.2.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8/manifests"},{"name":"conventional-changelog-jshint@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8/manifests"},{"name":"gulp-conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-writer@3.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9/manifests"},{"name":"conventional-changelog-cli@1.3.21","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21/manifests"},{"name":"standard-changelog@1.0.18","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18/manifests"},{"name":"conventional-changelog-codemirror@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8/manifests"},{"name":"conventional-changelog-core@2.0.10","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10/manifests"},{"name":"conventional-changelog-ember@0.3.11","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11/manifests"},{"name":"conventional-changelog-eslint@1.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9/manifests"},{"name":"conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-jquery@1.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8/manifests"},{"name":"conventional-changelog-writer@3.0.8","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.10","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10/manifests"},{"name":"conventional-changelog-core@2.0.9","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9/manifests"},{"name":"conventional-changelog-cli@1.3.20","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20/manifests"},{"name":"conventional-changelog-angular@3.0.5","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5/manifests"},{"name":"conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22/manifests"},{"name":"standard-changelog@1.0.17","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17/manifests"},{"name":"gulp-conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-jshint@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7/manifests"},{"name":"conventional-changelog-preset-loader@1.1.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8/manifests"},{"name":"conventional-changelog-angular@3.0.4","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4/manifests"},{"name":"conventional-commits-parser@2.1.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7/manifests"},{"name":"standard-changelog@1.0.16","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16/manifests"},{"name":"conventional-changelog-core@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8/manifests"},{"name":"conventional-changelog-writer@3.0.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7/manifests"},{"name":"gulp-conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-cli@1.3.19","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19/manifests"},{"name":"git-semver-tags@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6/manifests"},{"name":"git-raw-commits@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6/manifests"},{"name":"conventional-recommended-bump@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.9","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9/manifests"},{"name":"conventional-changelog-atom@0.2.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7/manifests"},{"name":"conventional-changelog-eslint@1.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8/manifests"},{"name":"conventional-changelog-express@0.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6/manifests"},{"name":"conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-jquery@1.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7/manifests"},{"name":"conventional-changelog-codemirror@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7/manifests"},{"name":"conventional-changelog-jquery@1.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6/manifests"},{"name":"conventional-changelog-angular@3.0.3","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3/manifests"},{"name":"conventional-changelog-atom@0.2.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6/manifests"},{"name":"conventional-changelog-cli@1.3.18","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18/manifests"},{"name":"conventional-changelog-codemirror@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6/manifests"},{"name":"conventional-changelog-core@2.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7/manifests"},{"name":"conventional-changelog-ember@0.3.8","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8/manifests"},{"name":"conventional-changelog-eslint@1.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7/manifests"},{"name":"conventional-changelog-jshint@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6/manifests"},{"name":"conventional-changelog-writer@3.0.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6/manifests"},{"name":"standard-changelog@1.0.15","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15/manifests"},{"name":"gulp-conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-angular@3.0.2","sha":"1cc079df803f58b52c8aa997fff43e9c162266e7","kind":"tag","published_at":"2018-03-22T14:14:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2/manifests"},{"name":"conventional-changelog-jshint@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5/manifests"},{"name":"standard-changelog@1.0.14","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14/manifests"},{"name":"gulp-conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19/manifests"},{"name":"git-semver-tags@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5/manifests"},{"name":"git-raw-commits@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7/manifests"},{"name":"conventional-commits-parser@2.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6/manifests"},{"name":"conventional-commits-filter@1.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5/manifests"},{"name":"conventional-changelog-preset-loader@1.1.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7/manifests"},{"name":"conventional-changelog-jquery@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5/manifests"},{"name":"conventional-changelog-express@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6/manifests"},{"name":"conventional-changelog-ember@0.3.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7/manifests"},{"name":"conventional-changelog-core@2.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5/manifests"},{"name":"conventional-changelog-cli@1.3.17","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17/manifests"},{"name":"conventional-changelog-atom@0.2.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5/manifests"},{"name":"conventional-changelog-angular@3.0.1","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1/manifests"},{"name":"conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19/manifests"},{"name":"conventional-changelog-angular@3.0.0","sha":"49997aaba373502e5b38bd366846934641e95799","kind":"tag","published_at":"2018-03-22T13:45:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0/manifests"},{"name":"conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-cli@1.3.16","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16/manifests"},{"name":"conventional-changelog-eslint@1.0.5","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5/manifests"},{"name":"gulp-conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18/manifests"},{"name":"conventional-commits-parser@2.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5/manifests"},{"name":"conventional-commits-filter@1.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5/manifests"},{"name":"conventional-changelog-writer@3.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6/manifests"},{"name":"conventional-changelog-jshint@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4/manifests"},{"name":"conventional-changelog-jquery@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4/manifests"},{"name":"conventional-changelog-express@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4/manifests"},{"name":"standard-changelog@1.0.13","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13/manifests"},{"name":"conventional-changelog-ember@0.3.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4/manifests"},{"name":"gulp-conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17/manifests"},{"name":"git-semver-tags@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4/manifests"},{"name":"git-raw-commits@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4/manifests"},{"name":"conventional-recommended-bump@2.0.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6/manifests"},{"name":"conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17/manifests"},{"name":"conventional-changelog-angular@1.6.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6/manifests"},{"name":"conventional-changelog-atom@0.2.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4/manifests"},{"name":"conventional-changelog-cli@1.3.15","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15/manifests"},{"name":"conventional-changelog-codemirror@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5/manifests"},{"name":"conventional-changelog-core@2.0.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4/manifests"},{"name":"conventional-changelog-ember@0.3.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5/manifests"},{"name":"conventional-changelog-eslint@1.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3/manifests"},{"name":"git-raw-commits@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3/manifests"},{"name":"conventional-changelog-atom@0.2.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3/manifests"},{"name":"conventional-changelog-jshint@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3/manifests"},{"name":"conventional-changelog-angular@1.6.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5/manifests"},{"name":"conventional-changelog-jquery@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5/manifests"},{"name":"conventional-changelog-cli@1.3.14","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14/manifests"},{"name":"conventional-changelog-writer@3.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3/manifests"},{"name":"conventional-changelog-codemirror@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3/manifests"},{"name":"conventional-commits-filter@1.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4/manifests"},{"name":"conventional-commits-parser@2.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4/manifests"},{"name":"git-semver-tags@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3/manifests"},{"name":"gulp-conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16/manifests"},{"name":"standard-changelog@1.0.12","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12/manifests"},{"name":"conventional-changelog-express@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3/manifests"},{"name":"conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15/manifests"},{"name":"gulp-conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15/manifests"},{"name":"conventional-changelog-cli@1.3.13","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13/manifests"},{"name":"conventional-recommended-bump@2.0.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4/manifests"},{"name":"gulp-conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14/manifests"},{"name":"git-semver-tags@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2/manifests"},{"name":"git-raw-commits@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2/manifests"},{"name":"conventional-recommended-bump@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3/manifests"},{"name":"standard-changelog@1.0.11","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11/manifests"},{"name":"conventional-changelog-writer@3.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2/manifests"},{"name":"conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14/manifests"},{"name":"conventional-changelog-angular@1.6.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4/manifests"},{"name":"conventional-changelog-atom@0.2.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2/manifests"},{"name":"conventional-changelog-cli@1.3.12","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12/manifests"},{"name":"conventional-changelog-codemirror@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2/manifests"},{"name":"conventional-changelog-core@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.3.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4/manifests"},{"name":"conventional-changelog-eslint@1.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2/manifests"},{"name":"conventional-changelog-express@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2/manifests"},{"name":"conventional-changelog-jquery@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2/manifests"},{"name":"conventional-changelog-jshint@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2/manifests"},{"name":"conventional-commits-filter@1.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3/manifests"},{"name":"conventional-commits-parser@2.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3/manifests"},{"name":"gulp-conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13/manifests"},{"name":"git-semver-tags@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1/manifests"},{"name":"git-raw-commits@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1/manifests"},{"name":"conventional-recommended-bump@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2/manifests"},{"name":"conventional-commits-parser@2.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2/manifests"},{"name":"conventional-commits-filter@1.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2/manifests"},{"name":"conventional-changelog-writer@3.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1/manifests"},{"name":"conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13/manifests"},{"name":"standard-changelog@1.0.10","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10/manifests"},{"name":"conventional-changelog-jquery@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1/manifests"},{"name":"conventional-changelog-express@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1/manifests"},{"name":"conventional-changelog-ember@0.3.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2/manifests"},{"name":"conventional-changelog-codemirror@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1/manifests"},{"name":"conventional-changelog-cli@1.3.11","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11/manifests"},{"name":"conventional-changelog-atom@0.2.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1/manifests"},{"name":"conventional-changelog-angular@1.6.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3/manifests"},{"name":"conventional-changelog-jshint@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1/manifests"},{"name":"gulp-conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12/manifests"},{"name":"conventional-changelog-cli@1.3.10","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10/manifests"},{"name":"conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12/manifests"},{"name":"conventional-recommended-bump@2.0.1","sha":"a4f0aa902d3e966fe6d6b1d46f2130838524cfbf","kind":"tag","published_at":"2018-02-12T14:54:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1/manifests"},{"name":"conventional-recommended-bump@2.0.0","sha":"9885d205ed96338575335652d006f475408e1195","kind":"tag","published_at":"2018-02-12T14:30:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0/manifests"},{"name":"conventional-changelog-preset-loader@1.1.2","sha":"a450d974237d440009ec3fb4c63974cf066e8f79","kind":"tag","published_at":"2018-02-12T04:07:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.1","sha":"5af1f00dcc4e1f9c3299bc7feb322a88b711f042","kind":"tag","published_at":"2018-02-09T04:17:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.0","sha":"c3eb36dbc52f383df6f3dcf3a3870b01ceee0b8b","kind":"tag","published_at":"2018-02-08T14:46:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0/manifests"},{"name":"conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11/manifests"},{"name":"standard-changelog@1.0.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9/manifests"},{"name":"gulp-conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11/manifests"},{"name":"conventional-recommended-bump@1.2.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1/manifests"},{"name":"conventional-commits-parser@2.1.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1/manifests"},{"name":"conventional-changelog-ember@0.3.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2/manifests"},{"name":"conventional-changelog-core@2.0.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1/manifests"},{"name":"conventional-changelog-cli@1.3.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9/manifests"},{"name":"conventional-changelog-angular@1.6.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2/manifests"},{"name":"conventional-changelog-cli@1.3.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8/manifests"},{"name":"conventional-changelog-core@2.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0/manifests"},{"name":"conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10/manifests"},{"name":"conventional-changelog-angular@1.6.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1/manifests"},{"name":"conventional-recommended-bump@1.2.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0/manifests"},{"name":"git-semver-tags@1.3.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0/manifests"},{"name":"gulp-conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10/manifests"},{"name":"standard-changelog@1.0.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0/manifests"},{"name":"conventional-changelog-writer@3.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0/manifests"},{"name":"conventional-changelog-atom@0.2.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0/manifests"},{"name":"conventional-changelog-codemirror@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0/manifests"},{"name":"conventional-changelog-cli@1.3.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7/manifests"},{"name":"conventional-changelog-core@1.9.5","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5/manifests"},{"name":"conventional-changelog-ember@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0/manifests"},{"name":"conventional-changelog-eslint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0/manifests"},{"name":"conventional-changelog-express@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0/manifests"},{"name":"conventional-changelog-jquery@1.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0/manifests"},{"name":"conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9/manifests"},{"name":"gulp-conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-jshint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0/manifests"},{"name":"standard-changelog@1.0.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7/manifests"},{"name":"conventional-changelog-angular@1.6.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0/manifests"},{"name":"conventional-commits-parser@2.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0/manifests"},{"name":"conventional-changelog-writer@2.0.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.2.10","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10/manifests"},{"name":"conventional-changelog-core@1.9.4","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4/manifests"},{"name":"conventional-changelog-cli@1.3.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6/manifests"},{"name":"conventional-changelog-angular@1.5.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3/manifests"},{"name":"conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8/manifests"},{"name":"conventional-recommended-bump@1.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0/manifests"},{"name":"gulp-conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8/manifests"},{"name":"standard-changelog@1.0.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6/manifests"},{"name":"conventional-commits-filter@1.1.1","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1/manifests"},{"name":"conventional-changelog-angular@1.5.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2/manifests"},{"name":"conventional-changelog-core@1.9.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3/manifests"},{"name":"conventional-changelog-ember@0.2.9","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9/manifests"},{"name":"conventional-changelog-eslint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%400.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1/manifests"},{"name":"conventional-changelog-express@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1/manifests"},{"name":"conventional-changelog-jquery@1.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1/manifests"},{"name":"conventional-changelog-jshint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1/manifests"},{"name":"conventional-changelog-writer@2.0.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2/manifests"},{"name":"conventional-commits-filter@1.1.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0/manifests"},{"name":"conventional-commits-parser@2.0.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1/manifests"},{"name":"conventional-recommended-bump@1.0.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3/manifests"},{"name":"git-raw-commits@1.3.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0/manifests"},{"name":"git-semver-tags@1.2.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3/manifests"},{"name":"gulp-conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7/manifests"},{"name":"standard-changelog@1.0.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5/manifests"},{"name":"conventional-changelog-codemirror@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1/manifests"},{"name":"conventional-changelog-cli@1.3.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5/manifests"},{"name":"conventional-changelog-atom@0.1.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2/manifests"},{"name":"conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7/manifests"},{"name":"@marionebl/conventional-commits-parser@3.0.0","sha":"edf4068ce4c3ea6ac5b61323473ab655be5eb895","kind":"tag","published_at":"2017-11-01T07:09:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/@marionebl/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/@marionebl/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@%40marionebl%2Fconventional-commits-parser%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2/manifests"},{"name":"git-semver-tags@1.2.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2/manifests"},{"name":"gulp-conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-ember@0.2.8","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8/manifests"},{"name":"conventional-changelog-core@1.9.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2/manifests"},{"name":"standard-changelog@1.0.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4/manifests"},{"name":"conventional-changelog-cli@1.3.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4/manifests"},{"name":"conventional-changelog-angular@1.5.1","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1/manifests"},{"name":"conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5/manifests"},{"name":"standard-changelog@1.0.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3/manifests"},{"name":"conventional-changelog-writer@2.0.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1/manifests"},{"name":"conventional-changelog-angular@1.5.0","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0/manifests"},{"name":"conventional-changelog-cli@1.3.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3/manifests"},{"name":"conventional-changelog-core@1.9.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1/manifests"},{"name":"conventional-changelog-ember@0.2.7","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7/manifests"},{"name":"gulp-conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5/manifests"},{"name":"gulp-conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4/manifests"},{"name":"conventional-changelog-writer@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0/manifests"},{"name":"conventional-commits-parser@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1/manifests"},{"name":"git-semver-tags@1.2.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1/manifests"},{"name":"standard-changelog@1.0.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2/manifests"},{"name":"conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4/manifests"},{"name":"conventional-changelog-angular@1.4.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0/manifests"},{"name":"conventional-changelog-atom@0.1.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1/manifests"},{"name":"conventional-changelog-cli@1.3.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2/manifests"},{"name":"conventional-changelog-codemirror@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0/manifests"},{"name":"conventional-changelog-core@1.9.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0/manifests"},{"name":"conventional-changelog-ember@0.2.6","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6/manifests"},{"name":"conventional-changelog-eslint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%400.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0/manifests"},{"name":"conventional-changelog-express@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0/manifests"},{"name":"conventional-changelog-jquery@1.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0/manifests"},{"name":"conventional-changelog-jshint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0/manifests"},{"name":"conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3/manifests"},{"name":"standard-changelog@1.0.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1/manifests"},{"name":"gulp-conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3/manifests"},{"name":"conventional-changelog-ember@0.2.5","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5/manifests"},{"name":"conventional-changelog-core@1.8.0","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.8.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0/manifests"},{"name":"conventional-changelog-cli@1.3.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1/manifests"},{"name":"conventional-changelog-angular@1.3.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3/manifests"},{"name":"standard-changelog@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0/manifests"},{"name":"conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2/manifests"},{"name":"conventional-changelog-angular@1.3.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2/manifests"},{"name":"conventional-changelog-cli@1.3.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0/manifests"},{"name":"conventional-changelog-core@1.7.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.7.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0/manifests"},{"name":"conventional-changelog-ember@0.2.4","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4/manifests"},{"name":"conventional-recommended-bump@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0/manifests"},{"name":"git-raw-commits@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0/manifests"},{"name":"git-semver-tags@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0/manifests"},{"name":"gulp-conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2/manifests"},{"name":"gulp-conventional-changelog@1.1.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"tag","published_at":"2017-03-10T05:35:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0/manifests"},{"name":"conventional-changelog-angular@1.3.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1/manifests"},{"name":"gulp-conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1/manifests"},{"name":"standard-changelog@0.0.2","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@0.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%400.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2/manifests"},{"name":"conventional-changelog-cli@1.2.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1/manifests"},{"name":"conventional-changelog-ember@0.2.3","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3/manifests"},{"name":"conventional-changelog-core@1.6.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0/manifests"},{"name":"conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-cli@1.2.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:01:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0/manifests"},{"name":"conventional-changelog-core@1.5.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:00:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0/manifests"},{"name":"git-raw-commits@1.1.2","sha":"f5fe78b1f15791cb0499744bf278dff22b52732f","kind":"tag","published_at":"2017-03-09T07:37:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2/manifests"},{"name":"git-semver-tags@1.1.2","sha":"7be07c7c0f49572b1c0e9c98f004b599d8b5bb1a","kind":"tag","published_at":"2017-03-09T07:35:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2/manifests"},{"name":"v1.1.0","sha":"600d411569271467389c3cbe71f7f657980e89a1","kind":"tag","published_at":"2016-02-13T06:59:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"9591280a8d09220aced3383abe3bc7ecbb34b503","kind":"tag","published_at":"2016-02-13T06:37:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"beef421f56939190a4ca30c28788eda1b3f9480d","kind":"tag","published_at":"2016-02-05T13:49:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"c8e90ab7fddd0b98855913e73fc12f9dc9dc81b1","kind":"tag","published_at":"2016-02-05T12:59:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0/manifests"},{"name":"v0.5.3","sha":"d79ce243223260b153699b99de0503698546ea63","kind":"tag","published_at":"2015-12-25T05:07:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"9e7b771072a2680c6c335fcad38003aade53213e","kind":"tag","published_at":"2015-12-23T12:24:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"4bf7d8df29f7be29552b82ec2b7112fad0c39a3e","kind":"tag","published_at":"2015-10-20T09:52:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"5ca2204b472704543ebbc744a22f8f90ec659659","kind":"tag","published_at":"2015-09-30T08:49:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"e5f2f3bc675e2c7e5cc6aa0ed50da7941833e492","kind":"tag","published_at":"2015-09-04T03:16:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"7536a0b351cc4f2764e71cbc268a178ab595259d","kind":"tag","published_at":"2015-08-17T01:28:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"56fa3d92620a41a875b3337fa51d04d6df23b1a8","kind":"tag","published_at":"2015-08-15T12:34:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"eefec0ef598a92e78510ee8626fd9bbcdb1398e4","kind":"tag","published_at":"2015-08-15T11:19:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0/manifests"},{"name":"v0.3.2","sha":"74b99dca61eafd56ba93605016b086a1108e77fe","kind":"tag","published_at":"2015-08-13T03:12:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"a1aca9c31a45aded77962bd0defc32e503aec213","kind":"commit","published_at":"2015-08-11T06:23:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"b489672d27ff703337c540f0fbc43f6486a84d99","kind":"commit","published_at":"2015-08-09T03:27:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"12e3cd6b151353dbe7f584adabbe5dd8a28424db","kind":"commit","published_at":"2015-07-24T08:13:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"f437b457b5ea6c105535a360144000f8315db54d","kind":"commit","published_at":"2015-07-24T04:54:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0/manifests"},{"name":"v0.1.3","sha":"c8fa9d0b94f8ac07f162623e4b9e9e68aad82e62","kind":"commit","published_at":"2015-07-22T11:06:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"6ba5d6e4b90a154dbca6ec0f80c66ad5995cd770","kind":"commit","published_at":"2015-07-22T07:10:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c015f8762f70eff2be7b8d7fb82438689239d717","kind":"commit","published_at":"2015-07-20T07:55:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"7253d0fea773e3f7cc0a3fb8278c9da070df26ee","kind":"commit","published_at":"2015-07-20T07:12:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.3","sha":"0c9f1e89bfacec8e08bac8ef96d64e3abdbecda7","kind":"commit","published_at":"2015-07-17T11:02:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"fec1baf43b8c0156682d4014a4fd066bd24ad448","kind":"commit","published_at":"2015-07-17T06:23:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"a5ea0dfada48601b9e3fbec78dd37d70380a2db6","kind":"commit","published_at":"2015-07-15T08:03:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1/manifests"},{"name":"v0.1.0-alpha.3","sha":"9b6cc68a2c17c9671363fe7af5de7ebd3a06aaeb","kind":"commit","published_at":"2015-07-06T01:27:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-alpha.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3/manifests"},{"name":"v0.1.0-alpha.2","sha":"34b0f460c34ecc48af857d8ee5d7038970ba56fb","kind":"commit","published_at":"2015-06-29T12:04:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-alpha.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2/manifests"},{"name":"v0.1.0-alpha.1","sha":"05b3415fc699ab43f3fa33b5ecd040ab5ecdf9e2","kind":"commit","published_at":"2015-06-24T04:42:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-alpha.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1/manifests"},{"name":"v0.0.17","sha":"3cae05244e48af9cf4abbef3114060db585a574c","kind":"commit","published_at":"2015-04-03T02:12:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"c0719ce6ba16778dd34c2cfdc81e7f3c5321409d","kind":"commit","published_at":"2015-03-19T04:15:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"57af04dc3e362c0e327b716279c9143028c6e0da","kind":"commit","published_at":"2015-03-18T20:23:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"69be290efb58a6a92e9ae78d7b37168d293920b5","kind":"commit","published_at":"2015-03-13T21:22:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"15a39d02ba3d666e7820eecbb8c5493ef2f6040a","kind":"commit","published_at":"2015-03-12T23:17:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13/manifests"},{"name":"v0.0.11","sha":"37f5561553c30d8f0f2c949502ea278da64949cd","kind":"tag","published_at":"2014-05-28T13:14:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"ad6f6ec5499d2c902b88da95487862d50e5ad776","kind":"tag","published_at":"2014-05-28T12:51:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"87efbabd9bc2a0fd83255e6cb856961b10aef9eb","kind":"tag","published_at":"2014-05-06T17:11:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"94b12cf69c51264b1edb6c81b50a262f0536894b","kind":"tag","published_at":"2014-04-10T14:45:48.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"1cf17e494fd7d8538c55189c72c0cf57d145ef41","kind":"tag","published_at":"2014-04-10T14:06:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"861f9ec93de28be4185b35815c2b6ab17746eb3f","kind":"commit","published_at":"2014-01-23T19:39:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"3f59f7356c86f30ef8e8754386373c2a8f97b367","kind":"commit","published_at":"2014-01-23T18:59:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6fa2c22464dcd964df604550c2ce2ed1d2f4362b","kind":"commit","published_at":"2014-01-04T21:36:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4/manifests"}]},"repo_metadata_updated_at":"2025-10-31T05:40:12.180Z","dependent_packages_count":1,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":31.979943940947386,"dependent_packages_count":31.998402898858956,"stargazers_count":2.8388673422912785,"forks_count":5.638609719443903,"average":18.11395597538538},"purl":"pkg:maven/org.webjars.npm/conventional-changelog-angular","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/maven/org.webjars.npm:conventional-changelog-angular","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/maven/org.webjars.npm:conventional-changelog-angular","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/maven/org.webjars.npm:conventional-changelog-angular/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-10-29T14:29:47.234Z","issues_count":160,"pull_requests_count":531,"avg_time_to_close_issue":29861598.337837838,"avg_time_to_close_pull_request":12509911.262582056,"issues_closed_count":74,"pull_requests_closed_count":457,"pull_request_authors_count":84,"issue_authors_count":135,"avg_comments_per_issue":2.0125,"avg_comments_per_pull_request":1.2391713747645952,"merged_pull_requests_count":337,"bot_issues_count":3,"bot_pull_requests_count":268,"past_year_issues_count":30,"past_year_pull_requests_count":110,"past_year_avg_time_to_close_issue":3046943.3636363638,"past_year_avg_time_to_close_pull_request":1239705.430379747,"past_year_issues_closed_count":11,"past_year_pull_requests_closed_count":79,"past_year_pull_request_authors_count":18,"past_year_issue_authors_count":24,"past_year_avg_comments_per_issue":1.6,"past_year_avg_comments_per_pull_request":0.9181818181818182,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":66,"past_year_merged_pull_requests_count":66,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues","maintainers":[{"login":"dangreen","count":93,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"},{"login":"bcoe","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bcoe"},{"login":"tommywo","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tommywo"}],"active_maintainers":[{"login":"dangreen","count":22,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:conventional-changelog-angular/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:conventional-changelog-angular/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:conventional-changelog-angular/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:conventional-changelog-angular/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:conventional-changelog-angular/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:conventional-changelog-angular/codemeta","maintainers":[],"registry":{"name":"repo1.maven.org","url":"https://repo.maven.apache.org/maven2","ecosystem":"maven","default":true,"packages_count":608406,"maintainers_count":0,"namespaces_count":80807,"keywords_count":34879,"github":"maven-central","metadata":{"funded_packages_count":37828},"icon_url":"https://github.com/maven-central.png","created_at":"2022-07-21T16:40:13.074Z","updated_at":"2026-06-10T05:05:55.821Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/namespaces"}},{"id":1554949,"name":"conventional-changelog-eslint","ecosystem":"npm","description":"ESLint preset for conventional-changelog.","homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-eslint#readme","licenses":"ISC","normalized_licenses":["ISC"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":["conventional-changelog","eslint","preset"],"namespace":null,"versions_count":26,"first_release_published_at":"2015-12-26T07:57:28.018Z","latest_release_published_at":"2026-03-04T22:08:03.204Z","latest_release_number":"6.1.0","last_synced_at":"2026-06-12T05:01:29.679Z","created_at":"2022-04-09T05:41:24.657Z","updated_at":"2026-06-12T05:01:29.679Z","registry_url":"https://www.npmjs.com/package/conventional-changelog-eslint","install_command":"npm install conventional-changelog-eslint","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"next":"3.0.9","latest":"6.1.0"}},"repo_metadata":{"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2024-02-05T10:52:36.000Z","size":5535,"stargazers_count":7444,"open_issues_count":250,"forks_count":735,"subscribers_count":56,"default_branch":"master","last_synced_at":"2024-02-06T23:43:18.058Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2024-02-06T07:50:46.000Z","dependencies_parsed_at":"2022-07-13T10:30:31.523Z","dependency_job_id":"5f6d159e-c4c6-405b-9fa7-976ffc4dfa04","html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1464,"total_committers":136,"mean_commits":"10.764705882352942","dds":"0.40095628415300544","last_synced_commit":"58f0887283a200d52e49607baf7b352f26177b05"},"previous_names":[],"tags_count":754,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":184783443,"owners_count":11574119,"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"},"owner_record":{"login":"conventional-changelog","name":"conventional-changelog","uuid":"16443515","kind":"organization","description":"Tools to generate changelogs and release notes from a project's commit messages and metadata.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16443515?v=4","repositories_count":12,"last_synced_at":"2023-04-09T10:54:05.213Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/conventional-changelog","created_at":"2022-11-02T16:25:21.572Z","updated_at":"2023-04-09T10:54:05.313Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog/repositories"},"tags":[{"name":"git-semver-tags-v7.0.1","sha":"fac8045242099c016f5f3905e54e02b7d466bd7b","kind":"commit","published_at":"2023-09-10T23:53:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1/manifests"},{"name":"conventional-changelog-writer-v7.0.1","sha":"e3a643ad39ec3bc4cfb1dff2aa1101333df33dc3","kind":"commit","published_at":"2023-09-10T23:49:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1/manifests"},{"name":"conventional-changelog-v5.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0/manifests"},{"name":"conventional-changelog-cli-v4.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0/manifests"},{"name":"conventional-changelog-core-v7.0.0","sha":"2e467dd39a35c3813597711a37690897183b4abc","kind":"commit","published_at":"2023-09-08T22:03:37.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0/manifests"},{"name":"git-semver-tags-v7.0.0","sha":"a13f788bd505d8253a2d92413fc4a7780e11ec07","kind":"commit","published_at":"2023-09-08T21:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0/manifests"},{"name":"standard-changelog-v5.0.0","sha":"34569c7a3fd2b0362a461517a1f4e20e7eecd9fc","kind":"commit","published_at":"2023-09-08T21:55:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v9.0.0","sha":"ad633d9d81f66ef80d7f77832a264cb0c5b971ef","kind":"commit","published_at":"2023-09-08T21:50:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.2","sha":"50113f9b569259d991f1a734a192964ca71f0118","kind":"commit","published_at":"2023-09-08T21:41:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2/manifests"},{"name":"conventional-changelog-preset-loader-v4.1.0","sha":"a14d2186575f6061f236c9a47d803694b18f8373","kind":"commit","published_at":"2023-09-08T21:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.1","sha":"ca4324b0a690b2595f8b574882ff95329a2dc195","kind":"commit","published_at":"2023-08-27T19:11:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1/manifests"},{"name":"conventional-commits-filter-v4.0.0","sha":"26fc9ea274dc0c62442ec9d97b20a2ebb49138bf","kind":"commit","published_at":"2023-08-27T12:55:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0/manifests"},{"name":"standard-changelog-v4.0.0","sha":"5b788265774bf4b63d3c83a178ca53e8e7095903","kind":"commit","published_at":"2023-08-27T12:50:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-eslint-v5.0.0","sha":"679594c0716275771cc23b314e4362899fe72f87","kind":"commit","published_at":"2023-08-27T12:46:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0/manifests"},{"name":"git-semver-tags-v6.0.0","sha":"1c75c72d9b5d59e3ea4e914c58a85f7559f29602","kind":"commit","published_at":"2023-08-27T12:40:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0/manifests"},{"name":"conventional-recommended-bump-v8.0.0","sha":"624377a24e8e3658bcf2329a9a98f9a7b02a4cb3","kind":"commit","published_at":"2023-08-27T12:33:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0/manifests"},{"name":"conventional-changelog-writer-v7.0.0","sha":"d669bb67dc713cb1e4374e3216ed7d83cde743c5","kind":"commit","published_at":"2023-08-27T12:27:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0/manifests"},{"name":"conventional-changelog-codemirror-v4.0.0","sha":"933fd0b3dd355d648faf57241b796a714004c722","kind":"commit","published_at":"2023-08-27T12:23:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0/manifests"},{"name":"conventional-changelog-express-v4.0.0","sha":"c9e9ceb3a3727659bd117bab01cbc7642d588f06","kind":"commit","published_at":"2023-08-27T12:16:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0/manifests"},{"name":"conventional-changelog-ember-v4.0.0","sha":"5d7c16268f79b7f180e34e997fdb37373d714666","kind":"commit","published_at":"2023-08-27T12:11:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0/manifests"},{"name":"conventional-changelog-jquery-v5.0.0","sha":"d643efb1050dcdaecee626044315644ff9b9e43b","kind":"commit","published_at":"2023-08-27T12:07:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v4.0.0","sha":"636646dd9ae062e9652a7f9ccaf6c329e6e9f924","kind":"commit","published_at":"2023-08-27T12:03:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0/manifests"},{"name":"conventional-changelog-v5.0.0","sha":"7985de3edc9e655369651ad464cb39b791887dc7","kind":"commit","published_at":"2023-08-27T11:58:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.0","sha":"5f0fe40743d8f559ab94ed11bbb4b8bda6fa6dcb","kind":"commit","published_at":"2023-08-27T11:51:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0/manifests"},{"name":"conventional-changelog-angular-v7.0.0","sha":"6c7a2e1a8807988bcb1a9842f72d14be3b1a89e3","kind":"commit","published_at":"2023-08-27T11:46:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0/manifests"},{"name":"conventional-changelog-jshint-v4.0.0","sha":"0204a9a340d2c85411e8de8905bc74c6146e5618","kind":"commit","published_at":"2023-08-27T11:41:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0/manifests"},{"name":"conventional-changelog-atom-v4.0.0","sha":"ab9b2c10e098ec8837d141102549f3eef698364c","kind":"commit","published_at":"2023-08-27T11:36:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0/manifests"},{"name":"conventional-changelog-cli-v4.0.0","sha":"29df6c4597afad27b9cda06f58eb564bcca609c4","kind":"commit","published_at":"2023-08-27T11:21:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0/manifests"},{"name":"conventional-changelog-core-v6.0.0","sha":"45613bbc2d13c798732e4b2bd4b2fa9ea67157d6","kind":"commit","published_at":"2023-08-27T11:17:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v4.0.0","sha":"5a896e3ef3aa9e751fcc74d7c76fa21d6d526cb0","kind":"commit","published_at":"2023-08-27T11:08:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0/manifests"},{"name":"git-raw-commits-v4.0.0","sha":"878fc56b43bc617177bf47fd8643a3b8b86078e5","kind":"commit","published_at":"2023-08-27T11:01:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0/manifests"},{"name":"conventional-commits-parser-v5.0.0","sha":"299de5acbe55a7d19dcdd2adc34681eae7264abf","kind":"commit","published_at":"2023-08-26T17:50:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0/manifests"},{"name":"git-semver-tags-v5.0.1","sha":"87914a362866a380e98a29edf19b2173e0911d8a","kind":"commit","published_at":"2023-07-09T19:10:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1/manifests"},{"name":"conventional-changelog-writer-v6.0.1","sha":"c123edea220b450cfa26813b6f198c3e8ebbd2b4","kind":"commit","published_at":"2023-07-09T14:49:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.2","sha":"83773c5e1a8874ea9809ca9db1dff60b7df1daae","kind":"commit","published_at":"2023-06-28T17:43:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.1.0","sha":"2e5fe6d9574ba896fa90b5bfcb50fb73d28af6d6","kind":"commit","published_at":"2023-06-17T21:30:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v7.0.1","sha":"f251b6899e313a9b23f3c8deb8b8b57217040892","kind":"commit","published_at":"2023-06-06T23:24:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.1","sha":"5b458dff9edf766446449acd1bbb8027a1e39fa5","kind":"commit","published_at":"2023-06-06T23:17:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1/manifests"},{"name":"gulp-conventional-changelog-v3.0.0","sha":"8ef6232797e5bf7c80422221374c53c03d5df36d","kind":"commit","published_at":"2023-06-06T22:50:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0/manifests"},{"name":"standard-changelog-v3.0.0","sha":"ea65f017b42b914ece780fd2fc799a6946912ed8","kind":"commit","published_at":"2023-06-06T22:42:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0/manifests"},{"name":"conventional-changelog-cli-v3.0.0","sha":"f00f4549cee9406054b77057a8135183fcd89710","kind":"commit","published_at":"2023-06-06T22:29:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0/manifests"},{"name":"conventional-changelog-v4.0.0","sha":"1a240f91ed584ed43e7f9c82235ca60eff0f4fa5","kind":"commit","published_at":"2023-06-06T19:50:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-core-v5.0.0","sha":"8507f601486c8ff6806156c50091262dee13ec54","kind":"commit","published_at":"2023-06-06T19:23:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v7.0.0","sha":"e1662ca7a6c688d28a334282a5e863f52866f3e8","kind":"commit","published_at":"2023-06-06T18:39:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v3.0.0","sha":"5d80d155425147a0b045af09536e5962cbfff620","kind":"commit","published_at":"2023-06-06T15:08:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.0.0","sha":"a30fc7ae219cf871b46cbe9d2c76a9730b70e272","kind":"commit","published_at":"2023-06-06T14:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v6.0.0","sha":"aa5d46c7b13b7b31f78af4b3c31c087c39eea41d","kind":"commit","published_at":"2023-06-06T14:46:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0/manifests"},{"name":"conventional-commits-filter-v3.0.0","sha":"502a73fe41aebb7b563c5ca69521e0b1bab904df","kind":"commit","published_at":"2023-06-06T14:32:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0/manifests"},{"name":"conventional-commits-parser-v4.0.0","sha":"9f7fe891e75c64937c28baa39a6c795a01603ab7","kind":"commit","published_at":"2023-06-06T14:24:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0/manifests"},{"name":"git-raw-commits-v3.0.0","sha":"571f2d549f10744a12ab3bc5dc5e0b749cb72667","kind":"commit","published_at":"2023-06-06T14:16:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0/manifests"},{"name":"git-semver-tags-v5.0.0","sha":"445c796d04105d10dd62d07039bc6a7fc9f263a5","kind":"commit","published_at":"2023-06-06T13:51:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0/manifests"},{"name":"conventional-changelog-atom-v3.0.0","sha":"208787aa2f5db8de1c2d43c56d71e6dfb9510781","kind":"commit","published_at":"2023-06-06T13:43:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0/manifests"},{"name":"conventional-changelog-angular-v6.0.0","sha":"c4ebf98acc15f37154aae5de53a225e896c4a157","kind":"commit","published_at":"2023-06-06T13:36:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0/manifests"},{"name":"conventional-changelog-codemirror-v3.0.0","sha":"0772453bee083917a05b9696d063ee3dc69957f9","kind":"commit","published_at":"2023-06-06T13:25:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0/manifests"},{"name":"conventional-changelog-ember-v3.0.0","sha":"e473d0c8af7c0cf8a54f775556796f50f3e695c2","kind":"commit","published_at":"2023-06-06T13:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0/manifests"},{"name":"conventional-changelog-eslint-v4.0.0","sha":"b3b896bc5b9e3ed65dcfc08c57967a252f37cfd1","kind":"commit","published_at":"2023-06-06T12:56:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0/manifests"},{"name":"conventional-changelog-express-v3.0.0","sha":"5594385d1dd2490b0fb508a60b6f30e8be6616ce","kind":"commit","published_at":"2023-06-06T12:37:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0/manifests"},{"name":"conventional-changelog-jquery-v4.0.0","sha":"51a3015a907b2cea900114359c36ce0e9664b72d","kind":"commit","published_at":"2023-06-06T12:17:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0/manifests"},{"name":"conventional-changelog-jshint-v3.0.0","sha":"281e5f883476e90b75cae4373a67436c86e94f6a","kind":"commit","published_at":"2023-06-06T12:02:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v5.0.0","sha":"ba6df7cf62de5f448368bed4398f6ddf633d2cbd","kind":"commit","published_at":"2022-05-27T18:02:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0/manifests"},{"name":"conventional-changelog-writer-v5.0.1","sha":"21b73f974adc4490a318d9c892055655cb82c538","kind":"commit","published_at":"2021-12-29T21:36:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.3","sha":"02757d342290bcf51a49d49e5e72f5eae6c6f6da","kind":"commit","published_at":"2021-12-29T19:52:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3/manifests"},{"name":"conventional-commits-parser-v3.2.4","sha":"1d0f62d4ac4911ef0d912d5401f783b152cee624","kind":"commit","published_at":"2021-12-29T19:46:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4/manifests"},{"name":"git-raw-commits-v2.0.11","sha":"95384dbd105ffe4f86bbc6ccad3e5405a1cbfe04","kind":"commit","published_at":"2021-12-29T19:39:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.2","sha":"1827696185192a8dd258ea7c3370090238b0fb76","kind":"commit","published_at":"2021-12-25T18:06:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2/manifests"},{"name":"conventional-changelog-cli-v2.2.2","sha":"8ce6a7bbd3fae87aa9d56fca68c2e16fbb2cace5","kind":"commit","published_at":"2021-12-25T17:22:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2/manifests"},{"name":"conventional-changelog-v3.1.25","sha":"8e9c3d76aaffd7fe67a78270b3ad9b881e953e7e","kind":"commit","published_at":"2021-12-24T18:50:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25/manifests"},{"name":"conventional-changelog-cli-v2.2.1","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1/manifests"},{"name":"conventional-commits-parser-v3.2.3","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.1","sha":"c35708d56a55e31b750aec1f745e5be52f0a75f2","kind":"commit","published_at":"2021-09-09T19:06:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1/manifests"},{"name":"conventional-commits-parser-v3.2.2","sha":"1bae48ff85eff0736ea6691b7214f3fc9c026256","kind":"commit","published_at":"2021-09-09T14:45:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2/manifests"},{"name":"conventional-changelog-core-v4.2.4","sha":"02fbc2d42d0faf53d4b7a2b0525626088a6ac8ba","kind":"commit","published_at":"2021-09-09T14:37:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4/manifests"},{"name":"conventional-changelog-angular-v5.0.13","sha":"e30343b4676d26b416080294dc74ebba001c0716","kind":"commit","published_at":"2021-09-09T14:31:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v5.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13/manifests"},{"name":"conventional-changelog-core-v4.2.3","sha":"318b555b6ef3aebdb5a8d4c7c734fd7234712dd3","kind":"commit","published_at":"2021-07-03T00:24:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.0","sha":"537c37d7801872c3e57e4200c64154a4d2ea042a","kind":"commit","published_at":"2021-04-30T00:15:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0/manifests"},{"name":"conventional-commits-parser-v3.2.1","sha":"758dda2937b6784f0cc6a535286862fcf95b6f06","kind":"commit","published_at":"2021-02-15T21:32:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1/manifests"},{"name":"git-raw-commits-v2.0.10","sha":"ffecaccb6e117afae9f68f1d48ff9a69554da950","kind":"commit","published_at":"2021-01-27T16:36:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10/manifests"},{"name":"conventional-changelog-writer-v5.0.0","sha":"61ef6491add84b841e1797baf09f62bbdd90dcd4","kind":"commit","published_at":"2020-12-30T22:40:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v6.1.0","sha":"3b0fb22b0bb49137b9ecddaeb349f66025205c57","kind":"commit","published_at":"2020-12-30T16:58:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0/manifests"},{"name":"conventional-changelog-core-v4.2.2","sha":"317eeb3137caff69bcc9a67fce3dc67663a010db","kind":"commit","published_at":"2020-12-30T00:53:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2/manifests"},{"name":"conventional-recommended-bump-v6.0.12","sha":"90ecc5d93bfd7626857eda5d240f92393d896be0","kind":"commit","published_at":"2020-12-30T00:43:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12/manifests"},{"name":"git-raw-commits-v2.0.9","sha":"227f3e23af86912c0cd64fdb1a820ac92e5757c5","kind":"commit","published_at":"2020-12-29T23:59:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9/manifests"},{"name":"conventional-changelog-writer-v4.1.0","sha":"77725cfb12ca3ca22abb9421b4af012a49207e7a","kind":"commit","published_at":"2020-12-29T23:41:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11/manifests"},{"name":"standard-changelog@2.0.27","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27/manifests"},{"name":"gulp-conventional-changelog@2.0.35","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35/manifests"},{"name":"git-semver-tags@4.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1/manifests"},{"name":"git-raw-commits@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8/manifests"},{"name":"conventional-commits-parser@3.2.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0/manifests"},{"name":"conventional-commits-filter@2.0.7","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7/manifests"},{"name":"conventional-changelog-writer@4.0.18","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18/manifests"},{"name":"conventional-changelog-jshint@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9/manifests"},{"name":"conventional-changelog-jquery@3.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11/manifests"},{"name":"conventional-changelog-express@2.0.6","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9/manifests"},{"name":"conventional-changelog-ember@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9/manifests"},{"name":"conventional-changelog-core@4.2.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.5.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1/manifests"},{"name":"conventional-changelog-atom@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8/manifests"},{"name":"conventional-changelog-angular@5.0.12","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12/manifests"},{"name":"conventional-changelog@3.1.24","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24/manifests"},{"name":"conventional-changelog-v3.1.24","sha":"f8fcbc2e8b0834c29178ace6382b438a020ad828","kind":"commit","published_at":"2020-10-25T02:45:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24/manifests"},{"name":"conventional-recommended-bump@6.0.10","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10/manifests"},{"name":"git-semver-tags@4.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0/manifests"},{"name":"standard-changelog@2.0.26","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26/manifests"},{"name":"gulp-conventional-changelog@2.0.34","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34/manifests"},{"name":"conventional-changelog-cli@2.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0/manifests"},{"name":"conventional-changelog@3.1.23","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23/manifests"},{"name":"conventional-changelog-core@4.2.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.4.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.1","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1/manifests"},{"name":"conventional-changelog-angular@5.0.11","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11/manifests"},{"name":"conventional-changelog@3.1.22","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22/manifests"},{"name":"standard-changelog@2.0.25","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25/manifests"},{"name":"conventional-changelog-writer@4.0.17","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17/manifests"},{"name":"gulp-conventional-changelog@2.0.33","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33/manifests"},{"name":"conventional-changelog-jshint@2.0.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8/manifests"},{"name":"conventional-changelog-core@4.1.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8/manifests"},{"name":"conventional-changelog-cli@2.0.35","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35/manifests"},{"name":"conventional-changelog-writer@4.0.16","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16/manifests"},{"name":"conventional-changelog-core@4.1.7","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7/manifests"},{"name":"conventional-changelog@3.1.21","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21/manifests"},{"name":"conventional-changelog-cli@2.0.34","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34/manifests"},{"name":"standard-changelog@2.0.24","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24/manifests"},{"name":"gulp-conventional-changelog@2.0.32","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32/manifests"},{"name":"conventional-changelog-jshint@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7/manifests"},{"name":"conventional-changelog-jquery@3.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10/manifests"},{"name":"conventional-changelog-express@2.0.5","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5/manifests"},{"name":"conventional-changelog-eslint@3.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8/manifests"},{"name":"conventional-changelog-ember@2.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8/manifests"},{"name":"conventional-changelog-core@4.1.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7/manifests"},{"name":"conventional-changelog-cli@2.0.33","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33/manifests"},{"name":"conventional-changelog-atom@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7/manifests"},{"name":"conventional-changelog-angular@5.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10/manifests"},{"name":"conventional-changelog@3.1.20","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20/manifests"},{"name":"conventional-commits-filter@2.0.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6/manifests"},{"name":"conventional-commits-parser@3.1.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.9","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9/manifests"},{"name":"git-raw-commits@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7/manifests"},{"name":"git-semver-tags@4.0.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.31","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31/manifests"},{"name":"standard-changelog@2.0.23","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23/manifests"},{"name":"conventional-changelog-writer@4.0.15","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15/manifests"},{"name":"conventional-changelog-preset-loader@2.3.4","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4/manifests"},{"name":"conventional-changelog-preset-loader-v2.3.2","sha":"9f6c56cb960a5043823cfb85b9843991201cbb51","kind":"commit","published_at":"2020-05-08T19:21:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v2.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2/manifests"},{"name":"conventional-changelog@3.1.19","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19/manifests"},{"name":"conventional-changelog-cli@2.0.32","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32/manifests"},{"name":"conventional-changelog-core@4.1.5","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5/manifests"},{"name":"gulp-conventional-changelog@2.0.30","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30/manifests"},{"name":"standard-changelog@2.0.22","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22/manifests"},{"name":"standard-changelog@2.0.21","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21/manifests"},{"name":"gulp-conventional-changelog@2.0.29","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29/manifests"},{"name":"conventional-changelog@3.1.18","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18/manifests"},{"name":"conventional-changelog-cli@2.0.31","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31/manifests"},{"name":"conventional-changelog-core@4.1.4","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4/manifests"},{"name":"conventional-changelog-core@4.1.3","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.30","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30/manifests"},{"name":"conventional-changelog@3.1.17","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17/manifests"},{"name":"standard-changelog@2.0.20","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20/manifests"},{"name":"gulp-conventional-changelog@2.0.28","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28/manifests"},{"name":"conventional-changelog@3.1.16","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16/manifests"},{"name":"gulp-conventional-changelog@2.0.27","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27/manifests"},{"name":"standard-changelog@2.0.19","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19/manifests"},{"name":"conventional-changelog-core@4.1.2","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.29","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29/manifests"},{"name":"conventional-changelog-cli@2.0.28","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28/manifests"},{"name":"conventional-changelog@3.1.15","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15/manifests"},{"name":"standard-changelog@2.0.18","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18/manifests"},{"name":"conventional-recommended-bump@6.0.5","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5/manifests"},{"name":"git-semver-tags@3.0.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1/manifests"},{"name":"git-raw-commits@2.0.3","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.26","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26/manifests"},{"name":"conventional-commits-parser@3.0.8","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.11","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11/manifests"},{"name":"conventional-changelog-core@4.1.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1/manifests"},{"name":"standard-changelog@2.0.17","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17/manifests"},{"name":"gulp-conventional-changelog@2.0.25","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25/manifests"},{"name":"conventional-recommended-bump@6.0.4","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4/manifests"},{"name":"conventional-commits-parser@3.0.7","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7/manifests"},{"name":"conventional-changelog-core@4.1.0","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.3","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3/manifests"},{"name":"conventional-changelog-cli@2.0.27","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27/manifests"},{"name":"conventional-changelog-angular@5.0.6","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6/manifests"},{"name":"conventional-changelog@3.1.14","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14/manifests"},{"name":"conventional-changelog@3.1.13","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13/manifests"},{"name":"conventional-changelog-cli@2.0.26","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.2","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2/manifests"},{"name":"conventional-changelog-core@4.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3/manifests"},{"name":"conventional-changelog-preset-loader@2.3.0","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0/manifests"},{"name":"conventional-changelog-writer@4.0.10","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10/manifests"},{"name":"conventional-commits-parser@3.0.6","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6/manifests"},{"name":"conventional-recommended-bump@6.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.24","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24/manifests"},{"name":"standard-changelog@2.0.16","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16/manifests"},{"name":"conventional-changelog-jshint@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.9","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9/manifests"},{"name":"conventional-commits-parser@3.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5/manifests"},{"name":"conventional-changelog@3.1.12","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12/manifests"},{"name":"gulp-conventional-changelog@2.0.23","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23/manifests"},{"name":"standard-changelog@2.0.15","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15/manifests"},{"name":"conventional-recommended-bump@6.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5/manifests"},{"name":"conventional-changelog-atom@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.25","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25/manifests"},{"name":"conventional-changelog-codemirror@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.1","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1/manifests"},{"name":"conventional-changelog-core@4.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2/manifests"},{"name":"conventional-changelog-ember@2.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4/manifests"},{"name":"conventional-changelog-eslint@3.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.6","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6/manifests"},{"name":"conventional-changelog-cli@2.0.24","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24/manifests"},{"name":"standard-changelog@2.0.14","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14/manifests"},{"name":"gulp-conventional-changelog@2.0.22","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22/manifests"},{"name":"conventional-recommended-bump@6.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1/manifests"},{"name":"conventional-commits-parser@3.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4/manifests"},{"name":"conventional-changelog-writer@4.0.8","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8/manifests"},{"name":"conventional-changelog-jshint@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.5","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5/manifests"},{"name":"conventional-changelog-eslint@3.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3/manifests"},{"name":"conventional-changelog-ember@2.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3/manifests"},{"name":"conventional-changelog-core@4.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.0","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2/manifests"},{"name":"conventional-changelog-atom@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4/manifests"},{"name":"conventional-changelog@3.1.11","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11/manifests"},{"name":"conventional-recommended-bump@6.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.7","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7/manifests"},{"name":"conventional-changelog-preset-loader@2.2.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0/manifests"},{"name":"conventional-changelog-core@4.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.1.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0/manifests"},{"name":"conventional-changelog-cli@2.0.23","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23/manifests"},{"name":"conventional-changelog@3.1.10","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10/manifests"},{"name":"standard-changelog@2.0.13","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13/manifests"},{"name":"gulp-conventional-changelog@2.0.21","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21/manifests"},{"name":"git-semver-tags@3.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0/manifests"},{"name":"git-semver-tags@2.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3/manifests"},{"name":"conventional-commits-parser@3.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.6","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6/manifests"},{"name":"conventional-changelog@3.1.9","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9/manifests"},{"name":"conventional-changelog-cli@2.0.22","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22/manifests"},{"name":"conventional-changelog-conventionalcommits@4.0.0","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0/manifests"},{"name":"conventional-changelog-core@3.2.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3/manifests"},{"name":"standard-changelog@2.0.12","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.20","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20/manifests"},{"name":"conventional-recommended-bump@5.0.1","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.19","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19/manifests"},{"name":"conventional-changelog-cli@2.0.21","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21/manifests"},{"name":"conventional-changelog@3.1.8","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8/manifests"},{"name":"standard-changelog@2.0.11","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.2","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2/manifests"},{"name":"conventional-changelog@3.1.7","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7/manifests"},{"name":"gulp-conventional-changelog@2.0.18","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18/manifests"},{"name":"conventional-changelog-cli@2.0.20","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.1","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.17","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17/manifests"},{"name":"conventional-changelog-cli@2.0.19","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0/manifests"},{"name":"conventional-changelog@3.1.6","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6/manifests"},{"name":"conventional-recommended-bump@5.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.16","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16/manifests"},{"name":"conventional-changelog@3.1.5","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5/manifests"},{"name":"conventional-changelog-cli@2.0.18","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18/manifests"},{"name":"conventional-changelog-conventionalcommits@2.0.0","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.2","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.17","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17/manifests"},{"name":"conventional-changelog@3.1.4","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.15","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15/manifests"},{"name":"gulp-conventional-changelog@2.0.14","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14/manifests"},{"name":"conventional-changelog-writer@4.0.5","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.16","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16/manifests"},{"name":"conventional-changelog-core@3.2.2","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2/manifests"},{"name":"conventional-changelog@3.1.3","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3/manifests"},{"name":"standard-changelog@2.0.10","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10/manifests"},{"name":"conventional-changelog@3.1.2","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2/manifests"},{"name":"conventional-changelog-core@3.2.1","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1/manifests"},{"name":"conventional-changelog-cli@2.0.15","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15/manifests"},{"name":"standard-changelog@2.0.9","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9/manifests"},{"name":"gulp-conventional-changelog@2.0.13","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13/manifests"},{"name":"conventional-recommended-bump@4.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1/manifests"},{"name":"conventional-changelog-preset-loader@2.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.14","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14/manifests"},{"name":"conventional-changelog@3.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1/manifests"},{"name":"gulp-conventional-changelog@2.0.12","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12/manifests"},{"name":"conventional-changelog-cli@2.0.13","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13/manifests"},{"name":"conventional-changelog-core@3.2.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0/manifests"},{"name":"conventional-changelog-eslint@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0/manifests"},{"name":"conventional-changelog@3.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0/manifests"},{"name":"gulp-conventional-changelog@2.0.11","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11/manifests"},{"name":"git-raw-commits@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0/manifests"},{"name":"standard-changelog@2.0.8","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.4","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4/manifests"},{"name":"conventional-commits-parser@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2/manifests"},{"name":"conventional-commits-filter@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2/manifests"},{"name":"standard-changelog@2.0.7","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7/manifests"},{"name":"conventional-changelog-cli@2.0.12","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.10","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10/manifests"},{"name":"conventional-changelog-writer@4.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3/manifests"},{"name":"conventional-changelog-core@3.1.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6/manifests"},{"name":"conventional-changelog-angular@5.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3/manifests"},{"name":"conventional-changelog@3.0.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6/manifests"},{"name":"conventional-recommended-bump@4.0.4","sha":"da729f68f9dc581623deb587c705ef65d189a9f4","kind":"tag","published_at":"2018-11-01T06:56:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4/manifests"},{"name":"standard-changelog@2.0.6","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6/manifests"},{"name":"conventional-changelog-writer@4.0.2","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2/manifests"},{"name":"conventional-changelog-core@3.1.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5/manifests"},{"name":"conventional-changelog-cli@2.0.11","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11/manifests"},{"name":"gulp-conventional-changelog@2.0.9","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.0.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5/manifests"},{"name":"standard-changelog@2.0.5","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5/manifests"},{"name":"conventional-changelog@3.0.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.8","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.0.10","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10/manifests"},{"name":"git-semver-tags@2.0.2","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.3","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3/manifests"},{"name":"conventional-changelog-core@3.1.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.7","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7/manifests"},{"name":"standard-changelog@2.0.4","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4/manifests"},{"name":"conventional-changelog@3.0.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3/manifests"},{"name":"conventional-changelog-core@3.1.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.9","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9/manifests"},{"name":"conventional-changelog-cli@2.0.8","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8/manifests"},{"name":"conventional-changelog-core@3.1.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2/manifests"},{"name":"gulp-conventional-changelog@2.0.6","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6/manifests"},{"name":"conventional-changelog@3.0.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2/manifests"},{"name":"standard-changelog@2.0.3","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.5","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.7","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7/manifests"},{"name":"conventional-changelog@3.0.1","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1/manifests"},{"name":"conventional-changelog-jquery@3.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4/manifests"},{"name":"conventional-changelog@3.0.0","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0/manifests"},{"name":"conventional-changelog-angular@5.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2/manifests"},{"name":"conventional-changelog-atom@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.6","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1/manifests"},{"name":"conventional-changelog-core@3.1.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1/manifests"},{"name":"conventional-changelog-ember@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2/manifests"},{"name":"conventional-changelog-eslint@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1/manifests"},{"name":"conventional-changelog-express@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1/manifests"},{"name":"conventional-changelog-preset-loader@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2/manifests"},{"name":"conventional-changelog-writer@4.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1/manifests"},{"name":"conventional-commits-filter@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1/manifests"},{"name":"conventional-commits-parser@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2/manifests"},{"name":"git-raw-commits@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1/manifests"},{"name":"git-semver-tags@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4/manifests"},{"name":"standard-changelog@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.3","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.5","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.4","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.2","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2/manifests"},{"name":"standard-changelog@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1/manifests"},{"name":"conventional-changelog-core@3.1.0","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0/manifests"},{"name":"conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1/manifests"},{"name":"conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0/manifests"},{"name":"conventional-changelog-jshint@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0/manifests"},{"name":"conventional-changelog-express@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0/manifests"},{"name":"conventional-changelog-eslint@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0/manifests"},{"name":"conventional-changelog-ember@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1/manifests"},{"name":"conventional-changelog-atom@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0/manifests"},{"name":"conventional-changelog-angular@5.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0/manifests"},{"name":"conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-angular@4.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1/manifests"},{"name":"conventional-changelog-jquery@2.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1/manifests"},{"name":"conventional-changelog-core@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0/manifests"},{"name":"conventional-changelog-codemirror@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0/manifests"},{"name":"conventional-commits-parser@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0/manifests"},{"name":"conventional-changelog-atom@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0/manifests"},{"name":"conventional-recommended-bump@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0/manifests"},{"name":"git-raw-commits@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0/manifests"},{"name":"conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0/manifests"},{"name":"standard-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0/manifests"},{"name":"conventional-commits-filter@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0/manifests"},{"name":"conventional-changelog-express@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0/manifests"},{"name":"conventional-changelog-eslint@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0/manifests"},{"name":"conventional-changelog-angular@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0/manifests"},{"name":"conventional-changelog-ember@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0/manifests"},{"name":"git-semver-tags@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0/manifests"},{"name":"conventional-changelog-jshint@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-angular@3.0.7","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7/manifests"},{"name":"conventional-changelog-cli@1.3.22","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22/manifests"},{"name":"conventional-changelog-core@2.0.11","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11/manifests"},{"name":"conventional-changelog-ember@0.3.12","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12/manifests"},{"name":"conventional-changelog-jquery@1.3.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9/manifests"},{"name":"conventional-recommended-bump@2.0.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9/manifests"},{"name":"gulp-conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24/manifests"},{"name":"standard-changelog@1.0.19","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19/manifests"},{"name":"conventional-changelog-jshint@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8/manifests"},{"name":"conventional-changelog-codemirror@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8/manifests"},{"name":"conventional-changelog-core@2.0.10","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10/manifests"},{"name":"conventional-changelog-ember@0.3.11","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11/manifests"},{"name":"conventional-changelog-eslint@1.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9/manifests"},{"name":"conventional-changelog-jquery@1.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8/manifests"},{"name":"conventional-changelog-cli@1.3.21","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21/manifests"},{"name":"conventional-changelog-writer@3.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9/manifests"},{"name":"gulp-conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23/manifests"},{"name":"standard-changelog@1.0.18","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18/manifests"},{"name":"conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-angular@3.0.6","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6/manifests"},{"name":"conventional-changelog-atom@0.2.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8/manifests"},{"name":"conventional-changelog-cli@1.3.20","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20/manifests"},{"name":"gulp-conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-writer@3.0.8","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8/manifests"},{"name":"conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22/manifests"},{"name":"standard-changelog@1.0.17","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17/manifests"},{"name":"conventional-changelog-ember@0.3.10","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10/manifests"},{"name":"conventional-changelog-core@2.0.9","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9/manifests"},{"name":"conventional-changelog-angular@3.0.5","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5/manifests"},{"name":"conventional-changelog-express@0.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6/manifests"},{"name":"git-semver-tags@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6/manifests"},{"name":"git-raw-commits@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6/manifests"},{"name":"conventional-changelog-jquery@1.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7/manifests"},{"name":"conventional-recommended-bump@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8/manifests"},{"name":"conventional-commits-parser@2.1.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7/manifests"},{"name":"conventional-changelog-writer@3.0.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7/manifests"},{"name":"conventional-changelog-preset-loader@1.1.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8/manifests"},{"name":"conventional-changelog-jshint@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7/manifests"},{"name":"conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-cli@1.3.19","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19/manifests"},{"name":"conventional-changelog-atom@0.2.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7/manifests"},{"name":"conventional-changelog-angular@3.0.4","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4/manifests"},{"name":"conventional-changelog-codemirror@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7/manifests"},{"name":"conventional-changelog-core@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.9","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9/manifests"},{"name":"conventional-changelog-eslint@1.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8/manifests"},{"name":"gulp-conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21/manifests"},{"name":"standard-changelog@1.0.16","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16/manifests"},{"name":"gulp-conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-jquery@1.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7/manifests"},{"name":"conventional-changelog-ember@0.3.8","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8/manifests"},{"name":"conventional-changelog-core@2.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7/manifests"},{"name":"conventional-changelog-angular@3.0.3","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3/manifests"},{"name":"standard-changelog@1.0.15","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15/manifests"},{"name":"conventional-changelog-atom@0.2.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6/manifests"},{"name":"conventional-changelog-cli@1.3.18","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18/manifests"},{"name":"conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-codemirror@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6/manifests"},{"name":"conventional-changelog-jshint@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6/manifests"},{"name":"conventional-changelog-writer@3.0.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6/manifests"},{"name":"conventional-changelog-angular@3.0.2","sha":"1cc079df803f58b52c8aa997fff43e9c162266e7","kind":"tag","published_at":"2018-03-22T14:14:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7/manifests"},{"name":"standard-changelog@1.0.14","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14/manifests"},{"name":"gulp-conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19/manifests"},{"name":"git-semver-tags@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5/manifests"},{"name":"git-raw-commits@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7/manifests"},{"name":"conventional-commits-parser@2.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6/manifests"},{"name":"conventional-commits-filter@1.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5/manifests"},{"name":"conventional-changelog-jshint@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5/manifests"},{"name":"conventional-changelog-jquery@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5/manifests"},{"name":"conventional-changelog-express@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6/manifests"},{"name":"conventional-changelog-ember@0.3.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7/manifests"},{"name":"conventional-changelog-core@2.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5/manifests"},{"name":"conventional-changelog-cli@1.3.17","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17/manifests"},{"name":"conventional-changelog-atom@0.2.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5/manifests"},{"name":"conventional-changelog-angular@3.0.1","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1/manifests"},{"name":"conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19/manifests"},{"name":"conventional-changelog-angular@3.0.0","sha":"49997aaba373502e5b38bd366846934641e95799","kind":"tag","published_at":"2018-03-22T13:45:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-eslint@1.0.5","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5/manifests"},{"name":"conventional-changelog-cli@1.3.16","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16/manifests"},{"name":"conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-angular@1.6.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6/manifests"},{"name":"conventional-changelog-atom@0.2.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4/manifests"},{"name":"conventional-changelog-cli@1.3.15","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15/manifests"},{"name":"conventional-changelog-codemirror@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4/manifests"},{"name":"conventional-changelog-express@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4/manifests"},{"name":"conventional-changelog-jquery@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4/manifests"},{"name":"conventional-changelog-jshint@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4/manifests"},{"name":"conventional-commits-filter@1.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5/manifests"},{"name":"conventional-commits-parser@2.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5/manifests"},{"name":"gulp-conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17/manifests"},{"name":"standard-changelog@1.0.13","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13/manifests"},{"name":"git-semver-tags@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4/manifests"},{"name":"conventional-recommended-bump@2.0.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6/manifests"},{"name":"git-raw-commits@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4/manifests"},{"name":"conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17/manifests"},{"name":"git-semver-tags@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3/manifests"},{"name":"conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog-angular@1.6.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5/manifests"},{"name":"conventional-changelog-atom@0.2.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3/manifests"},{"name":"conventional-changelog-cli@1.3.14","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14/manifests"},{"name":"conventional-changelog-codemirror@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4/manifests"},{"name":"conventional-changelog-ember@0.3.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3/manifests"},{"name":"conventional-changelog-express@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3/manifests"},{"name":"conventional-changelog-jshint@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5/manifests"},{"name":"conventional-changelog-writer@3.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3/manifests"},{"name":"conventional-commits-filter@1.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4/manifests"},{"name":"conventional-commits-parser@2.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4/manifests"},{"name":"conventional-recommended-bump@2.0.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5/manifests"},{"name":"git-raw-commits@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3/manifests"},{"name":"gulp-conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16/manifests"},{"name":"standard-changelog@1.0.12","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12/manifests"},{"name":"conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15/manifests"},{"name":"gulp-conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15/manifests"},{"name":"conventional-recommended-bump@2.0.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4/manifests"},{"name":"conventional-changelog-cli@1.3.13","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13/manifests"},{"name":"git-raw-commits@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2/manifests"},{"name":"standard-changelog@1.0.11","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11/manifests"},{"name":"conventional-recommended-bump@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3/manifests"},{"name":"gulp-conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14/manifests"},{"name":"git-semver-tags@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2/manifests"},{"name":"conventional-changelog-express@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3/manifests"},{"name":"conventional-commits-filter@1.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3/manifests"},{"name":"conventional-changelog-writer@3.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2/manifests"},{"name":"conventional-changelog-jshint@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2/manifests"},{"name":"conventional-changelog-jquery@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2/manifests"},{"name":"conventional-changelog-eslint@1.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2/manifests"},{"name":"conventional-changelog-ember@0.3.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3/manifests"},{"name":"conventional-changelog-codemirror@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2/manifests"},{"name":"conventional-changelog-cli@1.3.12","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12/manifests"},{"name":"conventional-changelog-atom@0.2.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2/manifests"},{"name":"conventional-changelog-angular@1.6.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4/manifests"},{"name":"conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14/manifests"},{"name":"conventional-recommended-bump@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2/manifests"},{"name":"conventional-commits-parser@2.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2/manifests"},{"name":"standard-changelog@1.0.10","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10/manifests"},{"name":"conventional-commits-filter@1.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2/manifests"},{"name":"conventional-changelog-writer@3.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1/manifests"},{"name":"conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13/manifests"},{"name":"gulp-conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13/manifests"},{"name":"git-semver-tags@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1/manifests"},{"name":"git-raw-commits@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1/manifests"},{"name":"conventional-changelog-jshint@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1/manifests"},{"name":"conventional-changelog-jquery@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1/manifests"},{"name":"conventional-changelog-express@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1/manifests"},{"name":"conventional-changelog-ember@0.3.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2/manifests"},{"name":"conventional-changelog-codemirror@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1/manifests"},{"name":"conventional-changelog-cli@1.3.11","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11/manifests"},{"name":"conventional-changelog-atom@0.2.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1/manifests"},{"name":"conventional-changelog-angular@1.6.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3/manifests"},{"name":"conventional-changelog-cli@1.3.10","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10/manifests"},{"name":"conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12/manifests"},{"name":"gulp-conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12/manifests"},{"name":"conventional-recommended-bump@2.0.1","sha":"a4f0aa902d3e966fe6d6b1d46f2130838524cfbf","kind":"tag","published_at":"2018-02-12T14:54:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1/manifests"},{"name":"conventional-recommended-bump@2.0.0","sha":"9885d205ed96338575335652d006f475408e1195","kind":"tag","published_at":"2018-02-12T14:30:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0/manifests"},{"name":"conventional-changelog-preset-loader@1.1.2","sha":"a450d974237d440009ec3fb4c63974cf066e8f79","kind":"tag","published_at":"2018-02-12T04:07:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.1","sha":"5af1f00dcc4e1f9c3299bc7feb322a88b711f042","kind":"tag","published_at":"2018-02-09T04:17:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.0","sha":"c3eb36dbc52f383df6f3dcf3a3870b01ceee0b8b","kind":"tag","published_at":"2018-02-08T14:46:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0/manifests"},{"name":"conventional-commits-parser@2.1.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1/manifests"},{"name":"conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11/manifests"},{"name":"conventional-changelog-angular@1.6.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2/manifests"},{"name":"conventional-changelog-cli@1.3.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9/manifests"},{"name":"conventional-changelog-core@2.0.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1/manifests"},{"name":"conventional-changelog-ember@0.3.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2/manifests"},{"name":"conventional-recommended-bump@1.2.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1/manifests"},{"name":"gulp-conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11/manifests"},{"name":"standard-changelog@1.0.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9/manifests"},{"name":"standard-changelog@1.0.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8/manifests"},{"name":"gulp-conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10/manifests"},{"name":"git-semver-tags@1.3.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.2.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0/manifests"},{"name":"conventional-changelog-writer@3.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0/manifests"},{"name":"conventional-changelog-eslint@1.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.3.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1/manifests"},{"name":"conventional-changelog-core@2.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8/manifests"},{"name":"conventional-changelog-angular@1.6.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1/manifests"},{"name":"conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10/manifests"},{"name":"standard-changelog@1.0.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7/manifests"},{"name":"gulp-conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-jshint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0/manifests"},{"name":"conventional-changelog-jquery@1.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0/manifests"},{"name":"conventional-changelog-express@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0/manifests"},{"name":"conventional-changelog-eslint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0/manifests"},{"name":"conventional-changelog-ember@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0/manifests"},{"name":"conventional-changelog-core@1.9.5","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5/manifests"},{"name":"conventional-changelog-codemirror@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0/manifests"},{"name":"conventional-changelog-cli@1.3.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7/manifests"},{"name":"conventional-changelog-atom@0.2.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0/manifests"},{"name":"conventional-changelog-angular@1.6.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0/manifests"},{"name":"conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-angular@1.5.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3/manifests"},{"name":"standard-changelog@1.0.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6/manifests"},{"name":"gulp-conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8/manifests"},{"name":"conventional-recommended-bump@1.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0/manifests"},{"name":"conventional-commits-parser@2.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0/manifests"},{"name":"conventional-commits-filter@1.1.1","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1/manifests"},{"name":"conventional-changelog-writer@2.0.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.2.10","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10/manifests"},{"name":"conventional-changelog-core@1.9.4","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4/manifests"},{"name":"conventional-changelog-cli@1.3.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6/manifests"},{"name":"conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8/manifests"},{"name":"conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7/manifests"},{"name":"conventional-changelog-express@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1/manifests"},{"name":"conventional-changelog-eslint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1/manifests"},{"name":"conventional-changelog-jquery@1.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1/manifests"},{"name":"conventional-changelog-ember@0.2.9","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9/manifests"},{"name":"conventional-changelog-jshint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1/manifests"},{"name":"conventional-changelog-writer@2.0.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2/manifests"},{"name":"conventional-changelog-core@1.9.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3/manifests"},{"name":"conventional-commits-filter@1.1.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0/manifests"},{"name":"conventional-changelog-codemirror@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1/manifests"},{"name":"conventional-commits-parser@2.0.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1/manifests"},{"name":"conventional-recommended-bump@1.0.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3/manifests"},{"name":"conventional-changelog-cli@1.3.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5/manifests"},{"name":"git-raw-commits@1.3.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0/manifests"},{"name":"conventional-changelog-atom@0.1.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2/manifests"},{"name":"git-semver-tags@1.2.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3/manifests"},{"name":"conventional-changelog-angular@1.5.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2/manifests"},{"name":"gulp-conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7/manifests"},{"name":"standard-changelog@1.0.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5/manifests"},{"name":"@marionebl/conventional-commits-parser@3.0.0","sha":"edf4068ce4c3ea6ac5b61323473ab655be5eb895","kind":"tag","published_at":"2017-11-01T07:09:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/@marionebl/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/@marionebl/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0/manifests"},{"name":"git-semver-tags@1.2.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2/manifests"},{"name":"standard-changelog@1.0.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4/manifests"},{"name":"conventional-changelog-ember@0.2.8","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8/manifests"},{"name":"gulp-conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-core@1.9.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2/manifests"},{"name":"conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-angular@1.5.1","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1/manifests"},{"name":"conventional-recommended-bump@1.0.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2/manifests"},{"name":"conventional-changelog-cli@1.3.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4/manifests"},{"name":"standard-changelog@1.0.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3/manifests"},{"name":"conventional-changelog-core@1.9.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1/manifests"},{"name":"conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-ember@0.2.7","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7/manifests"},{"name":"conventional-changelog-writer@2.0.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1/manifests"},{"name":"conventional-changelog-angular@1.5.0","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0/manifests"},{"name":"gulp-conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-cli@1.3.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3/manifests"},{"name":"conventional-changelog-angular@1.4.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0/manifests"},{"name":"conventional-changelog-core@1.9.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0/manifests"},{"name":"conventional-changelog-codemirror@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0/manifests"},{"name":"conventional-changelog-cli@1.3.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2/manifests"},{"name":"conventional-changelog-atom@0.1.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1/manifests"},{"name":"standard-changelog@1.0.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2/manifests"},{"name":"conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4/manifests"},{"name":"conventional-changelog-ember@0.2.6","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6/manifests"},{"name":"conventional-changelog-eslint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0/manifests"},{"name":"conventional-changelog-express@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0/manifests"},{"name":"conventional-changelog-jquery@1.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0/manifests"},{"name":"conventional-changelog-jshint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0/manifests"},{"name":"conventional-changelog-writer@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0/manifests"},{"name":"conventional-commits-parser@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1/manifests"},{"name":"git-semver-tags@1.2.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1/manifests"},{"name":"gulp-conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4/manifests"},{"name":"conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3/manifests"},{"name":"conventional-changelog-core@1.8.0","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.8.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0/manifests"},{"name":"conventional-changelog-ember@0.2.5","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5/manifests"},{"name":"gulp-conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3/manifests"},{"name":"standard-changelog@1.0.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1/manifests"},{"name":"conventional-changelog-cli@1.3.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1/manifests"},{"name":"conventional-changelog-angular@1.3.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3/manifests"},{"name":"conventional-changelog-ember@0.2.4","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4/manifests"},{"name":"conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2/manifests"},{"name":"conventional-changelog-angular@1.3.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2/manifests"},{"name":"conventional-changelog-core@1.7.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.7.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0/manifests"},{"name":"conventional-changelog-cli@1.3.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0/manifests"},{"name":"standard-changelog@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2/manifests"},{"name":"git-semver-tags@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0/manifests"},{"name":"git-raw-commits@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0/manifests"},{"name":"conventional-recommended-bump@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"tag","published_at":"2017-03-10T05:35:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0/manifests"},{"name":"conventional-changelog-ember@0.2.3","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3/manifests"},{"name":"gulp-conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1/manifests"},{"name":"standard-changelog@0.0.2","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@0.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2/manifests"},{"name":"conventional-changelog-angular@1.3.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1/manifests"},{"name":"conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-cli@1.2.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1/manifests"},{"name":"conventional-changelog-core@1.6.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0/manifests"},{"name":"conventional-changelog-cli@1.2.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:01:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0/manifests"},{"name":"conventional-changelog-core@1.5.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:00:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0/manifests"},{"name":"git-raw-commits@1.1.2","sha":"f5fe78b1f15791cb0499744bf278dff22b52732f","kind":"tag","published_at":"2017-03-09T07:37:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2/manifests"},{"name":"git-semver-tags@1.1.2","sha":"7be07c7c0f49572b1c0e9c98f004b599d8b5bb1a","kind":"tag","published_at":"2017-03-09T07:35:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2/manifests"},{"name":"v1.1.0","sha":"600d411569271467389c3cbe71f7f657980e89a1","kind":"tag","published_at":"2016-02-13T06:59:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"9591280a8d09220aced3383abe3bc7ecbb34b503","kind":"tag","published_at":"2016-02-13T06:37:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"beef421f56939190a4ca30c28788eda1b3f9480d","kind":"tag","published_at":"2016-02-05T13:49:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"c8e90ab7fddd0b98855913e73fc12f9dc9dc81b1","kind":"tag","published_at":"2016-02-05T12:59:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0/manifests"},{"name":"v0.5.3","sha":"d79ce243223260b153699b99de0503698546ea63","kind":"tag","published_at":"2015-12-25T05:07:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"9e7b771072a2680c6c335fcad38003aade53213e","kind":"tag","published_at":"2015-12-23T12:24:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"4bf7d8df29f7be29552b82ec2b7112fad0c39a3e","kind":"tag","published_at":"2015-10-20T09:52:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"5ca2204b472704543ebbc744a22f8f90ec659659","kind":"tag","published_at":"2015-09-30T08:49:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"e5f2f3bc675e2c7e5cc6aa0ed50da7941833e492","kind":"tag","published_at":"2015-09-04T03:16:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"7536a0b351cc4f2764e71cbc268a178ab595259d","kind":"tag","published_at":"2015-08-17T01:28:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"56fa3d92620a41a875b3337fa51d04d6df23b1a8","kind":"tag","published_at":"2015-08-15T12:34:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"eefec0ef598a92e78510ee8626fd9bbcdb1398e4","kind":"tag","published_at":"2015-08-15T11:19:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0/manifests"},{"name":"v0.3.2","sha":"74b99dca61eafd56ba93605016b086a1108e77fe","kind":"tag","published_at":"2015-08-13T03:12:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"a1aca9c31a45aded77962bd0defc32e503aec213","kind":"commit","published_at":"2015-08-11T06:23:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"b489672d27ff703337c540f0fbc43f6486a84d99","kind":"commit","published_at":"2015-08-09T03:27:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"12e3cd6b151353dbe7f584adabbe5dd8a28424db","kind":"commit","published_at":"2015-07-24T08:13:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"f437b457b5ea6c105535a360144000f8315db54d","kind":"commit","published_at":"2015-07-24T04:54:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0/manifests"},{"name":"v0.1.3","sha":"c8fa9d0b94f8ac07f162623e4b9e9e68aad82e62","kind":"commit","published_at":"2015-07-22T11:06:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"6ba5d6e4b90a154dbca6ec0f80c66ad5995cd770","kind":"commit","published_at":"2015-07-22T07:10:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c015f8762f70eff2be7b8d7fb82438689239d717","kind":"commit","published_at":"2015-07-20T07:55:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"7253d0fea773e3f7cc0a3fb8278c9da070df26ee","kind":"commit","published_at":"2015-07-20T07:12:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.3","sha":"0c9f1e89bfacec8e08bac8ef96d64e3abdbecda7","kind":"commit","published_at":"2015-07-17T11:02:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"fec1baf43b8c0156682d4014a4fd066bd24ad448","kind":"commit","published_at":"2015-07-17T06:23:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"a5ea0dfada48601b9e3fbec78dd37d70380a2db6","kind":"commit","published_at":"2015-07-15T08:03:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1/manifests"},{"name":"v0.1.0-alpha.3","sha":"9b6cc68a2c17c9671363fe7af5de7ebd3a06aaeb","kind":"commit","published_at":"2015-07-06T01:27:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3/manifests"},{"name":"v0.1.0-alpha.2","sha":"34b0f460c34ecc48af857d8ee5d7038970ba56fb","kind":"commit","published_at":"2015-06-29T12:04:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2/manifests"},{"name":"v0.1.0-alpha.1","sha":"05b3415fc699ab43f3fa33b5ecd040ab5ecdf9e2","kind":"commit","published_at":"2015-06-24T04:42:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1/manifests"},{"name":"v0.0.17","sha":"3cae05244e48af9cf4abbef3114060db585a574c","kind":"commit","published_at":"2015-04-03T02:12:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"c0719ce6ba16778dd34c2cfdc81e7f3c5321409d","kind":"commit","published_at":"2015-03-19T04:15:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"57af04dc3e362c0e327b716279c9143028c6e0da","kind":"commit","published_at":"2015-03-18T20:23:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"69be290efb58a6a92e9ae78d7b37168d293920b5","kind":"commit","published_at":"2015-03-13T21:22:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"15a39d02ba3d666e7820eecbb8c5493ef2f6040a","kind":"commit","published_at":"2015-03-12T23:17:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13/manifests"},{"name":"v0.0.11","sha":"37f5561553c30d8f0f2c949502ea278da64949cd","kind":"tag","published_at":"2014-05-28T13:14:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"ad6f6ec5499d2c902b88da95487862d50e5ad776","kind":"tag","published_at":"2014-05-28T12:51:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"87efbabd9bc2a0fd83255e6cb856961b10aef9eb","kind":"tag","published_at":"2014-05-06T17:11:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"94b12cf69c51264b1edb6c81b50a262f0536894b","kind":"tag","published_at":"2014-04-10T14:45:48.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"1cf17e494fd7d8538c55189c72c0cf57d145ef41","kind":"tag","published_at":"2014-04-10T14:06:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"861f9ec93de28be4185b35815c2b6ab17746eb3f","kind":"commit","published_at":"2014-01-23T19:39:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"3f59f7356c86f30ef8e8754386373c2a8f97b367","kind":"commit","published_at":"2014-01-23T18:59:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6fa2c22464dcd964df604550c2ce2ed1d2f4362b","kind":"commit","published_at":"2014-01-04T21:36:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4/manifests"}]},"repo_metadata_updated_at":"2024-02-06T23:47:09.277Z","dependent_packages_count":679,"downloads":9135731,"downloads_period":"last-month","dependent_repos_count":66301,"rankings":{"downloads":0.14029873070122195,"dependent_repos_count":0.11693895002547448,"dependent_packages_count":0.09232968675437474,"stargazers_count":1.154472815396108,"forks_count":1.396504006357065,"docker_downloads_count":0.3271489667778544,"average":0.5379488593353497},"purl":"pkg:npm/conventional-changelog-eslint","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/conventional-changelog-eslint","docker_dependents_count":401,"docker_downloads_count":31643307,"usage_url":"https://repos.ecosyste.ms/usage/npm/conventional-changelog-eslint","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/conventional-changelog-eslint/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-02-06T23:42:00.877Z","issues_count":105,"pull_requests_count":371,"avg_time_to_close_issue":22341347.54761905,"avg_time_to_close_pull_request":5687380.37755102,"issues_closed_count":42,"pull_requests_closed_count":294,"pull_request_authors_count":61,"issue_authors_count":74,"avg_comments_per_issue":1.8952380952380952,"avg_comments_per_pull_request":1.3638814016172507,"merged_pull_requests_count":231,"bot_issues_count":1,"bot_pull_requests_count":173,"past_year_issues_count":57,"past_year_pull_requests_count":301,"past_year_avg_time_to_close_issue":1508151.6129032257,"past_year_avg_time_to_close_pull_request":791538.9073359073,"past_year_issues_closed_count":31,"past_year_pull_requests_closed_count":259,"past_year_pull_request_authors_count":27,"past_year_issue_authors_count":31,"past_year_avg_comments_per_issue":1.5614035087719298,"past_year_avg_comments_per_pull_request":1.176079734219269,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":155,"past_year_merged_pull_requests_count":213,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues"},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-eslint/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-eslint/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-eslint/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-eslint/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-eslint/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-eslint/codemeta","maintainers":[{"uuid":"stevemao","login":"stevemao","name":null,"email":"steve.mao@healthinteract.com.au","url":null,"packages_count":167,"html_url":"https://www.npmjs.com/~stevemao","role":null,"created_at":"2022-11-10T11:39:21.958Z","updated_at":"2022-11-10T11:39:21.958Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/stevemao/packages"},{"uuid":"bcoe","login":"bcoe","name":null,"email":"bencoe@gmail.com","url":null,"packages_count":557,"html_url":"https://www.npmjs.com/~bcoe","role":null,"created_at":"2022-11-10T11:39:21.947Z","updated_at":"2022-11-10T11:39:21.947Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/bcoe/packages"},{"uuid":"oss-bot","login":"oss-bot","name":null,"email":"bencoe+oss-bot@gmail.com","url":null,"packages_count":57,"html_url":"https://www.npmjs.com/~oss-bot","role":null,"created_at":"2022-11-10T11:39:21.915Z","updated_at":"2022-11-10T11:39:21.915Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/oss-bot/packages"},{"uuid":"tapppi","login":"tapppi","name":null,"email":"moilanen.tapani@gmail.com","url":null,"packages_count":27,"html_url":"https://www.npmjs.com/~tapppi","role":null,"created_at":"2022-11-10T11:39:21.969Z","updated_at":"2022-11-10T11:39:21.969Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/tapppi/packages"},{"uuid":"dangreen","login":"dangreen","name":null,"email":"danon0404@gmail.com","url":null,"packages_count":110,"html_url":"https://www.npmjs.com/~dangreen","role":null,"created_at":"2026-02-11T12:14:07.681Z","updated_at":"2026-02-11T12:14:07.681Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/dangreen/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5644415,"maintainers_count":1200486,"namespaces_count":399623,"keywords_count":847874,"github":"npm","metadata":{"funded_packages_count":171745},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-06-10T05:11:46.456Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":1775002,"name":"git-semver-tags","ecosystem":"npm","description":"Get all git semver tags of your repository in reverse chronological order.","homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/git-semver-tags#readme","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":["git-semver-tags","order","semver","tag","git-tag","git","deprecated"],"namespace":null,"versions_count":33,"first_release_published_at":"2015-06-30T06:09:42.584Z","latest_release_published_at":"2026-03-01T19:45:22.482Z","latest_release_number":"8.0.1","last_synced_at":"2026-06-12T06:30:19.999Z","created_at":"2022-04-09T16:24:25.947Z","updated_at":"2026-06-12T06:30:19.999Z","registry_url":"https://www.npmjs.com/package/git-semver-tags","install_command":"npm install git-semver-tags","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"next":"4.1.1","latest":"8.0.1"}},"repo_metadata":{"id":12961414,"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2024-10-29T00:17:17.000Z","size":5764,"stargazers_count":7819,"open_issues_count":260,"forks_count":714,"subscribers_count":58,"default_branch":"master","last_synced_at":"2024-10-29T15:45:38.606Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2024-10-29T14:21:13.000Z","dependencies_parsed_at":"2022-07-13T10:30:31.523Z","dependency_job_id":"5f6d159e-c4c6-405b-9fa7-976ffc4dfa04","html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1464,"total_committers":136,"mean_commits":"10.764705882352942","dds":"0.40095628415300544","last_synced_commit":"58f0887283a200d52e49607baf7b352f26177b05"},"previous_names":["ajoslin/conventional-changelog"],"tags_count":777,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222090770,"owners_count":16929471,"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"},"owner_record":{"login":"conventional-changelog","name":"conventional-changelog","uuid":"16443515","kind":"organization","description":"Tools to generate changelogs and release notes from a project's commit messages and metadata.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16443515?v=4","repositories_count":12,"last_synced_at":"2024-03-25T20:05:25.442Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/conventional-changelog","funding_links":[],"total_stars":31480,"followers":325,"following":0,"created_at":"2022-11-02T16:25:21.572Z","updated_at":"2024-03-25T20:05:26.809Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog/repositories"},"tags":[{"name":"git-client-v1.0.1","sha":"d3b8aaa16337993bbad4d91db1ffac5a7568756b","kind":"commit","published_at":"2024-05-06T14:46:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1/manifests"},{"name":"conventional-changelog-v6.0.0","sha":"83bb15ba5de08f080884fc906c6db3c99c8b2131","kind":"commit","published_at":"2024-04-26T22:08:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0/manifests"},{"name":"conventional-changelog-core-v8.0.0","sha":"7bc92fc05e4447f311ad52b6e39d36f461eaf083","kind":"commit","published_at":"2024-04-26T22:07:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v8.0.0","sha":"3129c812139bf7454a64b4d506e6b85cd5abc77c","kind":"commit","published_at":"2024-04-26T22:06:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0/manifests"},{"name":"git-semver-tags-v8.0.0","sha":"fbd1b3bcd6253a32de89eb21145c2eb70d9396b6","kind":"commit","published_at":"2024-04-26T22:05:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v5.0.0","sha":"e34c96db3dbebedb17a6583aae8855dddd056f83","kind":"commit","published_at":"2024-04-26T22:04:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0/manifests"},{"name":"conventional-changelog-angular-v8.0.0","sha":"2aa6291a93eb881230e896f87a5232873b6a9717","kind":"commit","published_at":"2024-04-26T22:04:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0/manifests"},{"name":"conventional-changelog-jquery-v6.0.0","sha":"1c71cd6d4868ef2e158963e277609a9794806306","kind":"commit","published_at":"2024-04-26T22:03:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v8.0.0","sha":"533e36277d1779a5ac79a06210c603b5f88bc030","kind":"commit","published_at":"2024-04-26T22:00:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0/manifests"},{"name":"conventional-changelog-eslint-v6.0.0","sha":"c7459cd7d1e1ab82c9a5d552b008c02aba290cad","kind":"commit","published_at":"2024-04-26T21:59:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0/manifests"},{"name":"git-raw-commits-v5.0.0","sha":"f61ea377e843db0852c35911785895ec43481f11","kind":"commit","published_at":"2024-04-26T21:58:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0/manifests"},{"name":"conventional-changelog-codemirror-v5.0.0","sha":"77525286ffc8869a6ac351ebe28198842815cb7c","kind":"commit","published_at":"2024-04-26T21:57:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0/manifests"},{"name":"conventional-changelog-cli-v5.0.0","sha":"a75cef688b9a1557ca981178d4d35c18963160b6","kind":"commit","published_at":"2024-04-26T21:53:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0/manifests"},{"name":"conventional-changelog-express-v5.0.0","sha":"a6ab80d6e30091a8b743ee97a87e7400af1ebc53","kind":"commit","published_at":"2024-04-26T21:53:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v10.0.0","sha":"d7c409b02f1d58cf6f0293edcadbe5f00a78a622","kind":"commit","published_at":"2024-04-26T21:52:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v10.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v10.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0/manifests"},{"name":"conventional-changelog-atom-v5.0.0","sha":"3b2b9d0ec2382f73d9cf000a1004596f90ece916","kind":"commit","published_at":"2024-04-26T21:51:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0/manifests"},{"name":"conventional-changelog-jshint-v5.0.0","sha":"d7dae509e72b09d1496ae51f1f04c15581c828fc","kind":"commit","published_at":"2024-04-26T21:50:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0/manifests"},{"name":"conventional-changelog-ember-v5.0.0","sha":"2e99dfa49112ffe6c864dd0e436f0db1e696b1f9","kind":"commit","published_at":"2024-04-26T21:50:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0/manifests"},{"name":"conventional-commits-parser-v6.0.0","sha":"646e1be132ccd0f32e3074de2f511be5c610984f","kind":"commit","published_at":"2024-04-26T21:48:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0/manifests"},{"name":"conventional-commits-filter-v5.0.0","sha":"be4266b7ef7b84ba5c198dfa8c143229f8a5b128","kind":"commit","published_at":"2024-04-26T21:47:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0/manifests"},{"name":"standard-changelog-v6.0.0","sha":"3e9b9387f29e48a508b70b88f26b40a6db9fea16","kind":"commit","published_at":"2024-04-26T21:45:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v5.0.0","sha":"041a1a9b73b201add30494aed19d026b948bd8f1","kind":"commit","published_at":"2024-04-26T21:41:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0/manifests"},{"name":"git-client-v1.0.0","sha":"7e51fe970576503cae3ab94e6e9b3e01017b044d","kind":"commit","published_at":"2024-04-26T21:21:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0/manifests"},{"name":"git-semver-tags-v7.0.1","sha":"fac8045242099c016f5f3905e54e02b7d466bd7b","kind":"commit","published_at":"2023-09-10T23:53:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1/manifests"},{"name":"conventional-changelog-writer-v7.0.1","sha":"e3a643ad39ec3bc4cfb1dff2aa1101333df33dc3","kind":"commit","published_at":"2023-09-10T23:49:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1/manifests"},{"name":"conventional-changelog-cli-v4.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0/manifests"},{"name":"conventional-changelog-v5.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0/manifests"},{"name":"conventional-changelog-core-v7.0.0","sha":"2e467dd39a35c3813597711a37690897183b4abc","kind":"commit","published_at":"2023-09-08T22:03:37.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0/manifests"},{"name":"git-semver-tags-v7.0.0","sha":"a13f788bd505d8253a2d92413fc4a7780e11ec07","kind":"commit","published_at":"2023-09-08T21:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0/manifests"},{"name":"standard-changelog-v5.0.0","sha":"34569c7a3fd2b0362a461517a1f4e20e7eecd9fc","kind":"commit","published_at":"2023-09-08T21:55:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v9.0.0","sha":"ad633d9d81f66ef80d7f77832a264cb0c5b971ef","kind":"commit","published_at":"2023-09-08T21:50:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.2","sha":"50113f9b569259d991f1a734a192964ca71f0118","kind":"commit","published_at":"2023-09-08T21:41:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2/manifests"},{"name":"conventional-changelog-preset-loader-v4.1.0","sha":"a14d2186575f6061f236c9a47d803694b18f8373","kind":"commit","published_at":"2023-09-08T21:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.1","sha":"ca4324b0a690b2595f8b574882ff95329a2dc195","kind":"commit","published_at":"2023-08-27T19:11:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1/manifests"},{"name":"conventional-commits-filter-v4.0.0","sha":"26fc9ea274dc0c62442ec9d97b20a2ebb49138bf","kind":"commit","published_at":"2023-08-27T12:55:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0/manifests"},{"name":"standard-changelog-v4.0.0","sha":"5b788265774bf4b63d3c83a178ca53e8e7095903","kind":"commit","published_at":"2023-08-27T12:50:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-eslint-v5.0.0","sha":"679594c0716275771cc23b314e4362899fe72f87","kind":"commit","published_at":"2023-08-27T12:46:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0/manifests"},{"name":"git-semver-tags-v6.0.0","sha":"1c75c72d9b5d59e3ea4e914c58a85f7559f29602","kind":"commit","published_at":"2023-08-27T12:40:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0/manifests"},{"name":"conventional-recommended-bump-v8.0.0","sha":"624377a24e8e3658bcf2329a9a98f9a7b02a4cb3","kind":"commit","published_at":"2023-08-27T12:33:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0/manifests"},{"name":"conventional-changelog-writer-v7.0.0","sha":"d669bb67dc713cb1e4374e3216ed7d83cde743c5","kind":"commit","published_at":"2023-08-27T12:27:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0/manifests"},{"name":"conventional-changelog-codemirror-v4.0.0","sha":"933fd0b3dd355d648faf57241b796a714004c722","kind":"commit","published_at":"2023-08-27T12:23:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0/manifests"},{"name":"conventional-changelog-express-v4.0.0","sha":"c9e9ceb3a3727659bd117bab01cbc7642d588f06","kind":"commit","published_at":"2023-08-27T12:16:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0/manifests"},{"name":"conventional-changelog-ember-v4.0.0","sha":"5d7c16268f79b7f180e34e997fdb37373d714666","kind":"commit","published_at":"2023-08-27T12:11:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0/manifests"},{"name":"conventional-changelog-jquery-v5.0.0","sha":"d643efb1050dcdaecee626044315644ff9b9e43b","kind":"commit","published_at":"2023-08-27T12:07:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v4.0.0","sha":"636646dd9ae062e9652a7f9ccaf6c329e6e9f924","kind":"commit","published_at":"2023-08-27T12:03:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0/manifests"},{"name":"conventional-changelog-v5.0.0","sha":"7985de3edc9e655369651ad464cb39b791887dc7","kind":"commit","published_at":"2023-08-27T11:58:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.0","sha":"5f0fe40743d8f559ab94ed11bbb4b8bda6fa6dcb","kind":"commit","published_at":"2023-08-27T11:51:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0/manifests"},{"name":"conventional-changelog-angular-v7.0.0","sha":"6c7a2e1a8807988bcb1a9842f72d14be3b1a89e3","kind":"commit","published_at":"2023-08-27T11:46:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0/manifests"},{"name":"conventional-changelog-jshint-v4.0.0","sha":"0204a9a340d2c85411e8de8905bc74c6146e5618","kind":"commit","published_at":"2023-08-27T11:41:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0/manifests"},{"name":"conventional-changelog-atom-v4.0.0","sha":"ab9b2c10e098ec8837d141102549f3eef698364c","kind":"commit","published_at":"2023-08-27T11:36:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0/manifests"},{"name":"conventional-changelog-cli-v4.0.0","sha":"29df6c4597afad27b9cda06f58eb564bcca609c4","kind":"commit","published_at":"2023-08-27T11:21:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0/manifests"},{"name":"conventional-changelog-core-v6.0.0","sha":"45613bbc2d13c798732e4b2bd4b2fa9ea67157d6","kind":"commit","published_at":"2023-08-27T11:17:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v4.0.0","sha":"5a896e3ef3aa9e751fcc74d7c76fa21d6d526cb0","kind":"commit","published_at":"2023-08-27T11:08:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0/manifests"},{"name":"git-raw-commits-v4.0.0","sha":"878fc56b43bc617177bf47fd8643a3b8b86078e5","kind":"commit","published_at":"2023-08-27T11:01:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0/manifests"},{"name":"conventional-commits-parser-v5.0.0","sha":"299de5acbe55a7d19dcdd2adc34681eae7264abf","kind":"commit","published_at":"2023-08-26T17:50:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0/manifests"},{"name":"git-semver-tags-v5.0.1","sha":"87914a362866a380e98a29edf19b2173e0911d8a","kind":"commit","published_at":"2023-07-09T19:10:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1/manifests"},{"name":"conventional-changelog-writer-v6.0.1","sha":"c123edea220b450cfa26813b6f198c3e8ebbd2b4","kind":"commit","published_at":"2023-07-09T14:49:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.2","sha":"83773c5e1a8874ea9809ca9db1dff60b7df1daae","kind":"commit","published_at":"2023-06-28T17:43:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.1.0","sha":"2e5fe6d9574ba896fa90b5bfcb50fb73d28af6d6","kind":"commit","published_at":"2023-06-17T21:30:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v7.0.1","sha":"f251b6899e313a9b23f3c8deb8b8b57217040892","kind":"commit","published_at":"2023-06-06T23:24:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.1","sha":"5b458dff9edf766446449acd1bbb8027a1e39fa5","kind":"commit","published_at":"2023-06-06T23:17:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1/manifests"},{"name":"gulp-conventional-changelog-v3.0.0","sha":"8ef6232797e5bf7c80422221374c53c03d5df36d","kind":"commit","published_at":"2023-06-06T22:50:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0/manifests"},{"name":"standard-changelog-v3.0.0","sha":"ea65f017b42b914ece780fd2fc799a6946912ed8","kind":"commit","published_at":"2023-06-06T22:42:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0/manifests"},{"name":"conventional-changelog-cli-v3.0.0","sha":"f00f4549cee9406054b77057a8135183fcd89710","kind":"commit","published_at":"2023-06-06T22:29:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0/manifests"},{"name":"conventional-changelog-v4.0.0","sha":"1a240f91ed584ed43e7f9c82235ca60eff0f4fa5","kind":"commit","published_at":"2023-06-06T19:50:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-core-v5.0.0","sha":"8507f601486c8ff6806156c50091262dee13ec54","kind":"commit","published_at":"2023-06-06T19:23:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v7.0.0","sha":"e1662ca7a6c688d28a334282a5e863f52866f3e8","kind":"commit","published_at":"2023-06-06T18:39:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v3.0.0","sha":"5d80d155425147a0b045af09536e5962cbfff620","kind":"commit","published_at":"2023-06-06T15:08:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.0.0","sha":"a30fc7ae219cf871b46cbe9d2c76a9730b70e272","kind":"commit","published_at":"2023-06-06T14:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v6.0.0","sha":"aa5d46c7b13b7b31f78af4b3c31c087c39eea41d","kind":"commit","published_at":"2023-06-06T14:46:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0/manifests"},{"name":"conventional-commits-filter-v3.0.0","sha":"502a73fe41aebb7b563c5ca69521e0b1bab904df","kind":"commit","published_at":"2023-06-06T14:32:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0/manifests"},{"name":"conventional-commits-parser-v4.0.0","sha":"9f7fe891e75c64937c28baa39a6c795a01603ab7","kind":"commit","published_at":"2023-06-06T14:24:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0/manifests"},{"name":"git-raw-commits-v3.0.0","sha":"571f2d549f10744a12ab3bc5dc5e0b749cb72667","kind":"commit","published_at":"2023-06-06T14:16:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0/manifests"},{"name":"git-semver-tags-v5.0.0","sha":"445c796d04105d10dd62d07039bc6a7fc9f263a5","kind":"commit","published_at":"2023-06-06T13:51:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0/manifests"},{"name":"conventional-changelog-atom-v3.0.0","sha":"208787aa2f5db8de1c2d43c56d71e6dfb9510781","kind":"commit","published_at":"2023-06-06T13:43:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0/manifests"},{"name":"conventional-changelog-angular-v6.0.0","sha":"c4ebf98acc15f37154aae5de53a225e896c4a157","kind":"commit","published_at":"2023-06-06T13:36:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0/manifests"},{"name":"conventional-changelog-codemirror-v3.0.0","sha":"0772453bee083917a05b9696d063ee3dc69957f9","kind":"commit","published_at":"2023-06-06T13:25:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0/manifests"},{"name":"conventional-changelog-ember-v3.0.0","sha":"e473d0c8af7c0cf8a54f775556796f50f3e695c2","kind":"commit","published_at":"2023-06-06T13:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0/manifests"},{"name":"conventional-changelog-eslint-v4.0.0","sha":"b3b896bc5b9e3ed65dcfc08c57967a252f37cfd1","kind":"commit","published_at":"2023-06-06T12:56:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0/manifests"},{"name":"conventional-changelog-express-v3.0.0","sha":"5594385d1dd2490b0fb508a60b6f30e8be6616ce","kind":"commit","published_at":"2023-06-06T12:37:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0/manifests"},{"name":"conventional-changelog-jquery-v4.0.0","sha":"51a3015a907b2cea900114359c36ce0e9664b72d","kind":"commit","published_at":"2023-06-06T12:17:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0/manifests"},{"name":"conventional-changelog-jshint-v3.0.0","sha":"281e5f883476e90b75cae4373a67436c86e94f6a","kind":"commit","published_at":"2023-06-06T12:02:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v5.0.0","sha":"ba6df7cf62de5f448368bed4398f6ddf633d2cbd","kind":"commit","published_at":"2022-05-27T18:02:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0/manifests"},{"name":"conventional-changelog-writer-v5.0.1","sha":"21b73f974adc4490a318d9c892055655cb82c538","kind":"commit","published_at":"2021-12-29T21:36:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.3","sha":"02757d342290bcf51a49d49e5e72f5eae6c6f6da","kind":"commit","published_at":"2021-12-29T19:52:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3/manifests"},{"name":"conventional-commits-parser-v3.2.4","sha":"1d0f62d4ac4911ef0d912d5401f783b152cee624","kind":"commit","published_at":"2021-12-29T19:46:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4/manifests"},{"name":"git-raw-commits-v2.0.11","sha":"95384dbd105ffe4f86bbc6ccad3e5405a1cbfe04","kind":"commit","published_at":"2021-12-29T19:39:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.2","sha":"1827696185192a8dd258ea7c3370090238b0fb76","kind":"commit","published_at":"2021-12-25T18:06:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2/manifests"},{"name":"conventional-changelog-cli-v2.2.2","sha":"8ce6a7bbd3fae87aa9d56fca68c2e16fbb2cace5","kind":"commit","published_at":"2021-12-25T17:22:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2/manifests"},{"name":"conventional-changelog-v3.1.25","sha":"8e9c3d76aaffd7fe67a78270b3ad9b881e953e7e","kind":"commit","published_at":"2021-12-24T18:50:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25/manifests"},{"name":"conventional-commits-parser-v3.2.3","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3/manifests"},{"name":"conventional-changelog-cli-v2.2.1","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.1","sha":"c35708d56a55e31b750aec1f745e5be52f0a75f2","kind":"commit","published_at":"2021-09-09T19:06:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1/manifests"},{"name":"conventional-commits-parser-v3.2.2","sha":"1bae48ff85eff0736ea6691b7214f3fc9c026256","kind":"commit","published_at":"2021-09-09T14:45:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2/manifests"},{"name":"conventional-changelog-core-v4.2.4","sha":"02fbc2d42d0faf53d4b7a2b0525626088a6ac8ba","kind":"commit","published_at":"2021-09-09T14:37:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4/manifests"},{"name":"conventional-changelog-angular-v5.0.13","sha":"e30343b4676d26b416080294dc74ebba001c0716","kind":"commit","published_at":"2021-09-09T14:31:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v5.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13/manifests"},{"name":"conventional-changelog-core-v4.2.3","sha":"318b555b6ef3aebdb5a8d4c7c734fd7234712dd3","kind":"commit","published_at":"2021-07-03T00:24:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.0","sha":"537c37d7801872c3e57e4200c64154a4d2ea042a","kind":"commit","published_at":"2021-04-30T00:15:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0/manifests"},{"name":"conventional-commits-parser-v3.2.1","sha":"758dda2937b6784f0cc6a535286862fcf95b6f06","kind":"commit","published_at":"2021-02-15T21:32:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1/manifests"},{"name":"git-raw-commits-v2.0.10","sha":"ffecaccb6e117afae9f68f1d48ff9a69554da950","kind":"commit","published_at":"2021-01-27T16:36:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10/manifests"},{"name":"conventional-changelog-writer-v5.0.0","sha":"61ef6491add84b841e1797baf09f62bbdd90dcd4","kind":"commit","published_at":"2020-12-30T22:40:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v6.1.0","sha":"3b0fb22b0bb49137b9ecddaeb349f66025205c57","kind":"commit","published_at":"2020-12-30T16:58:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0/manifests"},{"name":"conventional-changelog-core-v4.2.2","sha":"317eeb3137caff69bcc9a67fce3dc67663a010db","kind":"commit","published_at":"2020-12-30T00:53:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2/manifests"},{"name":"conventional-recommended-bump-v6.0.12","sha":"90ecc5d93bfd7626857eda5d240f92393d896be0","kind":"commit","published_at":"2020-12-30T00:43:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12/manifests"},{"name":"git-raw-commits-v2.0.9","sha":"227f3e23af86912c0cd64fdb1a820ac92e5757c5","kind":"commit","published_at":"2020-12-29T23:59:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9/manifests"},{"name":"conventional-changelog-writer-v4.1.0","sha":"77725cfb12ca3ca22abb9421b4af012a49207e7a","kind":"commit","published_at":"2020-12-29T23:41:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0/manifests"},{"name":"conventional-changelog-atom@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8/manifests"},{"name":"conventional-changelog-angular@5.0.12","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12/manifests"},{"name":"conventional-changelog@3.1.24","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24/manifests"},{"name":"git-raw-commits@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8/manifests"},{"name":"standard-changelog@2.0.27","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27/manifests"},{"name":"gulp-conventional-changelog@2.0.35","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35/manifests"},{"name":"git-semver-tags@4.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1/manifests"},{"name":"conventional-recommended-bump@6.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11/manifests"},{"name":"conventional-commits-parser@3.2.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0/manifests"},{"name":"conventional-commits-filter@2.0.7","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7/manifests"},{"name":"conventional-changelog-writer@4.0.18","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18/manifests"},{"name":"conventional-changelog-jshint@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9/manifests"},{"name":"conventional-changelog-jquery@3.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11/manifests"},{"name":"conventional-changelog-express@2.0.6","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9/manifests"},{"name":"conventional-changelog-ember@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9/manifests"},{"name":"conventional-changelog-core@4.2.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.5.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1/manifests"},{"name":"conventional-changelog-v3.1.24","sha":"f8fcbc2e8b0834c29178ace6382b438a020ad828","kind":"commit","published_at":"2020-10-25T02:45:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24/manifests"},{"name":"conventional-recommended-bump@6.0.10","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10/manifests"},{"name":"standard-changelog@2.0.26","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26/manifests"},{"name":"gulp-conventional-changelog@2.0.34","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34/manifests"},{"name":"git-semver-tags@4.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0/manifests"},{"name":"conventional-changelog-core@4.2.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.4.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0/manifests"},{"name":"conventional-changelog-cli@2.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0/manifests"},{"name":"conventional-changelog@3.1.23","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23/manifests"},{"name":"standard-changelog@2.0.25","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25/manifests"},{"name":"conventional-changelog-writer@4.0.17","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17/manifests"},{"name":"conventional-changelog-jshint@2.0.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8/manifests"},{"name":"conventional-changelog-core@4.1.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8/manifests"},{"name":"conventional-changelog@3.1.22","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22/manifests"},{"name":"conventional-changelog-angular@5.0.11","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.35","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35/manifests"},{"name":"gulp-conventional-changelog@2.0.33","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.1","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1/manifests"},{"name":"conventional-changelog-core@4.1.7","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7/manifests"},{"name":"conventional-changelog@3.1.21","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21/manifests"},{"name":"conventional-changelog-writer@4.0.16","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.34","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34/manifests"},{"name":"standard-changelog@2.0.24","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24/manifests"},{"name":"gulp-conventional-changelog@2.0.32","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32/manifests"},{"name":"git-semver-tags@4.0.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.3.4","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4/manifests"},{"name":"standard-changelog@2.0.23","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23/manifests"},{"name":"gulp-conventional-changelog@2.0.31","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31/manifests"},{"name":"conventional-changelog-eslint@3.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.15","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10/manifests"},{"name":"conventional-changelog@3.1.20","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20/manifests"},{"name":"conventional-changelog-atom@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7/manifests"},{"name":"conventional-changelog-cli@2.0.33","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33/manifests"},{"name":"conventional-changelog-codemirror@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0/manifests"},{"name":"conventional-changelog-core@4.1.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6/manifests"},{"name":"conventional-changelog-ember@2.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8/manifests"},{"name":"conventional-commits-filter@2.0.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6/manifests"},{"name":"conventional-commits-parser@3.1.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.9","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9/manifests"},{"name":"git-raw-commits@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7/manifests"},{"name":"conventional-changelog-express@2.0.5","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10/manifests"},{"name":"conventional-changelog-jshint@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7/manifests"},{"name":"conventional-changelog-preset-loader-v2.3.2","sha":"9f6c56cb960a5043823cfb85b9843991201cbb51","kind":"commit","published_at":"2020-05-08T19:21:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v2.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2/manifests"},{"name":"conventional-changelog-core@4.1.5","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5/manifests"},{"name":"gulp-conventional-changelog@2.0.30","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30/manifests"},{"name":"standard-changelog@2.0.22","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22/manifests"},{"name":"conventional-changelog@3.1.19","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19/manifests"},{"name":"conventional-changelog-cli@2.0.32","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32/manifests"},{"name":"conventional-changelog-cli@2.0.31","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31/manifests"},{"name":"standard-changelog@2.0.21","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21/manifests"},{"name":"gulp-conventional-changelog@2.0.29","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29/manifests"},{"name":"conventional-changelog-core@4.1.4","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4/manifests"},{"name":"conventional-changelog@3.1.18","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18/manifests"},{"name":"conventional-changelog@3.1.17","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17/manifests"},{"name":"standard-changelog@2.0.20","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20/manifests"},{"name":"gulp-conventional-changelog@2.0.28","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28/manifests"},{"name":"conventional-changelog-core@4.1.3","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.30","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30/manifests"},{"name":"conventional-changelog-cli@2.0.29","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29/manifests"},{"name":"standard-changelog@2.0.19","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19/manifests"},{"name":"gulp-conventional-changelog@2.0.27","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27/manifests"},{"name":"conventional-changelog-core@4.1.2","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2/manifests"},{"name":"conventional-changelog@3.1.16","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16/manifests"},{"name":"conventional-changelog-cli@2.0.28","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28/manifests"},{"name":"standard-changelog@2.0.18","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18/manifests"},{"name":"gulp-conventional-changelog@2.0.26","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26/manifests"},{"name":"git-semver-tags@3.0.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1/manifests"},{"name":"git-raw-commits@2.0.3","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3/manifests"},{"name":"conventional-recommended-bump@6.0.5","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5/manifests"},{"name":"conventional-commits-parser@3.0.8","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.11","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11/manifests"},{"name":"conventional-changelog-core@4.1.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1/manifests"},{"name":"conventional-changelog@3.1.15","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15/manifests"},{"name":"gulp-conventional-changelog@2.0.25","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25/manifests"},{"name":"conventional-changelog@3.1.14","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14/manifests"},{"name":"conventional-changelog-angular@5.0.6","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6/manifests"},{"name":"conventional-changelog-cli@2.0.27","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.3","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3/manifests"},{"name":"conventional-changelog-core@4.1.0","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0/manifests"},{"name":"conventional-commits-parser@3.0.7","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7/manifests"},{"name":"conventional-recommended-bump@6.0.4","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4/manifests"},{"name":"standard-changelog@2.0.17","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17/manifests"},{"name":"conventional-changelog-cli@2.0.26","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.2","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2/manifests"},{"name":"conventional-changelog-core@4.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3/manifests"},{"name":"conventional-commits-parser@3.0.6","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6/manifests"},{"name":"conventional-recommended-bump@6.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.24","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24/manifests"},{"name":"standard-changelog@2.0.16","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16/manifests"},{"name":"conventional-changelog-writer@4.0.10","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10/manifests"},{"name":"conventional-changelog-preset-loader@2.3.0","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0/manifests"},{"name":"conventional-changelog@3.1.13","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13/manifests"},{"name":"conventional-changelog-jshint@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.9","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9/manifests"},{"name":"conventional-commits-parser@3.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5/manifests"},{"name":"conventional-changelog@3.1.12","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12/manifests"},{"name":"conventional-recommended-bump@6.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.23","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23/manifests"},{"name":"standard-changelog@2.0.15","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5/manifests"},{"name":"conventional-changelog-atom@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.25","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25/manifests"},{"name":"conventional-changelog-codemirror@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.1","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1/manifests"},{"name":"conventional-changelog-core@4.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2/manifests"},{"name":"conventional-changelog-ember@2.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4/manifests"},{"name":"conventional-changelog-eslint@3.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.6","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6/manifests"},{"name":"standard-changelog@2.0.14","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14/manifests"},{"name":"gulp-conventional-changelog@2.0.22","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22/manifests"},{"name":"conventional-recommended-bump@6.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1/manifests"},{"name":"conventional-commits-parser@3.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4/manifests"},{"name":"conventional-changelog-writer@4.0.8","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8/manifests"},{"name":"conventional-changelog-jshint@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.5","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5/manifests"},{"name":"conventional-changelog-eslint@3.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3/manifests"},{"name":"conventional-changelog-ember@2.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3/manifests"},{"name":"conventional-changelog-core@4.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.0","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.24","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24/manifests"},{"name":"conventional-changelog-atom@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4/manifests"},{"name":"conventional-changelog@3.1.11","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11/manifests"},{"name":"conventional-changelog-preset-loader@2.2.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0/manifests"},{"name":"standard-changelog@2.0.13","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13/manifests"},{"name":"gulp-conventional-changelog@2.0.21","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21/manifests"},{"name":"git-semver-tags@3.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0/manifests"},{"name":"conventional-recommended-bump@6.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.7","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7/manifests"},{"name":"conventional-changelog@3.1.10","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10/manifests"},{"name":"conventional-changelog-cli@2.0.23","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23/manifests"},{"name":"conventional-changelog-conventionalcommits@4.1.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0/manifests"},{"name":"conventional-changelog-core@4.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.1","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.0.0","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0/manifests"},{"name":"conventional-changelog-core@3.2.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3/manifests"},{"name":"conventional-changelog-writer@4.0.6","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6/manifests"},{"name":"conventional-commits-parser@3.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3/manifests"},{"name":"conventional-changelog@3.1.9","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9/manifests"},{"name":"standard-changelog@2.0.12","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.20","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20/manifests"},{"name":"git-semver-tags@2.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.22","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22/manifests"},{"name":"standard-changelog@2.0.11","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11/manifests"},{"name":"conventional-changelog@3.1.8","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8/manifests"},{"name":"conventional-changelog-cli@2.0.21","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.2","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.19","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19/manifests"},{"name":"conventional-changelog@3.1.7","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7/manifests"},{"name":"conventional-changelog-cli@2.0.20","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.1","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.18","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18/manifests"},{"name":"conventional-changelog-cli@2.0.19","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.17","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17/manifests"},{"name":"conventional-changelog@3.1.6","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6/manifests"},{"name":"conventional-changelog@3.1.5","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5/manifests"},{"name":"conventional-changelog-conventionalcommits@2.0.0","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.16","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.18","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.2","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.17","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17/manifests"},{"name":"conventional-changelog@3.1.4","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.15","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15/manifests"},{"name":"conventional-changelog-writer@4.0.5","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5/manifests"},{"name":"standard-changelog@2.0.10","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10/manifests"},{"name":"gulp-conventional-changelog@2.0.14","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14/manifests"},{"name":"conventional-changelog@3.1.3","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3/manifests"},{"name":"conventional-changelog-core@3.2.2","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2/manifests"},{"name":"conventional-changelog-cli@2.0.16","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.15","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15/manifests"},{"name":"standard-changelog@2.0.9","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.1.2","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2/manifests"},{"name":"conventional-changelog-core@3.2.1","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1/manifests"},{"name":"gulp-conventional-changelog@2.0.13","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13/manifests"},{"name":"conventional-changelog@3.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1/manifests"},{"name":"gulp-conventional-changelog@2.0.12","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12/manifests"},{"name":"conventional-recommended-bump@4.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1/manifests"},{"name":"conventional-changelog-preset-loader@2.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.14","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14/manifests"},{"name":"conventional-changelog-preset-loader@2.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0/manifests"},{"name":"conventional-changelog-writer@4.0.4","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4/manifests"},{"name":"conventional-commits-filter@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2/manifests"},{"name":"conventional-commits-parser@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2/manifests"},{"name":"conventional-recommended-bump@4.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0/manifests"},{"name":"gulp-conventional-changelog@2.0.11","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11/manifests"},{"name":"standard-changelog@2.0.8","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8/manifests"},{"name":"git-raw-commits@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2/manifests"},{"name":"conventional-changelog@3.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0/manifests"},{"name":"conventional-changelog-cli@2.0.13","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0/manifests"},{"name":"conventional-changelog-core@3.2.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0/manifests"},{"name":"conventional-changelog-eslint@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2/manifests"},{"name":"standard-changelog@2.0.7","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6/manifests"},{"name":"conventional-changelog-angular@5.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.12","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.10","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10/manifests"},{"name":"conventional-changelog-writer@4.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3/manifests"},{"name":"conventional-changelog-core@3.1.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6/manifests"},{"name":"conventional-recommended-bump@4.0.4","sha":"da729f68f9dc581623deb587c705ef65d189a9f4","kind":"tag","published_at":"2018-11-01T06:56:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4/manifests"},{"name":"standard-changelog@2.0.6","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6/manifests"},{"name":"conventional-changelog-core@3.1.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5/manifests"},{"name":"conventional-changelog-writer@4.0.2","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.9","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.0.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.11","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.10","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10/manifests"},{"name":"conventional-changelog-core@3.1.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.8","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8/manifests"},{"name":"conventional-changelog@3.0.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4/manifests"},{"name":"git-semver-tags@2.0.2","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.3","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3/manifests"},{"name":"standard-changelog@2.0.5","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5/manifests"},{"name":"standard-changelog@2.0.4","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.7","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3/manifests"},{"name":"conventional-changelog-core@3.1.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.9","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9/manifests"},{"name":"standard-changelog@2.0.3","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.8","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8/manifests"},{"name":"conventional-changelog-core@3.1.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2/manifests"},{"name":"gulp-conventional-changelog@2.0.6","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6/manifests"},{"name":"conventional-changelog@3.0.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.5","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.7","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7/manifests"},{"name":"conventional-changelog@3.0.1","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1/manifests"},{"name":"standard-changelog@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4/manifests"},{"name":"git-semver-tags@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1/manifests"},{"name":"git-raw-commits@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2/manifests"},{"name":"conventional-commits-parser@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1/manifests"},{"name":"conventional-commits-filter@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1/manifests"},{"name":"conventional-changelog-writer@4.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1/manifests"},{"name":"conventional-changelog-preset-loader@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4/manifests"},{"name":"conventional-changelog-express@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1/manifests"},{"name":"conventional-changelog-eslint@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2/manifests"},{"name":"conventional-changelog-core@3.1.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1/manifests"},{"name":"conventional-changelog-codemirror@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.6","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6/manifests"},{"name":"conventional-changelog-atom@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1/manifests"},{"name":"conventional-changelog-angular@5.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2/manifests"},{"name":"conventional-changelog@3.0.0","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.5","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.3","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.2","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.4","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3/manifests"},{"name":"standard-changelog@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3/manifests"},{"name":"conventional-changelog-core@3.1.0","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0/manifests"},{"name":"conventional-changelog-ember@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1/manifests"},{"name":"conventional-changelog-jquery@3.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1/manifests"},{"name":"conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0/manifests"},{"name":"conventional-recommended-bump@4.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0/manifests"},{"name":"conventional-changelog-jquery@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0/manifests"},{"name":"conventional-changelog-express@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0/manifests"},{"name":"conventional-changelog-eslint@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0/manifests"},{"name":"conventional-changelog-ember@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1/manifests"},{"name":"conventional-changelog-atom@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1/manifests"},{"name":"conventional-changelog-angular@4.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1/manifests"},{"name":"conventional-changelog-jquery@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0/manifests"},{"name":"conventional-changelog-jshint@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0/manifests"},{"name":"standard-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0/manifests"},{"name":"conventional-recommended-bump@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0/manifests"},{"name":"conventional-commits-parser@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0/manifests"},{"name":"conventional-commits-filter@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0/manifests"},{"name":"conventional-changelog-ember@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0/manifests"},{"name":"conventional-changelog-express@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0/manifests"},{"name":"git-semver-tags@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0/manifests"},{"name":"git-raw-commits@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0/manifests"},{"name":"conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-angular@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0/manifests"},{"name":"conventional-changelog-atom@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0/manifests"},{"name":"conventional-changelog-core@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0/manifests"},{"name":"conventional-changelog-eslint@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-core@2.0.11","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11/manifests"},{"name":"conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-cli@1.3.22","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22/manifests"},{"name":"conventional-changelog-ember@0.3.12","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12/manifests"},{"name":"conventional-recommended-bump@2.0.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9/manifests"},{"name":"conventional-changelog-angular@3.0.7","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7/manifests"},{"name":"gulp-conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24/manifests"},{"name":"standard-changelog@1.0.19","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19/manifests"},{"name":"conventional-changelog-jquery@1.3.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9/manifests"},{"name":"conventional-changelog-angular@3.0.6","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6/manifests"},{"name":"standard-changelog@1.0.18","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18/manifests"},{"name":"gulp-conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-writer@3.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9/manifests"},{"name":"conventional-changelog-jshint@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8/manifests"},{"name":"conventional-changelog-jquery@1.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8/manifests"},{"name":"conventional-changelog-eslint@1.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9/manifests"},{"name":"conventional-changelog-ember@0.3.11","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11/manifests"},{"name":"conventional-changelog-core@2.0.10","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10/manifests"},{"name":"conventional-changelog-codemirror@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8/manifests"},{"name":"conventional-changelog-cli@1.3.21","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21/manifests"},{"name":"conventional-changelog-atom@0.2.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8/manifests"},{"name":"conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23/manifests"},{"name":"gulp-conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-core@2.0.9","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9/manifests"},{"name":"conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-cli@1.3.20","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20/manifests"},{"name":"conventional-changelog-writer@3.0.8","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8/manifests"},{"name":"standard-changelog@1.0.17","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17/manifests"},{"name":"conventional-changelog-angular@3.0.5","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.10","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10/manifests"},{"name":"conventional-changelog-cli@1.3.19","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19/manifests"},{"name":"conventional-changelog-angular@3.0.4","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4/manifests"},{"name":"conventional-changelog-atom@0.2.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7/manifests"},{"name":"conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-core@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.9","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9/manifests"},{"name":"conventional-changelog-eslint@1.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8/manifests"},{"name":"conventional-changelog-express@0.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6/manifests"},{"name":"conventional-changelog-jquery@1.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7/manifests"},{"name":"conventional-changelog-preset-loader@1.1.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8/manifests"},{"name":"conventional-changelog-writer@3.0.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7/manifests"},{"name":"conventional-commits-parser@2.1.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7/manifests"},{"name":"conventional-recommended-bump@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8/manifests"},{"name":"git-raw-commits@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6/manifests"},{"name":"git-semver-tags@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21/manifests"},{"name":"standard-changelog@1.0.16","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16/manifests"},{"name":"conventional-changelog-codemirror@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6/manifests"},{"name":"conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-core@2.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7/manifests"},{"name":"conventional-changelog-codemirror@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6/manifests"},{"name":"conventional-changelog-cli@1.3.18","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18/manifests"},{"name":"conventional-changelog-ember@0.3.8","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8/manifests"},{"name":"conventional-changelog-writer@3.0.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6/manifests"},{"name":"conventional-changelog-atom@0.2.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6/manifests"},{"name":"conventional-changelog-eslint@1.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7/manifests"},{"name":"standard-changelog@1.0.15","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15/manifests"},{"name":"conventional-changelog-angular@3.0.3","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3/manifests"},{"name":"conventional-changelog-jquery@1.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-angular@3.0.2","sha":"1cc079df803f58b52c8aa997fff43e9c162266e7","kind":"tag","published_at":"2018-03-22T14:14:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2/manifests"},{"name":"conventional-changelog-ember@0.3.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7/manifests"},{"name":"standard-changelog@1.0.14","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14/manifests"},{"name":"gulp-conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19/manifests"},{"name":"git-semver-tags@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5/manifests"},{"name":"git-raw-commits@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7/manifests"},{"name":"conventional-commits-parser@2.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6/manifests"},{"name":"conventional-commits-filter@1.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5/manifests"},{"name":"conventional-changelog-preset-loader@1.1.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7/manifests"},{"name":"conventional-changelog-jshint@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5/manifests"},{"name":"conventional-changelog-jquery@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5/manifests"},{"name":"conventional-changelog-express@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6/manifests"},{"name":"conventional-changelog-core@2.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5/manifests"},{"name":"conventional-changelog-cli@1.3.17","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17/manifests"},{"name":"conventional-changelog-atom@0.2.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5/manifests"},{"name":"conventional-changelog-angular@3.0.1","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1/manifests"},{"name":"conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19/manifests"},{"name":"conventional-changelog-angular@3.0.0","sha":"49997aaba373502e5b38bd366846934641e95799","kind":"tag","published_at":"2018-03-22T13:45:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.16","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16/manifests"},{"name":"conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18/manifests"},{"name":"gulp-conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-eslint@1.0.5","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5/manifests"},{"name":"conventional-changelog-cli@1.3.15","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15/manifests"},{"name":"conventional-changelog-codemirror@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4/manifests"},{"name":"conventional-changelog-express@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4/manifests"},{"name":"conventional-changelog-jquery@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4/manifests"},{"name":"conventional-changelog-jshint@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4/manifests"},{"name":"conventional-commits-filter@1.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5/manifests"},{"name":"conventional-commits-parser@2.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5/manifests"},{"name":"conventional-recommended-bump@2.0.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6/manifests"},{"name":"standard-changelog@1.0.13","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13/manifests"},{"name":"gulp-conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17/manifests"},{"name":"git-semver-tags@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4/manifests"},{"name":"git-raw-commits@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4/manifests"},{"name":"conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17/manifests"},{"name":"conventional-changelog-angular@1.6.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6/manifests"},{"name":"conventional-changelog-atom@0.2.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4/manifests"},{"name":"gulp-conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog-angular@1.6.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5/manifests"},{"name":"conventional-changelog-atom@0.2.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3/manifests"},{"name":"conventional-changelog-cli@1.3.14","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14/manifests"},{"name":"conventional-changelog-codemirror@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4/manifests"},{"name":"conventional-changelog-ember@0.3.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3/manifests"},{"name":"conventional-changelog-express@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3/manifests"},{"name":"conventional-changelog-jshint@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5/manifests"},{"name":"conventional-changelog-writer@3.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3/manifests"},{"name":"conventional-commits-filter@1.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4/manifests"},{"name":"conventional-commits-parser@2.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4/manifests"},{"name":"conventional-recommended-bump@2.0.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5/manifests"},{"name":"git-raw-commits@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3/manifests"},{"name":"git-semver-tags@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3/manifests"},{"name":"standard-changelog@1.0.12","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12/manifests"},{"name":"conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15/manifests"},{"name":"gulp-conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15/manifests"},{"name":"conventional-recommended-bump@2.0.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4/manifests"},{"name":"conventional-changelog-cli@1.3.13","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13/manifests"},{"name":"conventional-changelog-preset-loader@1.1.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4/manifests"},{"name":"git-raw-commits@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2/manifests"},{"name":"standard-changelog@1.0.11","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11/manifests"},{"name":"conventional-recommended-bump@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3/manifests"},{"name":"gulp-conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14/manifests"},{"name":"git-semver-tags@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2/manifests"},{"name":"conventional-changelog-eslint@1.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2/manifests"},{"name":"conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14/manifests"},{"name":"conventional-changelog-angular@1.6.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4/manifests"},{"name":"conventional-changelog-atom@0.2.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2/manifests"},{"name":"conventional-changelog-cli@1.3.12","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12/manifests"},{"name":"conventional-changelog-codemirror@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2/manifests"},{"name":"conventional-changelog-core@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.3.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4/manifests"},{"name":"conventional-changelog-express@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2/manifests"},{"name":"conventional-changelog-jquery@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2/manifests"},{"name":"conventional-changelog-jshint@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3/manifests"},{"name":"conventional-commits-filter@1.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3/manifests"},{"name":"conventional-changelog-writer@3.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13/manifests"},{"name":"standard-changelog@1.0.10","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10/manifests"},{"name":"git-raw-commits@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1/manifests"},{"name":"conventional-commits-parser@2.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2/manifests"},{"name":"conventional-changelog-writer@3.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1/manifests"},{"name":"conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13/manifests"},{"name":"conventional-commits-filter@1.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2/manifests"},{"name":"conventional-recommended-bump@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2/manifests"},{"name":"git-semver-tags@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1/manifests"},{"name":"conventional-changelog-core@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2/manifests"},{"name":"conventional-changelog-codemirror@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1/manifests"},{"name":"conventional-changelog-angular@1.6.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3/manifests"},{"name":"conventional-changelog-cli@1.3.11","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11/manifests"},{"name":"conventional-changelog-atom@0.2.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1/manifests"},{"name":"conventional-changelog-ember@0.3.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1/manifests"},{"name":"conventional-changelog-express@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3/manifests"},{"name":"conventional-changelog-jshint@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1/manifests"},{"name":"conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12/manifests"},{"name":"gulp-conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12/manifests"},{"name":"conventional-changelog-cli@1.3.10","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10/manifests"},{"name":"conventional-recommended-bump@2.0.1","sha":"a4f0aa902d3e966fe6d6b1d46f2130838524cfbf","kind":"tag","published_at":"2018-02-12T14:54:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1/manifests"},{"name":"conventional-recommended-bump@2.0.0","sha":"9885d205ed96338575335652d006f475408e1195","kind":"tag","published_at":"2018-02-12T14:30:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0/manifests"},{"name":"conventional-changelog-preset-loader@1.1.2","sha":"a450d974237d440009ec3fb4c63974cf066e8f79","kind":"tag","published_at":"2018-02-12T04:07:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.1","sha":"5af1f00dcc4e1f9c3299bc7feb322a88b711f042","kind":"tag","published_at":"2018-02-09T04:17:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.0","sha":"c3eb36dbc52f383df6f3dcf3a3870b01ceee0b8b","kind":"tag","published_at":"2018-02-08T14:46:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0/manifests"},{"name":"conventional-changelog-ember@0.3.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1/manifests"},{"name":"conventional-changelog-angular@1.6.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2/manifests"},{"name":"gulp-conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11/manifests"},{"name":"standard-changelog@1.0.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9/manifests"},{"name":"conventional-recommended-bump@1.2.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1/manifests"},{"name":"conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11/manifests"},{"name":"conventional-changelog-cli@1.3.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9/manifests"},{"name":"conventional-changelog-core@2.0.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1/manifests"},{"name":"gulp-conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10/manifests"},{"name":"standard-changelog@1.0.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8/manifests"},{"name":"git-semver-tags@1.3.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.2.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0/manifests"},{"name":"conventional-changelog-writer@3.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0/manifests"},{"name":"conventional-changelog-eslint@1.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.3.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1/manifests"},{"name":"conventional-changelog-core@2.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8/manifests"},{"name":"conventional-changelog-angular@1.6.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1/manifests"},{"name":"conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10/manifests"},{"name":"conventional-changelog-core@1.9.5","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5/manifests"},{"name":"conventional-changelog-ember@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0/manifests"},{"name":"conventional-changelog-eslint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0/manifests"},{"name":"conventional-changelog-cli@1.3.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7/manifests"},{"name":"conventional-changelog-express@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0/manifests"},{"name":"conventional-changelog-jquery@1.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0/manifests"},{"name":"conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-jshint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0/manifests"},{"name":"gulp-conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9/manifests"},{"name":"standard-changelog@1.0.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7/manifests"},{"name":"conventional-changelog-angular@1.6.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0/manifests"},{"name":"conventional-changelog-codemirror@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0/manifests"},{"name":"conventional-changelog-atom@0.2.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0/manifests"},{"name":"conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8/manifests"},{"name":"standard-changelog@1.0.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6/manifests"},{"name":"gulp-conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8/manifests"},{"name":"conventional-recommended-bump@1.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0/manifests"},{"name":"conventional-commits-parser@2.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0/manifests"},{"name":"conventional-commits-filter@1.1.1","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1/manifests"},{"name":"conventional-changelog-writer@2.0.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.2.10","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10/manifests"},{"name":"conventional-changelog-core@1.9.4","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4/manifests"},{"name":"conventional-changelog-cli@1.3.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6/manifests"},{"name":"conventional-changelog-angular@1.5.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3/manifests"},{"name":"conventional-changelog-ember@0.2.9","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9/manifests"},{"name":"standard-changelog@1.0.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5/manifests"},{"name":"gulp-conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7/manifests"},{"name":"git-semver-tags@1.2.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3/manifests"},{"name":"git-raw-commits@1.3.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.0.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3/manifests"},{"name":"conventional-commits-parser@2.0.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1/manifests"},{"name":"conventional-commits-filter@1.1.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0/manifests"},{"name":"conventional-changelog-writer@2.0.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2/manifests"},{"name":"conventional-changelog-jshint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1/manifests"},{"name":"conventional-changelog-jquery@1.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1/manifests"},{"name":"conventional-changelog-express@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1/manifests"},{"name":"conventional-changelog-eslint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1/manifests"},{"name":"conventional-changelog-core@1.9.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3/manifests"},{"name":"conventional-changelog-codemirror@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1/manifests"},{"name":"conventional-changelog-cli@1.3.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5/manifests"},{"name":"conventional-changelog-atom@0.1.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2/manifests"},{"name":"conventional-changelog-angular@1.5.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2/manifests"},{"name":"conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7/manifests"},{"name":"@marionebl/conventional-commits-parser@3.0.0","sha":"edf4068ce4c3ea6ac5b61323473ab655be5eb895","kind":"tag","published_at":"2017-11-01T07:09:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/@marionebl/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/@marionebl/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4/manifests"},{"name":"git-semver-tags@1.2.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2/manifests"},{"name":"conventional-recommended-bump@1.0.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-ember@0.2.8","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8/manifests"},{"name":"conventional-changelog-core@1.9.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2/manifests"},{"name":"standard-changelog@1.0.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4/manifests"},{"name":"conventional-changelog-angular@1.5.1","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1/manifests"},{"name":"conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6/manifests"},{"name":"standard-changelog@1.0.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3/manifests"},{"name":"conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-angular@1.5.0","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0/manifests"},{"name":"conventional-changelog-cli@1.3.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3/manifests"},{"name":"gulp-conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-writer@2.0.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1/manifests"},{"name":"conventional-changelog-core@1.9.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1/manifests"},{"name":"conventional-changelog-ember@0.2.7","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7/manifests"},{"name":"git-semver-tags@1.2.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1/manifests"},{"name":"conventional-changelog-jshint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0/manifests"},{"name":"conventional-changelog-jquery@1.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0/manifests"},{"name":"conventional-changelog-express@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0/manifests"},{"name":"conventional-changelog-eslint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0/manifests"},{"name":"conventional-commits-parser@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0/manifests"},{"name":"conventional-changelog-writer@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1/manifests"},{"name":"conventional-changelog-core@1.9.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0/manifests"},{"name":"conventional-changelog-codemirror@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0/manifests"},{"name":"conventional-changelog-cli@1.3.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2/manifests"},{"name":"conventional-changelog-atom@0.1.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1/manifests"},{"name":"conventional-changelog-angular@1.4.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0/manifests"},{"name":"conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4/manifests"},{"name":"gulp-conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4/manifests"},{"name":"standard-changelog@1.0.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2/manifests"},{"name":"conventional-changelog-ember@0.2.6","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6/manifests"},{"name":"conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3/manifests"},{"name":"conventional-changelog-angular@1.3.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3/manifests"},{"name":"conventional-changelog-cli@1.3.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1/manifests"},{"name":"conventional-changelog-core@1.8.0","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.8.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0/manifests"},{"name":"conventional-changelog-ember@0.2.5","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5/manifests"},{"name":"gulp-conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3/manifests"},{"name":"standard-changelog@1.0.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1/manifests"},{"name":"git-semver-tags@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0/manifests"},{"name":"standard-changelog@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2/manifests"},{"name":"git-raw-commits@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0/manifests"},{"name":"conventional-recommended-bump@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.2.4","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4/manifests"},{"name":"conventional-changelog-core@1.7.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.7.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0/manifests"},{"name":"conventional-changelog-cli@1.3.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0/manifests"},{"name":"conventional-changelog-angular@1.3.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2/manifests"},{"name":"conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2/manifests"},{"name":"gulp-conventional-changelog@1.1.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"tag","published_at":"2017-03-10T05:35:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0/manifests"},{"name":"standard-changelog@0.0.2","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@0.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-ember@0.2.3","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3/manifests"},{"name":"conventional-changelog-core@1.6.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0/manifests"},{"name":"conventional-changelog-angular@1.3.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1/manifests"},{"name":"conventional-changelog-cli@1.2.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1/manifests"},{"name":"conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-cli@1.2.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:01:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0/manifests"},{"name":"conventional-changelog-core@1.5.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:00:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0/manifests"},{"name":"git-raw-commits@1.1.2","sha":"f5fe78b1f15791cb0499744bf278dff22b52732f","kind":"tag","published_at":"2017-03-09T07:37:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2/manifests"},{"name":"git-semver-tags@1.1.2","sha":"7be07c7c0f49572b1c0e9c98f004b599d8b5bb1a","kind":"tag","published_at":"2017-03-09T07:35:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2/manifests"},{"name":"v1.1.0","sha":"600d411569271467389c3cbe71f7f657980e89a1","kind":"tag","published_at":"2016-02-13T06:59:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"9591280a8d09220aced3383abe3bc7ecbb34b503","kind":"tag","published_at":"2016-02-13T06:37:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"beef421f56939190a4ca30c28788eda1b3f9480d","kind":"tag","published_at":"2016-02-05T13:49:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"c8e90ab7fddd0b98855913e73fc12f9dc9dc81b1","kind":"tag","published_at":"2016-02-05T12:59:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0/manifests"},{"name":"v0.5.3","sha":"d79ce243223260b153699b99de0503698546ea63","kind":"tag","published_at":"2015-12-25T05:07:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"9e7b771072a2680c6c335fcad38003aade53213e","kind":"tag","published_at":"2015-12-23T12:24:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"4bf7d8df29f7be29552b82ec2b7112fad0c39a3e","kind":"tag","published_at":"2015-10-20T09:52:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"5ca2204b472704543ebbc744a22f8f90ec659659","kind":"tag","published_at":"2015-09-30T08:49:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"e5f2f3bc675e2c7e5cc6aa0ed50da7941833e492","kind":"tag","published_at":"2015-09-04T03:16:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"7536a0b351cc4f2764e71cbc268a178ab595259d","kind":"tag","published_at":"2015-08-17T01:28:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"56fa3d92620a41a875b3337fa51d04d6df23b1a8","kind":"tag","published_at":"2015-08-15T12:34:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"eefec0ef598a92e78510ee8626fd9bbcdb1398e4","kind":"tag","published_at":"2015-08-15T11:19:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0/manifests"},{"name":"v0.3.2","sha":"74b99dca61eafd56ba93605016b086a1108e77fe","kind":"tag","published_at":"2015-08-13T03:12:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"a1aca9c31a45aded77962bd0defc32e503aec213","kind":"commit","published_at":"2015-08-11T06:23:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"b489672d27ff703337c540f0fbc43f6486a84d99","kind":"commit","published_at":"2015-08-09T03:27:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"12e3cd6b151353dbe7f584adabbe5dd8a28424db","kind":"commit","published_at":"2015-07-24T08:13:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"f437b457b5ea6c105535a360144000f8315db54d","kind":"commit","published_at":"2015-07-24T04:54:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0/manifests"},{"name":"v0.1.3","sha":"c8fa9d0b94f8ac07f162623e4b9e9e68aad82e62","kind":"commit","published_at":"2015-07-22T11:06:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"6ba5d6e4b90a154dbca6ec0f80c66ad5995cd770","kind":"commit","published_at":"2015-07-22T07:10:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c015f8762f70eff2be7b8d7fb82438689239d717","kind":"commit","published_at":"2015-07-20T07:55:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"7253d0fea773e3f7cc0a3fb8278c9da070df26ee","kind":"commit","published_at":"2015-07-20T07:12:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.3","sha":"0c9f1e89bfacec8e08bac8ef96d64e3abdbecda7","kind":"commit","published_at":"2015-07-17T11:02:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"fec1baf43b8c0156682d4014a4fd066bd24ad448","kind":"commit","published_at":"2015-07-17T06:23:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"a5ea0dfada48601b9e3fbec78dd37d70380a2db6","kind":"commit","published_at":"2015-07-15T08:03:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1/manifests"},{"name":"v0.1.0-alpha.3","sha":"9b6cc68a2c17c9671363fe7af5de7ebd3a06aaeb","kind":"commit","published_at":"2015-07-06T01:27:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3/manifests"},{"name":"v0.1.0-alpha.2","sha":"34b0f460c34ecc48af857d8ee5d7038970ba56fb","kind":"commit","published_at":"2015-06-29T12:04:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2/manifests"},{"name":"v0.1.0-alpha.1","sha":"05b3415fc699ab43f3fa33b5ecd040ab5ecdf9e2","kind":"commit","published_at":"2015-06-24T04:42:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1/manifests"},{"name":"v0.0.17","sha":"3cae05244e48af9cf4abbef3114060db585a574c","kind":"commit","published_at":"2015-04-03T02:12:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"c0719ce6ba16778dd34c2cfdc81e7f3c5321409d","kind":"commit","published_at":"2015-03-19T04:15:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"57af04dc3e362c0e327b716279c9143028c6e0da","kind":"commit","published_at":"2015-03-18T20:23:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"69be290efb58a6a92e9ae78d7b37168d293920b5","kind":"commit","published_at":"2015-03-13T21:22:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"15a39d02ba3d666e7820eecbb8c5493ef2f6040a","kind":"commit","published_at":"2015-03-12T23:17:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13/manifests"},{"name":"v0.0.11","sha":"37f5561553c30d8f0f2c949502ea278da64949cd","kind":"tag","published_at":"2014-05-28T13:14:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"ad6f6ec5499d2c902b88da95487862d50e5ad776","kind":"tag","published_at":"2014-05-28T12:51:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"87efbabd9bc2a0fd83255e6cb856961b10aef9eb","kind":"tag","published_at":"2014-05-06T17:11:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"94b12cf69c51264b1edb6c81b50a262f0536894b","kind":"tag","published_at":"2014-04-10T14:45:48.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"1cf17e494fd7d8538c55189c72c0cf57d145ef41","kind":"tag","published_at":"2014-04-10T14:06:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"861f9ec93de28be4185b35815c2b6ab17746eb3f","kind":"commit","published_at":"2014-01-23T19:39:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"3f59f7356c86f30ef8e8754386373c2a8f97b367","kind":"commit","published_at":"2014-01-23T18:59:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6fa2c22464dcd964df604550c2ce2ed1d2f4362b","kind":"commit","published_at":"2014-01-04T21:36:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4/manifests"}]},"repo_metadata_updated_at":"2024-10-30T00:53:53.183Z","dependent_packages_count":526,"downloads":15794246,"downloads_period":"last-month","dependent_repos_count":109260,"rankings":{"downloads":0.08814511256777888,"dependent_repos_count":0.09349487948879756,"dependent_packages_count":0.11211462873132812,"stargazers_count":1.154472815396108,"forks_count":1.396504006357065,"docker_downloads_count":0.323786940350659,"average":0.5280863971486228},"purl":"pkg:npm/git-semver-tags","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/git-semver-tags","docker_dependents_count":830,"docker_downloads_count":95592676,"usage_url":"https://repos.ecosyste.ms/usage/npm/git-semver-tags","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/git-semver-tags/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-10-29T18:02:55.825Z","issues_count":181,"pull_requests_count":485,"avg_time_to_close_issue":20290008.44047619,"avg_time_to_close_pull_request":6351261.275949367,"issues_closed_count":84,"pull_requests_closed_count":395,"pull_request_authors_count":71,"issue_authors_count":111,"avg_comments_per_issue":2.0994475138121547,"avg_comments_per_pull_request":1.31340206185567,"merged_pull_requests_count":306,"bot_issues_count":3,"bot_pull_requests_count":234,"past_year_issues_count":63,"past_year_pull_requests_count":160,"past_year_avg_time_to_close_issue":562479.2894736842,"past_year_avg_time_to_close_pull_request":1292364.6666666667,"past_year_issues_closed_count":38,"past_year_pull_requests_closed_count":129,"past_year_pull_request_authors_count":19,"past_year_issue_authors_count":37,"past_year_avg_comments_per_issue":1.4603174603174602,"past_year_avg_comments_per_pull_request":1.15,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":61,"past_year_merged_pull_requests_count":108,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues","maintainers":[{"login":"dangreen","count":83,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"},{"login":"bcoe","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bcoe"},{"login":"tommywo","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tommywo"}],"active_maintainers":[{"login":"dangreen","count":70,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/git-semver-tags/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/git-semver-tags/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/git-semver-tags/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/git-semver-tags/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/git-semver-tags/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/git-semver-tags/codemeta","maintainers":[{"uuid":"stevemao","login":"stevemao","name":null,"email":"steve.mao@healthinteract.com.au","url":null,"packages_count":167,"html_url":"https://www.npmjs.com/~stevemao","role":null,"created_at":"2022-11-10T11:39:23.089Z","updated_at":"2022-11-10T11:39:23.089Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/stevemao/packages"},{"uuid":"bcoe","login":"bcoe","name":null,"email":"bencoe@gmail.com","url":null,"packages_count":557,"html_url":"https://www.npmjs.com/~bcoe","role":null,"created_at":"2022-11-10T11:39:22.987Z","updated_at":"2022-11-10T11:39:22.987Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/bcoe/packages"},{"uuid":"oss-bot","login":"oss-bot","name":null,"email":"bencoe+oss-bot@gmail.com","url":null,"packages_count":57,"html_url":"https://www.npmjs.com/~oss-bot","role":null,"created_at":"2022-11-10T11:39:22.844Z","updated_at":"2022-11-10T11:39:22.844Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/oss-bot/packages"},{"uuid":"tapppi","login":"tapppi","name":null,"email":"moilanen.tapani@gmail.com","url":null,"packages_count":27,"html_url":"https://www.npmjs.com/~tapppi","role":null,"created_at":"2022-11-10T11:39:23.113Z","updated_at":"2022-11-10T11:39:23.113Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/tapppi/packages"},{"uuid":"dangreen","login":"dangreen","name":null,"email":"danon0404@gmail.com","url":null,"packages_count":110,"html_url":"https://www.npmjs.com/~dangreen","role":null,"created_at":"2026-02-11T00:33:25.282Z","updated_at":"2026-02-11T00:33:25.282Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/dangreen/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5644415,"maintainers_count":1200486,"namespaces_count":399623,"keywords_count":847874,"github":"npm","metadata":{"funded_packages_count":171745},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-06-10T05:11:46.456Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":1217766,"name":"conventional-changelog-core","ecosystem":"npm","description":"Core package of conventional-changelog.","homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-core#readme","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":["conventional-changelog","conventional","changelog","log"],"namespace":null,"versions_count":69,"first_release_published_at":"2015-12-25T11:41:01.180Z","latest_release_published_at":"2025-02-16T19:28:09.717Z","latest_release_number":"9.0.0","last_synced_at":"2026-06-12T06:30:41.499Z","created_at":"2022-04-08T13:58:23.997Z","updated_at":"2026-06-12T06:30:41.499Z","registry_url":"https://www.npmjs.com/package/conventional-changelog-core","install_command":"npm install conventional-changelog-core","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"next":"4.2.1","latest":"9.0.0"}},"repo_metadata":{"id":12961414,"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2024-06-18T04:54:14.000Z","size":5832,"stargazers_count":7627,"open_issues_count":249,"forks_count":715,"subscribers_count":58,"default_branch":"master","last_synced_at":"2024-06-19T09:40:31.278Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2024-06-19T09:40:44.711Z","dependencies_parsed_at":"2022-07-13T10:30:31.523Z","dependency_job_id":"5f6d159e-c4c6-405b-9fa7-976ffc4dfa04","html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1464,"total_committers":136,"mean_commits":"10.764705882352942","dds":"0.40095628415300544","last_synced_commit":"58f0887283a200d52e49607baf7b352f26177b05"},"previous_names":["ajoslin/conventional-changelog"],"tags_count":777,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":215686924,"owners_count":15916249,"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"},"owner_record":{"login":"conventional-changelog","name":"conventional-changelog","uuid":"16443515","kind":"organization","description":"Tools to generate changelogs and release notes from a project's commit messages and metadata.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16443515?v=4","repositories_count":12,"last_synced_at":"2024-03-25T20:05:25.442Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/conventional-changelog","funding_links":[],"total_stars":31480,"followers":325,"following":0,"created_at":"2022-11-02T16:25:21.572Z","updated_at":"2024-03-25T20:05:26.809Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog/repositories"},"tags":[{"name":"git-client-v1.0.1","sha":"d3b8aaa16337993bbad4d91db1ffac5a7568756b","kind":"commit","published_at":"2024-05-06T14:46:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1/manifests"},{"name":"conventional-changelog-v6.0.0","sha":"83bb15ba5de08f080884fc906c6db3c99c8b2131","kind":"commit","published_at":"2024-04-26T22:08:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0/manifests"},{"name":"conventional-changelog-core-v8.0.0","sha":"7bc92fc05e4447f311ad52b6e39d36f461eaf083","kind":"commit","published_at":"2024-04-26T22:07:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v8.0.0","sha":"3129c812139bf7454a64b4d506e6b85cd5abc77c","kind":"commit","published_at":"2024-04-26T22:06:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0/manifests"},{"name":"git-semver-tags-v8.0.0","sha":"fbd1b3bcd6253a32de89eb21145c2eb70d9396b6","kind":"commit","published_at":"2024-04-26T22:05:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v5.0.0","sha":"e34c96db3dbebedb17a6583aae8855dddd056f83","kind":"commit","published_at":"2024-04-26T22:04:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0/manifests"},{"name":"conventional-changelog-angular-v8.0.0","sha":"2aa6291a93eb881230e896f87a5232873b6a9717","kind":"commit","published_at":"2024-04-26T22:04:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0/manifests"},{"name":"conventional-changelog-jquery-v6.0.0","sha":"1c71cd6d4868ef2e158963e277609a9794806306","kind":"commit","published_at":"2024-04-26T22:03:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v8.0.0","sha":"533e36277d1779a5ac79a06210c603b5f88bc030","kind":"commit","published_at":"2024-04-26T22:00:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0/manifests"},{"name":"conventional-changelog-eslint-v6.0.0","sha":"c7459cd7d1e1ab82c9a5d552b008c02aba290cad","kind":"commit","published_at":"2024-04-26T21:59:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0/manifests"},{"name":"git-raw-commits-v5.0.0","sha":"f61ea377e843db0852c35911785895ec43481f11","kind":"commit","published_at":"2024-04-26T21:58:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0/manifests"},{"name":"conventional-changelog-codemirror-v5.0.0","sha":"77525286ffc8869a6ac351ebe28198842815cb7c","kind":"commit","published_at":"2024-04-26T21:57:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0/manifests"},{"name":"conventional-changelog-cli-v5.0.0","sha":"a75cef688b9a1557ca981178d4d35c18963160b6","kind":"commit","published_at":"2024-04-26T21:53:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0/manifests"},{"name":"conventional-changelog-express-v5.0.0","sha":"a6ab80d6e30091a8b743ee97a87e7400af1ebc53","kind":"commit","published_at":"2024-04-26T21:53:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v10.0.0","sha":"d7c409b02f1d58cf6f0293edcadbe5f00a78a622","kind":"commit","published_at":"2024-04-26T21:52:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v10.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v10.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0/manifests"},{"name":"conventional-changelog-atom-v5.0.0","sha":"3b2b9d0ec2382f73d9cf000a1004596f90ece916","kind":"commit","published_at":"2024-04-26T21:51:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0/manifests"},{"name":"conventional-changelog-jshint-v5.0.0","sha":"d7dae509e72b09d1496ae51f1f04c15581c828fc","kind":"commit","published_at":"2024-04-26T21:50:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0/manifests"},{"name":"conventional-changelog-ember-v5.0.0","sha":"2e99dfa49112ffe6c864dd0e436f0db1e696b1f9","kind":"commit","published_at":"2024-04-26T21:50:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0/manifests"},{"name":"conventional-commits-parser-v6.0.0","sha":"646e1be132ccd0f32e3074de2f511be5c610984f","kind":"commit","published_at":"2024-04-26T21:48:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0/manifests"},{"name":"conventional-commits-filter-v5.0.0","sha":"be4266b7ef7b84ba5c198dfa8c143229f8a5b128","kind":"commit","published_at":"2024-04-26T21:47:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0/manifests"},{"name":"standard-changelog-v6.0.0","sha":"3e9b9387f29e48a508b70b88f26b40a6db9fea16","kind":"commit","published_at":"2024-04-26T21:45:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v5.0.0","sha":"041a1a9b73b201add30494aed19d026b948bd8f1","kind":"commit","published_at":"2024-04-26T21:41:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0/manifests"},{"name":"git-client-v1.0.0","sha":"7e51fe970576503cae3ab94e6e9b3e01017b044d","kind":"commit","published_at":"2024-04-26T21:21:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0/manifests"},{"name":"git-semver-tags-v7.0.1","sha":"fac8045242099c016f5f3905e54e02b7d466bd7b","kind":"commit","published_at":"2023-09-10T23:53:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1/manifests"},{"name":"conventional-changelog-writer-v7.0.1","sha":"e3a643ad39ec3bc4cfb1dff2aa1101333df33dc3","kind":"commit","published_at":"2023-09-10T23:49:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1/manifests"},{"name":"conventional-changelog-cli-v4.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0/manifests"},{"name":"conventional-changelog-v5.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0/manifests"},{"name":"conventional-changelog-core-v7.0.0","sha":"2e467dd39a35c3813597711a37690897183b4abc","kind":"commit","published_at":"2023-09-08T22:03:37.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0/manifests"},{"name":"git-semver-tags-v7.0.0","sha":"a13f788bd505d8253a2d92413fc4a7780e11ec07","kind":"commit","published_at":"2023-09-08T21:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0/manifests"},{"name":"standard-changelog-v5.0.0","sha":"34569c7a3fd2b0362a461517a1f4e20e7eecd9fc","kind":"commit","published_at":"2023-09-08T21:55:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v9.0.0","sha":"ad633d9d81f66ef80d7f77832a264cb0c5b971ef","kind":"commit","published_at":"2023-09-08T21:50:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.2","sha":"50113f9b569259d991f1a734a192964ca71f0118","kind":"commit","published_at":"2023-09-08T21:41:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2/manifests"},{"name":"conventional-changelog-preset-loader-v4.1.0","sha":"a14d2186575f6061f236c9a47d803694b18f8373","kind":"commit","published_at":"2023-09-08T21:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.1","sha":"ca4324b0a690b2595f8b574882ff95329a2dc195","kind":"commit","published_at":"2023-08-27T19:11:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1/manifests"},{"name":"conventional-commits-filter-v4.0.0","sha":"26fc9ea274dc0c62442ec9d97b20a2ebb49138bf","kind":"commit","published_at":"2023-08-27T12:55:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0/manifests"},{"name":"standard-changelog-v4.0.0","sha":"5b788265774bf4b63d3c83a178ca53e8e7095903","kind":"commit","published_at":"2023-08-27T12:50:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-eslint-v5.0.0","sha":"679594c0716275771cc23b314e4362899fe72f87","kind":"commit","published_at":"2023-08-27T12:46:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0/manifests"},{"name":"git-semver-tags-v6.0.0","sha":"1c75c72d9b5d59e3ea4e914c58a85f7559f29602","kind":"commit","published_at":"2023-08-27T12:40:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0/manifests"},{"name":"conventional-recommended-bump-v8.0.0","sha":"624377a24e8e3658bcf2329a9a98f9a7b02a4cb3","kind":"commit","published_at":"2023-08-27T12:33:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0/manifests"},{"name":"conventional-changelog-writer-v7.0.0","sha":"d669bb67dc713cb1e4374e3216ed7d83cde743c5","kind":"commit","published_at":"2023-08-27T12:27:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0/manifests"},{"name":"conventional-changelog-codemirror-v4.0.0","sha":"933fd0b3dd355d648faf57241b796a714004c722","kind":"commit","published_at":"2023-08-27T12:23:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0/manifests"},{"name":"conventional-changelog-express-v4.0.0","sha":"c9e9ceb3a3727659bd117bab01cbc7642d588f06","kind":"commit","published_at":"2023-08-27T12:16:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0/manifests"},{"name":"conventional-changelog-ember-v4.0.0","sha":"5d7c16268f79b7f180e34e997fdb37373d714666","kind":"commit","published_at":"2023-08-27T12:11:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0/manifests"},{"name":"conventional-changelog-jquery-v5.0.0","sha":"d643efb1050dcdaecee626044315644ff9b9e43b","kind":"commit","published_at":"2023-08-27T12:07:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v4.0.0","sha":"636646dd9ae062e9652a7f9ccaf6c329e6e9f924","kind":"commit","published_at":"2023-08-27T12:03:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0/manifests"},{"name":"conventional-changelog-v5.0.0","sha":"7985de3edc9e655369651ad464cb39b791887dc7","kind":"commit","published_at":"2023-08-27T11:58:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.0","sha":"5f0fe40743d8f559ab94ed11bbb4b8bda6fa6dcb","kind":"commit","published_at":"2023-08-27T11:51:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0/manifests"},{"name":"conventional-changelog-angular-v7.0.0","sha":"6c7a2e1a8807988bcb1a9842f72d14be3b1a89e3","kind":"commit","published_at":"2023-08-27T11:46:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0/manifests"},{"name":"conventional-changelog-jshint-v4.0.0","sha":"0204a9a340d2c85411e8de8905bc74c6146e5618","kind":"commit","published_at":"2023-08-27T11:41:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0/manifests"},{"name":"conventional-changelog-atom-v4.0.0","sha":"ab9b2c10e098ec8837d141102549f3eef698364c","kind":"commit","published_at":"2023-08-27T11:36:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0/manifests"},{"name":"conventional-changelog-cli-v4.0.0","sha":"29df6c4597afad27b9cda06f58eb564bcca609c4","kind":"commit","published_at":"2023-08-27T11:21:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0/manifests"},{"name":"conventional-changelog-core-v6.0.0","sha":"45613bbc2d13c798732e4b2bd4b2fa9ea67157d6","kind":"commit","published_at":"2023-08-27T11:17:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v4.0.0","sha":"5a896e3ef3aa9e751fcc74d7c76fa21d6d526cb0","kind":"commit","published_at":"2023-08-27T11:08:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0/manifests"},{"name":"git-raw-commits-v4.0.0","sha":"878fc56b43bc617177bf47fd8643a3b8b86078e5","kind":"commit","published_at":"2023-08-27T11:01:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0/manifests"},{"name":"conventional-commits-parser-v5.0.0","sha":"299de5acbe55a7d19dcdd2adc34681eae7264abf","kind":"commit","published_at":"2023-08-26T17:50:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0/manifests"},{"name":"git-semver-tags-v5.0.1","sha":"87914a362866a380e98a29edf19b2173e0911d8a","kind":"commit","published_at":"2023-07-09T19:10:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1/manifests"},{"name":"conventional-changelog-writer-v6.0.1","sha":"c123edea220b450cfa26813b6f198c3e8ebbd2b4","kind":"commit","published_at":"2023-07-09T14:49:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.2","sha":"83773c5e1a8874ea9809ca9db1dff60b7df1daae","kind":"commit","published_at":"2023-06-28T17:43:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.1.0","sha":"2e5fe6d9574ba896fa90b5bfcb50fb73d28af6d6","kind":"commit","published_at":"2023-06-17T21:30:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v7.0.1","sha":"f251b6899e313a9b23f3c8deb8b8b57217040892","kind":"commit","published_at":"2023-06-06T23:24:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.1","sha":"5b458dff9edf766446449acd1bbb8027a1e39fa5","kind":"commit","published_at":"2023-06-06T23:17:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1/manifests"},{"name":"gulp-conventional-changelog-v3.0.0","sha":"8ef6232797e5bf7c80422221374c53c03d5df36d","kind":"commit","published_at":"2023-06-06T22:50:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0/manifests"},{"name":"standard-changelog-v3.0.0","sha":"ea65f017b42b914ece780fd2fc799a6946912ed8","kind":"commit","published_at":"2023-06-06T22:42:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0/manifests"},{"name":"conventional-changelog-cli-v3.0.0","sha":"f00f4549cee9406054b77057a8135183fcd89710","kind":"commit","published_at":"2023-06-06T22:29:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0/manifests"},{"name":"conventional-changelog-v4.0.0","sha":"1a240f91ed584ed43e7f9c82235ca60eff0f4fa5","kind":"commit","published_at":"2023-06-06T19:50:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-core-v5.0.0","sha":"8507f601486c8ff6806156c50091262dee13ec54","kind":"commit","published_at":"2023-06-06T19:23:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v7.0.0","sha":"e1662ca7a6c688d28a334282a5e863f52866f3e8","kind":"commit","published_at":"2023-06-06T18:39:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v3.0.0","sha":"5d80d155425147a0b045af09536e5962cbfff620","kind":"commit","published_at":"2023-06-06T15:08:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.0.0","sha":"a30fc7ae219cf871b46cbe9d2c76a9730b70e272","kind":"commit","published_at":"2023-06-06T14:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v6.0.0","sha":"aa5d46c7b13b7b31f78af4b3c31c087c39eea41d","kind":"commit","published_at":"2023-06-06T14:46:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0/manifests"},{"name":"conventional-commits-filter-v3.0.0","sha":"502a73fe41aebb7b563c5ca69521e0b1bab904df","kind":"commit","published_at":"2023-06-06T14:32:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0/manifests"},{"name":"conventional-commits-parser-v4.0.0","sha":"9f7fe891e75c64937c28baa39a6c795a01603ab7","kind":"commit","published_at":"2023-06-06T14:24:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0/manifests"},{"name":"git-raw-commits-v3.0.0","sha":"571f2d549f10744a12ab3bc5dc5e0b749cb72667","kind":"commit","published_at":"2023-06-06T14:16:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0/manifests"},{"name":"git-semver-tags-v5.0.0","sha":"445c796d04105d10dd62d07039bc6a7fc9f263a5","kind":"commit","published_at":"2023-06-06T13:51:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0/manifests"},{"name":"conventional-changelog-atom-v3.0.0","sha":"208787aa2f5db8de1c2d43c56d71e6dfb9510781","kind":"commit","published_at":"2023-06-06T13:43:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0/manifests"},{"name":"conventional-changelog-angular-v6.0.0","sha":"c4ebf98acc15f37154aae5de53a225e896c4a157","kind":"commit","published_at":"2023-06-06T13:36:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0/manifests"},{"name":"conventional-changelog-codemirror-v3.0.0","sha":"0772453bee083917a05b9696d063ee3dc69957f9","kind":"commit","published_at":"2023-06-06T13:25:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0/manifests"},{"name":"conventional-changelog-ember-v3.0.0","sha":"e473d0c8af7c0cf8a54f775556796f50f3e695c2","kind":"commit","published_at":"2023-06-06T13:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0/manifests"},{"name":"conventional-changelog-eslint-v4.0.0","sha":"b3b896bc5b9e3ed65dcfc08c57967a252f37cfd1","kind":"commit","published_at":"2023-06-06T12:56:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0/manifests"},{"name":"conventional-changelog-express-v3.0.0","sha":"5594385d1dd2490b0fb508a60b6f30e8be6616ce","kind":"commit","published_at":"2023-06-06T12:37:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0/manifests"},{"name":"conventional-changelog-jquery-v4.0.0","sha":"51a3015a907b2cea900114359c36ce0e9664b72d","kind":"commit","published_at":"2023-06-06T12:17:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0/manifests"},{"name":"conventional-changelog-jshint-v3.0.0","sha":"281e5f883476e90b75cae4373a67436c86e94f6a","kind":"commit","published_at":"2023-06-06T12:02:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v5.0.0","sha":"ba6df7cf62de5f448368bed4398f6ddf633d2cbd","kind":"commit","published_at":"2022-05-27T18:02:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0/manifests"},{"name":"conventional-changelog-writer-v5.0.1","sha":"21b73f974adc4490a318d9c892055655cb82c538","kind":"commit","published_at":"2021-12-29T21:36:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.3","sha":"02757d342290bcf51a49d49e5e72f5eae6c6f6da","kind":"commit","published_at":"2021-12-29T19:52:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3/manifests"},{"name":"conventional-commits-parser-v3.2.4","sha":"1d0f62d4ac4911ef0d912d5401f783b152cee624","kind":"commit","published_at":"2021-12-29T19:46:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4/manifests"},{"name":"git-raw-commits-v2.0.11","sha":"95384dbd105ffe4f86bbc6ccad3e5405a1cbfe04","kind":"commit","published_at":"2021-12-29T19:39:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.2","sha":"1827696185192a8dd258ea7c3370090238b0fb76","kind":"commit","published_at":"2021-12-25T18:06:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2/manifests"},{"name":"conventional-changelog-cli-v2.2.2","sha":"8ce6a7bbd3fae87aa9d56fca68c2e16fbb2cace5","kind":"commit","published_at":"2021-12-25T17:22:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2/manifests"},{"name":"conventional-changelog-v3.1.25","sha":"8e9c3d76aaffd7fe67a78270b3ad9b881e953e7e","kind":"commit","published_at":"2021-12-24T18:50:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25/manifests"},{"name":"conventional-commits-parser-v3.2.3","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3/manifests"},{"name":"conventional-changelog-cli-v2.2.1","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.1","sha":"c35708d56a55e31b750aec1f745e5be52f0a75f2","kind":"commit","published_at":"2021-09-09T19:06:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1/manifests"},{"name":"conventional-commits-parser-v3.2.2","sha":"1bae48ff85eff0736ea6691b7214f3fc9c026256","kind":"commit","published_at":"2021-09-09T14:45:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2/manifests"},{"name":"conventional-changelog-core-v4.2.4","sha":"02fbc2d42d0faf53d4b7a2b0525626088a6ac8ba","kind":"commit","published_at":"2021-09-09T14:37:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4/manifests"},{"name":"conventional-changelog-angular-v5.0.13","sha":"e30343b4676d26b416080294dc74ebba001c0716","kind":"commit","published_at":"2021-09-09T14:31:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v5.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13/manifests"},{"name":"conventional-changelog-core-v4.2.3","sha":"318b555b6ef3aebdb5a8d4c7c734fd7234712dd3","kind":"commit","published_at":"2021-07-03T00:24:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.0","sha":"537c37d7801872c3e57e4200c64154a4d2ea042a","kind":"commit","published_at":"2021-04-30T00:15:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0/manifests"},{"name":"conventional-commits-parser-v3.2.1","sha":"758dda2937b6784f0cc6a535286862fcf95b6f06","kind":"commit","published_at":"2021-02-15T21:32:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1/manifests"},{"name":"git-raw-commits-v2.0.10","sha":"ffecaccb6e117afae9f68f1d48ff9a69554da950","kind":"commit","published_at":"2021-01-27T16:36:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10/manifests"},{"name":"conventional-changelog-writer-v5.0.0","sha":"61ef6491add84b841e1797baf09f62bbdd90dcd4","kind":"commit","published_at":"2020-12-30T22:40:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v6.1.0","sha":"3b0fb22b0bb49137b9ecddaeb349f66025205c57","kind":"commit","published_at":"2020-12-30T16:58:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0/manifests"},{"name":"conventional-changelog-core-v4.2.2","sha":"317eeb3137caff69bcc9a67fce3dc67663a010db","kind":"commit","published_at":"2020-12-30T00:53:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2/manifests"},{"name":"conventional-recommended-bump-v6.0.12","sha":"90ecc5d93bfd7626857eda5d240f92393d896be0","kind":"commit","published_at":"2020-12-30T00:43:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12/manifests"},{"name":"git-raw-commits-v2.0.9","sha":"227f3e23af86912c0cd64fdb1a820ac92e5757c5","kind":"commit","published_at":"2020-12-29T23:59:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9/manifests"},{"name":"conventional-changelog-writer-v4.1.0","sha":"77725cfb12ca3ca22abb9421b4af012a49207e7a","kind":"commit","published_at":"2020-12-29T23:41:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0/manifests"},{"name":"conventional-changelog-atom@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8/manifests"},{"name":"conventional-changelog-angular@5.0.12","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12/manifests"},{"name":"conventional-changelog@3.1.24","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24/manifests"},{"name":"git-raw-commits@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8/manifests"},{"name":"standard-changelog@2.0.27","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27/manifests"},{"name":"gulp-conventional-changelog@2.0.35","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35/manifests"},{"name":"git-semver-tags@4.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1/manifests"},{"name":"conventional-recommended-bump@6.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11/manifests"},{"name":"conventional-commits-parser@3.2.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0/manifests"},{"name":"conventional-commits-filter@2.0.7","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7/manifests"},{"name":"conventional-changelog-writer@4.0.18","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18/manifests"},{"name":"conventional-changelog-jshint@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9/manifests"},{"name":"conventional-changelog-jquery@3.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11/manifests"},{"name":"conventional-changelog-express@2.0.6","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9/manifests"},{"name":"conventional-changelog-ember@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9/manifests"},{"name":"conventional-changelog-core@4.2.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.5.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1/manifests"},{"name":"conventional-changelog-v3.1.24","sha":"f8fcbc2e8b0834c29178ace6382b438a020ad828","kind":"commit","published_at":"2020-10-25T02:45:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24/manifests"},{"name":"conventional-recommended-bump@6.0.10","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10/manifests"},{"name":"standard-changelog@2.0.26","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26/manifests"},{"name":"gulp-conventional-changelog@2.0.34","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34/manifests"},{"name":"git-semver-tags@4.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0/manifests"},{"name":"conventional-changelog-core@4.2.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.4.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0/manifests"},{"name":"conventional-changelog-cli@2.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0/manifests"},{"name":"conventional-changelog@3.1.23","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23/manifests"},{"name":"standard-changelog@2.0.25","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25/manifests"},{"name":"conventional-changelog-writer@4.0.17","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17/manifests"},{"name":"conventional-changelog-jshint@2.0.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8/manifests"},{"name":"conventional-changelog-core@4.1.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8/manifests"},{"name":"conventional-changelog@3.1.22","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22/manifests"},{"name":"conventional-changelog-angular@5.0.11","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.35","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35/manifests"},{"name":"gulp-conventional-changelog@2.0.33","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.1","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1/manifests"},{"name":"conventional-changelog-core@4.1.7","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7/manifests"},{"name":"conventional-changelog@3.1.21","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21/manifests"},{"name":"conventional-changelog-writer@4.0.16","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.34","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34/manifests"},{"name":"standard-changelog@2.0.24","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24/manifests"},{"name":"gulp-conventional-changelog@2.0.32","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32/manifests"},{"name":"git-semver-tags@4.0.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.3.4","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4/manifests"},{"name":"standard-changelog@2.0.23","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23/manifests"},{"name":"gulp-conventional-changelog@2.0.31","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31/manifests"},{"name":"conventional-changelog-eslint@3.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.15","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10/manifests"},{"name":"conventional-changelog@3.1.20","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20/manifests"},{"name":"conventional-changelog-atom@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7/manifests"},{"name":"conventional-changelog-cli@2.0.33","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33/manifests"},{"name":"conventional-changelog-codemirror@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0/manifests"},{"name":"conventional-changelog-core@4.1.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6/manifests"},{"name":"conventional-changelog-ember@2.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8/manifests"},{"name":"conventional-commits-filter@2.0.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6/manifests"},{"name":"conventional-commits-parser@3.1.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.9","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9/manifests"},{"name":"git-raw-commits@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7/manifests"},{"name":"conventional-changelog-express@2.0.5","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10/manifests"},{"name":"conventional-changelog-jshint@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7/manifests"},{"name":"conventional-changelog-preset-loader-v2.3.2","sha":"9f6c56cb960a5043823cfb85b9843991201cbb51","kind":"commit","published_at":"2020-05-08T19:21:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v2.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2/manifests"},{"name":"conventional-changelog-core@4.1.5","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5/manifests"},{"name":"gulp-conventional-changelog@2.0.30","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30/manifests"},{"name":"standard-changelog@2.0.22","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22/manifests"},{"name":"conventional-changelog@3.1.19","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19/manifests"},{"name":"conventional-changelog-cli@2.0.32","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32/manifests"},{"name":"conventional-changelog-cli@2.0.31","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31/manifests"},{"name":"standard-changelog@2.0.21","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21/manifests"},{"name":"gulp-conventional-changelog@2.0.29","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29/manifests"},{"name":"conventional-changelog-core@4.1.4","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4/manifests"},{"name":"conventional-changelog@3.1.18","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18/manifests"},{"name":"conventional-changelog@3.1.17","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17/manifests"},{"name":"standard-changelog@2.0.20","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20/manifests"},{"name":"gulp-conventional-changelog@2.0.28","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28/manifests"},{"name":"conventional-changelog-core@4.1.3","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.30","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30/manifests"},{"name":"conventional-changelog-cli@2.0.29","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29/manifests"},{"name":"standard-changelog@2.0.19","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19/manifests"},{"name":"gulp-conventional-changelog@2.0.27","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27/manifests"},{"name":"conventional-changelog-core@4.1.2","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2/manifests"},{"name":"conventional-changelog@3.1.16","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16/manifests"},{"name":"conventional-changelog-cli@2.0.28","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28/manifests"},{"name":"standard-changelog@2.0.18","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18/manifests"},{"name":"gulp-conventional-changelog@2.0.26","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26/manifests"},{"name":"git-semver-tags@3.0.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1/manifests"},{"name":"git-raw-commits@2.0.3","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3/manifests"},{"name":"conventional-recommended-bump@6.0.5","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5/manifests"},{"name":"conventional-commits-parser@3.0.8","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.11","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11/manifests"},{"name":"conventional-changelog-core@4.1.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1/manifests"},{"name":"conventional-changelog@3.1.15","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15/manifests"},{"name":"gulp-conventional-changelog@2.0.25","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25/manifests"},{"name":"conventional-changelog@3.1.14","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14/manifests"},{"name":"conventional-changelog-angular@5.0.6","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6/manifests"},{"name":"conventional-changelog-cli@2.0.27","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.3","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3/manifests"},{"name":"conventional-changelog-core@4.1.0","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0/manifests"},{"name":"conventional-commits-parser@3.0.7","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7/manifests"},{"name":"conventional-recommended-bump@6.0.4","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4/manifests"},{"name":"standard-changelog@2.0.17","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17/manifests"},{"name":"conventional-changelog-cli@2.0.26","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.2","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2/manifests"},{"name":"conventional-changelog-core@4.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3/manifests"},{"name":"conventional-commits-parser@3.0.6","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6/manifests"},{"name":"conventional-recommended-bump@6.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.24","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24/manifests"},{"name":"standard-changelog@2.0.16","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16/manifests"},{"name":"conventional-changelog-writer@4.0.10","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10/manifests"},{"name":"conventional-changelog-preset-loader@2.3.0","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0/manifests"},{"name":"conventional-changelog@3.1.13","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13/manifests"},{"name":"conventional-changelog-jshint@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.9","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9/manifests"},{"name":"conventional-commits-parser@3.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5/manifests"},{"name":"conventional-changelog@3.1.12","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12/manifests"},{"name":"conventional-recommended-bump@6.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.23","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23/manifests"},{"name":"standard-changelog@2.0.15","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5/manifests"},{"name":"conventional-changelog-atom@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.25","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25/manifests"},{"name":"conventional-changelog-codemirror@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.1","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1/manifests"},{"name":"conventional-changelog-core@4.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2/manifests"},{"name":"conventional-changelog-ember@2.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4/manifests"},{"name":"conventional-changelog-eslint@3.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.6","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6/manifests"},{"name":"standard-changelog@2.0.14","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14/manifests"},{"name":"gulp-conventional-changelog@2.0.22","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22/manifests"},{"name":"conventional-recommended-bump@6.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1/manifests"},{"name":"conventional-commits-parser@3.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4/manifests"},{"name":"conventional-changelog-writer@4.0.8","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8/manifests"},{"name":"conventional-changelog-jshint@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.5","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5/manifests"},{"name":"conventional-changelog-eslint@3.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3/manifests"},{"name":"conventional-changelog-ember@2.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3/manifests"},{"name":"conventional-changelog-core@4.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.0","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.24","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24/manifests"},{"name":"conventional-changelog-atom@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4/manifests"},{"name":"conventional-changelog@3.1.11","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11/manifests"},{"name":"conventional-changelog-preset-loader@2.2.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0/manifests"},{"name":"standard-changelog@2.0.13","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13/manifests"},{"name":"gulp-conventional-changelog@2.0.21","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21/manifests"},{"name":"git-semver-tags@3.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0/manifests"},{"name":"conventional-recommended-bump@6.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.7","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7/manifests"},{"name":"conventional-changelog@3.1.10","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10/manifests"},{"name":"conventional-changelog-cli@2.0.23","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23/manifests"},{"name":"conventional-changelog-conventionalcommits@4.1.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0/manifests"},{"name":"conventional-changelog-core@4.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.1","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.0.0","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0/manifests"},{"name":"conventional-changelog-core@3.2.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3/manifests"},{"name":"conventional-changelog-writer@4.0.6","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6/manifests"},{"name":"conventional-commits-parser@3.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3/manifests"},{"name":"conventional-changelog@3.1.9","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9/manifests"},{"name":"standard-changelog@2.0.12","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.20","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20/manifests"},{"name":"git-semver-tags@2.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.22","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22/manifests"},{"name":"standard-changelog@2.0.11","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11/manifests"},{"name":"conventional-changelog@3.1.8","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8/manifests"},{"name":"conventional-changelog-cli@2.0.21","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.2","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.19","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19/manifests"},{"name":"conventional-changelog@3.1.7","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7/manifests"},{"name":"conventional-changelog-cli@2.0.20","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.1","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.18","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18/manifests"},{"name":"conventional-changelog-cli@2.0.19","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.17","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17/manifests"},{"name":"conventional-changelog@3.1.6","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6/manifests"},{"name":"conventional-changelog@3.1.5","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5/manifests"},{"name":"conventional-changelog-conventionalcommits@2.0.0","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.16","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.18","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.2","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.17","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17/manifests"},{"name":"conventional-changelog@3.1.4","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.15","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15/manifests"},{"name":"conventional-changelog-writer@4.0.5","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5/manifests"},{"name":"standard-changelog@2.0.10","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10/manifests"},{"name":"gulp-conventional-changelog@2.0.14","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14/manifests"},{"name":"conventional-changelog@3.1.3","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3/manifests"},{"name":"conventional-changelog-core@3.2.2","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2/manifests"},{"name":"conventional-changelog-cli@2.0.16","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.15","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15/manifests"},{"name":"standard-changelog@2.0.9","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.1.2","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2/manifests"},{"name":"conventional-changelog-core@3.2.1","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1/manifests"},{"name":"gulp-conventional-changelog@2.0.13","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13/manifests"},{"name":"conventional-changelog@3.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1/manifests"},{"name":"gulp-conventional-changelog@2.0.12","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12/manifests"},{"name":"conventional-recommended-bump@4.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1/manifests"},{"name":"conventional-changelog-preset-loader@2.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.14","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14/manifests"},{"name":"conventional-changelog-preset-loader@2.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0/manifests"},{"name":"conventional-changelog-writer@4.0.4","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4/manifests"},{"name":"conventional-commits-filter@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2/manifests"},{"name":"conventional-commits-parser@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2/manifests"},{"name":"conventional-recommended-bump@4.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0/manifests"},{"name":"gulp-conventional-changelog@2.0.11","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11/manifests"},{"name":"standard-changelog@2.0.8","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8/manifests"},{"name":"git-raw-commits@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2/manifests"},{"name":"conventional-changelog@3.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0/manifests"},{"name":"conventional-changelog-cli@2.0.13","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0/manifests"},{"name":"conventional-changelog-core@3.2.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0/manifests"},{"name":"conventional-changelog-eslint@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2/manifests"},{"name":"standard-changelog@2.0.7","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6/manifests"},{"name":"conventional-changelog-angular@5.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.12","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.10","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10/manifests"},{"name":"conventional-changelog-writer@4.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3/manifests"},{"name":"conventional-changelog-core@3.1.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6/manifests"},{"name":"conventional-recommended-bump@4.0.4","sha":"da729f68f9dc581623deb587c705ef65d189a9f4","kind":"tag","published_at":"2018-11-01T06:56:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4/manifests"},{"name":"standard-changelog@2.0.6","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6/manifests"},{"name":"conventional-changelog-core@3.1.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5/manifests"},{"name":"conventional-changelog-writer@4.0.2","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.9","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.0.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.11","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.10","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10/manifests"},{"name":"conventional-changelog-core@3.1.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.8","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8/manifests"},{"name":"conventional-changelog@3.0.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4/manifests"},{"name":"git-semver-tags@2.0.2","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.3","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3/manifests"},{"name":"standard-changelog@2.0.5","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5/manifests"},{"name":"standard-changelog@2.0.4","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.7","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3/manifests"},{"name":"conventional-changelog-core@3.1.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.9","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9/manifests"},{"name":"standard-changelog@2.0.3","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.8","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8/manifests"},{"name":"conventional-changelog-core@3.1.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2/manifests"},{"name":"gulp-conventional-changelog@2.0.6","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6/manifests"},{"name":"conventional-changelog@3.0.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.5","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.7","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7/manifests"},{"name":"conventional-changelog@3.0.1","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1/manifests"},{"name":"standard-changelog@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4/manifests"},{"name":"git-semver-tags@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1/manifests"},{"name":"git-raw-commits@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2/manifests"},{"name":"conventional-commits-parser@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1/manifests"},{"name":"conventional-commits-filter@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1/manifests"},{"name":"conventional-changelog-writer@4.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1/manifests"},{"name":"conventional-changelog-preset-loader@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4/manifests"},{"name":"conventional-changelog-express@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1/manifests"},{"name":"conventional-changelog-eslint@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2/manifests"},{"name":"conventional-changelog-core@3.1.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1/manifests"},{"name":"conventional-changelog-codemirror@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.6","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6/manifests"},{"name":"conventional-changelog-atom@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1/manifests"},{"name":"conventional-changelog-angular@5.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2/manifests"},{"name":"conventional-changelog@3.0.0","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.5","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.3","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.2","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.4","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3/manifests"},{"name":"standard-changelog@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3/manifests"},{"name":"conventional-changelog-core@3.1.0","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0/manifests"},{"name":"conventional-changelog-ember@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1/manifests"},{"name":"conventional-changelog-jquery@3.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1/manifests"},{"name":"conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0/manifests"},{"name":"conventional-recommended-bump@4.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0/manifests"},{"name":"conventional-changelog-jquery@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0/manifests"},{"name":"conventional-changelog-express@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0/manifests"},{"name":"conventional-changelog-eslint@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0/manifests"},{"name":"conventional-changelog-ember@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1/manifests"},{"name":"conventional-changelog-atom@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1/manifests"},{"name":"conventional-changelog-angular@4.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1/manifests"},{"name":"conventional-changelog-jquery@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0/manifests"},{"name":"conventional-changelog-jshint@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0/manifests"},{"name":"standard-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0/manifests"},{"name":"conventional-recommended-bump@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0/manifests"},{"name":"conventional-commits-parser@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0/manifests"},{"name":"conventional-commits-filter@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0/manifests"},{"name":"conventional-changelog-ember@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0/manifests"},{"name":"conventional-changelog-express@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0/manifests"},{"name":"git-semver-tags@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0/manifests"},{"name":"git-raw-commits@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0/manifests"},{"name":"conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-angular@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0/manifests"},{"name":"conventional-changelog-atom@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0/manifests"},{"name":"conventional-changelog-core@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0/manifests"},{"name":"conventional-changelog-eslint@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-core@2.0.11","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11/manifests"},{"name":"conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-cli@1.3.22","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22/manifests"},{"name":"conventional-changelog-ember@0.3.12","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12/manifests"},{"name":"conventional-recommended-bump@2.0.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9/manifests"},{"name":"conventional-changelog-angular@3.0.7","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7/manifests"},{"name":"gulp-conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24/manifests"},{"name":"standard-changelog@1.0.19","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19/manifests"},{"name":"conventional-changelog-jquery@1.3.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9/manifests"},{"name":"conventional-changelog-angular@3.0.6","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6/manifests"},{"name":"standard-changelog@1.0.18","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18/manifests"},{"name":"gulp-conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-writer@3.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9/manifests"},{"name":"conventional-changelog-jshint@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8/manifests"},{"name":"conventional-changelog-jquery@1.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8/manifests"},{"name":"conventional-changelog-eslint@1.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9/manifests"},{"name":"conventional-changelog-ember@0.3.11","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11/manifests"},{"name":"conventional-changelog-core@2.0.10","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10/manifests"},{"name":"conventional-changelog-codemirror@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8/manifests"},{"name":"conventional-changelog-cli@1.3.21","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21/manifests"},{"name":"conventional-changelog-atom@0.2.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8/manifests"},{"name":"conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23/manifests"},{"name":"gulp-conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-core@2.0.9","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9/manifests"},{"name":"conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-cli@1.3.20","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20/manifests"},{"name":"conventional-changelog-writer@3.0.8","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8/manifests"},{"name":"standard-changelog@1.0.17","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17/manifests"},{"name":"conventional-changelog-angular@3.0.5","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.10","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10/manifests"},{"name":"conventional-changelog-cli@1.3.19","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19/manifests"},{"name":"conventional-changelog-angular@3.0.4","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4/manifests"},{"name":"conventional-changelog-atom@0.2.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7/manifests"},{"name":"conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-core@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.9","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9/manifests"},{"name":"conventional-changelog-eslint@1.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8/manifests"},{"name":"conventional-changelog-express@0.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6/manifests"},{"name":"conventional-changelog-jquery@1.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7/manifests"},{"name":"conventional-changelog-preset-loader@1.1.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8/manifests"},{"name":"conventional-changelog-writer@3.0.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7/manifests"},{"name":"conventional-commits-parser@2.1.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7/manifests"},{"name":"conventional-recommended-bump@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8/manifests"},{"name":"git-raw-commits@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6/manifests"},{"name":"git-semver-tags@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21/manifests"},{"name":"standard-changelog@1.0.16","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16/manifests"},{"name":"conventional-changelog-codemirror@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6/manifests"},{"name":"conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-core@2.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7/manifests"},{"name":"conventional-changelog-codemirror@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6/manifests"},{"name":"conventional-changelog-cli@1.3.18","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18/manifests"},{"name":"conventional-changelog-ember@0.3.8","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8/manifests"},{"name":"conventional-changelog-writer@3.0.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6/manifests"},{"name":"conventional-changelog-atom@0.2.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6/manifests"},{"name":"conventional-changelog-eslint@1.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7/manifests"},{"name":"standard-changelog@1.0.15","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15/manifests"},{"name":"conventional-changelog-angular@3.0.3","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3/manifests"},{"name":"conventional-changelog-jquery@1.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-angular@3.0.2","sha":"1cc079df803f58b52c8aa997fff43e9c162266e7","kind":"tag","published_at":"2018-03-22T14:14:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2/manifests"},{"name":"conventional-changelog-ember@0.3.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7/manifests"},{"name":"standard-changelog@1.0.14","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14/manifests"},{"name":"gulp-conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19/manifests"},{"name":"git-semver-tags@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5/manifests"},{"name":"git-raw-commits@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7/manifests"},{"name":"conventional-commits-parser@2.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6/manifests"},{"name":"conventional-commits-filter@1.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5/manifests"},{"name":"conventional-changelog-preset-loader@1.1.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7/manifests"},{"name":"conventional-changelog-jshint@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5/manifests"},{"name":"conventional-changelog-jquery@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5/manifests"},{"name":"conventional-changelog-express@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6/manifests"},{"name":"conventional-changelog-core@2.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5/manifests"},{"name":"conventional-changelog-cli@1.3.17","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17/manifests"},{"name":"conventional-changelog-atom@0.2.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5/manifests"},{"name":"conventional-changelog-angular@3.0.1","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1/manifests"},{"name":"conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19/manifests"},{"name":"conventional-changelog-angular@3.0.0","sha":"49997aaba373502e5b38bd366846934641e95799","kind":"tag","published_at":"2018-03-22T13:45:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.16","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16/manifests"},{"name":"conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18/manifests"},{"name":"gulp-conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-eslint@1.0.5","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5/manifests"},{"name":"conventional-changelog-cli@1.3.15","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15/manifests"},{"name":"conventional-changelog-codemirror@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4/manifests"},{"name":"conventional-changelog-express@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4/manifests"},{"name":"conventional-changelog-jquery@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4/manifests"},{"name":"conventional-changelog-jshint@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4/manifests"},{"name":"conventional-commits-filter@1.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5/manifests"},{"name":"conventional-commits-parser@2.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5/manifests"},{"name":"conventional-recommended-bump@2.0.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6/manifests"},{"name":"standard-changelog@1.0.13","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13/manifests"},{"name":"gulp-conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17/manifests"},{"name":"git-semver-tags@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4/manifests"},{"name":"git-raw-commits@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4/manifests"},{"name":"conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17/manifests"},{"name":"conventional-changelog-angular@1.6.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6/manifests"},{"name":"conventional-changelog-atom@0.2.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4/manifests"},{"name":"gulp-conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog-angular@1.6.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5/manifests"},{"name":"conventional-changelog-atom@0.2.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3/manifests"},{"name":"conventional-changelog-cli@1.3.14","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14/manifests"},{"name":"conventional-changelog-codemirror@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4/manifests"},{"name":"conventional-changelog-ember@0.3.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3/manifests"},{"name":"conventional-changelog-express@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3/manifests"},{"name":"conventional-changelog-jshint@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5/manifests"},{"name":"conventional-changelog-writer@3.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3/manifests"},{"name":"conventional-commits-filter@1.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4/manifests"},{"name":"conventional-commits-parser@2.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4/manifests"},{"name":"conventional-recommended-bump@2.0.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5/manifests"},{"name":"git-raw-commits@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3/manifests"},{"name":"git-semver-tags@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3/manifests"},{"name":"standard-changelog@1.0.12","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12/manifests"},{"name":"conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15/manifests"},{"name":"gulp-conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15/manifests"},{"name":"conventional-recommended-bump@2.0.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4/manifests"},{"name":"conventional-changelog-cli@1.3.13","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13/manifests"},{"name":"conventional-changelog-preset-loader@1.1.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4/manifests"},{"name":"git-raw-commits@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2/manifests"},{"name":"standard-changelog@1.0.11","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11/manifests"},{"name":"conventional-recommended-bump@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3/manifests"},{"name":"gulp-conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14/manifests"},{"name":"git-semver-tags@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2/manifests"},{"name":"conventional-changelog-eslint@1.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2/manifests"},{"name":"conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14/manifests"},{"name":"conventional-changelog-angular@1.6.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4/manifests"},{"name":"conventional-changelog-atom@0.2.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2/manifests"},{"name":"conventional-changelog-cli@1.3.12","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12/manifests"},{"name":"conventional-changelog-codemirror@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2/manifests"},{"name":"conventional-changelog-core@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.3.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4/manifests"},{"name":"conventional-changelog-express@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2/manifests"},{"name":"conventional-changelog-jquery@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2/manifests"},{"name":"conventional-changelog-jshint@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3/manifests"},{"name":"conventional-commits-filter@1.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3/manifests"},{"name":"conventional-changelog-writer@3.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13/manifests"},{"name":"standard-changelog@1.0.10","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10/manifests"},{"name":"git-raw-commits@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1/manifests"},{"name":"conventional-commits-parser@2.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2/manifests"},{"name":"conventional-changelog-writer@3.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1/manifests"},{"name":"conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13/manifests"},{"name":"conventional-commits-filter@1.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2/manifests"},{"name":"conventional-recommended-bump@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2/manifests"},{"name":"git-semver-tags@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1/manifests"},{"name":"conventional-changelog-core@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2/manifests"},{"name":"conventional-changelog-codemirror@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1/manifests"},{"name":"conventional-changelog-angular@1.6.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3/manifests"},{"name":"conventional-changelog-cli@1.3.11","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11/manifests"},{"name":"conventional-changelog-atom@0.2.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1/manifests"},{"name":"conventional-changelog-ember@0.3.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1/manifests"},{"name":"conventional-changelog-express@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3/manifests"},{"name":"conventional-changelog-jshint@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1/manifests"},{"name":"conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12/manifests"},{"name":"gulp-conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12/manifests"},{"name":"conventional-changelog-cli@1.3.10","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10/manifests"},{"name":"conventional-recommended-bump@2.0.1","sha":"a4f0aa902d3e966fe6d6b1d46f2130838524cfbf","kind":"tag","published_at":"2018-02-12T14:54:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1/manifests"},{"name":"conventional-recommended-bump@2.0.0","sha":"9885d205ed96338575335652d006f475408e1195","kind":"tag","published_at":"2018-02-12T14:30:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0/manifests"},{"name":"conventional-changelog-preset-loader@1.1.2","sha":"a450d974237d440009ec3fb4c63974cf066e8f79","kind":"tag","published_at":"2018-02-12T04:07:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.1","sha":"5af1f00dcc4e1f9c3299bc7feb322a88b711f042","kind":"tag","published_at":"2018-02-09T04:17:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.0","sha":"c3eb36dbc52f383df6f3dcf3a3870b01ceee0b8b","kind":"tag","published_at":"2018-02-08T14:46:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0/manifests"},{"name":"conventional-changelog-ember@0.3.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1/manifests"},{"name":"conventional-changelog-angular@1.6.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2/manifests"},{"name":"gulp-conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11/manifests"},{"name":"standard-changelog@1.0.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9/manifests"},{"name":"conventional-recommended-bump@1.2.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1/manifests"},{"name":"conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11/manifests"},{"name":"conventional-changelog-cli@1.3.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9/manifests"},{"name":"conventional-changelog-core@2.0.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1/manifests"},{"name":"gulp-conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10/manifests"},{"name":"standard-changelog@1.0.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8/manifests"},{"name":"git-semver-tags@1.3.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.2.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0/manifests"},{"name":"conventional-changelog-writer@3.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0/manifests"},{"name":"conventional-changelog-eslint@1.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.3.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1/manifests"},{"name":"conventional-changelog-core@2.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8/manifests"},{"name":"conventional-changelog-angular@1.6.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1/manifests"},{"name":"conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10/manifests"},{"name":"conventional-changelog-core@1.9.5","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5/manifests"},{"name":"conventional-changelog-ember@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0/manifests"},{"name":"conventional-changelog-eslint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0/manifests"},{"name":"conventional-changelog-cli@1.3.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7/manifests"},{"name":"conventional-changelog-express@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0/manifests"},{"name":"conventional-changelog-jquery@1.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0/manifests"},{"name":"conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-jshint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0/manifests"},{"name":"gulp-conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9/manifests"},{"name":"standard-changelog@1.0.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7/manifests"},{"name":"conventional-changelog-angular@1.6.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0/manifests"},{"name":"conventional-changelog-codemirror@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0/manifests"},{"name":"conventional-changelog-atom@0.2.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0/manifests"},{"name":"conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8/manifests"},{"name":"standard-changelog@1.0.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6/manifests"},{"name":"gulp-conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8/manifests"},{"name":"conventional-recommended-bump@1.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0/manifests"},{"name":"conventional-commits-parser@2.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0/manifests"},{"name":"conventional-commits-filter@1.1.1","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1/manifests"},{"name":"conventional-changelog-writer@2.0.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.2.10","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10/manifests"},{"name":"conventional-changelog-core@1.9.4","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4/manifests"},{"name":"conventional-changelog-cli@1.3.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6/manifests"},{"name":"conventional-changelog-angular@1.5.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3/manifests"},{"name":"conventional-changelog-ember@0.2.9","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9/manifests"},{"name":"standard-changelog@1.0.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5/manifests"},{"name":"gulp-conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7/manifests"},{"name":"git-semver-tags@1.2.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3/manifests"},{"name":"git-raw-commits@1.3.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.0.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3/manifests"},{"name":"conventional-commits-parser@2.0.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1/manifests"},{"name":"conventional-commits-filter@1.1.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0/manifests"},{"name":"conventional-changelog-writer@2.0.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2/manifests"},{"name":"conventional-changelog-jshint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1/manifests"},{"name":"conventional-changelog-jquery@1.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1/manifests"},{"name":"conventional-changelog-express@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1/manifests"},{"name":"conventional-changelog-eslint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1/manifests"},{"name":"conventional-changelog-core@1.9.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3/manifests"},{"name":"conventional-changelog-codemirror@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1/manifests"},{"name":"conventional-changelog-cli@1.3.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5/manifests"},{"name":"conventional-changelog-atom@0.1.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2/manifests"},{"name":"conventional-changelog-angular@1.5.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2/manifests"},{"name":"conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7/manifests"},{"name":"@marionebl/conventional-commits-parser@3.0.0","sha":"edf4068ce4c3ea6ac5b61323473ab655be5eb895","kind":"tag","published_at":"2017-11-01T07:09:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/@marionebl/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/@marionebl/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4/manifests"},{"name":"git-semver-tags@1.2.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2/manifests"},{"name":"conventional-recommended-bump@1.0.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-ember@0.2.8","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8/manifests"},{"name":"conventional-changelog-core@1.9.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2/manifests"},{"name":"standard-changelog@1.0.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4/manifests"},{"name":"conventional-changelog-angular@1.5.1","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1/manifests"},{"name":"conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6/manifests"},{"name":"standard-changelog@1.0.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3/manifests"},{"name":"conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-angular@1.5.0","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0/manifests"},{"name":"conventional-changelog-cli@1.3.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3/manifests"},{"name":"gulp-conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-writer@2.0.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1/manifests"},{"name":"conventional-changelog-core@1.9.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1/manifests"},{"name":"conventional-changelog-ember@0.2.7","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7/manifests"},{"name":"git-semver-tags@1.2.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1/manifests"},{"name":"conventional-changelog-jshint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0/manifests"},{"name":"conventional-changelog-jquery@1.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0/manifests"},{"name":"conventional-changelog-express@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0/manifests"},{"name":"conventional-changelog-eslint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0/manifests"},{"name":"conventional-commits-parser@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0/manifests"},{"name":"conventional-changelog-writer@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1/manifests"},{"name":"conventional-changelog-core@1.9.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0/manifests"},{"name":"conventional-changelog-codemirror@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0/manifests"},{"name":"conventional-changelog-cli@1.3.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2/manifests"},{"name":"conventional-changelog-atom@0.1.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1/manifests"},{"name":"conventional-changelog-angular@1.4.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0/manifests"},{"name":"conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4/manifests"},{"name":"gulp-conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4/manifests"},{"name":"standard-changelog@1.0.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2/manifests"},{"name":"conventional-changelog-ember@0.2.6","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6/manifests"},{"name":"conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3/manifests"},{"name":"conventional-changelog-angular@1.3.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3/manifests"},{"name":"conventional-changelog-cli@1.3.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1/manifests"},{"name":"conventional-changelog-core@1.8.0","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.8.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0/manifests"},{"name":"conventional-changelog-ember@0.2.5","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5/manifests"},{"name":"gulp-conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3/manifests"},{"name":"standard-changelog@1.0.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1/manifests"},{"name":"git-semver-tags@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0/manifests"},{"name":"standard-changelog@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2/manifests"},{"name":"git-raw-commits@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0/manifests"},{"name":"conventional-recommended-bump@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.2.4","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4/manifests"},{"name":"conventional-changelog-core@1.7.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.7.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0/manifests"},{"name":"conventional-changelog-cli@1.3.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0/manifests"},{"name":"conventional-changelog-angular@1.3.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2/manifests"},{"name":"conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2/manifests"},{"name":"gulp-conventional-changelog@1.1.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"tag","published_at":"2017-03-10T05:35:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0/manifests"},{"name":"standard-changelog@0.0.2","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@0.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-ember@0.2.3","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3/manifests"},{"name":"conventional-changelog-core@1.6.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0/manifests"},{"name":"conventional-changelog-angular@1.3.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1/manifests"},{"name":"conventional-changelog-cli@1.2.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1/manifests"},{"name":"conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-cli@1.2.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:01:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0/manifests"},{"name":"conventional-changelog-core@1.5.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:00:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0/manifests"},{"name":"git-raw-commits@1.1.2","sha":"f5fe78b1f15791cb0499744bf278dff22b52732f","kind":"tag","published_at":"2017-03-09T07:37:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2/manifests"},{"name":"git-semver-tags@1.1.2","sha":"7be07c7c0f49572b1c0e9c98f004b599d8b5bb1a","kind":"tag","published_at":"2017-03-09T07:35:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2/manifests"},{"name":"v1.1.0","sha":"600d411569271467389c3cbe71f7f657980e89a1","kind":"tag","published_at":"2016-02-13T06:59:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"9591280a8d09220aced3383abe3bc7ecbb34b503","kind":"tag","published_at":"2016-02-13T06:37:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"beef421f56939190a4ca30c28788eda1b3f9480d","kind":"tag","published_at":"2016-02-05T13:49:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"c8e90ab7fddd0b98855913e73fc12f9dc9dc81b1","kind":"tag","published_at":"2016-02-05T12:59:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0/manifests"},{"name":"v0.5.3","sha":"d79ce243223260b153699b99de0503698546ea63","kind":"tag","published_at":"2015-12-25T05:07:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"9e7b771072a2680c6c335fcad38003aade53213e","kind":"tag","published_at":"2015-12-23T12:24:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"4bf7d8df29f7be29552b82ec2b7112fad0c39a3e","kind":"tag","published_at":"2015-10-20T09:52:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"5ca2204b472704543ebbc744a22f8f90ec659659","kind":"tag","published_at":"2015-09-30T08:49:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"e5f2f3bc675e2c7e5cc6aa0ed50da7941833e492","kind":"tag","published_at":"2015-09-04T03:16:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"7536a0b351cc4f2764e71cbc268a178ab595259d","kind":"tag","published_at":"2015-08-17T01:28:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"56fa3d92620a41a875b3337fa51d04d6df23b1a8","kind":"tag","published_at":"2015-08-15T12:34:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"eefec0ef598a92e78510ee8626fd9bbcdb1398e4","kind":"tag","published_at":"2015-08-15T11:19:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0/manifests"},{"name":"v0.3.2","sha":"74b99dca61eafd56ba93605016b086a1108e77fe","kind":"tag","published_at":"2015-08-13T03:12:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"a1aca9c31a45aded77962bd0defc32e503aec213","kind":"commit","published_at":"2015-08-11T06:23:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"b489672d27ff703337c540f0fbc43f6486a84d99","kind":"commit","published_at":"2015-08-09T03:27:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"12e3cd6b151353dbe7f584adabbe5dd8a28424db","kind":"commit","published_at":"2015-07-24T08:13:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"f437b457b5ea6c105535a360144000f8315db54d","kind":"commit","published_at":"2015-07-24T04:54:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0/manifests"},{"name":"v0.1.3","sha":"c8fa9d0b94f8ac07f162623e4b9e9e68aad82e62","kind":"commit","published_at":"2015-07-22T11:06:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"6ba5d6e4b90a154dbca6ec0f80c66ad5995cd770","kind":"commit","published_at":"2015-07-22T07:10:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c015f8762f70eff2be7b8d7fb82438689239d717","kind":"commit","published_at":"2015-07-20T07:55:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"7253d0fea773e3f7cc0a3fb8278c9da070df26ee","kind":"commit","published_at":"2015-07-20T07:12:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.3","sha":"0c9f1e89bfacec8e08bac8ef96d64e3abdbecda7","kind":"commit","published_at":"2015-07-17T11:02:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"fec1baf43b8c0156682d4014a4fd066bd24ad448","kind":"commit","published_at":"2015-07-17T06:23:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"a5ea0dfada48601b9e3fbec78dd37d70380a2db6","kind":"commit","published_at":"2015-07-15T08:03:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1/manifests"},{"name":"v0.1.0-alpha.3","sha":"9b6cc68a2c17c9671363fe7af5de7ebd3a06aaeb","kind":"commit","published_at":"2015-07-06T01:27:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3/manifests"},{"name":"v0.1.0-alpha.2","sha":"34b0f460c34ecc48af857d8ee5d7038970ba56fb","kind":"commit","published_at":"2015-06-29T12:04:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2/manifests"},{"name":"v0.1.0-alpha.1","sha":"05b3415fc699ab43f3fa33b5ecd040ab5ecdf9e2","kind":"commit","published_at":"2015-06-24T04:42:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1/manifests"},{"name":"v0.0.17","sha":"3cae05244e48af9cf4abbef3114060db585a574c","kind":"commit","published_at":"2015-04-03T02:12:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"c0719ce6ba16778dd34c2cfdc81e7f3c5321409d","kind":"commit","published_at":"2015-03-19T04:15:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"57af04dc3e362c0e327b716279c9143028c6e0da","kind":"commit","published_at":"2015-03-18T20:23:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"69be290efb58a6a92e9ae78d7b37168d293920b5","kind":"commit","published_at":"2015-03-13T21:22:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"15a39d02ba3d666e7820eecbb8c5493ef2f6040a","kind":"commit","published_at":"2015-03-12T23:17:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13/manifests"},{"name":"v0.0.11","sha":"37f5561553c30d8f0f2c949502ea278da64949cd","kind":"tag","published_at":"2014-05-28T13:14:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"ad6f6ec5499d2c902b88da95487862d50e5ad776","kind":"tag","published_at":"2014-05-28T12:51:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"87efbabd9bc2a0fd83255e6cb856961b10aef9eb","kind":"tag","published_at":"2014-05-06T17:11:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"94b12cf69c51264b1edb6c81b50a262f0536894b","kind":"tag","published_at":"2014-04-10T14:45:48.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"1cf17e494fd7d8538c55189c72c0cf57d145ef41","kind":"tag","published_at":"2014-04-10T14:06:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"861f9ec93de28be4185b35815c2b6ab17746eb3f","kind":"commit","published_at":"2014-01-23T19:39:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"3f59f7356c86f30ef8e8754386373c2a8f97b367","kind":"commit","published_at":"2014-01-23T18:59:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6fa2c22464dcd964df604550c2ce2ed1d2f4362b","kind":"commit","published_at":"2014-01-04T21:36:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4/manifests"}]},"repo_metadata_updated_at":"2024-09-07T12:37:49.666Z","dependent_packages_count":563,"downloads":15422100,"downloads_period":"last-month","dependent_repos_count":104160,"rankings":{"downloads":0.09041507747042814,"dependent_repos_count":0.09590496445438226,"dependent_packages_count":0.10647604092939014,"stargazers_count":1.154472815396108,"forks_count":1.396504006357065,"docker_downloads_count":0.32387532242582423,"average":0.5279413711721996},"purl":"pkg:npm/conventional-changelog-core","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/conventional-changelog-core","docker_dependents_count":820,"docker_downloads_count":95551850,"usage_url":"https://repos.ecosyste.ms/usage/npm/conventional-changelog-core","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/conventional-changelog-core/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-09-07T04:08:43.960Z","issues_count":175,"pull_requests_count":479,"avg_time_to_close_issue":19345133.890243903,"avg_time_to_close_pull_request":6038480.121447029,"issues_closed_count":82,"pull_requests_closed_count":387,"pull_request_authors_count":71,"issue_authors_count":107,"avg_comments_per_issue":2.125714285714286,"avg_comments_per_pull_request":1.3089770354906054,"merged_pull_requests_count":302,"bot_issues_count":3,"bot_pull_requests_count":228,"past_year_issues_count":63,"past_year_pull_requests_count":211,"past_year_avg_time_to_close_issue":902885.6585365854,"past_year_avg_time_to_close_pull_request":924625.8044692738,"past_year_issues_closed_count":41,"past_year_pull_requests_closed_count":179,"past_year_pull_request_authors_count":23,"past_year_issue_authors_count":38,"past_year_avg_comments_per_issue":1.5714285714285714,"past_year_avg_comments_per_pull_request":1.085308056872038,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":94,"past_year_merged_pull_requests_count":141,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues","maintainers":[{"login":"dangreen","count":83,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"},{"login":"bcoe","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bcoe"},{"login":"tommywo","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tommywo"}],"active_maintainers":[{"login":"dangreen","count":72,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-core/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-core/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-core/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-core/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-core/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-core/codemeta","maintainers":[{"uuid":"stevemao","login":"stevemao","name":null,"email":"steve.mao@healthinteract.com.au","url":null,"packages_count":167,"html_url":"https://www.npmjs.com/~stevemao","role":null,"created_at":"2022-11-10T11:39:13.385Z","updated_at":"2022-11-10T11:39:13.385Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/stevemao/packages"},{"uuid":"bcoe","login":"bcoe","name":null,"email":"bencoe@gmail.com","url":null,"packages_count":557,"html_url":"https://www.npmjs.com/~bcoe","role":null,"created_at":"2022-11-10T11:39:13.366Z","updated_at":"2022-11-10T11:39:13.366Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/bcoe/packages"},{"uuid":"oss-bot","login":"oss-bot","name":null,"email":"bencoe+oss-bot@gmail.com","url":null,"packages_count":57,"html_url":"https://www.npmjs.com/~oss-bot","role":null,"created_at":"2022-11-10T11:39:13.380Z","updated_at":"2022-11-10T11:39:13.380Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/oss-bot/packages"},{"uuid":"tapppi","login":"tapppi","name":null,"email":"moilanen.tapani@gmail.com","url":null,"packages_count":27,"html_url":"https://www.npmjs.com/~tapppi","role":null,"created_at":"2022-11-10T11:39:13.394Z","updated_at":"2022-11-10T11:39:13.394Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/tapppi/packages"},{"uuid":"dangreen","login":"dangreen","name":null,"email":"danon0404@gmail.com","url":null,"packages_count":110,"html_url":"https://www.npmjs.com/~dangreen","role":null,"created_at":"2026-02-11T13:26:50.678Z","updated_at":"2026-02-11T13:26:50.678Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/dangreen/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5644415,"maintainers_count":1200486,"namespaces_count":399623,"keywords_count":847874,"github":"npm","metadata":{"funded_packages_count":171745},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-06-10T05:11:46.456Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":12731122,"name":"conventional-changelog-cli","ecosystem":"nixpkgs","description":"Generate a CHANGELOG from git metadata","homepage":"https://github.com/conventional-changelog/conventional-changelog","licenses":"ISC","normalized_licenses":["ISC"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-01-26T01:46:40.167Z","latest_release_published_at":"2026-01-26T01:46:40.167Z","latest_release_number":"7.1.1","last_synced_at":"2026-04-17T13:23:08.958Z","created_at":"2026-01-26T01:46:39.635Z","updated_at":"2026-04-17T13:32:03.757Z","registry_url":"https://search.nixos.org/packages?channel=unstable\u0026query=conventional-changelog-cli","install_command":"nix-env -iA nixpkgs.conventional-changelog-cli","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/by-name/co/conventional-changelog-cli/package.nix#L80","metadata":{"nix_attribute":"conventional-changelog-cli-7.1.1","position":"pkgs/by-name/co/conventional-changelog-cli/package.nix:80","broken":false,"insecure":false,"unfree":false,"outputs":["out"]},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:nix/conventional-changelog-cli?channel=unstable","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/conventional-changelog-cli","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/conventional-changelog-cli","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/conventional-changelog-cli/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/conventional-changelog-cli/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/conventional-changelog-cli/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/conventional-changelog-cli/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/conventional-changelog-cli/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/conventional-changelog-cli/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/conventional-changelog-cli/codemeta","maintainers":[{"uuid":"pyrox0","login":null,"name":"Pyrox","email":"pyrox@pyrox.dev","url":"https://github.com/pyrox0","packages_count":251,"html_url":null,"role":null,"created_at":"2026-03-04T18:00:36.653Z","updated_at":"2026-03-04T18:00:36.653Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/maintainers/pyrox0/packages"}],"registry":{"name":"nixpkgs-unstable","url":"https://channels.nixos.org/nixos-unstable","ecosystem":"nixpkgs","default":true,"packages_count":148389,"maintainers_count":4711,"namespaces_count":0,"keywords_count":2908,"github":"NixOS","metadata":{"funded_packages_count":1599},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:52.762Z","updated_at":"2026-06-10T05:16:03.119Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/namespaces"}},{"id":1554971,"name":"conventional-changelog-jshint","ecosystem":"npm","description":"JSHint preset for conventional-changelog.","homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-jshint#readme","licenses":"ISC","normalized_licenses":["ISC"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":["conventional-changelog","jshint","preset"],"namespace":null,"versions_count":25,"first_release_published_at":"2015-12-26T05:31:01.481Z","latest_release_published_at":"2026-03-04T22:08:11.961Z","latest_release_number":"5.2.0","last_synced_at":"2026-06-12T15:00:14.144Z","created_at":"2022-04-09T05:41:27.596Z","updated_at":"2026-06-12T15:00:14.144Z","registry_url":"https://www.npmjs.com/package/conventional-changelog-jshint","install_command":"npm install conventional-changelog-jshint","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"next":"2.0.9","latest":"5.2.0"}},"repo_metadata":{"id":12961414,"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2024-06-18T04:54:14.000Z","size":5832,"stargazers_count":7627,"open_issues_count":249,"forks_count":715,"subscribers_count":58,"default_branch":"master","last_synced_at":"2024-06-19T09:40:31.278Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2024-06-19T09:40:44.711Z","dependencies_parsed_at":"2022-07-13T10:30:31.523Z","dependency_job_id":"5f6d159e-c4c6-405b-9fa7-976ffc4dfa04","html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1464,"total_committers":136,"mean_commits":"10.764705882352942","dds":"0.40095628415300544","last_synced_commit":"58f0887283a200d52e49607baf7b352f26177b05"},"previous_names":["ajoslin/conventional-changelog"],"tags_count":777,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":215686924,"owners_count":15916249,"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"},"owner_record":{"login":"conventional-changelog","name":"conventional-changelog","uuid":"16443515","kind":"organization","description":"Tools to generate changelogs and release notes from a project's commit messages and metadata.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16443515?v=4","repositories_count":12,"last_synced_at":"2024-03-25T20:05:25.442Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/conventional-changelog","funding_links":[],"total_stars":31480,"followers":325,"following":0,"created_at":"2022-11-02T16:25:21.572Z","updated_at":"2024-03-25T20:05:26.809Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog/repositories"},"tags":[{"name":"git-client-v1.0.1","sha":"d3b8aaa16337993bbad4d91db1ffac5a7568756b","kind":"commit","published_at":"2024-05-06T14:46:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1/manifests"},{"name":"conventional-changelog-v6.0.0","sha":"83bb15ba5de08f080884fc906c6db3c99c8b2131","kind":"commit","published_at":"2024-04-26T22:08:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0/manifests"},{"name":"conventional-changelog-core-v8.0.0","sha":"7bc92fc05e4447f311ad52b6e39d36f461eaf083","kind":"commit","published_at":"2024-04-26T22:07:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v8.0.0","sha":"3129c812139bf7454a64b4d506e6b85cd5abc77c","kind":"commit","published_at":"2024-04-26T22:06:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0/manifests"},{"name":"git-semver-tags-v8.0.0","sha":"fbd1b3bcd6253a32de89eb21145c2eb70d9396b6","kind":"commit","published_at":"2024-04-26T22:05:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v5.0.0","sha":"e34c96db3dbebedb17a6583aae8855dddd056f83","kind":"commit","published_at":"2024-04-26T22:04:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0/manifests"},{"name":"conventional-changelog-angular-v8.0.0","sha":"2aa6291a93eb881230e896f87a5232873b6a9717","kind":"commit","published_at":"2024-04-26T22:04:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0/manifests"},{"name":"conventional-changelog-jquery-v6.0.0","sha":"1c71cd6d4868ef2e158963e277609a9794806306","kind":"commit","published_at":"2024-04-26T22:03:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v8.0.0","sha":"533e36277d1779a5ac79a06210c603b5f88bc030","kind":"commit","published_at":"2024-04-26T22:00:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0/manifests"},{"name":"conventional-changelog-eslint-v6.0.0","sha":"c7459cd7d1e1ab82c9a5d552b008c02aba290cad","kind":"commit","published_at":"2024-04-26T21:59:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0/manifests"},{"name":"git-raw-commits-v5.0.0","sha":"f61ea377e843db0852c35911785895ec43481f11","kind":"commit","published_at":"2024-04-26T21:58:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0/manifests"},{"name":"conventional-changelog-codemirror-v5.0.0","sha":"77525286ffc8869a6ac351ebe28198842815cb7c","kind":"commit","published_at":"2024-04-26T21:57:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0/manifests"},{"name":"conventional-changelog-cli-v5.0.0","sha":"a75cef688b9a1557ca981178d4d35c18963160b6","kind":"commit","published_at":"2024-04-26T21:53:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0/manifests"},{"name":"conventional-changelog-express-v5.0.0","sha":"a6ab80d6e30091a8b743ee97a87e7400af1ebc53","kind":"commit","published_at":"2024-04-26T21:53:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v10.0.0","sha":"d7c409b02f1d58cf6f0293edcadbe5f00a78a622","kind":"commit","published_at":"2024-04-26T21:52:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v10.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v10.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0/manifests"},{"name":"conventional-changelog-atom-v5.0.0","sha":"3b2b9d0ec2382f73d9cf000a1004596f90ece916","kind":"commit","published_at":"2024-04-26T21:51:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0/manifests"},{"name":"conventional-changelog-jshint-v5.0.0","sha":"d7dae509e72b09d1496ae51f1f04c15581c828fc","kind":"commit","published_at":"2024-04-26T21:50:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0/manifests"},{"name":"conventional-changelog-ember-v5.0.0","sha":"2e99dfa49112ffe6c864dd0e436f0db1e696b1f9","kind":"commit","published_at":"2024-04-26T21:50:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0/manifests"},{"name":"conventional-commits-parser-v6.0.0","sha":"646e1be132ccd0f32e3074de2f511be5c610984f","kind":"commit","published_at":"2024-04-26T21:48:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0/manifests"},{"name":"conventional-commits-filter-v5.0.0","sha":"be4266b7ef7b84ba5c198dfa8c143229f8a5b128","kind":"commit","published_at":"2024-04-26T21:47:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0/manifests"},{"name":"standard-changelog-v6.0.0","sha":"3e9b9387f29e48a508b70b88f26b40a6db9fea16","kind":"commit","published_at":"2024-04-26T21:45:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v5.0.0","sha":"041a1a9b73b201add30494aed19d026b948bd8f1","kind":"commit","published_at":"2024-04-26T21:41:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0/manifests"},{"name":"git-client-v1.0.0","sha":"7e51fe970576503cae3ab94e6e9b3e01017b044d","kind":"commit","published_at":"2024-04-26T21:21:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0/manifests"},{"name":"git-semver-tags-v7.0.1","sha":"fac8045242099c016f5f3905e54e02b7d466bd7b","kind":"commit","published_at":"2023-09-10T23:53:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1/manifests"},{"name":"conventional-changelog-writer-v7.0.1","sha":"e3a643ad39ec3bc4cfb1dff2aa1101333df33dc3","kind":"commit","published_at":"2023-09-10T23:49:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1/manifests"},{"name":"conventional-changelog-cli-v4.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0/manifests"},{"name":"conventional-changelog-v5.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0/manifests"},{"name":"conventional-changelog-core-v7.0.0","sha":"2e467dd39a35c3813597711a37690897183b4abc","kind":"commit","published_at":"2023-09-08T22:03:37.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0/manifests"},{"name":"git-semver-tags-v7.0.0","sha":"a13f788bd505d8253a2d92413fc4a7780e11ec07","kind":"commit","published_at":"2023-09-08T21:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0/manifests"},{"name":"standard-changelog-v5.0.0","sha":"34569c7a3fd2b0362a461517a1f4e20e7eecd9fc","kind":"commit","published_at":"2023-09-08T21:55:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v9.0.0","sha":"ad633d9d81f66ef80d7f77832a264cb0c5b971ef","kind":"commit","published_at":"2023-09-08T21:50:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.2","sha":"50113f9b569259d991f1a734a192964ca71f0118","kind":"commit","published_at":"2023-09-08T21:41:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2/manifests"},{"name":"conventional-changelog-preset-loader-v4.1.0","sha":"a14d2186575f6061f236c9a47d803694b18f8373","kind":"commit","published_at":"2023-09-08T21:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.1","sha":"ca4324b0a690b2595f8b574882ff95329a2dc195","kind":"commit","published_at":"2023-08-27T19:11:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1/manifests"},{"name":"conventional-commits-filter-v4.0.0","sha":"26fc9ea274dc0c62442ec9d97b20a2ebb49138bf","kind":"commit","published_at":"2023-08-27T12:55:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0/manifests"},{"name":"standard-changelog-v4.0.0","sha":"5b788265774bf4b63d3c83a178ca53e8e7095903","kind":"commit","published_at":"2023-08-27T12:50:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-eslint-v5.0.0","sha":"679594c0716275771cc23b314e4362899fe72f87","kind":"commit","published_at":"2023-08-27T12:46:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0/manifests"},{"name":"git-semver-tags-v6.0.0","sha":"1c75c72d9b5d59e3ea4e914c58a85f7559f29602","kind":"commit","published_at":"2023-08-27T12:40:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0/manifests"},{"name":"conventional-recommended-bump-v8.0.0","sha":"624377a24e8e3658bcf2329a9a98f9a7b02a4cb3","kind":"commit","published_at":"2023-08-27T12:33:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0/manifests"},{"name":"conventional-changelog-writer-v7.0.0","sha":"d669bb67dc713cb1e4374e3216ed7d83cde743c5","kind":"commit","published_at":"2023-08-27T12:27:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0/manifests"},{"name":"conventional-changelog-codemirror-v4.0.0","sha":"933fd0b3dd355d648faf57241b796a714004c722","kind":"commit","published_at":"2023-08-27T12:23:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0/manifests"},{"name":"conventional-changelog-express-v4.0.0","sha":"c9e9ceb3a3727659bd117bab01cbc7642d588f06","kind":"commit","published_at":"2023-08-27T12:16:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0/manifests"},{"name":"conventional-changelog-ember-v4.0.0","sha":"5d7c16268f79b7f180e34e997fdb37373d714666","kind":"commit","published_at":"2023-08-27T12:11:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0/manifests"},{"name":"conventional-changelog-jquery-v5.0.0","sha":"d643efb1050dcdaecee626044315644ff9b9e43b","kind":"commit","published_at":"2023-08-27T12:07:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v4.0.0","sha":"636646dd9ae062e9652a7f9ccaf6c329e6e9f924","kind":"commit","published_at":"2023-08-27T12:03:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0/manifests"},{"name":"conventional-changelog-v5.0.0","sha":"7985de3edc9e655369651ad464cb39b791887dc7","kind":"commit","published_at":"2023-08-27T11:58:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.0","sha":"5f0fe40743d8f559ab94ed11bbb4b8bda6fa6dcb","kind":"commit","published_at":"2023-08-27T11:51:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0/manifests"},{"name":"conventional-changelog-angular-v7.0.0","sha":"6c7a2e1a8807988bcb1a9842f72d14be3b1a89e3","kind":"commit","published_at":"2023-08-27T11:46:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0/manifests"},{"name":"conventional-changelog-jshint-v4.0.0","sha":"0204a9a340d2c85411e8de8905bc74c6146e5618","kind":"commit","published_at":"2023-08-27T11:41:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0/manifests"},{"name":"conventional-changelog-atom-v4.0.0","sha":"ab9b2c10e098ec8837d141102549f3eef698364c","kind":"commit","published_at":"2023-08-27T11:36:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0/manifests"},{"name":"conventional-changelog-cli-v4.0.0","sha":"29df6c4597afad27b9cda06f58eb564bcca609c4","kind":"commit","published_at":"2023-08-27T11:21:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0/manifests"},{"name":"conventional-changelog-core-v6.0.0","sha":"45613bbc2d13c798732e4b2bd4b2fa9ea67157d6","kind":"commit","published_at":"2023-08-27T11:17:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v4.0.0","sha":"5a896e3ef3aa9e751fcc74d7c76fa21d6d526cb0","kind":"commit","published_at":"2023-08-27T11:08:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0/manifests"},{"name":"git-raw-commits-v4.0.0","sha":"878fc56b43bc617177bf47fd8643a3b8b86078e5","kind":"commit","published_at":"2023-08-27T11:01:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0/manifests"},{"name":"conventional-commits-parser-v5.0.0","sha":"299de5acbe55a7d19dcdd2adc34681eae7264abf","kind":"commit","published_at":"2023-08-26T17:50:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0/manifests"},{"name":"git-semver-tags-v5.0.1","sha":"87914a362866a380e98a29edf19b2173e0911d8a","kind":"commit","published_at":"2023-07-09T19:10:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1/manifests"},{"name":"conventional-changelog-writer-v6.0.1","sha":"c123edea220b450cfa26813b6f198c3e8ebbd2b4","kind":"commit","published_at":"2023-07-09T14:49:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.2","sha":"83773c5e1a8874ea9809ca9db1dff60b7df1daae","kind":"commit","published_at":"2023-06-28T17:43:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.1.0","sha":"2e5fe6d9574ba896fa90b5bfcb50fb73d28af6d6","kind":"commit","published_at":"2023-06-17T21:30:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v7.0.1","sha":"f251b6899e313a9b23f3c8deb8b8b57217040892","kind":"commit","published_at":"2023-06-06T23:24:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.1","sha":"5b458dff9edf766446449acd1bbb8027a1e39fa5","kind":"commit","published_at":"2023-06-06T23:17:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1/manifests"},{"name":"gulp-conventional-changelog-v3.0.0","sha":"8ef6232797e5bf7c80422221374c53c03d5df36d","kind":"commit","published_at":"2023-06-06T22:50:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0/manifests"},{"name":"standard-changelog-v3.0.0","sha":"ea65f017b42b914ece780fd2fc799a6946912ed8","kind":"commit","published_at":"2023-06-06T22:42:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0/manifests"},{"name":"conventional-changelog-cli-v3.0.0","sha":"f00f4549cee9406054b77057a8135183fcd89710","kind":"commit","published_at":"2023-06-06T22:29:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0/manifests"},{"name":"conventional-changelog-v4.0.0","sha":"1a240f91ed584ed43e7f9c82235ca60eff0f4fa5","kind":"commit","published_at":"2023-06-06T19:50:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-core-v5.0.0","sha":"8507f601486c8ff6806156c50091262dee13ec54","kind":"commit","published_at":"2023-06-06T19:23:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v7.0.0","sha":"e1662ca7a6c688d28a334282a5e863f52866f3e8","kind":"commit","published_at":"2023-06-06T18:39:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v3.0.0","sha":"5d80d155425147a0b045af09536e5962cbfff620","kind":"commit","published_at":"2023-06-06T15:08:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.0.0","sha":"a30fc7ae219cf871b46cbe9d2c76a9730b70e272","kind":"commit","published_at":"2023-06-06T14:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v6.0.0","sha":"aa5d46c7b13b7b31f78af4b3c31c087c39eea41d","kind":"commit","published_at":"2023-06-06T14:46:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0/manifests"},{"name":"conventional-commits-filter-v3.0.0","sha":"502a73fe41aebb7b563c5ca69521e0b1bab904df","kind":"commit","published_at":"2023-06-06T14:32:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0/manifests"},{"name":"conventional-commits-parser-v4.0.0","sha":"9f7fe891e75c64937c28baa39a6c795a01603ab7","kind":"commit","published_at":"2023-06-06T14:24:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0/manifests"},{"name":"git-raw-commits-v3.0.0","sha":"571f2d549f10744a12ab3bc5dc5e0b749cb72667","kind":"commit","published_at":"2023-06-06T14:16:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0/manifests"},{"name":"git-semver-tags-v5.0.0","sha":"445c796d04105d10dd62d07039bc6a7fc9f263a5","kind":"commit","published_at":"2023-06-06T13:51:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0/manifests"},{"name":"conventional-changelog-atom-v3.0.0","sha":"208787aa2f5db8de1c2d43c56d71e6dfb9510781","kind":"commit","published_at":"2023-06-06T13:43:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0/manifests"},{"name":"conventional-changelog-angular-v6.0.0","sha":"c4ebf98acc15f37154aae5de53a225e896c4a157","kind":"commit","published_at":"2023-06-06T13:36:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0/manifests"},{"name":"conventional-changelog-codemirror-v3.0.0","sha":"0772453bee083917a05b9696d063ee3dc69957f9","kind":"commit","published_at":"2023-06-06T13:25:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0/manifests"},{"name":"conventional-changelog-ember-v3.0.0","sha":"e473d0c8af7c0cf8a54f775556796f50f3e695c2","kind":"commit","published_at":"2023-06-06T13:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0/manifests"},{"name":"conventional-changelog-eslint-v4.0.0","sha":"b3b896bc5b9e3ed65dcfc08c57967a252f37cfd1","kind":"commit","published_at":"2023-06-06T12:56:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0/manifests"},{"name":"conventional-changelog-express-v3.0.0","sha":"5594385d1dd2490b0fb508a60b6f30e8be6616ce","kind":"commit","published_at":"2023-06-06T12:37:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0/manifests"},{"name":"conventional-changelog-jquery-v4.0.0","sha":"51a3015a907b2cea900114359c36ce0e9664b72d","kind":"commit","published_at":"2023-06-06T12:17:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0/manifests"},{"name":"conventional-changelog-jshint-v3.0.0","sha":"281e5f883476e90b75cae4373a67436c86e94f6a","kind":"commit","published_at":"2023-06-06T12:02:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v5.0.0","sha":"ba6df7cf62de5f448368bed4398f6ddf633d2cbd","kind":"commit","published_at":"2022-05-27T18:02:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0/manifests"},{"name":"conventional-changelog-writer-v5.0.1","sha":"21b73f974adc4490a318d9c892055655cb82c538","kind":"commit","published_at":"2021-12-29T21:36:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.3","sha":"02757d342290bcf51a49d49e5e72f5eae6c6f6da","kind":"commit","published_at":"2021-12-29T19:52:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3/manifests"},{"name":"conventional-commits-parser-v3.2.4","sha":"1d0f62d4ac4911ef0d912d5401f783b152cee624","kind":"commit","published_at":"2021-12-29T19:46:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4/manifests"},{"name":"git-raw-commits-v2.0.11","sha":"95384dbd105ffe4f86bbc6ccad3e5405a1cbfe04","kind":"commit","published_at":"2021-12-29T19:39:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.2","sha":"1827696185192a8dd258ea7c3370090238b0fb76","kind":"commit","published_at":"2021-12-25T18:06:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2/manifests"},{"name":"conventional-changelog-cli-v2.2.2","sha":"8ce6a7bbd3fae87aa9d56fca68c2e16fbb2cace5","kind":"commit","published_at":"2021-12-25T17:22:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2/manifests"},{"name":"conventional-changelog-v3.1.25","sha":"8e9c3d76aaffd7fe67a78270b3ad9b881e953e7e","kind":"commit","published_at":"2021-12-24T18:50:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25/manifests"},{"name":"conventional-commits-parser-v3.2.3","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3/manifests"},{"name":"conventional-changelog-cli-v2.2.1","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.1","sha":"c35708d56a55e31b750aec1f745e5be52f0a75f2","kind":"commit","published_at":"2021-09-09T19:06:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1/manifests"},{"name":"conventional-commits-parser-v3.2.2","sha":"1bae48ff85eff0736ea6691b7214f3fc9c026256","kind":"commit","published_at":"2021-09-09T14:45:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2/manifests"},{"name":"conventional-changelog-core-v4.2.4","sha":"02fbc2d42d0faf53d4b7a2b0525626088a6ac8ba","kind":"commit","published_at":"2021-09-09T14:37:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4/manifests"},{"name":"conventional-changelog-angular-v5.0.13","sha":"e30343b4676d26b416080294dc74ebba001c0716","kind":"commit","published_at":"2021-09-09T14:31:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v5.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13/manifests"},{"name":"conventional-changelog-core-v4.2.3","sha":"318b555b6ef3aebdb5a8d4c7c734fd7234712dd3","kind":"commit","published_at":"2021-07-03T00:24:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.0","sha":"537c37d7801872c3e57e4200c64154a4d2ea042a","kind":"commit","published_at":"2021-04-30T00:15:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0/manifests"},{"name":"conventional-commits-parser-v3.2.1","sha":"758dda2937b6784f0cc6a535286862fcf95b6f06","kind":"commit","published_at":"2021-02-15T21:32:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1/manifests"},{"name":"git-raw-commits-v2.0.10","sha":"ffecaccb6e117afae9f68f1d48ff9a69554da950","kind":"commit","published_at":"2021-01-27T16:36:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10/manifests"},{"name":"conventional-changelog-writer-v5.0.0","sha":"61ef6491add84b841e1797baf09f62bbdd90dcd4","kind":"commit","published_at":"2020-12-30T22:40:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v6.1.0","sha":"3b0fb22b0bb49137b9ecddaeb349f66025205c57","kind":"commit","published_at":"2020-12-30T16:58:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0/manifests"},{"name":"conventional-changelog-core-v4.2.2","sha":"317eeb3137caff69bcc9a67fce3dc67663a010db","kind":"commit","published_at":"2020-12-30T00:53:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2/manifests"},{"name":"conventional-recommended-bump-v6.0.12","sha":"90ecc5d93bfd7626857eda5d240f92393d896be0","kind":"commit","published_at":"2020-12-30T00:43:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12/manifests"},{"name":"git-raw-commits-v2.0.9","sha":"227f3e23af86912c0cd64fdb1a820ac92e5757c5","kind":"commit","published_at":"2020-12-29T23:59:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9/manifests"},{"name":"conventional-changelog-writer-v4.1.0","sha":"77725cfb12ca3ca22abb9421b4af012a49207e7a","kind":"commit","published_at":"2020-12-29T23:41:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0/manifests"},{"name":"conventional-changelog-atom@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8/manifests"},{"name":"conventional-changelog-angular@5.0.12","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12/manifests"},{"name":"conventional-changelog@3.1.24","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24/manifests"},{"name":"git-raw-commits@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8/manifests"},{"name":"standard-changelog@2.0.27","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27/manifests"},{"name":"gulp-conventional-changelog@2.0.35","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35/manifests"},{"name":"git-semver-tags@4.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1/manifests"},{"name":"conventional-recommended-bump@6.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11/manifests"},{"name":"conventional-commits-parser@3.2.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0/manifests"},{"name":"conventional-commits-filter@2.0.7","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7/manifests"},{"name":"conventional-changelog-writer@4.0.18","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18/manifests"},{"name":"conventional-changelog-jshint@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9/manifests"},{"name":"conventional-changelog-jquery@3.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11/manifests"},{"name":"conventional-changelog-express@2.0.6","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9/manifests"},{"name":"conventional-changelog-ember@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9/manifests"},{"name":"conventional-changelog-core@4.2.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.5.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1/manifests"},{"name":"conventional-changelog-v3.1.24","sha":"f8fcbc2e8b0834c29178ace6382b438a020ad828","kind":"commit","published_at":"2020-10-25T02:45:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24/manifests"},{"name":"conventional-recommended-bump@6.0.10","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10/manifests"},{"name":"standard-changelog@2.0.26","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26/manifests"},{"name":"gulp-conventional-changelog@2.0.34","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34/manifests"},{"name":"git-semver-tags@4.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0/manifests"},{"name":"conventional-changelog-core@4.2.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.4.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0/manifests"},{"name":"conventional-changelog-cli@2.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0/manifests"},{"name":"conventional-changelog@3.1.23","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23/manifests"},{"name":"standard-changelog@2.0.25","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25/manifests"},{"name":"conventional-changelog-writer@4.0.17","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17/manifests"},{"name":"conventional-changelog-jshint@2.0.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8/manifests"},{"name":"conventional-changelog-core@4.1.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8/manifests"},{"name":"conventional-changelog@3.1.22","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22/manifests"},{"name":"conventional-changelog-angular@5.0.11","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.35","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35/manifests"},{"name":"gulp-conventional-changelog@2.0.33","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.1","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1/manifests"},{"name":"conventional-changelog-core@4.1.7","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7/manifests"},{"name":"conventional-changelog@3.1.21","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21/manifests"},{"name":"conventional-changelog-writer@4.0.16","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.34","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34/manifests"},{"name":"standard-changelog@2.0.24","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24/manifests"},{"name":"gulp-conventional-changelog@2.0.32","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32/manifests"},{"name":"git-semver-tags@4.0.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.3.4","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4/manifests"},{"name":"standard-changelog@2.0.23","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23/manifests"},{"name":"gulp-conventional-changelog@2.0.31","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31/manifests"},{"name":"conventional-changelog-eslint@3.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.15","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10/manifests"},{"name":"conventional-changelog@3.1.20","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20/manifests"},{"name":"conventional-changelog-atom@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7/manifests"},{"name":"conventional-changelog-cli@2.0.33","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33/manifests"},{"name":"conventional-changelog-codemirror@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0/manifests"},{"name":"conventional-changelog-core@4.1.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6/manifests"},{"name":"conventional-changelog-ember@2.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8/manifests"},{"name":"conventional-commits-filter@2.0.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6/manifests"},{"name":"conventional-commits-parser@3.1.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.9","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9/manifests"},{"name":"git-raw-commits@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7/manifests"},{"name":"conventional-changelog-express@2.0.5","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10/manifests"},{"name":"conventional-changelog-jshint@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7/manifests"},{"name":"conventional-changelog-preset-loader-v2.3.2","sha":"9f6c56cb960a5043823cfb85b9843991201cbb51","kind":"commit","published_at":"2020-05-08T19:21:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v2.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2/manifests"},{"name":"conventional-changelog-core@4.1.5","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5/manifests"},{"name":"gulp-conventional-changelog@2.0.30","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30/manifests"},{"name":"standard-changelog@2.0.22","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22/manifests"},{"name":"conventional-changelog@3.1.19","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19/manifests"},{"name":"conventional-changelog-cli@2.0.32","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32/manifests"},{"name":"conventional-changelog-cli@2.0.31","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31/manifests"},{"name":"standard-changelog@2.0.21","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21/manifests"},{"name":"gulp-conventional-changelog@2.0.29","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29/manifests"},{"name":"conventional-changelog-core@4.1.4","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4/manifests"},{"name":"conventional-changelog@3.1.18","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18/manifests"},{"name":"conventional-changelog@3.1.17","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17/manifests"},{"name":"standard-changelog@2.0.20","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20/manifests"},{"name":"gulp-conventional-changelog@2.0.28","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28/manifests"},{"name":"conventional-changelog-core@4.1.3","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.30","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30/manifests"},{"name":"conventional-changelog-cli@2.0.29","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29/manifests"},{"name":"standard-changelog@2.0.19","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19/manifests"},{"name":"gulp-conventional-changelog@2.0.27","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27/manifests"},{"name":"conventional-changelog-core@4.1.2","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2/manifests"},{"name":"conventional-changelog@3.1.16","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16/manifests"},{"name":"conventional-changelog-cli@2.0.28","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28/manifests"},{"name":"standard-changelog@2.0.18","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18/manifests"},{"name":"gulp-conventional-changelog@2.0.26","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26/manifests"},{"name":"git-semver-tags@3.0.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1/manifests"},{"name":"git-raw-commits@2.0.3","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3/manifests"},{"name":"conventional-recommended-bump@6.0.5","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5/manifests"},{"name":"conventional-commits-parser@3.0.8","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.11","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11/manifests"},{"name":"conventional-changelog-core@4.1.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1/manifests"},{"name":"conventional-changelog@3.1.15","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15/manifests"},{"name":"gulp-conventional-changelog@2.0.25","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25/manifests"},{"name":"conventional-changelog@3.1.14","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14/manifests"},{"name":"conventional-changelog-angular@5.0.6","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6/manifests"},{"name":"conventional-changelog-cli@2.0.27","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.3","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3/manifests"},{"name":"conventional-changelog-core@4.1.0","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0/manifests"},{"name":"conventional-commits-parser@3.0.7","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7/manifests"},{"name":"conventional-recommended-bump@6.0.4","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4/manifests"},{"name":"standard-changelog@2.0.17","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17/manifests"},{"name":"conventional-changelog-cli@2.0.26","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.2","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2/manifests"},{"name":"conventional-changelog-core@4.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3/manifests"},{"name":"conventional-commits-parser@3.0.6","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6/manifests"},{"name":"conventional-recommended-bump@6.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.24","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24/manifests"},{"name":"standard-changelog@2.0.16","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16/manifests"},{"name":"conventional-changelog-writer@4.0.10","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10/manifests"},{"name":"conventional-changelog-preset-loader@2.3.0","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0/manifests"},{"name":"conventional-changelog@3.1.13","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13/manifests"},{"name":"conventional-changelog-jshint@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.9","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9/manifests"},{"name":"conventional-commits-parser@3.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5/manifests"},{"name":"conventional-changelog@3.1.12","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12/manifests"},{"name":"conventional-recommended-bump@6.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.23","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23/manifests"},{"name":"standard-changelog@2.0.15","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5/manifests"},{"name":"conventional-changelog-atom@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.25","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25/manifests"},{"name":"conventional-changelog-codemirror@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.1","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1/manifests"},{"name":"conventional-changelog-core@4.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2/manifests"},{"name":"conventional-changelog-ember@2.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4/manifests"},{"name":"conventional-changelog-eslint@3.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.6","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6/manifests"},{"name":"standard-changelog@2.0.14","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14/manifests"},{"name":"gulp-conventional-changelog@2.0.22","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22/manifests"},{"name":"conventional-recommended-bump@6.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1/manifests"},{"name":"conventional-commits-parser@3.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4/manifests"},{"name":"conventional-changelog-writer@4.0.8","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8/manifests"},{"name":"conventional-changelog-jshint@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.5","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5/manifests"},{"name":"conventional-changelog-eslint@3.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3/manifests"},{"name":"conventional-changelog-ember@2.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3/manifests"},{"name":"conventional-changelog-core@4.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.0","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.24","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24/manifests"},{"name":"conventional-changelog-atom@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4/manifests"},{"name":"conventional-changelog@3.1.11","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11/manifests"},{"name":"conventional-changelog-preset-loader@2.2.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0/manifests"},{"name":"standard-changelog@2.0.13","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13/manifests"},{"name":"gulp-conventional-changelog@2.0.21","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21/manifests"},{"name":"git-semver-tags@3.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0/manifests"},{"name":"conventional-recommended-bump@6.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.7","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7/manifests"},{"name":"conventional-changelog@3.1.10","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10/manifests"},{"name":"conventional-changelog-cli@2.0.23","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23/manifests"},{"name":"conventional-changelog-conventionalcommits@4.1.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0/manifests"},{"name":"conventional-changelog-core@4.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.1","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.0.0","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0/manifests"},{"name":"conventional-changelog-core@3.2.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3/manifests"},{"name":"conventional-changelog-writer@4.0.6","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6/manifests"},{"name":"conventional-commits-parser@3.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3/manifests"},{"name":"conventional-changelog@3.1.9","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9/manifests"},{"name":"standard-changelog@2.0.12","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.20","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20/manifests"},{"name":"git-semver-tags@2.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.22","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22/manifests"},{"name":"standard-changelog@2.0.11","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11/manifests"},{"name":"conventional-changelog@3.1.8","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8/manifests"},{"name":"conventional-changelog-cli@2.0.21","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.2","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.19","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19/manifests"},{"name":"conventional-changelog@3.1.7","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7/manifests"},{"name":"conventional-changelog-cli@2.0.20","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.1","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.18","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18/manifests"},{"name":"conventional-changelog-cli@2.0.19","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.17","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17/manifests"},{"name":"conventional-changelog@3.1.6","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6/manifests"},{"name":"conventional-changelog@3.1.5","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5/manifests"},{"name":"conventional-changelog-conventionalcommits@2.0.0","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.16","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.18","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.2","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.17","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17/manifests"},{"name":"conventional-changelog@3.1.4","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.15","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15/manifests"},{"name":"conventional-changelog-writer@4.0.5","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5/manifests"},{"name":"standard-changelog@2.0.10","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10/manifests"},{"name":"gulp-conventional-changelog@2.0.14","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14/manifests"},{"name":"conventional-changelog@3.1.3","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3/manifests"},{"name":"conventional-changelog-core@3.2.2","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2/manifests"},{"name":"conventional-changelog-cli@2.0.16","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.15","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15/manifests"},{"name":"standard-changelog@2.0.9","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.1.2","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2/manifests"},{"name":"conventional-changelog-core@3.2.1","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1/manifests"},{"name":"gulp-conventional-changelog@2.0.13","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13/manifests"},{"name":"conventional-changelog@3.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1/manifests"},{"name":"gulp-conventional-changelog@2.0.12","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12/manifests"},{"name":"conventional-recommended-bump@4.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1/manifests"},{"name":"conventional-changelog-preset-loader@2.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.14","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14/manifests"},{"name":"conventional-changelog-preset-loader@2.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0/manifests"},{"name":"conventional-changelog-writer@4.0.4","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4/manifests"},{"name":"conventional-commits-filter@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2/manifests"},{"name":"conventional-commits-parser@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2/manifests"},{"name":"conventional-recommended-bump@4.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0/manifests"},{"name":"gulp-conventional-changelog@2.0.11","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11/manifests"},{"name":"standard-changelog@2.0.8","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8/manifests"},{"name":"git-raw-commits@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2/manifests"},{"name":"conventional-changelog@3.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0/manifests"},{"name":"conventional-changelog-cli@2.0.13","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0/manifests"},{"name":"conventional-changelog-core@3.2.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0/manifests"},{"name":"conventional-changelog-eslint@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2/manifests"},{"name":"standard-changelog@2.0.7","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6/manifests"},{"name":"conventional-changelog-angular@5.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.12","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.10","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10/manifests"},{"name":"conventional-changelog-writer@4.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3/manifests"},{"name":"conventional-changelog-core@3.1.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6/manifests"},{"name":"conventional-recommended-bump@4.0.4","sha":"da729f68f9dc581623deb587c705ef65d189a9f4","kind":"tag","published_at":"2018-11-01T06:56:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4/manifests"},{"name":"standard-changelog@2.0.6","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6/manifests"},{"name":"conventional-changelog-core@3.1.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5/manifests"},{"name":"conventional-changelog-writer@4.0.2","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.9","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.0.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.11","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.10","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10/manifests"},{"name":"conventional-changelog-core@3.1.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.8","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8/manifests"},{"name":"conventional-changelog@3.0.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4/manifests"},{"name":"git-semver-tags@2.0.2","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.3","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3/manifests"},{"name":"standard-changelog@2.0.5","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5/manifests"},{"name":"standard-changelog@2.0.4","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.7","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3/manifests"},{"name":"conventional-changelog-core@3.1.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.9","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9/manifests"},{"name":"standard-changelog@2.0.3","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.8","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8/manifests"},{"name":"conventional-changelog-core@3.1.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2/manifests"},{"name":"gulp-conventional-changelog@2.0.6","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6/manifests"},{"name":"conventional-changelog@3.0.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.5","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.7","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7/manifests"},{"name":"conventional-changelog@3.0.1","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1/manifests"},{"name":"standard-changelog@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4/manifests"},{"name":"git-semver-tags@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1/manifests"},{"name":"git-raw-commits@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2/manifests"},{"name":"conventional-commits-parser@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1/manifests"},{"name":"conventional-commits-filter@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1/manifests"},{"name":"conventional-changelog-writer@4.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1/manifests"},{"name":"conventional-changelog-preset-loader@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4/manifests"},{"name":"conventional-changelog-express@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1/manifests"},{"name":"conventional-changelog-eslint@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2/manifests"},{"name":"conventional-changelog-core@3.1.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1/manifests"},{"name":"conventional-changelog-codemirror@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.6","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6/manifests"},{"name":"conventional-changelog-atom@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1/manifests"},{"name":"conventional-changelog-angular@5.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2/manifests"},{"name":"conventional-changelog@3.0.0","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.5","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.3","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.2","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.4","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3/manifests"},{"name":"standard-changelog@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3/manifests"},{"name":"conventional-changelog-core@3.1.0","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0/manifests"},{"name":"conventional-changelog-ember@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1/manifests"},{"name":"conventional-changelog-jquery@3.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1/manifests"},{"name":"conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0/manifests"},{"name":"conventional-recommended-bump@4.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0/manifests"},{"name":"conventional-changelog-jquery@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0/manifests"},{"name":"conventional-changelog-express@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0/manifests"},{"name":"conventional-changelog-eslint@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0/manifests"},{"name":"conventional-changelog-ember@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1/manifests"},{"name":"conventional-changelog-atom@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1/manifests"},{"name":"conventional-changelog-angular@4.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1/manifests"},{"name":"conventional-changelog-jquery@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0/manifests"},{"name":"conventional-changelog-jshint@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0/manifests"},{"name":"standard-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0/manifests"},{"name":"conventional-recommended-bump@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0/manifests"},{"name":"conventional-commits-parser@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0/manifests"},{"name":"conventional-commits-filter@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0/manifests"},{"name":"conventional-changelog-ember@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0/manifests"},{"name":"conventional-changelog-express@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0/manifests"},{"name":"git-semver-tags@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0/manifests"},{"name":"git-raw-commits@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0/manifests"},{"name":"conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-angular@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0/manifests"},{"name":"conventional-changelog-atom@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0/manifests"},{"name":"conventional-changelog-core@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0/manifests"},{"name":"conventional-changelog-eslint@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-core@2.0.11","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11/manifests"},{"name":"conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-cli@1.3.22","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22/manifests"},{"name":"conventional-changelog-ember@0.3.12","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12/manifests"},{"name":"conventional-recommended-bump@2.0.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9/manifests"},{"name":"conventional-changelog-angular@3.0.7","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7/manifests"},{"name":"gulp-conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24/manifests"},{"name":"standard-changelog@1.0.19","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19/manifests"},{"name":"conventional-changelog-jquery@1.3.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9/manifests"},{"name":"conventional-changelog-angular@3.0.6","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6/manifests"},{"name":"standard-changelog@1.0.18","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18/manifests"},{"name":"gulp-conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-writer@3.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9/manifests"},{"name":"conventional-changelog-jshint@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8/manifests"},{"name":"conventional-changelog-jquery@1.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8/manifests"},{"name":"conventional-changelog-eslint@1.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9/manifests"},{"name":"conventional-changelog-ember@0.3.11","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11/manifests"},{"name":"conventional-changelog-core@2.0.10","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10/manifests"},{"name":"conventional-changelog-codemirror@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8/manifests"},{"name":"conventional-changelog-cli@1.3.21","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21/manifests"},{"name":"conventional-changelog-atom@0.2.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8/manifests"},{"name":"conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23/manifests"},{"name":"gulp-conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-core@2.0.9","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9/manifests"},{"name":"conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-cli@1.3.20","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20/manifests"},{"name":"conventional-changelog-writer@3.0.8","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8/manifests"},{"name":"standard-changelog@1.0.17","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17/manifests"},{"name":"conventional-changelog-angular@3.0.5","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.10","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10/manifests"},{"name":"conventional-changelog-cli@1.3.19","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19/manifests"},{"name":"conventional-changelog-angular@3.0.4","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4/manifests"},{"name":"conventional-changelog-atom@0.2.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7/manifests"},{"name":"conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-core@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.9","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9/manifests"},{"name":"conventional-changelog-eslint@1.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8/manifests"},{"name":"conventional-changelog-express@0.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6/manifests"},{"name":"conventional-changelog-jquery@1.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7/manifests"},{"name":"conventional-changelog-preset-loader@1.1.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8/manifests"},{"name":"conventional-changelog-writer@3.0.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7/manifests"},{"name":"conventional-commits-parser@2.1.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7/manifests"},{"name":"conventional-recommended-bump@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8/manifests"},{"name":"git-raw-commits@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6/manifests"},{"name":"git-semver-tags@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21/manifests"},{"name":"standard-changelog@1.0.16","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16/manifests"},{"name":"conventional-changelog-codemirror@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6/manifests"},{"name":"conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-core@2.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7/manifests"},{"name":"conventional-changelog-codemirror@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6/manifests"},{"name":"conventional-changelog-cli@1.3.18","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18/manifests"},{"name":"conventional-changelog-ember@0.3.8","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8/manifests"},{"name":"conventional-changelog-writer@3.0.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6/manifests"},{"name":"conventional-changelog-atom@0.2.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6/manifests"},{"name":"conventional-changelog-eslint@1.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7/manifests"},{"name":"standard-changelog@1.0.15","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15/manifests"},{"name":"conventional-changelog-angular@3.0.3","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3/manifests"},{"name":"conventional-changelog-jquery@1.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-angular@3.0.2","sha":"1cc079df803f58b52c8aa997fff43e9c162266e7","kind":"tag","published_at":"2018-03-22T14:14:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2/manifests"},{"name":"conventional-changelog-ember@0.3.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7/manifests"},{"name":"standard-changelog@1.0.14","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14/manifests"},{"name":"gulp-conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19/manifests"},{"name":"git-semver-tags@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5/manifests"},{"name":"git-raw-commits@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7/manifests"},{"name":"conventional-commits-parser@2.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6/manifests"},{"name":"conventional-commits-filter@1.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5/manifests"},{"name":"conventional-changelog-preset-loader@1.1.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7/manifests"},{"name":"conventional-changelog-jshint@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5/manifests"},{"name":"conventional-changelog-jquery@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5/manifests"},{"name":"conventional-changelog-express@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6/manifests"},{"name":"conventional-changelog-core@2.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5/manifests"},{"name":"conventional-changelog-cli@1.3.17","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17/manifests"},{"name":"conventional-changelog-atom@0.2.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5/manifests"},{"name":"conventional-changelog-angular@3.0.1","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1/manifests"},{"name":"conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19/manifests"},{"name":"conventional-changelog-angular@3.0.0","sha":"49997aaba373502e5b38bd366846934641e95799","kind":"tag","published_at":"2018-03-22T13:45:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.16","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16/manifests"},{"name":"conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18/manifests"},{"name":"gulp-conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-eslint@1.0.5","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5/manifests"},{"name":"conventional-changelog-cli@1.3.15","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15/manifests"},{"name":"conventional-changelog-codemirror@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4/manifests"},{"name":"conventional-changelog-express@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4/manifests"},{"name":"conventional-changelog-jquery@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4/manifests"},{"name":"conventional-changelog-jshint@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4/manifests"},{"name":"conventional-commits-filter@1.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5/manifests"},{"name":"conventional-commits-parser@2.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5/manifests"},{"name":"conventional-recommended-bump@2.0.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6/manifests"},{"name":"standard-changelog@1.0.13","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13/manifests"},{"name":"gulp-conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17/manifests"},{"name":"git-semver-tags@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4/manifests"},{"name":"git-raw-commits@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4/manifests"},{"name":"conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17/manifests"},{"name":"conventional-changelog-angular@1.6.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6/manifests"},{"name":"conventional-changelog-atom@0.2.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4/manifests"},{"name":"gulp-conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog-angular@1.6.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5/manifests"},{"name":"conventional-changelog-atom@0.2.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3/manifests"},{"name":"conventional-changelog-cli@1.3.14","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14/manifests"},{"name":"conventional-changelog-codemirror@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4/manifests"},{"name":"conventional-changelog-ember@0.3.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3/manifests"},{"name":"conventional-changelog-express@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3/manifests"},{"name":"conventional-changelog-jshint@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5/manifests"},{"name":"conventional-changelog-writer@3.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3/manifests"},{"name":"conventional-commits-filter@1.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4/manifests"},{"name":"conventional-commits-parser@2.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4/manifests"},{"name":"conventional-recommended-bump@2.0.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5/manifests"},{"name":"git-raw-commits@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3/manifests"},{"name":"git-semver-tags@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3/manifests"},{"name":"standard-changelog@1.0.12","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12/manifests"},{"name":"conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15/manifests"},{"name":"gulp-conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15/manifests"},{"name":"conventional-recommended-bump@2.0.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4/manifests"},{"name":"conventional-changelog-cli@1.3.13","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13/manifests"},{"name":"conventional-changelog-preset-loader@1.1.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4/manifests"},{"name":"git-raw-commits@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2/manifests"},{"name":"standard-changelog@1.0.11","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11/manifests"},{"name":"conventional-recommended-bump@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3/manifests"},{"name":"gulp-conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14/manifests"},{"name":"git-semver-tags@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2/manifests"},{"name":"conventional-changelog-eslint@1.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2/manifests"},{"name":"conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14/manifests"},{"name":"conventional-changelog-angular@1.6.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4/manifests"},{"name":"conventional-changelog-atom@0.2.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2/manifests"},{"name":"conventional-changelog-cli@1.3.12","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12/manifests"},{"name":"conventional-changelog-codemirror@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2/manifests"},{"name":"conventional-changelog-core@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.3.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4/manifests"},{"name":"conventional-changelog-express@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2/manifests"},{"name":"conventional-changelog-jquery@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2/manifests"},{"name":"conventional-changelog-jshint@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3/manifests"},{"name":"conventional-commits-filter@1.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3/manifests"},{"name":"conventional-changelog-writer@3.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13/manifests"},{"name":"standard-changelog@1.0.10","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10/manifests"},{"name":"git-raw-commits@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1/manifests"},{"name":"conventional-commits-parser@2.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2/manifests"},{"name":"conventional-changelog-writer@3.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1/manifests"},{"name":"conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13/manifests"},{"name":"conventional-commits-filter@1.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2/manifests"},{"name":"conventional-recommended-bump@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2/manifests"},{"name":"git-semver-tags@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1/manifests"},{"name":"conventional-changelog-core@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2/manifests"},{"name":"conventional-changelog-codemirror@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1/manifests"},{"name":"conventional-changelog-angular@1.6.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3/manifests"},{"name":"conventional-changelog-cli@1.3.11","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11/manifests"},{"name":"conventional-changelog-atom@0.2.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1/manifests"},{"name":"conventional-changelog-ember@0.3.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1/manifests"},{"name":"conventional-changelog-express@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3/manifests"},{"name":"conventional-changelog-jshint@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1/manifests"},{"name":"conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12/manifests"},{"name":"gulp-conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12/manifests"},{"name":"conventional-changelog-cli@1.3.10","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10/manifests"},{"name":"conventional-recommended-bump@2.0.1","sha":"a4f0aa902d3e966fe6d6b1d46f2130838524cfbf","kind":"tag","published_at":"2018-02-12T14:54:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1/manifests"},{"name":"conventional-recommended-bump@2.0.0","sha":"9885d205ed96338575335652d006f475408e1195","kind":"tag","published_at":"2018-02-12T14:30:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0/manifests"},{"name":"conventional-changelog-preset-loader@1.1.2","sha":"a450d974237d440009ec3fb4c63974cf066e8f79","kind":"tag","published_at":"2018-02-12T04:07:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.1","sha":"5af1f00dcc4e1f9c3299bc7feb322a88b711f042","kind":"tag","published_at":"2018-02-09T04:17:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.0","sha":"c3eb36dbc52f383df6f3dcf3a3870b01ceee0b8b","kind":"tag","published_at":"2018-02-08T14:46:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0/manifests"},{"name":"conventional-changelog-ember@0.3.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1/manifests"},{"name":"conventional-changelog-angular@1.6.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2/manifests"},{"name":"gulp-conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11/manifests"},{"name":"standard-changelog@1.0.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9/manifests"},{"name":"conventional-recommended-bump@1.2.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1/manifests"},{"name":"conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11/manifests"},{"name":"conventional-changelog-cli@1.3.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9/manifests"},{"name":"conventional-changelog-core@2.0.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1/manifests"},{"name":"gulp-conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10/manifests"},{"name":"standard-changelog@1.0.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8/manifests"},{"name":"git-semver-tags@1.3.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.2.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0/manifests"},{"name":"conventional-changelog-writer@3.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0/manifests"},{"name":"conventional-changelog-eslint@1.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.3.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1/manifests"},{"name":"conventional-changelog-core@2.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8/manifests"},{"name":"conventional-changelog-angular@1.6.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1/manifests"},{"name":"conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10/manifests"},{"name":"conventional-changelog-core@1.9.5","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5/manifests"},{"name":"conventional-changelog-ember@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0/manifests"},{"name":"conventional-changelog-eslint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0/manifests"},{"name":"conventional-changelog-cli@1.3.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7/manifests"},{"name":"conventional-changelog-express@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0/manifests"},{"name":"conventional-changelog-jquery@1.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0/manifests"},{"name":"conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-jshint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0/manifests"},{"name":"gulp-conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9/manifests"},{"name":"standard-changelog@1.0.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7/manifests"},{"name":"conventional-changelog-angular@1.6.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0/manifests"},{"name":"conventional-changelog-codemirror@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0/manifests"},{"name":"conventional-changelog-atom@0.2.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0/manifests"},{"name":"conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8/manifests"},{"name":"standard-changelog@1.0.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6/manifests"},{"name":"gulp-conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8/manifests"},{"name":"conventional-recommended-bump@1.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0/manifests"},{"name":"conventional-commits-parser@2.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0/manifests"},{"name":"conventional-commits-filter@1.1.1","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1/manifests"},{"name":"conventional-changelog-writer@2.0.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.2.10","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10/manifests"},{"name":"conventional-changelog-core@1.9.4","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4/manifests"},{"name":"conventional-changelog-cli@1.3.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6/manifests"},{"name":"conventional-changelog-angular@1.5.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3/manifests"},{"name":"conventional-changelog-ember@0.2.9","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9/manifests"},{"name":"standard-changelog@1.0.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5/manifests"},{"name":"gulp-conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7/manifests"},{"name":"git-semver-tags@1.2.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3/manifests"},{"name":"git-raw-commits@1.3.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.0.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3/manifests"},{"name":"conventional-commits-parser@2.0.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1/manifests"},{"name":"conventional-commits-filter@1.1.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0/manifests"},{"name":"conventional-changelog-writer@2.0.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2/manifests"},{"name":"conventional-changelog-jshint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1/manifests"},{"name":"conventional-changelog-jquery@1.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1/manifests"},{"name":"conventional-changelog-express@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1/manifests"},{"name":"conventional-changelog-eslint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1/manifests"},{"name":"conventional-changelog-core@1.9.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3/manifests"},{"name":"conventional-changelog-codemirror@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1/manifests"},{"name":"conventional-changelog-cli@1.3.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5/manifests"},{"name":"conventional-changelog-atom@0.1.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2/manifests"},{"name":"conventional-changelog-angular@1.5.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2/manifests"},{"name":"conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7/manifests"},{"name":"@marionebl/conventional-commits-parser@3.0.0","sha":"edf4068ce4c3ea6ac5b61323473ab655be5eb895","kind":"tag","published_at":"2017-11-01T07:09:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/@marionebl/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/@marionebl/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4/manifests"},{"name":"git-semver-tags@1.2.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2/manifests"},{"name":"conventional-recommended-bump@1.0.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-ember@0.2.8","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8/manifests"},{"name":"conventional-changelog-core@1.9.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2/manifests"},{"name":"standard-changelog@1.0.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4/manifests"},{"name":"conventional-changelog-angular@1.5.1","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1/manifests"},{"name":"conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6/manifests"},{"name":"standard-changelog@1.0.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3/manifests"},{"name":"conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-angular@1.5.0","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0/manifests"},{"name":"conventional-changelog-cli@1.3.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3/manifests"},{"name":"gulp-conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-writer@2.0.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1/manifests"},{"name":"conventional-changelog-core@1.9.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1/manifests"},{"name":"conventional-changelog-ember@0.2.7","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7/manifests"},{"name":"git-semver-tags@1.2.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1/manifests"},{"name":"conventional-changelog-jshint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0/manifests"},{"name":"conventional-changelog-jquery@1.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0/manifests"},{"name":"conventional-changelog-express@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0/manifests"},{"name":"conventional-changelog-eslint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0/manifests"},{"name":"conventional-commits-parser@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0/manifests"},{"name":"conventional-changelog-writer@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1/manifests"},{"name":"conventional-changelog-core@1.9.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0/manifests"},{"name":"conventional-changelog-codemirror@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0/manifests"},{"name":"conventional-changelog-cli@1.3.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2/manifests"},{"name":"conventional-changelog-atom@0.1.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1/manifests"},{"name":"conventional-changelog-angular@1.4.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0/manifests"},{"name":"conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4/manifests"},{"name":"gulp-conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4/manifests"},{"name":"standard-changelog@1.0.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2/manifests"},{"name":"conventional-changelog-ember@0.2.6","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6/manifests"},{"name":"conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3/manifests"},{"name":"conventional-changelog-angular@1.3.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3/manifests"},{"name":"conventional-changelog-cli@1.3.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1/manifests"},{"name":"conventional-changelog-core@1.8.0","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.8.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0/manifests"},{"name":"conventional-changelog-ember@0.2.5","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5/manifests"},{"name":"gulp-conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3/manifests"},{"name":"standard-changelog@1.0.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1/manifests"},{"name":"git-semver-tags@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0/manifests"},{"name":"standard-changelog@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2/manifests"},{"name":"git-raw-commits@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0/manifests"},{"name":"conventional-recommended-bump@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.2.4","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4/manifests"},{"name":"conventional-changelog-core@1.7.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.7.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0/manifests"},{"name":"conventional-changelog-cli@1.3.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0/manifests"},{"name":"conventional-changelog-angular@1.3.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2/manifests"},{"name":"conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2/manifests"},{"name":"gulp-conventional-changelog@1.1.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"tag","published_at":"2017-03-10T05:35:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0/manifests"},{"name":"standard-changelog@0.0.2","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@0.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-ember@0.2.3","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3/manifests"},{"name":"conventional-changelog-core@1.6.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0/manifests"},{"name":"conventional-changelog-angular@1.3.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1/manifests"},{"name":"conventional-changelog-cli@1.2.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1/manifests"},{"name":"conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-cli@1.2.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:01:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0/manifests"},{"name":"conventional-changelog-core@1.5.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:00:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0/manifests"},{"name":"git-raw-commits@1.1.2","sha":"f5fe78b1f15791cb0499744bf278dff22b52732f","kind":"tag","published_at":"2017-03-09T07:37:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2/manifests"},{"name":"git-semver-tags@1.1.2","sha":"7be07c7c0f49572b1c0e9c98f004b599d8b5bb1a","kind":"tag","published_at":"2017-03-09T07:35:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2/manifests"},{"name":"v1.1.0","sha":"600d411569271467389c3cbe71f7f657980e89a1","kind":"tag","published_at":"2016-02-13T06:59:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"9591280a8d09220aced3383abe3bc7ecbb34b503","kind":"tag","published_at":"2016-02-13T06:37:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"beef421f56939190a4ca30c28788eda1b3f9480d","kind":"tag","published_at":"2016-02-05T13:49:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"c8e90ab7fddd0b98855913e73fc12f9dc9dc81b1","kind":"tag","published_at":"2016-02-05T12:59:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0/manifests"},{"name":"v0.5.3","sha":"d79ce243223260b153699b99de0503698546ea63","kind":"tag","published_at":"2015-12-25T05:07:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"9e7b771072a2680c6c335fcad38003aade53213e","kind":"tag","published_at":"2015-12-23T12:24:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"4bf7d8df29f7be29552b82ec2b7112fad0c39a3e","kind":"tag","published_at":"2015-10-20T09:52:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"5ca2204b472704543ebbc744a22f8f90ec659659","kind":"tag","published_at":"2015-09-30T08:49:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"e5f2f3bc675e2c7e5cc6aa0ed50da7941833e492","kind":"tag","published_at":"2015-09-04T03:16:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"7536a0b351cc4f2764e71cbc268a178ab595259d","kind":"tag","published_at":"2015-08-17T01:28:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"56fa3d92620a41a875b3337fa51d04d6df23b1a8","kind":"tag","published_at":"2015-08-15T12:34:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"eefec0ef598a92e78510ee8626fd9bbcdb1398e4","kind":"tag","published_at":"2015-08-15T11:19:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0/manifests"},{"name":"v0.3.2","sha":"74b99dca61eafd56ba93605016b086a1108e77fe","kind":"tag","published_at":"2015-08-13T03:12:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"a1aca9c31a45aded77962bd0defc32e503aec213","kind":"commit","published_at":"2015-08-11T06:23:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"b489672d27ff703337c540f0fbc43f6486a84d99","kind":"commit","published_at":"2015-08-09T03:27:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"12e3cd6b151353dbe7f584adabbe5dd8a28424db","kind":"commit","published_at":"2015-07-24T08:13:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"f437b457b5ea6c105535a360144000f8315db54d","kind":"commit","published_at":"2015-07-24T04:54:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0/manifests"},{"name":"v0.1.3","sha":"c8fa9d0b94f8ac07f162623e4b9e9e68aad82e62","kind":"commit","published_at":"2015-07-22T11:06:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"6ba5d6e4b90a154dbca6ec0f80c66ad5995cd770","kind":"commit","published_at":"2015-07-22T07:10:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c015f8762f70eff2be7b8d7fb82438689239d717","kind":"commit","published_at":"2015-07-20T07:55:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"7253d0fea773e3f7cc0a3fb8278c9da070df26ee","kind":"commit","published_at":"2015-07-20T07:12:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.3","sha":"0c9f1e89bfacec8e08bac8ef96d64e3abdbecda7","kind":"commit","published_at":"2015-07-17T11:02:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"fec1baf43b8c0156682d4014a4fd066bd24ad448","kind":"commit","published_at":"2015-07-17T06:23:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"a5ea0dfada48601b9e3fbec78dd37d70380a2db6","kind":"commit","published_at":"2015-07-15T08:03:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1/manifests"},{"name":"v0.1.0-alpha.3","sha":"9b6cc68a2c17c9671363fe7af5de7ebd3a06aaeb","kind":"commit","published_at":"2015-07-06T01:27:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3/manifests"},{"name":"v0.1.0-alpha.2","sha":"34b0f460c34ecc48af857d8ee5d7038970ba56fb","kind":"commit","published_at":"2015-06-29T12:04:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2/manifests"},{"name":"v0.1.0-alpha.1","sha":"05b3415fc699ab43f3fa33b5ecd040ab5ecdf9e2","kind":"commit","published_at":"2015-06-24T04:42:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1/manifests"},{"name":"v0.0.17","sha":"3cae05244e48af9cf4abbef3114060db585a574c","kind":"commit","published_at":"2015-04-03T02:12:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"c0719ce6ba16778dd34c2cfdc81e7f3c5321409d","kind":"commit","published_at":"2015-03-19T04:15:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"57af04dc3e362c0e327b716279c9143028c6e0da","kind":"commit","published_at":"2015-03-18T20:23:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"69be290efb58a6a92e9ae78d7b37168d293920b5","kind":"commit","published_at":"2015-03-13T21:22:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"15a39d02ba3d666e7820eecbb8c5493ef2f6040a","kind":"commit","published_at":"2015-03-12T23:17:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13/manifests"},{"name":"v0.0.11","sha":"37f5561553c30d8f0f2c949502ea278da64949cd","kind":"tag","published_at":"2014-05-28T13:14:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"ad6f6ec5499d2c902b88da95487862d50e5ad776","kind":"tag","published_at":"2014-05-28T12:51:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"87efbabd9bc2a0fd83255e6cb856961b10aef9eb","kind":"tag","published_at":"2014-05-06T17:11:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"94b12cf69c51264b1edb6c81b50a262f0536894b","kind":"tag","published_at":"2014-04-10T14:45:48.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"1cf17e494fd7d8538c55189c72c0cf57d145ef41","kind":"tag","published_at":"2014-04-10T14:06:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"861f9ec93de28be4185b35815c2b6ab17746eb3f","kind":"commit","published_at":"2014-01-23T19:39:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"3f59f7356c86f30ef8e8754386373c2a8f97b367","kind":"commit","published_at":"2014-01-23T18:59:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6fa2c22464dcd964df604550c2ce2ed1d2f4362b","kind":"commit","published_at":"2014-01-04T21:36:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4/manifests"}]},"repo_metadata_updated_at":"2024-09-07T12:06:32.853Z","dependent_packages_count":370,"downloads":8406544,"downloads_period":"last-month","dependent_repos_count":65883,"rankings":{"downloads":0.14164317850989808,"dependent_repos_count":0.11738709929503319,"dependent_packages_count":0.14799096865567538,"stargazers_count":1.154472815396108,"forks_count":1.396504006357065,"docker_downloads_count":0.3271489667778544,"average":0.547524505831939},"purl":"pkg:npm/conventional-changelog-jshint","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/conventional-changelog-jshint","docker_dependents_count":401,"docker_downloads_count":31643307,"usage_url":"https://repos.ecosyste.ms/usage/npm/conventional-changelog-jshint","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/conventional-changelog-jshint/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-09-07T04:08:43.960Z","issues_count":175,"pull_requests_count":479,"avg_time_to_close_issue":19345133.890243903,"avg_time_to_close_pull_request":6038480.121447029,"issues_closed_count":82,"pull_requests_closed_count":387,"pull_request_authors_count":71,"issue_authors_count":107,"avg_comments_per_issue":2.125714285714286,"avg_comments_per_pull_request":1.3089770354906054,"merged_pull_requests_count":302,"bot_issues_count":3,"bot_pull_requests_count":228,"past_year_issues_count":63,"past_year_pull_requests_count":211,"past_year_avg_time_to_close_issue":902885.6585365854,"past_year_avg_time_to_close_pull_request":924625.8044692738,"past_year_issues_closed_count":41,"past_year_pull_requests_closed_count":179,"past_year_pull_request_authors_count":23,"past_year_issue_authors_count":38,"past_year_avg_comments_per_issue":1.5714285714285714,"past_year_avg_comments_per_pull_request":1.085308056872038,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":94,"past_year_merged_pull_requests_count":141,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues","maintainers":[{"login":"dangreen","count":83,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"},{"login":"bcoe","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bcoe"},{"login":"tommywo","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tommywo"}],"active_maintainers":[{"login":"dangreen","count":72,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-jshint/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-jshint/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-jshint/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-jshint/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-jshint/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-jshint/codemeta","maintainers":[{"uuid":"stevemao","login":"stevemao","name":null,"email":"steve.mao@healthinteract.com.au","url":null,"packages_count":167,"html_url":"https://www.npmjs.com/~stevemao","role":null,"created_at":"2022-11-10T11:47:20.800Z","updated_at":"2022-11-10T11:47:20.800Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/stevemao/packages"},{"uuid":"bcoe","login":"bcoe","name":null,"email":"bencoe@gmail.com","url":null,"packages_count":557,"html_url":"https://www.npmjs.com/~bcoe","role":null,"created_at":"2022-11-10T11:47:20.793Z","updated_at":"2022-11-10T11:47:20.793Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/bcoe/packages"},{"uuid":"oss-bot","login":"oss-bot","name":null,"email":"bencoe+oss-bot@gmail.com","url":null,"packages_count":57,"html_url":"https://www.npmjs.com/~oss-bot","role":null,"created_at":"2022-11-10T11:47:20.777Z","updated_at":"2022-11-10T11:47:20.777Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/oss-bot/packages"},{"uuid":"tapppi","login":"tapppi","name":null,"email":"moilanen.tapani@gmail.com","url":null,"packages_count":27,"html_url":"https://www.npmjs.com/~tapppi","role":null,"created_at":"2022-11-10T11:47:20.809Z","updated_at":"2022-11-10T11:47:20.809Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/tapppi/packages"},{"uuid":"dangreen","login":"dangreen","name":null,"email":"danon0404@gmail.com","url":null,"packages_count":110,"html_url":"https://www.npmjs.com/~dangreen","role":null,"created_at":"2026-02-11T05:17:00.383Z","updated_at":"2026-02-11T05:17:00.383Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/dangreen/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5644415,"maintainers_count":1200486,"namespaces_count":399623,"keywords_count":847874,"github":"npm","metadata":{"funded_packages_count":171745},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-06-10T05:11:46.456Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":1554986,"name":"conventional-changelog-medipass","ecosystem":"npm","description":"conventional-changelog medipass preset","homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-angular#readme","licenses":"ISC","normalized_licenses":["ISC"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":["conventional-changelog","medipass","preset"],"namespace":null,"versions_count":4,"first_release_published_at":"2018-07-03T12:53:17.949Z","latest_release_published_at":"2018-12-04T04:26:41.568Z","latest_release_number":"1.0.1","last_synced_at":"2026-06-03T20:26:57.484Z","created_at":"2022-04-09T05:41:30.258Z","updated_at":"2026-06-03T20:26:57.484Z","registry_url":"https://www.npmjs.com/package/conventional-changelog-medipass","install_command":"npm install conventional-changelog-medipass","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"1.0.1"}},"repo_metadata":{"id":12961414,"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2024-06-18T04:54:14.000Z","size":5832,"stargazers_count":7627,"open_issues_count":249,"forks_count":715,"subscribers_count":58,"default_branch":"master","last_synced_at":"2024-06-19T09:40:31.278Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2024-06-19T09:40:44.711Z","dependencies_parsed_at":"2022-07-13T10:30:31.523Z","dependency_job_id":"5f6d159e-c4c6-405b-9fa7-976ffc4dfa04","html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1464,"total_committers":136,"mean_commits":"10.764705882352942","dds":"0.40095628415300544","last_synced_commit":"58f0887283a200d52e49607baf7b352f26177b05"},"previous_names":["ajoslin/conventional-changelog"],"tags_count":777,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":215686924,"owners_count":15916249,"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"},"owner_record":{"login":"conventional-changelog","name":"conventional-changelog","uuid":"16443515","kind":"organization","description":"Tools to generate changelogs and release notes from a project's commit messages and metadata.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16443515?v=4","repositories_count":12,"last_synced_at":"2024-03-25T20:05:25.442Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/conventional-changelog","funding_links":[],"total_stars":31480,"followers":325,"following":0,"created_at":"2022-11-02T16:25:21.572Z","updated_at":"2024-03-25T20:05:26.809Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog/repositories"},"tags":[{"name":"git-client-v1.0.1","sha":"d3b8aaa16337993bbad4d91db1ffac5a7568756b","kind":"commit","published_at":"2024-05-06T14:46:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1/manifests"},{"name":"conventional-changelog-v6.0.0","sha":"83bb15ba5de08f080884fc906c6db3c99c8b2131","kind":"commit","published_at":"2024-04-26T22:08:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0/manifests"},{"name":"conventional-changelog-core-v8.0.0","sha":"7bc92fc05e4447f311ad52b6e39d36f461eaf083","kind":"commit","published_at":"2024-04-26T22:07:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v8.0.0","sha":"3129c812139bf7454a64b4d506e6b85cd5abc77c","kind":"commit","published_at":"2024-04-26T22:06:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0/manifests"},{"name":"git-semver-tags-v8.0.0","sha":"fbd1b3bcd6253a32de89eb21145c2eb70d9396b6","kind":"commit","published_at":"2024-04-26T22:05:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v5.0.0","sha":"e34c96db3dbebedb17a6583aae8855dddd056f83","kind":"commit","published_at":"2024-04-26T22:04:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0/manifests"},{"name":"conventional-changelog-angular-v8.0.0","sha":"2aa6291a93eb881230e896f87a5232873b6a9717","kind":"commit","published_at":"2024-04-26T22:04:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0/manifests"},{"name":"conventional-changelog-jquery-v6.0.0","sha":"1c71cd6d4868ef2e158963e277609a9794806306","kind":"commit","published_at":"2024-04-26T22:03:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v8.0.0","sha":"533e36277d1779a5ac79a06210c603b5f88bc030","kind":"commit","published_at":"2024-04-26T22:00:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0/manifests"},{"name":"conventional-changelog-eslint-v6.0.0","sha":"c7459cd7d1e1ab82c9a5d552b008c02aba290cad","kind":"commit","published_at":"2024-04-26T21:59:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0/manifests"},{"name":"git-raw-commits-v5.0.0","sha":"f61ea377e843db0852c35911785895ec43481f11","kind":"commit","published_at":"2024-04-26T21:58:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0/manifests"},{"name":"conventional-changelog-codemirror-v5.0.0","sha":"77525286ffc8869a6ac351ebe28198842815cb7c","kind":"commit","published_at":"2024-04-26T21:57:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0/manifests"},{"name":"conventional-changelog-cli-v5.0.0","sha":"a75cef688b9a1557ca981178d4d35c18963160b6","kind":"commit","published_at":"2024-04-26T21:53:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0/manifests"},{"name":"conventional-changelog-express-v5.0.0","sha":"a6ab80d6e30091a8b743ee97a87e7400af1ebc53","kind":"commit","published_at":"2024-04-26T21:53:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v10.0.0","sha":"d7c409b02f1d58cf6f0293edcadbe5f00a78a622","kind":"commit","published_at":"2024-04-26T21:52:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v10.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v10.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0/manifests"},{"name":"conventional-changelog-atom-v5.0.0","sha":"3b2b9d0ec2382f73d9cf000a1004596f90ece916","kind":"commit","published_at":"2024-04-26T21:51:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0/manifests"},{"name":"conventional-changelog-jshint-v5.0.0","sha":"d7dae509e72b09d1496ae51f1f04c15581c828fc","kind":"commit","published_at":"2024-04-26T21:50:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0/manifests"},{"name":"conventional-changelog-ember-v5.0.0","sha":"2e99dfa49112ffe6c864dd0e436f0db1e696b1f9","kind":"commit","published_at":"2024-04-26T21:50:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0/manifests"},{"name":"conventional-commits-parser-v6.0.0","sha":"646e1be132ccd0f32e3074de2f511be5c610984f","kind":"commit","published_at":"2024-04-26T21:48:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0/manifests"},{"name":"conventional-commits-filter-v5.0.0","sha":"be4266b7ef7b84ba5c198dfa8c143229f8a5b128","kind":"commit","published_at":"2024-04-26T21:47:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0/manifests"},{"name":"standard-changelog-v6.0.0","sha":"3e9b9387f29e48a508b70b88f26b40a6db9fea16","kind":"commit","published_at":"2024-04-26T21:45:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v5.0.0","sha":"041a1a9b73b201add30494aed19d026b948bd8f1","kind":"commit","published_at":"2024-04-26T21:41:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0/manifests"},{"name":"git-client-v1.0.0","sha":"7e51fe970576503cae3ab94e6e9b3e01017b044d","kind":"commit","published_at":"2024-04-26T21:21:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0/manifests"},{"name":"git-semver-tags-v7.0.1","sha":"fac8045242099c016f5f3905e54e02b7d466bd7b","kind":"commit","published_at":"2023-09-10T23:53:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1/manifests"},{"name":"conventional-changelog-writer-v7.0.1","sha":"e3a643ad39ec3bc4cfb1dff2aa1101333df33dc3","kind":"commit","published_at":"2023-09-10T23:49:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1/manifests"},{"name":"conventional-changelog-cli-v4.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0/manifests"},{"name":"conventional-changelog-v5.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0/manifests"},{"name":"conventional-changelog-core-v7.0.0","sha":"2e467dd39a35c3813597711a37690897183b4abc","kind":"commit","published_at":"2023-09-08T22:03:37.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0/manifests"},{"name":"git-semver-tags-v7.0.0","sha":"a13f788bd505d8253a2d92413fc4a7780e11ec07","kind":"commit","published_at":"2023-09-08T21:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0/manifests"},{"name":"standard-changelog-v5.0.0","sha":"34569c7a3fd2b0362a461517a1f4e20e7eecd9fc","kind":"commit","published_at":"2023-09-08T21:55:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v9.0.0","sha":"ad633d9d81f66ef80d7f77832a264cb0c5b971ef","kind":"commit","published_at":"2023-09-08T21:50:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.2","sha":"50113f9b569259d991f1a734a192964ca71f0118","kind":"commit","published_at":"2023-09-08T21:41:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2/manifests"},{"name":"conventional-changelog-preset-loader-v4.1.0","sha":"a14d2186575f6061f236c9a47d803694b18f8373","kind":"commit","published_at":"2023-09-08T21:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.1","sha":"ca4324b0a690b2595f8b574882ff95329a2dc195","kind":"commit","published_at":"2023-08-27T19:11:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1/manifests"},{"name":"conventional-commits-filter-v4.0.0","sha":"26fc9ea274dc0c62442ec9d97b20a2ebb49138bf","kind":"commit","published_at":"2023-08-27T12:55:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0/manifests"},{"name":"standard-changelog-v4.0.0","sha":"5b788265774bf4b63d3c83a178ca53e8e7095903","kind":"commit","published_at":"2023-08-27T12:50:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-eslint-v5.0.0","sha":"679594c0716275771cc23b314e4362899fe72f87","kind":"commit","published_at":"2023-08-27T12:46:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0/manifests"},{"name":"git-semver-tags-v6.0.0","sha":"1c75c72d9b5d59e3ea4e914c58a85f7559f29602","kind":"commit","published_at":"2023-08-27T12:40:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0/manifests"},{"name":"conventional-recommended-bump-v8.0.0","sha":"624377a24e8e3658bcf2329a9a98f9a7b02a4cb3","kind":"commit","published_at":"2023-08-27T12:33:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0/manifests"},{"name":"conventional-changelog-writer-v7.0.0","sha":"d669bb67dc713cb1e4374e3216ed7d83cde743c5","kind":"commit","published_at":"2023-08-27T12:27:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0/manifests"},{"name":"conventional-changelog-codemirror-v4.0.0","sha":"933fd0b3dd355d648faf57241b796a714004c722","kind":"commit","published_at":"2023-08-27T12:23:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0/manifests"},{"name":"conventional-changelog-express-v4.0.0","sha":"c9e9ceb3a3727659bd117bab01cbc7642d588f06","kind":"commit","published_at":"2023-08-27T12:16:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0/manifests"},{"name":"conventional-changelog-ember-v4.0.0","sha":"5d7c16268f79b7f180e34e997fdb37373d714666","kind":"commit","published_at":"2023-08-27T12:11:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0/manifests"},{"name":"conventional-changelog-jquery-v5.0.0","sha":"d643efb1050dcdaecee626044315644ff9b9e43b","kind":"commit","published_at":"2023-08-27T12:07:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v4.0.0","sha":"636646dd9ae062e9652a7f9ccaf6c329e6e9f924","kind":"commit","published_at":"2023-08-27T12:03:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0/manifests"},{"name":"conventional-changelog-v5.0.0","sha":"7985de3edc9e655369651ad464cb39b791887dc7","kind":"commit","published_at":"2023-08-27T11:58:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.0","sha":"5f0fe40743d8f559ab94ed11bbb4b8bda6fa6dcb","kind":"commit","published_at":"2023-08-27T11:51:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0/manifests"},{"name":"conventional-changelog-angular-v7.0.0","sha":"6c7a2e1a8807988bcb1a9842f72d14be3b1a89e3","kind":"commit","published_at":"2023-08-27T11:46:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0/manifests"},{"name":"conventional-changelog-jshint-v4.0.0","sha":"0204a9a340d2c85411e8de8905bc74c6146e5618","kind":"commit","published_at":"2023-08-27T11:41:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0/manifests"},{"name":"conventional-changelog-atom-v4.0.0","sha":"ab9b2c10e098ec8837d141102549f3eef698364c","kind":"commit","published_at":"2023-08-27T11:36:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0/manifests"},{"name":"conventional-changelog-cli-v4.0.0","sha":"29df6c4597afad27b9cda06f58eb564bcca609c4","kind":"commit","published_at":"2023-08-27T11:21:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0/manifests"},{"name":"conventional-changelog-core-v6.0.0","sha":"45613bbc2d13c798732e4b2bd4b2fa9ea67157d6","kind":"commit","published_at":"2023-08-27T11:17:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v4.0.0","sha":"5a896e3ef3aa9e751fcc74d7c76fa21d6d526cb0","kind":"commit","published_at":"2023-08-27T11:08:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0/manifests"},{"name":"git-raw-commits-v4.0.0","sha":"878fc56b43bc617177bf47fd8643a3b8b86078e5","kind":"commit","published_at":"2023-08-27T11:01:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0/manifests"},{"name":"conventional-commits-parser-v5.0.0","sha":"299de5acbe55a7d19dcdd2adc34681eae7264abf","kind":"commit","published_at":"2023-08-26T17:50:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0/manifests"},{"name":"git-semver-tags-v5.0.1","sha":"87914a362866a380e98a29edf19b2173e0911d8a","kind":"commit","published_at":"2023-07-09T19:10:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1/manifests"},{"name":"conventional-changelog-writer-v6.0.1","sha":"c123edea220b450cfa26813b6f198c3e8ebbd2b4","kind":"commit","published_at":"2023-07-09T14:49:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.2","sha":"83773c5e1a8874ea9809ca9db1dff60b7df1daae","kind":"commit","published_at":"2023-06-28T17:43:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.1.0","sha":"2e5fe6d9574ba896fa90b5bfcb50fb73d28af6d6","kind":"commit","published_at":"2023-06-17T21:30:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v7.0.1","sha":"f251b6899e313a9b23f3c8deb8b8b57217040892","kind":"commit","published_at":"2023-06-06T23:24:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.1","sha":"5b458dff9edf766446449acd1bbb8027a1e39fa5","kind":"commit","published_at":"2023-06-06T23:17:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1/manifests"},{"name":"gulp-conventional-changelog-v3.0.0","sha":"8ef6232797e5bf7c80422221374c53c03d5df36d","kind":"commit","published_at":"2023-06-06T22:50:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0/manifests"},{"name":"standard-changelog-v3.0.0","sha":"ea65f017b42b914ece780fd2fc799a6946912ed8","kind":"commit","published_at":"2023-06-06T22:42:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0/manifests"},{"name":"conventional-changelog-cli-v3.0.0","sha":"f00f4549cee9406054b77057a8135183fcd89710","kind":"commit","published_at":"2023-06-06T22:29:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0/manifests"},{"name":"conventional-changelog-v4.0.0","sha":"1a240f91ed584ed43e7f9c82235ca60eff0f4fa5","kind":"commit","published_at":"2023-06-06T19:50:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-core-v5.0.0","sha":"8507f601486c8ff6806156c50091262dee13ec54","kind":"commit","published_at":"2023-06-06T19:23:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v7.0.0","sha":"e1662ca7a6c688d28a334282a5e863f52866f3e8","kind":"commit","published_at":"2023-06-06T18:39:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v3.0.0","sha":"5d80d155425147a0b045af09536e5962cbfff620","kind":"commit","published_at":"2023-06-06T15:08:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.0.0","sha":"a30fc7ae219cf871b46cbe9d2c76a9730b70e272","kind":"commit","published_at":"2023-06-06T14:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v6.0.0","sha":"aa5d46c7b13b7b31f78af4b3c31c087c39eea41d","kind":"commit","published_at":"2023-06-06T14:46:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0/manifests"},{"name":"conventional-commits-filter-v3.0.0","sha":"502a73fe41aebb7b563c5ca69521e0b1bab904df","kind":"commit","published_at":"2023-06-06T14:32:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0/manifests"},{"name":"conventional-commits-parser-v4.0.0","sha":"9f7fe891e75c64937c28baa39a6c795a01603ab7","kind":"commit","published_at":"2023-06-06T14:24:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0/manifests"},{"name":"git-raw-commits-v3.0.0","sha":"571f2d549f10744a12ab3bc5dc5e0b749cb72667","kind":"commit","published_at":"2023-06-06T14:16:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0/manifests"},{"name":"git-semver-tags-v5.0.0","sha":"445c796d04105d10dd62d07039bc6a7fc9f263a5","kind":"commit","published_at":"2023-06-06T13:51:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0/manifests"},{"name":"conventional-changelog-atom-v3.0.0","sha":"208787aa2f5db8de1c2d43c56d71e6dfb9510781","kind":"commit","published_at":"2023-06-06T13:43:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0/manifests"},{"name":"conventional-changelog-angular-v6.0.0","sha":"c4ebf98acc15f37154aae5de53a225e896c4a157","kind":"commit","published_at":"2023-06-06T13:36:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0/manifests"},{"name":"conventional-changelog-codemirror-v3.0.0","sha":"0772453bee083917a05b9696d063ee3dc69957f9","kind":"commit","published_at":"2023-06-06T13:25:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0/manifests"},{"name":"conventional-changelog-ember-v3.0.0","sha":"e473d0c8af7c0cf8a54f775556796f50f3e695c2","kind":"commit","published_at":"2023-06-06T13:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0/manifests"},{"name":"conventional-changelog-eslint-v4.0.0","sha":"b3b896bc5b9e3ed65dcfc08c57967a252f37cfd1","kind":"commit","published_at":"2023-06-06T12:56:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0/manifests"},{"name":"conventional-changelog-express-v3.0.0","sha":"5594385d1dd2490b0fb508a60b6f30e8be6616ce","kind":"commit","published_at":"2023-06-06T12:37:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0/manifests"},{"name":"conventional-changelog-jquery-v4.0.0","sha":"51a3015a907b2cea900114359c36ce0e9664b72d","kind":"commit","published_at":"2023-06-06T12:17:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0/manifests"},{"name":"conventional-changelog-jshint-v3.0.0","sha":"281e5f883476e90b75cae4373a67436c86e94f6a","kind":"commit","published_at":"2023-06-06T12:02:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v5.0.0","sha":"ba6df7cf62de5f448368bed4398f6ddf633d2cbd","kind":"commit","published_at":"2022-05-27T18:02:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0/manifests"},{"name":"conventional-changelog-writer-v5.0.1","sha":"21b73f974adc4490a318d9c892055655cb82c538","kind":"commit","published_at":"2021-12-29T21:36:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.3","sha":"02757d342290bcf51a49d49e5e72f5eae6c6f6da","kind":"commit","published_at":"2021-12-29T19:52:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3/manifests"},{"name":"conventional-commits-parser-v3.2.4","sha":"1d0f62d4ac4911ef0d912d5401f783b152cee624","kind":"commit","published_at":"2021-12-29T19:46:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4/manifests"},{"name":"git-raw-commits-v2.0.11","sha":"95384dbd105ffe4f86bbc6ccad3e5405a1cbfe04","kind":"commit","published_at":"2021-12-29T19:39:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.2","sha":"1827696185192a8dd258ea7c3370090238b0fb76","kind":"commit","published_at":"2021-12-25T18:06:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2/manifests"},{"name":"conventional-changelog-cli-v2.2.2","sha":"8ce6a7bbd3fae87aa9d56fca68c2e16fbb2cace5","kind":"commit","published_at":"2021-12-25T17:22:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2/manifests"},{"name":"conventional-changelog-v3.1.25","sha":"8e9c3d76aaffd7fe67a78270b3ad9b881e953e7e","kind":"commit","published_at":"2021-12-24T18:50:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25/manifests"},{"name":"conventional-commits-parser-v3.2.3","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3/manifests"},{"name":"conventional-changelog-cli-v2.2.1","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.1","sha":"c35708d56a55e31b750aec1f745e5be52f0a75f2","kind":"commit","published_at":"2021-09-09T19:06:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1/manifests"},{"name":"conventional-commits-parser-v3.2.2","sha":"1bae48ff85eff0736ea6691b7214f3fc9c026256","kind":"commit","published_at":"2021-09-09T14:45:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2/manifests"},{"name":"conventional-changelog-core-v4.2.4","sha":"02fbc2d42d0faf53d4b7a2b0525626088a6ac8ba","kind":"commit","published_at":"2021-09-09T14:37:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4/manifests"},{"name":"conventional-changelog-angular-v5.0.13","sha":"e30343b4676d26b416080294dc74ebba001c0716","kind":"commit","published_at":"2021-09-09T14:31:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v5.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13/manifests"},{"name":"conventional-changelog-core-v4.2.3","sha":"318b555b6ef3aebdb5a8d4c7c734fd7234712dd3","kind":"commit","published_at":"2021-07-03T00:24:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.0","sha":"537c37d7801872c3e57e4200c64154a4d2ea042a","kind":"commit","published_at":"2021-04-30T00:15:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0/manifests"},{"name":"conventional-commits-parser-v3.2.1","sha":"758dda2937b6784f0cc6a535286862fcf95b6f06","kind":"commit","published_at":"2021-02-15T21:32:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1/manifests"},{"name":"git-raw-commits-v2.0.10","sha":"ffecaccb6e117afae9f68f1d48ff9a69554da950","kind":"commit","published_at":"2021-01-27T16:36:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10/manifests"},{"name":"conventional-changelog-writer-v5.0.0","sha":"61ef6491add84b841e1797baf09f62bbdd90dcd4","kind":"commit","published_at":"2020-12-30T22:40:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v6.1.0","sha":"3b0fb22b0bb49137b9ecddaeb349f66025205c57","kind":"commit","published_at":"2020-12-30T16:58:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0/manifests"},{"name":"conventional-changelog-core-v4.2.2","sha":"317eeb3137caff69bcc9a67fce3dc67663a010db","kind":"commit","published_at":"2020-12-30T00:53:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2/manifests"},{"name":"conventional-recommended-bump-v6.0.12","sha":"90ecc5d93bfd7626857eda5d240f92393d896be0","kind":"commit","published_at":"2020-12-30T00:43:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12/manifests"},{"name":"git-raw-commits-v2.0.9","sha":"227f3e23af86912c0cd64fdb1a820ac92e5757c5","kind":"commit","published_at":"2020-12-29T23:59:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9/manifests"},{"name":"conventional-changelog-writer-v4.1.0","sha":"77725cfb12ca3ca22abb9421b4af012a49207e7a","kind":"commit","published_at":"2020-12-29T23:41:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0/manifests"},{"name":"conventional-changelog-atom@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8/manifests"},{"name":"conventional-changelog-angular@5.0.12","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12/manifests"},{"name":"conventional-changelog@3.1.24","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24/manifests"},{"name":"git-raw-commits@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8/manifests"},{"name":"standard-changelog@2.0.27","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27/manifests"},{"name":"gulp-conventional-changelog@2.0.35","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35/manifests"},{"name":"git-semver-tags@4.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1/manifests"},{"name":"conventional-recommended-bump@6.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11/manifests"},{"name":"conventional-commits-parser@3.2.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0/manifests"},{"name":"conventional-commits-filter@2.0.7","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7/manifests"},{"name":"conventional-changelog-writer@4.0.18","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18/manifests"},{"name":"conventional-changelog-jshint@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9/manifests"},{"name":"conventional-changelog-jquery@3.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11/manifests"},{"name":"conventional-changelog-express@2.0.6","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9/manifests"},{"name":"conventional-changelog-ember@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9/manifests"},{"name":"conventional-changelog-core@4.2.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.5.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1/manifests"},{"name":"conventional-changelog-v3.1.24","sha":"f8fcbc2e8b0834c29178ace6382b438a020ad828","kind":"commit","published_at":"2020-10-25T02:45:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24/manifests"},{"name":"conventional-recommended-bump@6.0.10","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10/manifests"},{"name":"standard-changelog@2.0.26","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26/manifests"},{"name":"gulp-conventional-changelog@2.0.34","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34/manifests"},{"name":"git-semver-tags@4.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0/manifests"},{"name":"conventional-changelog-core@4.2.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.4.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0/manifests"},{"name":"conventional-changelog-cli@2.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0/manifests"},{"name":"conventional-changelog@3.1.23","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23/manifests"},{"name":"standard-changelog@2.0.25","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25/manifests"},{"name":"conventional-changelog-writer@4.0.17","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17/manifests"},{"name":"conventional-changelog-jshint@2.0.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8/manifests"},{"name":"conventional-changelog-core@4.1.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8/manifests"},{"name":"conventional-changelog@3.1.22","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22/manifests"},{"name":"conventional-changelog-angular@5.0.11","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.35","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35/manifests"},{"name":"gulp-conventional-changelog@2.0.33","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.1","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1/manifests"},{"name":"conventional-changelog-core@4.1.7","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7/manifests"},{"name":"conventional-changelog@3.1.21","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21/manifests"},{"name":"conventional-changelog-writer@4.0.16","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.34","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34/manifests"},{"name":"standard-changelog@2.0.24","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24/manifests"},{"name":"gulp-conventional-changelog@2.0.32","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32/manifests"},{"name":"git-semver-tags@4.0.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.3.4","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4/manifests"},{"name":"standard-changelog@2.0.23","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23/manifests"},{"name":"gulp-conventional-changelog@2.0.31","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31/manifests"},{"name":"conventional-changelog-eslint@3.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.15","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10/manifests"},{"name":"conventional-changelog@3.1.20","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20/manifests"},{"name":"conventional-changelog-atom@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7/manifests"},{"name":"conventional-changelog-cli@2.0.33","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33/manifests"},{"name":"conventional-changelog-codemirror@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0/manifests"},{"name":"conventional-changelog-core@4.1.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6/manifests"},{"name":"conventional-changelog-ember@2.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8/manifests"},{"name":"conventional-commits-filter@2.0.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6/manifests"},{"name":"conventional-commits-parser@3.1.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.9","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9/manifests"},{"name":"git-raw-commits@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7/manifests"},{"name":"conventional-changelog-express@2.0.5","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10/manifests"},{"name":"conventional-changelog-jshint@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7/manifests"},{"name":"conventional-changelog-preset-loader-v2.3.2","sha":"9f6c56cb960a5043823cfb85b9843991201cbb51","kind":"commit","published_at":"2020-05-08T19:21:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v2.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2/manifests"},{"name":"conventional-changelog-core@4.1.5","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5/manifests"},{"name":"gulp-conventional-changelog@2.0.30","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30/manifests"},{"name":"standard-changelog@2.0.22","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22/manifests"},{"name":"conventional-changelog@3.1.19","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19/manifests"},{"name":"conventional-changelog-cli@2.0.32","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32/manifests"},{"name":"conventional-changelog-cli@2.0.31","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31/manifests"},{"name":"standard-changelog@2.0.21","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21/manifests"},{"name":"gulp-conventional-changelog@2.0.29","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29/manifests"},{"name":"conventional-changelog-core@4.1.4","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4/manifests"},{"name":"conventional-changelog@3.1.18","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18/manifests"},{"name":"conventional-changelog@3.1.17","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17/manifests"},{"name":"standard-changelog@2.0.20","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20/manifests"},{"name":"gulp-conventional-changelog@2.0.28","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28/manifests"},{"name":"conventional-changelog-core@4.1.3","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.30","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30/manifests"},{"name":"conventional-changelog-cli@2.0.29","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29/manifests"},{"name":"standard-changelog@2.0.19","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19/manifests"},{"name":"gulp-conventional-changelog@2.0.27","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27/manifests"},{"name":"conventional-changelog-core@4.1.2","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2/manifests"},{"name":"conventional-changelog@3.1.16","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16/manifests"},{"name":"conventional-changelog-cli@2.0.28","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28/manifests"},{"name":"standard-changelog@2.0.18","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18/manifests"},{"name":"gulp-conventional-changelog@2.0.26","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26/manifests"},{"name":"git-semver-tags@3.0.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1/manifests"},{"name":"git-raw-commits@2.0.3","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3/manifests"},{"name":"conventional-recommended-bump@6.0.5","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5/manifests"},{"name":"conventional-commits-parser@3.0.8","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.11","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11/manifests"},{"name":"conventional-changelog-core@4.1.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1/manifests"},{"name":"conventional-changelog@3.1.15","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15/manifests"},{"name":"gulp-conventional-changelog@2.0.25","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25/manifests"},{"name":"conventional-changelog@3.1.14","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14/manifests"},{"name":"conventional-changelog-angular@5.0.6","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6/manifests"},{"name":"conventional-changelog-cli@2.0.27","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.3","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3/manifests"},{"name":"conventional-changelog-core@4.1.0","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0/manifests"},{"name":"conventional-commits-parser@3.0.7","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7/manifests"},{"name":"conventional-recommended-bump@6.0.4","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4/manifests"},{"name":"standard-changelog@2.0.17","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17/manifests"},{"name":"conventional-changelog-cli@2.0.26","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.2","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2/manifests"},{"name":"conventional-changelog-core@4.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3/manifests"},{"name":"conventional-commits-parser@3.0.6","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6/manifests"},{"name":"conventional-recommended-bump@6.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.24","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24/manifests"},{"name":"standard-changelog@2.0.16","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16/manifests"},{"name":"conventional-changelog-writer@4.0.10","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10/manifests"},{"name":"conventional-changelog-preset-loader@2.3.0","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0/manifests"},{"name":"conventional-changelog@3.1.13","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13/manifests"},{"name":"conventional-changelog-jshint@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.9","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9/manifests"},{"name":"conventional-commits-parser@3.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5/manifests"},{"name":"conventional-changelog@3.1.12","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12/manifests"},{"name":"conventional-recommended-bump@6.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.23","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23/manifests"},{"name":"standard-changelog@2.0.15","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5/manifests"},{"name":"conventional-changelog-atom@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.25","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25/manifests"},{"name":"conventional-changelog-codemirror@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.1","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1/manifests"},{"name":"conventional-changelog-core@4.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2/manifests"},{"name":"conventional-changelog-ember@2.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4/manifests"},{"name":"conventional-changelog-eslint@3.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.6","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6/manifests"},{"name":"standard-changelog@2.0.14","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14/manifests"},{"name":"gulp-conventional-changelog@2.0.22","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22/manifests"},{"name":"conventional-recommended-bump@6.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1/manifests"},{"name":"conventional-commits-parser@3.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4/manifests"},{"name":"conventional-changelog-writer@4.0.8","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8/manifests"},{"name":"conventional-changelog-jshint@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.5","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5/manifests"},{"name":"conventional-changelog-eslint@3.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3/manifests"},{"name":"conventional-changelog-ember@2.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3/manifests"},{"name":"conventional-changelog-core@4.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.0","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.24","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24/manifests"},{"name":"conventional-changelog-atom@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4/manifests"},{"name":"conventional-changelog@3.1.11","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11/manifests"},{"name":"conventional-changelog-preset-loader@2.2.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0/manifests"},{"name":"standard-changelog@2.0.13","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13/manifests"},{"name":"gulp-conventional-changelog@2.0.21","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21/manifests"},{"name":"git-semver-tags@3.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0/manifests"},{"name":"conventional-recommended-bump@6.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.7","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7/manifests"},{"name":"conventional-changelog@3.1.10","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10/manifests"},{"name":"conventional-changelog-cli@2.0.23","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23/manifests"},{"name":"conventional-changelog-conventionalcommits@4.1.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0/manifests"},{"name":"conventional-changelog-core@4.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.1","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.0.0","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0/manifests"},{"name":"conventional-changelog-core@3.2.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3/manifests"},{"name":"conventional-changelog-writer@4.0.6","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6/manifests"},{"name":"conventional-commits-parser@3.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3/manifests"},{"name":"conventional-changelog@3.1.9","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9/manifests"},{"name":"standard-changelog@2.0.12","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.20","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20/manifests"},{"name":"git-semver-tags@2.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.22","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22/manifests"},{"name":"standard-changelog@2.0.11","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11/manifests"},{"name":"conventional-changelog@3.1.8","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8/manifests"},{"name":"conventional-changelog-cli@2.0.21","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.2","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.19","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19/manifests"},{"name":"conventional-changelog@3.1.7","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7/manifests"},{"name":"conventional-changelog-cli@2.0.20","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.1","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.18","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18/manifests"},{"name":"conventional-changelog-cli@2.0.19","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.17","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17/manifests"},{"name":"conventional-changelog@3.1.6","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6/manifests"},{"name":"conventional-changelog@3.1.5","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5/manifests"},{"name":"conventional-changelog-conventionalcommits@2.0.0","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.16","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.18","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.2","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.17","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17/manifests"},{"name":"conventional-changelog@3.1.4","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.15","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15/manifests"},{"name":"conventional-changelog-writer@4.0.5","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5/manifests"},{"name":"standard-changelog@2.0.10","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10/manifests"},{"name":"gulp-conventional-changelog@2.0.14","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14/manifests"},{"name":"conventional-changelog@3.1.3","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3/manifests"},{"name":"conventional-changelog-core@3.2.2","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2/manifests"},{"name":"conventional-changelog-cli@2.0.16","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.15","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15/manifests"},{"name":"standard-changelog@2.0.9","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.1.2","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2/manifests"},{"name":"conventional-changelog-core@3.2.1","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1/manifests"},{"name":"gulp-conventional-changelog@2.0.13","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13/manifests"},{"name":"conventional-changelog@3.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1/manifests"},{"name":"gulp-conventional-changelog@2.0.12","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12/manifests"},{"name":"conventional-recommended-bump@4.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1/manifests"},{"name":"conventional-changelog-preset-loader@2.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.14","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14/manifests"},{"name":"conventional-changelog-preset-loader@2.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0/manifests"},{"name":"conventional-changelog-writer@4.0.4","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4/manifests"},{"name":"conventional-commits-filter@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2/manifests"},{"name":"conventional-commits-parser@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2/manifests"},{"name":"conventional-recommended-bump@4.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0/manifests"},{"name":"gulp-conventional-changelog@2.0.11","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11/manifests"},{"name":"standard-changelog@2.0.8","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8/manifests"},{"name":"git-raw-commits@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2/manifests"},{"name":"conventional-changelog@3.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0/manifests"},{"name":"conventional-changelog-cli@2.0.13","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0/manifests"},{"name":"conventional-changelog-core@3.2.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0/manifests"},{"name":"conventional-changelog-eslint@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2/manifests"},{"name":"standard-changelog@2.0.7","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6/manifests"},{"name":"conventional-changelog-angular@5.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.12","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.10","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10/manifests"},{"name":"conventional-changelog-writer@4.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3/manifests"},{"name":"conventional-changelog-core@3.1.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6/manifests"},{"name":"conventional-recommended-bump@4.0.4","sha":"da729f68f9dc581623deb587c705ef65d189a9f4","kind":"tag","published_at":"2018-11-01T06:56:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4/manifests"},{"name":"standard-changelog@2.0.6","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6/manifests"},{"name":"conventional-changelog-core@3.1.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5/manifests"},{"name":"conventional-changelog-writer@4.0.2","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.9","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.0.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.11","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.10","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10/manifests"},{"name":"conventional-changelog-core@3.1.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.8","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8/manifests"},{"name":"conventional-changelog@3.0.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4/manifests"},{"name":"git-semver-tags@2.0.2","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.3","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3/manifests"},{"name":"standard-changelog@2.0.5","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5/manifests"},{"name":"standard-changelog@2.0.4","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.7","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3/manifests"},{"name":"conventional-changelog-core@3.1.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.9","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9/manifests"},{"name":"standard-changelog@2.0.3","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.8","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8/manifests"},{"name":"conventional-changelog-core@3.1.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2/manifests"},{"name":"gulp-conventional-changelog@2.0.6","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6/manifests"},{"name":"conventional-changelog@3.0.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.5","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.7","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7/manifests"},{"name":"conventional-changelog@3.0.1","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1/manifests"},{"name":"standard-changelog@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4/manifests"},{"name":"git-semver-tags@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1/manifests"},{"name":"git-raw-commits@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2/manifests"},{"name":"conventional-commits-parser@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1/manifests"},{"name":"conventional-commits-filter@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1/manifests"},{"name":"conventional-changelog-writer@4.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1/manifests"},{"name":"conventional-changelog-preset-loader@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4/manifests"},{"name":"conventional-changelog-express@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1/manifests"},{"name":"conventional-changelog-eslint@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2/manifests"},{"name":"conventional-changelog-core@3.1.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1/manifests"},{"name":"conventional-changelog-codemirror@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.6","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6/manifests"},{"name":"conventional-changelog-atom@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1/manifests"},{"name":"conventional-changelog-angular@5.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2/manifests"},{"name":"conventional-changelog@3.0.0","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.5","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.3","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.2","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.4","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3/manifests"},{"name":"standard-changelog@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3/manifests"},{"name":"conventional-changelog-core@3.1.0","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0/manifests"},{"name":"conventional-changelog-ember@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1/manifests"},{"name":"conventional-changelog-jquery@3.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1/manifests"},{"name":"conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0/manifests"},{"name":"conventional-recommended-bump@4.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0/manifests"},{"name":"conventional-changelog-jquery@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0/manifests"},{"name":"conventional-changelog-express@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0/manifests"},{"name":"conventional-changelog-eslint@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0/manifests"},{"name":"conventional-changelog-ember@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1/manifests"},{"name":"conventional-changelog-atom@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1/manifests"},{"name":"conventional-changelog-angular@4.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1/manifests"},{"name":"conventional-changelog-jquery@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0/manifests"},{"name":"conventional-changelog-jshint@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0/manifests"},{"name":"standard-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0/manifests"},{"name":"conventional-recommended-bump@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0/manifests"},{"name":"conventional-commits-parser@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0/manifests"},{"name":"conventional-commits-filter@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0/manifests"},{"name":"conventional-changelog-ember@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0/manifests"},{"name":"conventional-changelog-express@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0/manifests"},{"name":"git-semver-tags@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0/manifests"},{"name":"git-raw-commits@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0/manifests"},{"name":"conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-angular@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0/manifests"},{"name":"conventional-changelog-atom@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0/manifests"},{"name":"conventional-changelog-core@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0/manifests"},{"name":"conventional-changelog-eslint@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-core@2.0.11","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11/manifests"},{"name":"conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-cli@1.3.22","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22/manifests"},{"name":"conventional-changelog-ember@0.3.12","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12/manifests"},{"name":"conventional-recommended-bump@2.0.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9/manifests"},{"name":"conventional-changelog-angular@3.0.7","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7/manifests"},{"name":"gulp-conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24/manifests"},{"name":"standard-changelog@1.0.19","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19/manifests"},{"name":"conventional-changelog-jquery@1.3.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9/manifests"},{"name":"conventional-changelog-angular@3.0.6","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6/manifests"},{"name":"standard-changelog@1.0.18","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18/manifests"},{"name":"gulp-conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-writer@3.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9/manifests"},{"name":"conventional-changelog-jshint@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8/manifests"},{"name":"conventional-changelog-jquery@1.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8/manifests"},{"name":"conventional-changelog-eslint@1.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9/manifests"},{"name":"conventional-changelog-ember@0.3.11","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11/manifests"},{"name":"conventional-changelog-core@2.0.10","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10/manifests"},{"name":"conventional-changelog-codemirror@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8/manifests"},{"name":"conventional-changelog-cli@1.3.21","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21/manifests"},{"name":"conventional-changelog-atom@0.2.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8/manifests"},{"name":"conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23/manifests"},{"name":"gulp-conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-core@2.0.9","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9/manifests"},{"name":"conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-cli@1.3.20","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20/manifests"},{"name":"conventional-changelog-writer@3.0.8","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8/manifests"},{"name":"standard-changelog@1.0.17","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17/manifests"},{"name":"conventional-changelog-angular@3.0.5","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.10","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10/manifests"},{"name":"conventional-changelog-cli@1.3.19","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19/manifests"},{"name":"conventional-changelog-angular@3.0.4","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4/manifests"},{"name":"conventional-changelog-atom@0.2.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7/manifests"},{"name":"conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-core@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.9","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9/manifests"},{"name":"conventional-changelog-eslint@1.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8/manifests"},{"name":"conventional-changelog-express@0.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6/manifests"},{"name":"conventional-changelog-jquery@1.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7/manifests"},{"name":"conventional-changelog-preset-loader@1.1.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8/manifests"},{"name":"conventional-changelog-writer@3.0.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7/manifests"},{"name":"conventional-commits-parser@2.1.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7/manifests"},{"name":"conventional-recommended-bump@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8/manifests"},{"name":"git-raw-commits@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6/manifests"},{"name":"git-semver-tags@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21/manifests"},{"name":"standard-changelog@1.0.16","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16/manifests"},{"name":"conventional-changelog-codemirror@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6/manifests"},{"name":"conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-core@2.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7/manifests"},{"name":"conventional-changelog-codemirror@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6/manifests"},{"name":"conventional-changelog-cli@1.3.18","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18/manifests"},{"name":"conventional-changelog-ember@0.3.8","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8/manifests"},{"name":"conventional-changelog-writer@3.0.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6/manifests"},{"name":"conventional-changelog-atom@0.2.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6/manifests"},{"name":"conventional-changelog-eslint@1.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7/manifests"},{"name":"standard-changelog@1.0.15","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15/manifests"},{"name":"conventional-changelog-angular@3.0.3","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3/manifests"},{"name":"conventional-changelog-jquery@1.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-angular@3.0.2","sha":"1cc079df803f58b52c8aa997fff43e9c162266e7","kind":"tag","published_at":"2018-03-22T14:14:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2/manifests"},{"name":"conventional-changelog-ember@0.3.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7/manifests"},{"name":"standard-changelog@1.0.14","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14/manifests"},{"name":"gulp-conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19/manifests"},{"name":"git-semver-tags@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5/manifests"},{"name":"git-raw-commits@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7/manifests"},{"name":"conventional-commits-parser@2.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6/manifests"},{"name":"conventional-commits-filter@1.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5/manifests"},{"name":"conventional-changelog-preset-loader@1.1.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7/manifests"},{"name":"conventional-changelog-jshint@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5/manifests"},{"name":"conventional-changelog-jquery@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5/manifests"},{"name":"conventional-changelog-express@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6/manifests"},{"name":"conventional-changelog-core@2.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5/manifests"},{"name":"conventional-changelog-cli@1.3.17","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17/manifests"},{"name":"conventional-changelog-atom@0.2.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5/manifests"},{"name":"conventional-changelog-angular@3.0.1","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1/manifests"},{"name":"conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19/manifests"},{"name":"conventional-changelog-angular@3.0.0","sha":"49997aaba373502e5b38bd366846934641e95799","kind":"tag","published_at":"2018-03-22T13:45:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.16","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16/manifests"},{"name":"conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18/manifests"},{"name":"gulp-conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-eslint@1.0.5","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5/manifests"},{"name":"conventional-changelog-cli@1.3.15","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15/manifests"},{"name":"conventional-changelog-codemirror@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4/manifests"},{"name":"conventional-changelog-express@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4/manifests"},{"name":"conventional-changelog-jquery@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4/manifests"},{"name":"conventional-changelog-jshint@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4/manifests"},{"name":"conventional-commits-filter@1.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5/manifests"},{"name":"conventional-commits-parser@2.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5/manifests"},{"name":"conventional-recommended-bump@2.0.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6/manifests"},{"name":"standard-changelog@1.0.13","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13/manifests"},{"name":"gulp-conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17/manifests"},{"name":"git-semver-tags@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4/manifests"},{"name":"git-raw-commits@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4/manifests"},{"name":"conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17/manifests"},{"name":"conventional-changelog-angular@1.6.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6/manifests"},{"name":"conventional-changelog-atom@0.2.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4/manifests"},{"name":"gulp-conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog-angular@1.6.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5/manifests"},{"name":"conventional-changelog-atom@0.2.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3/manifests"},{"name":"conventional-changelog-cli@1.3.14","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14/manifests"},{"name":"conventional-changelog-codemirror@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4/manifests"},{"name":"conventional-changelog-ember@0.3.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3/manifests"},{"name":"conventional-changelog-express@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3/manifests"},{"name":"conventional-changelog-jshint@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5/manifests"},{"name":"conventional-changelog-writer@3.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3/manifests"},{"name":"conventional-commits-filter@1.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4/manifests"},{"name":"conventional-commits-parser@2.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4/manifests"},{"name":"conventional-recommended-bump@2.0.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5/manifests"},{"name":"git-raw-commits@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3/manifests"},{"name":"git-semver-tags@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3/manifests"},{"name":"standard-changelog@1.0.12","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12/manifests"},{"name":"conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15/manifests"},{"name":"gulp-conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15/manifests"},{"name":"conventional-recommended-bump@2.0.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4/manifests"},{"name":"conventional-changelog-cli@1.3.13","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13/manifests"},{"name":"conventional-changelog-preset-loader@1.1.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4/manifests"},{"name":"git-raw-commits@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2/manifests"},{"name":"standard-changelog@1.0.11","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11/manifests"},{"name":"conventional-recommended-bump@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3/manifests"},{"name":"gulp-conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14/manifests"},{"name":"git-semver-tags@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2/manifests"},{"name":"conventional-changelog-eslint@1.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2/manifests"},{"name":"conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14/manifests"},{"name":"conventional-changelog-angular@1.6.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4/manifests"},{"name":"conventional-changelog-atom@0.2.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2/manifests"},{"name":"conventional-changelog-cli@1.3.12","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12/manifests"},{"name":"conventional-changelog-codemirror@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2/manifests"},{"name":"conventional-changelog-core@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.3.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4/manifests"},{"name":"conventional-changelog-express@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2/manifests"},{"name":"conventional-changelog-jquery@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2/manifests"},{"name":"conventional-changelog-jshint@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3/manifests"},{"name":"conventional-commits-filter@1.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3/manifests"},{"name":"conventional-changelog-writer@3.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13/manifests"},{"name":"standard-changelog@1.0.10","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10/manifests"},{"name":"git-raw-commits@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1/manifests"},{"name":"conventional-commits-parser@2.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2/manifests"},{"name":"conventional-changelog-writer@3.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1/manifests"},{"name":"conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13/manifests"},{"name":"conventional-commits-filter@1.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2/manifests"},{"name":"conventional-recommended-bump@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2/manifests"},{"name":"git-semver-tags@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1/manifests"},{"name":"conventional-changelog-core@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2/manifests"},{"name":"conventional-changelog-codemirror@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1/manifests"},{"name":"conventional-changelog-angular@1.6.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3/manifests"},{"name":"conventional-changelog-cli@1.3.11","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11/manifests"},{"name":"conventional-changelog-atom@0.2.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1/manifests"},{"name":"conventional-changelog-ember@0.3.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1/manifests"},{"name":"conventional-changelog-express@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3/manifests"},{"name":"conventional-changelog-jshint@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1/manifests"},{"name":"conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12/manifests"},{"name":"gulp-conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12/manifests"},{"name":"conventional-changelog-cli@1.3.10","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10/manifests"},{"name":"conventional-recommended-bump@2.0.1","sha":"a4f0aa902d3e966fe6d6b1d46f2130838524cfbf","kind":"tag","published_at":"2018-02-12T14:54:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1/manifests"},{"name":"conventional-recommended-bump@2.0.0","sha":"9885d205ed96338575335652d006f475408e1195","kind":"tag","published_at":"2018-02-12T14:30:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0/manifests"},{"name":"conventional-changelog-preset-loader@1.1.2","sha":"a450d974237d440009ec3fb4c63974cf066e8f79","kind":"tag","published_at":"2018-02-12T04:07:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.1","sha":"5af1f00dcc4e1f9c3299bc7feb322a88b711f042","kind":"tag","published_at":"2018-02-09T04:17:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.0","sha":"c3eb36dbc52f383df6f3dcf3a3870b01ceee0b8b","kind":"tag","published_at":"2018-02-08T14:46:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0/manifests"},{"name":"conventional-changelog-ember@0.3.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1/manifests"},{"name":"conventional-changelog-angular@1.6.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2/manifests"},{"name":"gulp-conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11/manifests"},{"name":"standard-changelog@1.0.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9/manifests"},{"name":"conventional-recommended-bump@1.2.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1/manifests"},{"name":"conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11/manifests"},{"name":"conventional-changelog-cli@1.3.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9/manifests"},{"name":"conventional-changelog-core@2.0.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1/manifests"},{"name":"gulp-conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10/manifests"},{"name":"standard-changelog@1.0.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8/manifests"},{"name":"git-semver-tags@1.3.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.2.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0/manifests"},{"name":"conventional-changelog-writer@3.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0/manifests"},{"name":"conventional-changelog-eslint@1.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.3.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1/manifests"},{"name":"conventional-changelog-core@2.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8/manifests"},{"name":"conventional-changelog-angular@1.6.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1/manifests"},{"name":"conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10/manifests"},{"name":"conventional-changelog-core@1.9.5","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5/manifests"},{"name":"conventional-changelog-ember@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0/manifests"},{"name":"conventional-changelog-eslint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0/manifests"},{"name":"conventional-changelog-cli@1.3.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7/manifests"},{"name":"conventional-changelog-express@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0/manifests"},{"name":"conventional-changelog-jquery@1.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0/manifests"},{"name":"conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-jshint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0/manifests"},{"name":"gulp-conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9/manifests"},{"name":"standard-changelog@1.0.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7/manifests"},{"name":"conventional-changelog-angular@1.6.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0/manifests"},{"name":"conventional-changelog-codemirror@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0/manifests"},{"name":"conventional-changelog-atom@0.2.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0/manifests"},{"name":"conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8/manifests"},{"name":"standard-changelog@1.0.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6/manifests"},{"name":"gulp-conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8/manifests"},{"name":"conventional-recommended-bump@1.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0/manifests"},{"name":"conventional-commits-parser@2.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0/manifests"},{"name":"conventional-commits-filter@1.1.1","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1/manifests"},{"name":"conventional-changelog-writer@2.0.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.2.10","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10/manifests"},{"name":"conventional-changelog-core@1.9.4","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4/manifests"},{"name":"conventional-changelog-cli@1.3.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6/manifests"},{"name":"conventional-changelog-angular@1.5.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3/manifests"},{"name":"conventional-changelog-ember@0.2.9","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9/manifests"},{"name":"standard-changelog@1.0.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5/manifests"},{"name":"gulp-conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7/manifests"},{"name":"git-semver-tags@1.2.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3/manifests"},{"name":"git-raw-commits@1.3.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.0.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3/manifests"},{"name":"conventional-commits-parser@2.0.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1/manifests"},{"name":"conventional-commits-filter@1.1.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0/manifests"},{"name":"conventional-changelog-writer@2.0.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2/manifests"},{"name":"conventional-changelog-jshint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1/manifests"},{"name":"conventional-changelog-jquery@1.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1/manifests"},{"name":"conventional-changelog-express@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1/manifests"},{"name":"conventional-changelog-eslint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1/manifests"},{"name":"conventional-changelog-core@1.9.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3/manifests"},{"name":"conventional-changelog-codemirror@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1/manifests"},{"name":"conventional-changelog-cli@1.3.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5/manifests"},{"name":"conventional-changelog-atom@0.1.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2/manifests"},{"name":"conventional-changelog-angular@1.5.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2/manifests"},{"name":"conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7/manifests"},{"name":"@marionebl/conventional-commits-parser@3.0.0","sha":"edf4068ce4c3ea6ac5b61323473ab655be5eb895","kind":"tag","published_at":"2017-11-01T07:09:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/@marionebl/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/@marionebl/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4/manifests"},{"name":"git-semver-tags@1.2.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2/manifests"},{"name":"conventional-recommended-bump@1.0.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-ember@0.2.8","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8/manifests"},{"name":"conventional-changelog-core@1.9.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2/manifests"},{"name":"standard-changelog@1.0.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4/manifests"},{"name":"conventional-changelog-angular@1.5.1","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1/manifests"},{"name":"conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6/manifests"},{"name":"standard-changelog@1.0.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3/manifests"},{"name":"conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-angular@1.5.0","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0/manifests"},{"name":"conventional-changelog-cli@1.3.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3/manifests"},{"name":"gulp-conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-writer@2.0.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1/manifests"},{"name":"conventional-changelog-core@1.9.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1/manifests"},{"name":"conventional-changelog-ember@0.2.7","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7/manifests"},{"name":"git-semver-tags@1.2.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1/manifests"},{"name":"conventional-changelog-jshint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0/manifests"},{"name":"conventional-changelog-jquery@1.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0/manifests"},{"name":"conventional-changelog-express@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0/manifests"},{"name":"conventional-changelog-eslint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0/manifests"},{"name":"conventional-commits-parser@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0/manifests"},{"name":"conventional-changelog-writer@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1/manifests"},{"name":"conventional-changelog-core@1.9.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0/manifests"},{"name":"conventional-changelog-codemirror@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0/manifests"},{"name":"conventional-changelog-cli@1.3.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2/manifests"},{"name":"conventional-changelog-atom@0.1.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1/manifests"},{"name":"conventional-changelog-angular@1.4.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0/manifests"},{"name":"conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4/manifests"},{"name":"gulp-conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4/manifests"},{"name":"standard-changelog@1.0.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2/manifests"},{"name":"conventional-changelog-ember@0.2.6","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6/manifests"},{"name":"conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3/manifests"},{"name":"conventional-changelog-angular@1.3.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3/manifests"},{"name":"conventional-changelog-cli@1.3.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1/manifests"},{"name":"conventional-changelog-core@1.8.0","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.8.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0/manifests"},{"name":"conventional-changelog-ember@0.2.5","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5/manifests"},{"name":"gulp-conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3/manifests"},{"name":"standard-changelog@1.0.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1/manifests"},{"name":"git-semver-tags@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0/manifests"},{"name":"standard-changelog@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2/manifests"},{"name":"git-raw-commits@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0/manifests"},{"name":"conventional-recommended-bump@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.2.4","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4/manifests"},{"name":"conventional-changelog-core@1.7.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.7.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0/manifests"},{"name":"conventional-changelog-cli@1.3.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0/manifests"},{"name":"conventional-changelog-angular@1.3.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2/manifests"},{"name":"conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2/manifests"},{"name":"gulp-conventional-changelog@1.1.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"tag","published_at":"2017-03-10T05:35:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0/manifests"},{"name":"standard-changelog@0.0.2","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@0.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-ember@0.2.3","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3/manifests"},{"name":"conventional-changelog-core@1.6.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0/manifests"},{"name":"conventional-changelog-angular@1.3.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1/manifests"},{"name":"conventional-changelog-cli@1.2.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1/manifests"},{"name":"conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-cli@1.2.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:01:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0/manifests"},{"name":"conventional-changelog-core@1.5.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:00:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0/manifests"},{"name":"git-raw-commits@1.1.2","sha":"f5fe78b1f15791cb0499744bf278dff22b52732f","kind":"tag","published_at":"2017-03-09T07:37:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2/manifests"},{"name":"git-semver-tags@1.1.2","sha":"7be07c7c0f49572b1c0e9c98f004b599d8b5bb1a","kind":"tag","published_at":"2017-03-09T07:35:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2/manifests"},{"name":"v1.1.0","sha":"600d411569271467389c3cbe71f7f657980e89a1","kind":"tag","published_at":"2016-02-13T06:59:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"9591280a8d09220aced3383abe3bc7ecbb34b503","kind":"tag","published_at":"2016-02-13T06:37:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"beef421f56939190a4ca30c28788eda1b3f9480d","kind":"tag","published_at":"2016-02-05T13:49:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"c8e90ab7fddd0b98855913e73fc12f9dc9dc81b1","kind":"tag","published_at":"2016-02-05T12:59:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0/manifests"},{"name":"v0.5.3","sha":"d79ce243223260b153699b99de0503698546ea63","kind":"tag","published_at":"2015-12-25T05:07:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"9e7b771072a2680c6c335fcad38003aade53213e","kind":"tag","published_at":"2015-12-23T12:24:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"4bf7d8df29f7be29552b82ec2b7112fad0c39a3e","kind":"tag","published_at":"2015-10-20T09:52:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"5ca2204b472704543ebbc744a22f8f90ec659659","kind":"tag","published_at":"2015-09-30T08:49:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"e5f2f3bc675e2c7e5cc6aa0ed50da7941833e492","kind":"tag","published_at":"2015-09-04T03:16:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"7536a0b351cc4f2764e71cbc268a178ab595259d","kind":"tag","published_at":"2015-08-17T01:28:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"56fa3d92620a41a875b3337fa51d04d6df23b1a8","kind":"tag","published_at":"2015-08-15T12:34:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"eefec0ef598a92e78510ee8626fd9bbcdb1398e4","kind":"tag","published_at":"2015-08-15T11:19:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0/manifests"},{"name":"v0.3.2","sha":"74b99dca61eafd56ba93605016b086a1108e77fe","kind":"tag","published_at":"2015-08-13T03:12:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"a1aca9c31a45aded77962bd0defc32e503aec213","kind":"commit","published_at":"2015-08-11T06:23:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"b489672d27ff703337c540f0fbc43f6486a84d99","kind":"commit","published_at":"2015-08-09T03:27:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"12e3cd6b151353dbe7f584adabbe5dd8a28424db","kind":"commit","published_at":"2015-07-24T08:13:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"f437b457b5ea6c105535a360144000f8315db54d","kind":"commit","published_at":"2015-07-24T04:54:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0/manifests"},{"name":"v0.1.3","sha":"c8fa9d0b94f8ac07f162623e4b9e9e68aad82e62","kind":"commit","published_at":"2015-07-22T11:06:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"6ba5d6e4b90a154dbca6ec0f80c66ad5995cd770","kind":"commit","published_at":"2015-07-22T07:10:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c015f8762f70eff2be7b8d7fb82438689239d717","kind":"commit","published_at":"2015-07-20T07:55:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"7253d0fea773e3f7cc0a3fb8278c9da070df26ee","kind":"commit","published_at":"2015-07-20T07:12:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.3","sha":"0c9f1e89bfacec8e08bac8ef96d64e3abdbecda7","kind":"commit","published_at":"2015-07-17T11:02:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"fec1baf43b8c0156682d4014a4fd066bd24ad448","kind":"commit","published_at":"2015-07-17T06:23:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"a5ea0dfada48601b9e3fbec78dd37d70380a2db6","kind":"commit","published_at":"2015-07-15T08:03:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1/manifests"},{"name":"v0.1.0-alpha.3","sha":"9b6cc68a2c17c9671363fe7af5de7ebd3a06aaeb","kind":"commit","published_at":"2015-07-06T01:27:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3/manifests"},{"name":"v0.1.0-alpha.2","sha":"34b0f460c34ecc48af857d8ee5d7038970ba56fb","kind":"commit","published_at":"2015-06-29T12:04:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2/manifests"},{"name":"v0.1.0-alpha.1","sha":"05b3415fc699ab43f3fa33b5ecd040ab5ecdf9e2","kind":"commit","published_at":"2015-06-24T04:42:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1/manifests"},{"name":"v0.0.17","sha":"3cae05244e48af9cf4abbef3114060db585a574c","kind":"commit","published_at":"2015-04-03T02:12:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"c0719ce6ba16778dd34c2cfdc81e7f3c5321409d","kind":"commit","published_at":"2015-03-19T04:15:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"57af04dc3e362c0e327b716279c9143028c6e0da","kind":"commit","published_at":"2015-03-18T20:23:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"69be290efb58a6a92e9ae78d7b37168d293920b5","kind":"commit","published_at":"2015-03-13T21:22:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"15a39d02ba3d666e7820eecbb8c5493ef2f6040a","kind":"commit","published_at":"2015-03-12T23:17:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13/manifests"},{"name":"v0.0.11","sha":"37f5561553c30d8f0f2c949502ea278da64949cd","kind":"tag","published_at":"2014-05-28T13:14:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"ad6f6ec5499d2c902b88da95487862d50e5ad776","kind":"tag","published_at":"2014-05-28T12:51:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"87efbabd9bc2a0fd83255e6cb856961b10aef9eb","kind":"tag","published_at":"2014-05-06T17:11:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"94b12cf69c51264b1edb6c81b50a262f0536894b","kind":"tag","published_at":"2014-04-10T14:45:48.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"1cf17e494fd7d8538c55189c72c0cf57d145ef41","kind":"tag","published_at":"2014-04-10T14:06:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"861f9ec93de28be4185b35815c2b6ab17746eb3f","kind":"commit","published_at":"2014-01-23T19:39:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"3f59f7356c86f30ef8e8754386373c2a8f97b367","kind":"commit","published_at":"2014-01-23T18:59:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6fa2c22464dcd964df604550c2ce2ed1d2f4362b","kind":"commit","published_at":"2014-01-04T21:36:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4/manifests"}]},"repo_metadata_updated_at":"2024-09-05T18:05:20.519Z","dependent_packages_count":1,"downloads":49,"downloads_period":"last-month","dependent_repos_count":1,"rankings":{"downloads":11.14587450965736,"dependent_repos_count":10.767935900085632,"dependent_packages_count":21.30988168970035,"stargazers_count":1.200604311931194,"forks_count":1.4451913051652208,"docker_downloads_count":null,"average":9.173897543307952},"purl":"pkg:npm/conventional-changelog-medipass","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/conventional-changelog-medipass","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/conventional-changelog-medipass","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/conventional-changelog-medipass/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-09-04T23:04:01.314Z","issues_count":175,"pull_requests_count":479,"avg_time_to_close_issue":19345133.890243903,"avg_time_to_close_pull_request":6038480.121447029,"issues_closed_count":82,"pull_requests_closed_count":387,"pull_request_authors_count":71,"issue_authors_count":107,"avg_comments_per_issue":2.12,"avg_comments_per_pull_request":1.3068893528183716,"merged_pull_requests_count":302,"bot_issues_count":3,"bot_pull_requests_count":228,"past_year_issues_count":65,"past_year_pull_requests_count":215,"past_year_avg_time_to_close_issue":881436.8095238095,"past_year_avg_time_to_close_pull_request":919702.6333333333,"past_year_issues_closed_count":42,"past_year_pull_requests_closed_count":180,"past_year_pull_request_authors_count":24,"past_year_issue_authors_count":40,"past_year_avg_comments_per_issue":1.5538461538461539,"past_year_avg_comments_per_pull_request":1.0604651162790697,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":94,"past_year_merged_pull_requests_count":142,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues","maintainers":[{"login":"dangreen","count":83,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"},{"login":"bcoe","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bcoe"},{"login":"tommywo","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tommywo"}],"active_maintainers":[{"login":"dangreen","count":72,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-medipass/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-medipass/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-medipass/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-medipass/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-medipass/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-medipass/codemeta","maintainers":[{"uuid":"jmoxey","login":"jmoxey","name":null,"email":"jakemoxey@gmail.com","url":null,"packages_count":223,"html_url":"https://www.npmjs.com/~jmoxey","role":null,"created_at":"2022-11-11T20:38:48.416Z","updated_at":"2022-11-11T20:38:48.416Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/jmoxey/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5644415,"maintainers_count":1200486,"namespaces_count":399623,"keywords_count":847874,"github":"npm","metadata":{"funded_packages_count":171745},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-06-10T05:11:46.456Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":1554925,"name":"conventional-changelog-cli","ecosystem":"npm","description":"Generate a changelog from git metadata.","homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#readme","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"namespace":null,"versions_count":67,"first_release_published_at":"2015-06-24T01:05:45.011Z","latest_release_published_at":"2024-05-03T22:57:55.122Z","latest_release_number":"5.0.0","last_synced_at":"2026-06-03T20:27:54.921Z","created_at":"2022-04-09T05:41:21.397Z","updated_at":"2026-06-03T20:27:54.921Z","registry_url":"https://www.npmjs.com/package/conventional-changelog-cli","install_command":"npm install conventional-changelog-cli","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"5.0.0","next":"2.1.1"}},"repo_metadata":{"id":12961414,"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2024-06-18T04:54:14.000Z","size":5832,"stargazers_count":7627,"open_issues_count":249,"forks_count":715,"subscribers_count":58,"default_branch":"master","last_synced_at":"2024-06-19T09:40:31.278Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2024-06-19T09:40:44.711Z","dependencies_parsed_at":"2022-07-13T10:30:31.523Z","dependency_job_id":"5f6d159e-c4c6-405b-9fa7-976ffc4dfa04","html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1464,"total_committers":136,"mean_commits":"10.764705882352942","dds":"0.40095628415300544","last_synced_commit":"58f0887283a200d52e49607baf7b352f26177b05"},"previous_names":["ajoslin/conventional-changelog"],"tags_count":777,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":215686924,"owners_count":15916249,"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"},"owner_record":{"login":"conventional-changelog","name":"conventional-changelog","uuid":"16443515","kind":"organization","description":"Tools to generate changelogs and release notes from a project's commit messages and metadata.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16443515?v=4","repositories_count":12,"last_synced_at":"2024-03-25T20:05:25.442Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/conventional-changelog","funding_links":[],"total_stars":31480,"followers":325,"following":0,"created_at":"2022-11-02T16:25:21.572Z","updated_at":"2024-03-25T20:05:26.809Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog/repositories"},"tags":[{"name":"git-client-v1.0.1","sha":"d3b8aaa16337993bbad4d91db1ffac5a7568756b","kind":"commit","published_at":"2024-05-06T14:46:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1/manifests"},{"name":"conventional-changelog-v6.0.0","sha":"83bb15ba5de08f080884fc906c6db3c99c8b2131","kind":"commit","published_at":"2024-04-26T22:08:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0/manifests"},{"name":"conventional-changelog-core-v8.0.0","sha":"7bc92fc05e4447f311ad52b6e39d36f461eaf083","kind":"commit","published_at":"2024-04-26T22:07:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v8.0.0","sha":"3129c812139bf7454a64b4d506e6b85cd5abc77c","kind":"commit","published_at":"2024-04-26T22:06:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0/manifests"},{"name":"git-semver-tags-v8.0.0","sha":"fbd1b3bcd6253a32de89eb21145c2eb70d9396b6","kind":"commit","published_at":"2024-04-26T22:05:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v5.0.0","sha":"e34c96db3dbebedb17a6583aae8855dddd056f83","kind":"commit","published_at":"2024-04-26T22:04:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0/manifests"},{"name":"conventional-changelog-angular-v8.0.0","sha":"2aa6291a93eb881230e896f87a5232873b6a9717","kind":"commit","published_at":"2024-04-26T22:04:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0/manifests"},{"name":"conventional-changelog-jquery-v6.0.0","sha":"1c71cd6d4868ef2e158963e277609a9794806306","kind":"commit","published_at":"2024-04-26T22:03:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v8.0.0","sha":"533e36277d1779a5ac79a06210c603b5f88bc030","kind":"commit","published_at":"2024-04-26T22:00:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0/manifests"},{"name":"conventional-changelog-eslint-v6.0.0","sha":"c7459cd7d1e1ab82c9a5d552b008c02aba290cad","kind":"commit","published_at":"2024-04-26T21:59:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0/manifests"},{"name":"git-raw-commits-v5.0.0","sha":"f61ea377e843db0852c35911785895ec43481f11","kind":"commit","published_at":"2024-04-26T21:58:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0/manifests"},{"name":"conventional-changelog-codemirror-v5.0.0","sha":"77525286ffc8869a6ac351ebe28198842815cb7c","kind":"commit","published_at":"2024-04-26T21:57:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0/manifests"},{"name":"conventional-changelog-cli-v5.0.0","sha":"a75cef688b9a1557ca981178d4d35c18963160b6","kind":"commit","published_at":"2024-04-26T21:53:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0/manifests"},{"name":"conventional-changelog-express-v5.0.0","sha":"a6ab80d6e30091a8b743ee97a87e7400af1ebc53","kind":"commit","published_at":"2024-04-26T21:53:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v10.0.0","sha":"d7c409b02f1d58cf6f0293edcadbe5f00a78a622","kind":"commit","published_at":"2024-04-26T21:52:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v10.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v10.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0/manifests"},{"name":"conventional-changelog-atom-v5.0.0","sha":"3b2b9d0ec2382f73d9cf000a1004596f90ece916","kind":"commit","published_at":"2024-04-26T21:51:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0/manifests"},{"name":"conventional-changelog-jshint-v5.0.0","sha":"d7dae509e72b09d1496ae51f1f04c15581c828fc","kind":"commit","published_at":"2024-04-26T21:50:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0/manifests"},{"name":"conventional-changelog-ember-v5.0.0","sha":"2e99dfa49112ffe6c864dd0e436f0db1e696b1f9","kind":"commit","published_at":"2024-04-26T21:50:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0/manifests"},{"name":"conventional-commits-parser-v6.0.0","sha":"646e1be132ccd0f32e3074de2f511be5c610984f","kind":"commit","published_at":"2024-04-26T21:48:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0/manifests"},{"name":"conventional-commits-filter-v5.0.0","sha":"be4266b7ef7b84ba5c198dfa8c143229f8a5b128","kind":"commit","published_at":"2024-04-26T21:47:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0/manifests"},{"name":"standard-changelog-v6.0.0","sha":"3e9b9387f29e48a508b70b88f26b40a6db9fea16","kind":"commit","published_at":"2024-04-26T21:45:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v5.0.0","sha":"041a1a9b73b201add30494aed19d026b948bd8f1","kind":"commit","published_at":"2024-04-26T21:41:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0/manifests"},{"name":"git-client-v1.0.0","sha":"7e51fe970576503cae3ab94e6e9b3e01017b044d","kind":"commit","published_at":"2024-04-26T21:21:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0/manifests"},{"name":"git-semver-tags-v7.0.1","sha":"fac8045242099c016f5f3905e54e02b7d466bd7b","kind":"commit","published_at":"2023-09-10T23:53:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1/manifests"},{"name":"conventional-changelog-writer-v7.0.1","sha":"e3a643ad39ec3bc4cfb1dff2aa1101333df33dc3","kind":"commit","published_at":"2023-09-10T23:49:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1/manifests"},{"name":"conventional-changelog-cli-v4.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0/manifests"},{"name":"conventional-changelog-v5.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0/manifests"},{"name":"conventional-changelog-core-v7.0.0","sha":"2e467dd39a35c3813597711a37690897183b4abc","kind":"commit","published_at":"2023-09-08T22:03:37.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0/manifests"},{"name":"git-semver-tags-v7.0.0","sha":"a13f788bd505d8253a2d92413fc4a7780e11ec07","kind":"commit","published_at":"2023-09-08T21:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0/manifests"},{"name":"standard-changelog-v5.0.0","sha":"34569c7a3fd2b0362a461517a1f4e20e7eecd9fc","kind":"commit","published_at":"2023-09-08T21:55:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v9.0.0","sha":"ad633d9d81f66ef80d7f77832a264cb0c5b971ef","kind":"commit","published_at":"2023-09-08T21:50:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.2","sha":"50113f9b569259d991f1a734a192964ca71f0118","kind":"commit","published_at":"2023-09-08T21:41:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2/manifests"},{"name":"conventional-changelog-preset-loader-v4.1.0","sha":"a14d2186575f6061f236c9a47d803694b18f8373","kind":"commit","published_at":"2023-09-08T21:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.1","sha":"ca4324b0a690b2595f8b574882ff95329a2dc195","kind":"commit","published_at":"2023-08-27T19:11:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1/manifests"},{"name":"conventional-commits-filter-v4.0.0","sha":"26fc9ea274dc0c62442ec9d97b20a2ebb49138bf","kind":"commit","published_at":"2023-08-27T12:55:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0/manifests"},{"name":"standard-changelog-v4.0.0","sha":"5b788265774bf4b63d3c83a178ca53e8e7095903","kind":"commit","published_at":"2023-08-27T12:50:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-eslint-v5.0.0","sha":"679594c0716275771cc23b314e4362899fe72f87","kind":"commit","published_at":"2023-08-27T12:46:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0/manifests"},{"name":"git-semver-tags-v6.0.0","sha":"1c75c72d9b5d59e3ea4e914c58a85f7559f29602","kind":"commit","published_at":"2023-08-27T12:40:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0/manifests"},{"name":"conventional-recommended-bump-v8.0.0","sha":"624377a24e8e3658bcf2329a9a98f9a7b02a4cb3","kind":"commit","published_at":"2023-08-27T12:33:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0/manifests"},{"name":"conventional-changelog-writer-v7.0.0","sha":"d669bb67dc713cb1e4374e3216ed7d83cde743c5","kind":"commit","published_at":"2023-08-27T12:27:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0/manifests"},{"name":"conventional-changelog-codemirror-v4.0.0","sha":"933fd0b3dd355d648faf57241b796a714004c722","kind":"commit","published_at":"2023-08-27T12:23:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0/manifests"},{"name":"conventional-changelog-express-v4.0.0","sha":"c9e9ceb3a3727659bd117bab01cbc7642d588f06","kind":"commit","published_at":"2023-08-27T12:16:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0/manifests"},{"name":"conventional-changelog-ember-v4.0.0","sha":"5d7c16268f79b7f180e34e997fdb37373d714666","kind":"commit","published_at":"2023-08-27T12:11:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0/manifests"},{"name":"conventional-changelog-jquery-v5.0.0","sha":"d643efb1050dcdaecee626044315644ff9b9e43b","kind":"commit","published_at":"2023-08-27T12:07:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v4.0.0","sha":"636646dd9ae062e9652a7f9ccaf6c329e6e9f924","kind":"commit","published_at":"2023-08-27T12:03:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0/manifests"},{"name":"conventional-changelog-v5.0.0","sha":"7985de3edc9e655369651ad464cb39b791887dc7","kind":"commit","published_at":"2023-08-27T11:58:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.0","sha":"5f0fe40743d8f559ab94ed11bbb4b8bda6fa6dcb","kind":"commit","published_at":"2023-08-27T11:51:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0/manifests"},{"name":"conventional-changelog-angular-v7.0.0","sha":"6c7a2e1a8807988bcb1a9842f72d14be3b1a89e3","kind":"commit","published_at":"2023-08-27T11:46:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0/manifests"},{"name":"conventional-changelog-jshint-v4.0.0","sha":"0204a9a340d2c85411e8de8905bc74c6146e5618","kind":"commit","published_at":"2023-08-27T11:41:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0/manifests"},{"name":"conventional-changelog-atom-v4.0.0","sha":"ab9b2c10e098ec8837d141102549f3eef698364c","kind":"commit","published_at":"2023-08-27T11:36:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0/manifests"},{"name":"conventional-changelog-cli-v4.0.0","sha":"29df6c4597afad27b9cda06f58eb564bcca609c4","kind":"commit","published_at":"2023-08-27T11:21:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0/manifests"},{"name":"conventional-changelog-core-v6.0.0","sha":"45613bbc2d13c798732e4b2bd4b2fa9ea67157d6","kind":"commit","published_at":"2023-08-27T11:17:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v4.0.0","sha":"5a896e3ef3aa9e751fcc74d7c76fa21d6d526cb0","kind":"commit","published_at":"2023-08-27T11:08:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0/manifests"},{"name":"git-raw-commits-v4.0.0","sha":"878fc56b43bc617177bf47fd8643a3b8b86078e5","kind":"commit","published_at":"2023-08-27T11:01:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0/manifests"},{"name":"conventional-commits-parser-v5.0.0","sha":"299de5acbe55a7d19dcdd2adc34681eae7264abf","kind":"commit","published_at":"2023-08-26T17:50:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0/manifests"},{"name":"git-semver-tags-v5.0.1","sha":"87914a362866a380e98a29edf19b2173e0911d8a","kind":"commit","published_at":"2023-07-09T19:10:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1/manifests"},{"name":"conventional-changelog-writer-v6.0.1","sha":"c123edea220b450cfa26813b6f198c3e8ebbd2b4","kind":"commit","published_at":"2023-07-09T14:49:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.2","sha":"83773c5e1a8874ea9809ca9db1dff60b7df1daae","kind":"commit","published_at":"2023-06-28T17:43:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.1.0","sha":"2e5fe6d9574ba896fa90b5bfcb50fb73d28af6d6","kind":"commit","published_at":"2023-06-17T21:30:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v7.0.1","sha":"f251b6899e313a9b23f3c8deb8b8b57217040892","kind":"commit","published_at":"2023-06-06T23:24:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.1","sha":"5b458dff9edf766446449acd1bbb8027a1e39fa5","kind":"commit","published_at":"2023-06-06T23:17:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1/manifests"},{"name":"gulp-conventional-changelog-v3.0.0","sha":"8ef6232797e5bf7c80422221374c53c03d5df36d","kind":"commit","published_at":"2023-06-06T22:50:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0/manifests"},{"name":"standard-changelog-v3.0.0","sha":"ea65f017b42b914ece780fd2fc799a6946912ed8","kind":"commit","published_at":"2023-06-06T22:42:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0/manifests"},{"name":"conventional-changelog-cli-v3.0.0","sha":"f00f4549cee9406054b77057a8135183fcd89710","kind":"commit","published_at":"2023-06-06T22:29:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0/manifests"},{"name":"conventional-changelog-v4.0.0","sha":"1a240f91ed584ed43e7f9c82235ca60eff0f4fa5","kind":"commit","published_at":"2023-06-06T19:50:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-core-v5.0.0","sha":"8507f601486c8ff6806156c50091262dee13ec54","kind":"commit","published_at":"2023-06-06T19:23:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v7.0.0","sha":"e1662ca7a6c688d28a334282a5e863f52866f3e8","kind":"commit","published_at":"2023-06-06T18:39:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v3.0.0","sha":"5d80d155425147a0b045af09536e5962cbfff620","kind":"commit","published_at":"2023-06-06T15:08:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.0.0","sha":"a30fc7ae219cf871b46cbe9d2c76a9730b70e272","kind":"commit","published_at":"2023-06-06T14:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v6.0.0","sha":"aa5d46c7b13b7b31f78af4b3c31c087c39eea41d","kind":"commit","published_at":"2023-06-06T14:46:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0/manifests"},{"name":"conventional-commits-filter-v3.0.0","sha":"502a73fe41aebb7b563c5ca69521e0b1bab904df","kind":"commit","published_at":"2023-06-06T14:32:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0/manifests"},{"name":"conventional-commits-parser-v4.0.0","sha":"9f7fe891e75c64937c28baa39a6c795a01603ab7","kind":"commit","published_at":"2023-06-06T14:24:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0/manifests"},{"name":"git-raw-commits-v3.0.0","sha":"571f2d549f10744a12ab3bc5dc5e0b749cb72667","kind":"commit","published_at":"2023-06-06T14:16:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0/manifests"},{"name":"git-semver-tags-v5.0.0","sha":"445c796d04105d10dd62d07039bc6a7fc9f263a5","kind":"commit","published_at":"2023-06-06T13:51:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0/manifests"},{"name":"conventional-changelog-atom-v3.0.0","sha":"208787aa2f5db8de1c2d43c56d71e6dfb9510781","kind":"commit","published_at":"2023-06-06T13:43:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0/manifests"},{"name":"conventional-changelog-angular-v6.0.0","sha":"c4ebf98acc15f37154aae5de53a225e896c4a157","kind":"commit","published_at":"2023-06-06T13:36:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0/manifests"},{"name":"conventional-changelog-codemirror-v3.0.0","sha":"0772453bee083917a05b9696d063ee3dc69957f9","kind":"commit","published_at":"2023-06-06T13:25:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0/manifests"},{"name":"conventional-changelog-ember-v3.0.0","sha":"e473d0c8af7c0cf8a54f775556796f50f3e695c2","kind":"commit","published_at":"2023-06-06T13:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0/manifests"},{"name":"conventional-changelog-eslint-v4.0.0","sha":"b3b896bc5b9e3ed65dcfc08c57967a252f37cfd1","kind":"commit","published_at":"2023-06-06T12:56:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0/manifests"},{"name":"conventional-changelog-express-v3.0.0","sha":"5594385d1dd2490b0fb508a60b6f30e8be6616ce","kind":"commit","published_at":"2023-06-06T12:37:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0/manifests"},{"name":"conventional-changelog-jquery-v4.0.0","sha":"51a3015a907b2cea900114359c36ce0e9664b72d","kind":"commit","published_at":"2023-06-06T12:17:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0/manifests"},{"name":"conventional-changelog-jshint-v3.0.0","sha":"281e5f883476e90b75cae4373a67436c86e94f6a","kind":"commit","published_at":"2023-06-06T12:02:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v5.0.0","sha":"ba6df7cf62de5f448368bed4398f6ddf633d2cbd","kind":"commit","published_at":"2022-05-27T18:02:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0/manifests"},{"name":"conventional-changelog-writer-v5.0.1","sha":"21b73f974adc4490a318d9c892055655cb82c538","kind":"commit","published_at":"2021-12-29T21:36:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.3","sha":"02757d342290bcf51a49d49e5e72f5eae6c6f6da","kind":"commit","published_at":"2021-12-29T19:52:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3/manifests"},{"name":"conventional-commits-parser-v3.2.4","sha":"1d0f62d4ac4911ef0d912d5401f783b152cee624","kind":"commit","published_at":"2021-12-29T19:46:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4/manifests"},{"name":"git-raw-commits-v2.0.11","sha":"95384dbd105ffe4f86bbc6ccad3e5405a1cbfe04","kind":"commit","published_at":"2021-12-29T19:39:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.2","sha":"1827696185192a8dd258ea7c3370090238b0fb76","kind":"commit","published_at":"2021-12-25T18:06:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2/manifests"},{"name":"conventional-changelog-cli-v2.2.2","sha":"8ce6a7bbd3fae87aa9d56fca68c2e16fbb2cace5","kind":"commit","published_at":"2021-12-25T17:22:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2/manifests"},{"name":"conventional-changelog-v3.1.25","sha":"8e9c3d76aaffd7fe67a78270b3ad9b881e953e7e","kind":"commit","published_at":"2021-12-24T18:50:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25/manifests"},{"name":"conventional-commits-parser-v3.2.3","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3/manifests"},{"name":"conventional-changelog-cli-v2.2.1","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.1","sha":"c35708d56a55e31b750aec1f745e5be52f0a75f2","kind":"commit","published_at":"2021-09-09T19:06:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1/manifests"},{"name":"conventional-commits-parser-v3.2.2","sha":"1bae48ff85eff0736ea6691b7214f3fc9c026256","kind":"commit","published_at":"2021-09-09T14:45:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2/manifests"},{"name":"conventional-changelog-core-v4.2.4","sha":"02fbc2d42d0faf53d4b7a2b0525626088a6ac8ba","kind":"commit","published_at":"2021-09-09T14:37:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4/manifests"},{"name":"conventional-changelog-angular-v5.0.13","sha":"e30343b4676d26b416080294dc74ebba001c0716","kind":"commit","published_at":"2021-09-09T14:31:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v5.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13/manifests"},{"name":"conventional-changelog-core-v4.2.3","sha":"318b555b6ef3aebdb5a8d4c7c734fd7234712dd3","kind":"commit","published_at":"2021-07-03T00:24:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.0","sha":"537c37d7801872c3e57e4200c64154a4d2ea042a","kind":"commit","published_at":"2021-04-30T00:15:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0/manifests"},{"name":"conventional-commits-parser-v3.2.1","sha":"758dda2937b6784f0cc6a535286862fcf95b6f06","kind":"commit","published_at":"2021-02-15T21:32:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1/manifests"},{"name":"git-raw-commits-v2.0.10","sha":"ffecaccb6e117afae9f68f1d48ff9a69554da950","kind":"commit","published_at":"2021-01-27T16:36:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10/manifests"},{"name":"conventional-changelog-writer-v5.0.0","sha":"61ef6491add84b841e1797baf09f62bbdd90dcd4","kind":"commit","published_at":"2020-12-30T22:40:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v6.1.0","sha":"3b0fb22b0bb49137b9ecddaeb349f66025205c57","kind":"commit","published_at":"2020-12-30T16:58:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0/manifests"},{"name":"conventional-changelog-core-v4.2.2","sha":"317eeb3137caff69bcc9a67fce3dc67663a010db","kind":"commit","published_at":"2020-12-30T00:53:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2/manifests"},{"name":"conventional-recommended-bump-v6.0.12","sha":"90ecc5d93bfd7626857eda5d240f92393d896be0","kind":"commit","published_at":"2020-12-30T00:43:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12/manifests"},{"name":"git-raw-commits-v2.0.9","sha":"227f3e23af86912c0cd64fdb1a820ac92e5757c5","kind":"commit","published_at":"2020-12-29T23:59:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9/manifests"},{"name":"conventional-changelog-writer-v4.1.0","sha":"77725cfb12ca3ca22abb9421b4af012a49207e7a","kind":"commit","published_at":"2020-12-29T23:41:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0/manifests"},{"name":"conventional-changelog-atom@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8/manifests"},{"name":"conventional-changelog-angular@5.0.12","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12/manifests"},{"name":"conventional-changelog@3.1.24","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24/manifests"},{"name":"git-raw-commits@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8/manifests"},{"name":"standard-changelog@2.0.27","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27/manifests"},{"name":"gulp-conventional-changelog@2.0.35","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35/manifests"},{"name":"git-semver-tags@4.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1/manifests"},{"name":"conventional-recommended-bump@6.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11/manifests"},{"name":"conventional-commits-parser@3.2.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0/manifests"},{"name":"conventional-commits-filter@2.0.7","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7/manifests"},{"name":"conventional-changelog-writer@4.0.18","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18/manifests"},{"name":"conventional-changelog-jshint@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9/manifests"},{"name":"conventional-changelog-jquery@3.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11/manifests"},{"name":"conventional-changelog-express@2.0.6","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9/manifests"},{"name":"conventional-changelog-ember@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9/manifests"},{"name":"conventional-changelog-core@4.2.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.5.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1/manifests"},{"name":"conventional-changelog-v3.1.24","sha":"f8fcbc2e8b0834c29178ace6382b438a020ad828","kind":"commit","published_at":"2020-10-25T02:45:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24/manifests"},{"name":"conventional-recommended-bump@6.0.10","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10/manifests"},{"name":"standard-changelog@2.0.26","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26/manifests"},{"name":"gulp-conventional-changelog@2.0.34","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34/manifests"},{"name":"git-semver-tags@4.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0/manifests"},{"name":"conventional-changelog-core@4.2.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.4.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0/manifests"},{"name":"conventional-changelog-cli@2.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0/manifests"},{"name":"conventional-changelog@3.1.23","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23/manifests"},{"name":"standard-changelog@2.0.25","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25/manifests"},{"name":"conventional-changelog-writer@4.0.17","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17/manifests"},{"name":"conventional-changelog-jshint@2.0.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8/manifests"},{"name":"conventional-changelog-core@4.1.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8/manifests"},{"name":"conventional-changelog@3.1.22","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22/manifests"},{"name":"conventional-changelog-angular@5.0.11","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.35","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35/manifests"},{"name":"gulp-conventional-changelog@2.0.33","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.1","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1/manifests"},{"name":"conventional-changelog-core@4.1.7","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7/manifests"},{"name":"conventional-changelog@3.1.21","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21/manifests"},{"name":"conventional-changelog-writer@4.0.16","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.34","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34/manifests"},{"name":"standard-changelog@2.0.24","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24/manifests"},{"name":"gulp-conventional-changelog@2.0.32","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32/manifests"},{"name":"git-semver-tags@4.0.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.3.4","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4/manifests"},{"name":"standard-changelog@2.0.23","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23/manifests"},{"name":"gulp-conventional-changelog@2.0.31","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31/manifests"},{"name":"conventional-changelog-eslint@3.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.15","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10/manifests"},{"name":"conventional-changelog@3.1.20","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20/manifests"},{"name":"conventional-changelog-atom@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7/manifests"},{"name":"conventional-changelog-cli@2.0.33","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33/manifests"},{"name":"conventional-changelog-codemirror@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0/manifests"},{"name":"conventional-changelog-core@4.1.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6/manifests"},{"name":"conventional-changelog-ember@2.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8/manifests"},{"name":"conventional-commits-filter@2.0.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6/manifests"},{"name":"conventional-commits-parser@3.1.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.9","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9/manifests"},{"name":"git-raw-commits@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7/manifests"},{"name":"conventional-changelog-express@2.0.5","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10/manifests"},{"name":"conventional-changelog-jshint@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7/manifests"},{"name":"conventional-changelog-preset-loader-v2.3.2","sha":"9f6c56cb960a5043823cfb85b9843991201cbb51","kind":"commit","published_at":"2020-05-08T19:21:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v2.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2/manifests"},{"name":"conventional-changelog-core@4.1.5","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5/manifests"},{"name":"gulp-conventional-changelog@2.0.30","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30/manifests"},{"name":"standard-changelog@2.0.22","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22/manifests"},{"name":"conventional-changelog@3.1.19","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19/manifests"},{"name":"conventional-changelog-cli@2.0.32","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32/manifests"},{"name":"conventional-changelog-cli@2.0.31","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31/manifests"},{"name":"standard-changelog@2.0.21","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21/manifests"},{"name":"gulp-conventional-changelog@2.0.29","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29/manifests"},{"name":"conventional-changelog-core@4.1.4","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4/manifests"},{"name":"conventional-changelog@3.1.18","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18/manifests"},{"name":"conventional-changelog@3.1.17","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17/manifests"},{"name":"standard-changelog@2.0.20","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20/manifests"},{"name":"gulp-conventional-changelog@2.0.28","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28/manifests"},{"name":"conventional-changelog-core@4.1.3","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.30","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30/manifests"},{"name":"conventional-changelog-cli@2.0.29","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29/manifests"},{"name":"standard-changelog@2.0.19","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19/manifests"},{"name":"gulp-conventional-changelog@2.0.27","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27/manifests"},{"name":"conventional-changelog-core@4.1.2","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2/manifests"},{"name":"conventional-changelog@3.1.16","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16/manifests"},{"name":"conventional-changelog-cli@2.0.28","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28/manifests"},{"name":"standard-changelog@2.0.18","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18/manifests"},{"name":"gulp-conventional-changelog@2.0.26","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26/manifests"},{"name":"git-semver-tags@3.0.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1/manifests"},{"name":"git-raw-commits@2.0.3","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3/manifests"},{"name":"conventional-recommended-bump@6.0.5","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5/manifests"},{"name":"conventional-commits-parser@3.0.8","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.11","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11/manifests"},{"name":"conventional-changelog-core@4.1.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1/manifests"},{"name":"conventional-changelog@3.1.15","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15/manifests"},{"name":"gulp-conventional-changelog@2.0.25","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25/manifests"},{"name":"conventional-changelog@3.1.14","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14/manifests"},{"name":"conventional-changelog-angular@5.0.6","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6/manifests"},{"name":"conventional-changelog-cli@2.0.27","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.3","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3/manifests"},{"name":"conventional-changelog-core@4.1.0","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0/manifests"},{"name":"conventional-commits-parser@3.0.7","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7/manifests"},{"name":"conventional-recommended-bump@6.0.4","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4/manifests"},{"name":"standard-changelog@2.0.17","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17/manifests"},{"name":"conventional-changelog-cli@2.0.26","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.2","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2/manifests"},{"name":"conventional-changelog-core@4.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3/manifests"},{"name":"conventional-commits-parser@3.0.6","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6/manifests"},{"name":"conventional-recommended-bump@6.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.24","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24/manifests"},{"name":"standard-changelog@2.0.16","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16/manifests"},{"name":"conventional-changelog-writer@4.0.10","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10/manifests"},{"name":"conventional-changelog-preset-loader@2.3.0","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0/manifests"},{"name":"conventional-changelog@3.1.13","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13/manifests"},{"name":"conventional-changelog-jshint@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.9","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9/manifests"},{"name":"conventional-commits-parser@3.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5/manifests"},{"name":"conventional-changelog@3.1.12","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12/manifests"},{"name":"conventional-recommended-bump@6.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.23","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23/manifests"},{"name":"standard-changelog@2.0.15","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5/manifests"},{"name":"conventional-changelog-atom@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.25","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25/manifests"},{"name":"conventional-changelog-codemirror@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.1","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1/manifests"},{"name":"conventional-changelog-core@4.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2/manifests"},{"name":"conventional-changelog-ember@2.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4/manifests"},{"name":"conventional-changelog-eslint@3.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.6","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6/manifests"},{"name":"standard-changelog@2.0.14","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14/manifests"},{"name":"gulp-conventional-changelog@2.0.22","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22/manifests"},{"name":"conventional-recommended-bump@6.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1/manifests"},{"name":"conventional-commits-parser@3.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4/manifests"},{"name":"conventional-changelog-writer@4.0.8","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8/manifests"},{"name":"conventional-changelog-jshint@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.5","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5/manifests"},{"name":"conventional-changelog-eslint@3.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3/manifests"},{"name":"conventional-changelog-ember@2.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3/manifests"},{"name":"conventional-changelog-core@4.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.0","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.24","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24/manifests"},{"name":"conventional-changelog-atom@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4/manifests"},{"name":"conventional-changelog@3.1.11","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11/manifests"},{"name":"conventional-changelog-preset-loader@2.2.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0/manifests"},{"name":"standard-changelog@2.0.13","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13/manifests"},{"name":"gulp-conventional-changelog@2.0.21","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21/manifests"},{"name":"git-semver-tags@3.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0/manifests"},{"name":"conventional-recommended-bump@6.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.7","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7/manifests"},{"name":"conventional-changelog@3.1.10","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10/manifests"},{"name":"conventional-changelog-cli@2.0.23","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23/manifests"},{"name":"conventional-changelog-conventionalcommits@4.1.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0/manifests"},{"name":"conventional-changelog-core@4.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.1","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.0.0","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0/manifests"},{"name":"conventional-changelog-core@3.2.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3/manifests"},{"name":"conventional-changelog-writer@4.0.6","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6/manifests"},{"name":"conventional-commits-parser@3.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3/manifests"},{"name":"conventional-changelog@3.1.9","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9/manifests"},{"name":"standard-changelog@2.0.12","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.20","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20/manifests"},{"name":"git-semver-tags@2.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.22","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22/manifests"},{"name":"standard-changelog@2.0.11","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11/manifests"},{"name":"conventional-changelog@3.1.8","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8/manifests"},{"name":"conventional-changelog-cli@2.0.21","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.2","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.19","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19/manifests"},{"name":"conventional-changelog@3.1.7","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7/manifests"},{"name":"conventional-changelog-cli@2.0.20","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.1","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.18","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18/manifests"},{"name":"conventional-changelog-cli@2.0.19","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.17","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17/manifests"},{"name":"conventional-changelog@3.1.6","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6/manifests"},{"name":"conventional-changelog@3.1.5","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5/manifests"},{"name":"conventional-changelog-conventionalcommits@2.0.0","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.16","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.18","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.2","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.17","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17/manifests"},{"name":"conventional-changelog@3.1.4","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.15","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15/manifests"},{"name":"conventional-changelog-writer@4.0.5","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5/manifests"},{"name":"standard-changelog@2.0.10","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10/manifests"},{"name":"gulp-conventional-changelog@2.0.14","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14/manifests"},{"name":"conventional-changelog@3.1.3","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3/manifests"},{"name":"conventional-changelog-core@3.2.2","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2/manifests"},{"name":"conventional-changelog-cli@2.0.16","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.15","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15/manifests"},{"name":"standard-changelog@2.0.9","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.1.2","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2/manifests"},{"name":"conventional-changelog-core@3.2.1","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1/manifests"},{"name":"gulp-conventional-changelog@2.0.13","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13/manifests"},{"name":"conventional-changelog@3.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1/manifests"},{"name":"gulp-conventional-changelog@2.0.12","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12/manifests"},{"name":"conventional-recommended-bump@4.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1/manifests"},{"name":"conventional-changelog-preset-loader@2.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.14","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14/manifests"},{"name":"conventional-changelog-preset-loader@2.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0/manifests"},{"name":"conventional-changelog-writer@4.0.4","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4/manifests"},{"name":"conventional-commits-filter@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2/manifests"},{"name":"conventional-commits-parser@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2/manifests"},{"name":"conventional-recommended-bump@4.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0/manifests"},{"name":"gulp-conventional-changelog@2.0.11","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11/manifests"},{"name":"standard-changelog@2.0.8","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8/manifests"},{"name":"git-raw-commits@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2/manifests"},{"name":"conventional-changelog@3.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0/manifests"},{"name":"conventional-changelog-cli@2.0.13","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0/manifests"},{"name":"conventional-changelog-core@3.2.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0/manifests"},{"name":"conventional-changelog-eslint@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2/manifests"},{"name":"standard-changelog@2.0.7","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6/manifests"},{"name":"conventional-changelog-angular@5.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.12","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.10","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10/manifests"},{"name":"conventional-changelog-writer@4.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3/manifests"},{"name":"conventional-changelog-core@3.1.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6/manifests"},{"name":"conventional-recommended-bump@4.0.4","sha":"da729f68f9dc581623deb587c705ef65d189a9f4","kind":"tag","published_at":"2018-11-01T06:56:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4/manifests"},{"name":"standard-changelog@2.0.6","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6/manifests"},{"name":"conventional-changelog-core@3.1.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5/manifests"},{"name":"conventional-changelog-writer@4.0.2","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.9","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.0.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.11","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.10","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10/manifests"},{"name":"conventional-changelog-core@3.1.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.8","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8/manifests"},{"name":"conventional-changelog@3.0.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4/manifests"},{"name":"git-semver-tags@2.0.2","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.3","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3/manifests"},{"name":"standard-changelog@2.0.5","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5/manifests"},{"name":"standard-changelog@2.0.4","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.7","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3/manifests"},{"name":"conventional-changelog-core@3.1.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.9","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9/manifests"},{"name":"standard-changelog@2.0.3","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.8","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8/manifests"},{"name":"conventional-changelog-core@3.1.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2/manifests"},{"name":"gulp-conventional-changelog@2.0.6","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6/manifests"},{"name":"conventional-changelog@3.0.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.5","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.7","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7/manifests"},{"name":"conventional-changelog@3.0.1","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1/manifests"},{"name":"standard-changelog@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4/manifests"},{"name":"git-semver-tags@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1/manifests"},{"name":"git-raw-commits@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2/manifests"},{"name":"conventional-commits-parser@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1/manifests"},{"name":"conventional-commits-filter@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1/manifests"},{"name":"conventional-changelog-writer@4.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1/manifests"},{"name":"conventional-changelog-preset-loader@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4/manifests"},{"name":"conventional-changelog-express@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1/manifests"},{"name":"conventional-changelog-eslint@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2/manifests"},{"name":"conventional-changelog-core@3.1.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1/manifests"},{"name":"conventional-changelog-codemirror@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.6","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6/manifests"},{"name":"conventional-changelog-atom@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1/manifests"},{"name":"conventional-changelog-angular@5.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2/manifests"},{"name":"conventional-changelog@3.0.0","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.5","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.3","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.2","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.4","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3/manifests"},{"name":"standard-changelog@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3/manifests"},{"name":"conventional-changelog-core@3.1.0","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0/manifests"},{"name":"conventional-changelog-ember@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1/manifests"},{"name":"conventional-changelog-jquery@3.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1/manifests"},{"name":"conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0/manifests"},{"name":"conventional-recommended-bump@4.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0/manifests"},{"name":"conventional-changelog-jquery@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0/manifests"},{"name":"conventional-changelog-express@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0/manifests"},{"name":"conventional-changelog-eslint@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0/manifests"},{"name":"conventional-changelog-ember@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1/manifests"},{"name":"conventional-changelog-atom@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1/manifests"},{"name":"conventional-changelog-angular@4.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1/manifests"},{"name":"conventional-changelog-jquery@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0/manifests"},{"name":"conventional-changelog-jshint@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0/manifests"},{"name":"standard-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0/manifests"},{"name":"conventional-recommended-bump@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0/manifests"},{"name":"conventional-commits-parser@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0/manifests"},{"name":"conventional-commits-filter@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0/manifests"},{"name":"conventional-changelog-ember@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0/manifests"},{"name":"conventional-changelog-express@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0/manifests"},{"name":"git-semver-tags@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0/manifests"},{"name":"git-raw-commits@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0/manifests"},{"name":"conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-angular@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0/manifests"},{"name":"conventional-changelog-atom@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0/manifests"},{"name":"conventional-changelog-core@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0/manifests"},{"name":"conventional-changelog-eslint@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-core@2.0.11","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11/manifests"},{"name":"conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-cli@1.3.22","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22/manifests"},{"name":"conventional-changelog-ember@0.3.12","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12/manifests"},{"name":"conventional-recommended-bump@2.0.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9/manifests"},{"name":"conventional-changelog-angular@3.0.7","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7/manifests"},{"name":"gulp-conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24/manifests"},{"name":"standard-changelog@1.0.19","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19/manifests"},{"name":"conventional-changelog-jquery@1.3.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9/manifests"},{"name":"conventional-changelog-angular@3.0.6","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6/manifests"},{"name":"standard-changelog@1.0.18","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18/manifests"},{"name":"gulp-conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-writer@3.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9/manifests"},{"name":"conventional-changelog-jshint@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8/manifests"},{"name":"conventional-changelog-jquery@1.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8/manifests"},{"name":"conventional-changelog-eslint@1.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9/manifests"},{"name":"conventional-changelog-ember@0.3.11","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11/manifests"},{"name":"conventional-changelog-core@2.0.10","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10/manifests"},{"name":"conventional-changelog-codemirror@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8/manifests"},{"name":"conventional-changelog-cli@1.3.21","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21/manifests"},{"name":"conventional-changelog-atom@0.2.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8/manifests"},{"name":"conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23/manifests"},{"name":"gulp-conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-core@2.0.9","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9/manifests"},{"name":"conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-cli@1.3.20","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20/manifests"},{"name":"conventional-changelog-writer@3.0.8","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8/manifests"},{"name":"standard-changelog@1.0.17","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17/manifests"},{"name":"conventional-changelog-angular@3.0.5","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.10","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10/manifests"},{"name":"conventional-changelog-cli@1.3.19","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19/manifests"},{"name":"conventional-changelog-angular@3.0.4","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4/manifests"},{"name":"conventional-changelog-atom@0.2.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7/manifests"},{"name":"conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-core@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.9","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9/manifests"},{"name":"conventional-changelog-eslint@1.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8/manifests"},{"name":"conventional-changelog-express@0.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6/manifests"},{"name":"conventional-changelog-jquery@1.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7/manifests"},{"name":"conventional-changelog-preset-loader@1.1.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8/manifests"},{"name":"conventional-changelog-writer@3.0.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7/manifests"},{"name":"conventional-commits-parser@2.1.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7/manifests"},{"name":"conventional-recommended-bump@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8/manifests"},{"name":"git-raw-commits@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6/manifests"},{"name":"git-semver-tags@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21/manifests"},{"name":"standard-changelog@1.0.16","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16/manifests"},{"name":"conventional-changelog-codemirror@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6/manifests"},{"name":"conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-core@2.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7/manifests"},{"name":"conventional-changelog-codemirror@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6/manifests"},{"name":"conventional-changelog-cli@1.3.18","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18/manifests"},{"name":"conventional-changelog-ember@0.3.8","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8/manifests"},{"name":"conventional-changelog-writer@3.0.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6/manifests"},{"name":"conventional-changelog-atom@0.2.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6/manifests"},{"name":"conventional-changelog-eslint@1.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7/manifests"},{"name":"standard-changelog@1.0.15","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15/manifests"},{"name":"conventional-changelog-angular@3.0.3","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3/manifests"},{"name":"conventional-changelog-jquery@1.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-angular@3.0.2","sha":"1cc079df803f58b52c8aa997fff43e9c162266e7","kind":"tag","published_at":"2018-03-22T14:14:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2/manifests"},{"name":"conventional-changelog-ember@0.3.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7/manifests"},{"name":"standard-changelog@1.0.14","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14/manifests"},{"name":"gulp-conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19/manifests"},{"name":"git-semver-tags@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5/manifests"},{"name":"git-raw-commits@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7/manifests"},{"name":"conventional-commits-parser@2.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6/manifests"},{"name":"conventional-commits-filter@1.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5/manifests"},{"name":"conventional-changelog-preset-loader@1.1.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7/manifests"},{"name":"conventional-changelog-jshint@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5/manifests"},{"name":"conventional-changelog-jquery@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5/manifests"},{"name":"conventional-changelog-express@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6/manifests"},{"name":"conventional-changelog-core@2.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5/manifests"},{"name":"conventional-changelog-cli@1.3.17","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17/manifests"},{"name":"conventional-changelog-atom@0.2.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5/manifests"},{"name":"conventional-changelog-angular@3.0.1","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1/manifests"},{"name":"conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19/manifests"},{"name":"conventional-changelog-angular@3.0.0","sha":"49997aaba373502e5b38bd366846934641e95799","kind":"tag","published_at":"2018-03-22T13:45:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.16","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16/manifests"},{"name":"conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18/manifests"},{"name":"gulp-conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-eslint@1.0.5","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5/manifests"},{"name":"conventional-changelog-cli@1.3.15","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15/manifests"},{"name":"conventional-changelog-codemirror@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4/manifests"},{"name":"conventional-changelog-express@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4/manifests"},{"name":"conventional-changelog-jquery@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4/manifests"},{"name":"conventional-changelog-jshint@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4/manifests"},{"name":"conventional-commits-filter@1.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5/manifests"},{"name":"conventional-commits-parser@2.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5/manifests"},{"name":"conventional-recommended-bump@2.0.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6/manifests"},{"name":"standard-changelog@1.0.13","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13/manifests"},{"name":"gulp-conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17/manifests"},{"name":"git-semver-tags@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4/manifests"},{"name":"git-raw-commits@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4/manifests"},{"name":"conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17/manifests"},{"name":"conventional-changelog-angular@1.6.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6/manifests"},{"name":"conventional-changelog-atom@0.2.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4/manifests"},{"name":"gulp-conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog-angular@1.6.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5/manifests"},{"name":"conventional-changelog-atom@0.2.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3/manifests"},{"name":"conventional-changelog-cli@1.3.14","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14/manifests"},{"name":"conventional-changelog-codemirror@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4/manifests"},{"name":"conventional-changelog-ember@0.3.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3/manifests"},{"name":"conventional-changelog-express@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3/manifests"},{"name":"conventional-changelog-jshint@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5/manifests"},{"name":"conventional-changelog-writer@3.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3/manifests"},{"name":"conventional-commits-filter@1.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4/manifests"},{"name":"conventional-commits-parser@2.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4/manifests"},{"name":"conventional-recommended-bump@2.0.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5/manifests"},{"name":"git-raw-commits@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3/manifests"},{"name":"git-semver-tags@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3/manifests"},{"name":"standard-changelog@1.0.12","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12/manifests"},{"name":"conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15/manifests"},{"name":"gulp-conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15/manifests"},{"name":"conventional-recommended-bump@2.0.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4/manifests"},{"name":"conventional-changelog-cli@1.3.13","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13/manifests"},{"name":"conventional-changelog-preset-loader@1.1.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4/manifests"},{"name":"git-raw-commits@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2/manifests"},{"name":"standard-changelog@1.0.11","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11/manifests"},{"name":"conventional-recommended-bump@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3/manifests"},{"name":"gulp-conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14/manifests"},{"name":"git-semver-tags@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2/manifests"},{"name":"conventional-changelog-eslint@1.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2/manifests"},{"name":"conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14/manifests"},{"name":"conventional-changelog-angular@1.6.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4/manifests"},{"name":"conventional-changelog-atom@0.2.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2/manifests"},{"name":"conventional-changelog-cli@1.3.12","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12/manifests"},{"name":"conventional-changelog-codemirror@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2/manifests"},{"name":"conventional-changelog-core@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.3.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4/manifests"},{"name":"conventional-changelog-express@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2/manifests"},{"name":"conventional-changelog-jquery@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2/manifests"},{"name":"conventional-changelog-jshint@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3/manifests"},{"name":"conventional-commits-filter@1.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3/manifests"},{"name":"conventional-changelog-writer@3.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13/manifests"},{"name":"standard-changelog@1.0.10","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10/manifests"},{"name":"git-raw-commits@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1/manifests"},{"name":"conventional-commits-parser@2.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2/manifests"},{"name":"conventional-changelog-writer@3.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1/manifests"},{"name":"conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13/manifests"},{"name":"conventional-commits-filter@1.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2/manifests"},{"name":"conventional-recommended-bump@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2/manifests"},{"name":"git-semver-tags@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1/manifests"},{"name":"conventional-changelog-core@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2/manifests"},{"name":"conventional-changelog-codemirror@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1/manifests"},{"name":"conventional-changelog-angular@1.6.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3/manifests"},{"name":"conventional-changelog-cli@1.3.11","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11/manifests"},{"name":"conventional-changelog-atom@0.2.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1/manifests"},{"name":"conventional-changelog-ember@0.3.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1/manifests"},{"name":"conventional-changelog-express@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3/manifests"},{"name":"conventional-changelog-jshint@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1/manifests"},{"name":"conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12/manifests"},{"name":"gulp-conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12/manifests"},{"name":"conventional-changelog-cli@1.3.10","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10/manifests"},{"name":"conventional-recommended-bump@2.0.1","sha":"a4f0aa902d3e966fe6d6b1d46f2130838524cfbf","kind":"tag","published_at":"2018-02-12T14:54:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1/manifests"},{"name":"conventional-recommended-bump@2.0.0","sha":"9885d205ed96338575335652d006f475408e1195","kind":"tag","published_at":"2018-02-12T14:30:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0/manifests"},{"name":"conventional-changelog-preset-loader@1.1.2","sha":"a450d974237d440009ec3fb4c63974cf066e8f79","kind":"tag","published_at":"2018-02-12T04:07:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.1","sha":"5af1f00dcc4e1f9c3299bc7feb322a88b711f042","kind":"tag","published_at":"2018-02-09T04:17:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.0","sha":"c3eb36dbc52f383df6f3dcf3a3870b01ceee0b8b","kind":"tag","published_at":"2018-02-08T14:46:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0/manifests"},{"name":"conventional-changelog-ember@0.3.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1/manifests"},{"name":"conventional-changelog-angular@1.6.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2/manifests"},{"name":"gulp-conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11/manifests"},{"name":"standard-changelog@1.0.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9/manifests"},{"name":"conventional-recommended-bump@1.2.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1/manifests"},{"name":"conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11/manifests"},{"name":"conventional-changelog-cli@1.3.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9/manifests"},{"name":"conventional-changelog-core@2.0.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1/manifests"},{"name":"gulp-conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10/manifests"},{"name":"standard-changelog@1.0.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8/manifests"},{"name":"git-semver-tags@1.3.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.2.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0/manifests"},{"name":"conventional-changelog-writer@3.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0/manifests"},{"name":"conventional-changelog-eslint@1.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.3.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1/manifests"},{"name":"conventional-changelog-core@2.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8/manifests"},{"name":"conventional-changelog-angular@1.6.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1/manifests"},{"name":"conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10/manifests"},{"name":"conventional-changelog-core@1.9.5","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5/manifests"},{"name":"conventional-changelog-ember@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0/manifests"},{"name":"conventional-changelog-eslint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0/manifests"},{"name":"conventional-changelog-cli@1.3.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7/manifests"},{"name":"conventional-changelog-express@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0/manifests"},{"name":"conventional-changelog-jquery@1.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0/manifests"},{"name":"conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-jshint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0/manifests"},{"name":"gulp-conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9/manifests"},{"name":"standard-changelog@1.0.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7/manifests"},{"name":"conventional-changelog-angular@1.6.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0/manifests"},{"name":"conventional-changelog-codemirror@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0/manifests"},{"name":"conventional-changelog-atom@0.2.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0/manifests"},{"name":"conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8/manifests"},{"name":"standard-changelog@1.0.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6/manifests"},{"name":"gulp-conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8/manifests"},{"name":"conventional-recommended-bump@1.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0/manifests"},{"name":"conventional-commits-parser@2.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0/manifests"},{"name":"conventional-commits-filter@1.1.1","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1/manifests"},{"name":"conventional-changelog-writer@2.0.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.2.10","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10/manifests"},{"name":"conventional-changelog-core@1.9.4","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4/manifests"},{"name":"conventional-changelog-cli@1.3.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6/manifests"},{"name":"conventional-changelog-angular@1.5.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3/manifests"},{"name":"conventional-changelog-ember@0.2.9","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9/manifests"},{"name":"standard-changelog@1.0.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5/manifests"},{"name":"gulp-conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7/manifests"},{"name":"git-semver-tags@1.2.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3/manifests"},{"name":"git-raw-commits@1.3.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.0.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3/manifests"},{"name":"conventional-commits-parser@2.0.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1/manifests"},{"name":"conventional-commits-filter@1.1.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0/manifests"},{"name":"conventional-changelog-writer@2.0.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2/manifests"},{"name":"conventional-changelog-jshint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1/manifests"},{"name":"conventional-changelog-jquery@1.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1/manifests"},{"name":"conventional-changelog-express@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1/manifests"},{"name":"conventional-changelog-eslint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1/manifests"},{"name":"conventional-changelog-core@1.9.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3/manifests"},{"name":"conventional-changelog-codemirror@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1/manifests"},{"name":"conventional-changelog-cli@1.3.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5/manifests"},{"name":"conventional-changelog-atom@0.1.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2/manifests"},{"name":"conventional-changelog-angular@1.5.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2/manifests"},{"name":"conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7/manifests"},{"name":"@marionebl/conventional-commits-parser@3.0.0","sha":"edf4068ce4c3ea6ac5b61323473ab655be5eb895","kind":"tag","published_at":"2017-11-01T07:09:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/@marionebl/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/@marionebl/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4/manifests"},{"name":"git-semver-tags@1.2.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2/manifests"},{"name":"conventional-recommended-bump@1.0.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-ember@0.2.8","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8/manifests"},{"name":"conventional-changelog-core@1.9.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2/manifests"},{"name":"standard-changelog@1.0.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4/manifests"},{"name":"conventional-changelog-angular@1.5.1","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1/manifests"},{"name":"conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6/manifests"},{"name":"standard-changelog@1.0.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3/manifests"},{"name":"conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-angular@1.5.0","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0/manifests"},{"name":"conventional-changelog-cli@1.3.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3/manifests"},{"name":"gulp-conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-writer@2.0.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1/manifests"},{"name":"conventional-changelog-core@1.9.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1/manifests"},{"name":"conventional-changelog-ember@0.2.7","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7/manifests"},{"name":"git-semver-tags@1.2.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1/manifests"},{"name":"conventional-changelog-jshint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0/manifests"},{"name":"conventional-changelog-jquery@1.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0/manifests"},{"name":"conventional-changelog-express@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0/manifests"},{"name":"conventional-changelog-eslint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0/manifests"},{"name":"conventional-commits-parser@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0/manifests"},{"name":"conventional-changelog-writer@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1/manifests"},{"name":"conventional-changelog-core@1.9.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0/manifests"},{"name":"conventional-changelog-codemirror@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0/manifests"},{"name":"conventional-changelog-cli@1.3.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2/manifests"},{"name":"conventional-changelog-atom@0.1.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1/manifests"},{"name":"conventional-changelog-angular@1.4.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0/manifests"},{"name":"conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4/manifests"},{"name":"gulp-conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4/manifests"},{"name":"standard-changelog@1.0.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2/manifests"},{"name":"conventional-changelog-ember@0.2.6","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6/manifests"},{"name":"conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3/manifests"},{"name":"conventional-changelog-angular@1.3.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3/manifests"},{"name":"conventional-changelog-cli@1.3.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1/manifests"},{"name":"conventional-changelog-core@1.8.0","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.8.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0/manifests"},{"name":"conventional-changelog-ember@0.2.5","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5/manifests"},{"name":"gulp-conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3/manifests"},{"name":"standard-changelog@1.0.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1/manifests"},{"name":"git-semver-tags@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0/manifests"},{"name":"standard-changelog@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2/manifests"},{"name":"git-raw-commits@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0/manifests"},{"name":"conventional-recommended-bump@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.2.4","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4/manifests"},{"name":"conventional-changelog-core@1.7.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.7.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0/manifests"},{"name":"conventional-changelog-cli@1.3.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0/manifests"},{"name":"conventional-changelog-angular@1.3.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2/manifests"},{"name":"conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2/manifests"},{"name":"gulp-conventional-changelog@1.1.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"tag","published_at":"2017-03-10T05:35:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0/manifests"},{"name":"standard-changelog@0.0.2","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@0.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-ember@0.2.3","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3/manifests"},{"name":"conventional-changelog-core@1.6.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0/manifests"},{"name":"conventional-changelog-angular@1.3.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1/manifests"},{"name":"conventional-changelog-cli@1.2.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1/manifests"},{"name":"conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-cli@1.2.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:01:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0/manifests"},{"name":"conventional-changelog-core@1.5.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:00:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0/manifests"},{"name":"git-raw-commits@1.1.2","sha":"f5fe78b1f15791cb0499744bf278dff22b52732f","kind":"tag","published_at":"2017-03-09T07:37:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2/manifests"},{"name":"git-semver-tags@1.1.2","sha":"7be07c7c0f49572b1c0e9c98f004b599d8b5bb1a","kind":"tag","published_at":"2017-03-09T07:35:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2/manifests"},{"name":"v1.1.0","sha":"600d411569271467389c3cbe71f7f657980e89a1","kind":"tag","published_at":"2016-02-13T06:59:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"9591280a8d09220aced3383abe3bc7ecbb34b503","kind":"tag","published_at":"2016-02-13T06:37:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"beef421f56939190a4ca30c28788eda1b3f9480d","kind":"tag","published_at":"2016-02-05T13:49:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"c8e90ab7fddd0b98855913e73fc12f9dc9dc81b1","kind":"tag","published_at":"2016-02-05T12:59:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0/manifests"},{"name":"v0.5.3","sha":"d79ce243223260b153699b99de0503698546ea63","kind":"tag","published_at":"2015-12-25T05:07:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"9e7b771072a2680c6c335fcad38003aade53213e","kind":"tag","published_at":"2015-12-23T12:24:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"4bf7d8df29f7be29552b82ec2b7112fad0c39a3e","kind":"tag","published_at":"2015-10-20T09:52:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"5ca2204b472704543ebbc744a22f8f90ec659659","kind":"tag","published_at":"2015-09-30T08:49:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"e5f2f3bc675e2c7e5cc6aa0ed50da7941833e492","kind":"tag","published_at":"2015-09-04T03:16:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"7536a0b351cc4f2764e71cbc268a178ab595259d","kind":"tag","published_at":"2015-08-17T01:28:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"56fa3d92620a41a875b3337fa51d04d6df23b1a8","kind":"tag","published_at":"2015-08-15T12:34:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"eefec0ef598a92e78510ee8626fd9bbcdb1398e4","kind":"tag","published_at":"2015-08-15T11:19:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0/manifests"},{"name":"v0.3.2","sha":"74b99dca61eafd56ba93605016b086a1108e77fe","kind":"tag","published_at":"2015-08-13T03:12:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"a1aca9c31a45aded77962bd0defc32e503aec213","kind":"commit","published_at":"2015-08-11T06:23:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"b489672d27ff703337c540f0fbc43f6486a84d99","kind":"commit","published_at":"2015-08-09T03:27:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"12e3cd6b151353dbe7f584adabbe5dd8a28424db","kind":"commit","published_at":"2015-07-24T08:13:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"f437b457b5ea6c105535a360144000f8315db54d","kind":"commit","published_at":"2015-07-24T04:54:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0/manifests"},{"name":"v0.1.3","sha":"c8fa9d0b94f8ac07f162623e4b9e9e68aad82e62","kind":"commit","published_at":"2015-07-22T11:06:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"6ba5d6e4b90a154dbca6ec0f80c66ad5995cd770","kind":"commit","published_at":"2015-07-22T07:10:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c015f8762f70eff2be7b8d7fb82438689239d717","kind":"commit","published_at":"2015-07-20T07:55:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"7253d0fea773e3f7cc0a3fb8278c9da070df26ee","kind":"commit","published_at":"2015-07-20T07:12:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.3","sha":"0c9f1e89bfacec8e08bac8ef96d64e3abdbecda7","kind":"commit","published_at":"2015-07-17T11:02:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"fec1baf43b8c0156682d4014a4fd066bd24ad448","kind":"commit","published_at":"2015-07-17T06:23:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"a5ea0dfada48601b9e3fbec78dd37d70380a2db6","kind":"commit","published_at":"2015-07-15T08:03:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1/manifests"},{"name":"v0.1.0-alpha.3","sha":"9b6cc68a2c17c9671363fe7af5de7ebd3a06aaeb","kind":"commit","published_at":"2015-07-06T01:27:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3/manifests"},{"name":"v0.1.0-alpha.2","sha":"34b0f460c34ecc48af857d8ee5d7038970ba56fb","kind":"commit","published_at":"2015-06-29T12:04:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2/manifests"},{"name":"v0.1.0-alpha.1","sha":"05b3415fc699ab43f3fa33b5ecd040ab5ecdf9e2","kind":"commit","published_at":"2015-06-24T04:42:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1/manifests"},{"name":"v0.0.17","sha":"3cae05244e48af9cf4abbef3114060db585a574c","kind":"commit","published_at":"2015-04-03T02:12:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"c0719ce6ba16778dd34c2cfdc81e7f3c5321409d","kind":"commit","published_at":"2015-03-19T04:15:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"57af04dc3e362c0e327b716279c9143028c6e0da","kind":"commit","published_at":"2015-03-18T20:23:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"69be290efb58a6a92e9ae78d7b37168d293920b5","kind":"commit","published_at":"2015-03-13T21:22:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"15a39d02ba3d666e7820eecbb8c5493ef2f6040a","kind":"commit","published_at":"2015-03-12T23:17:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13/manifests"},{"name":"v0.0.11","sha":"37f5561553c30d8f0f2c949502ea278da64949cd","kind":"tag","published_at":"2014-05-28T13:14:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"ad6f6ec5499d2c902b88da95487862d50e5ad776","kind":"tag","published_at":"2014-05-28T12:51:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"87efbabd9bc2a0fd83255e6cb856961b10aef9eb","kind":"tag","published_at":"2014-05-06T17:11:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"94b12cf69c51264b1edb6c81b50a262f0536894b","kind":"tag","published_at":"2014-04-10T14:45:48.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"1cf17e494fd7d8538c55189c72c0cf57d145ef41","kind":"tag","published_at":"2014-04-10T14:06:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"861f9ec93de28be4185b35815c2b6ab17746eb3f","kind":"commit","published_at":"2014-01-23T19:39:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"3f59f7356c86f30ef8e8754386373c2a8f97b367","kind":"commit","published_at":"2014-01-23T18:59:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6fa2c22464dcd964df604550c2ce2ed1d2f4362b","kind":"commit","published_at":"2014-01-04T21:36:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4/manifests"}]},"repo_metadata_updated_at":"2024-09-07T22:46:30.910Z","dependent_packages_count":8191,"downloads":1787678,"downloads_period":"last-month","dependent_repos_count":61717,"rankings":{"downloads":0.3179058880932061,"dependent_repos_count":0.1215324800384512,"dependent_packages_count":0.01134377838570471,"stargazers_count":1.154472815396108,"forks_count":1.396504006357065,"docker_downloads_count":0.33801658656465294,"average":0.556629259139198},"purl":"pkg:npm/conventional-changelog-cli","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/conventional-changelog-cli","docker_dependents_count":163,"docker_downloads_count":9968827,"usage_url":"https://repos.ecosyste.ms/usage/npm/conventional-changelog-cli","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/conventional-changelog-cli/dependencies","status":"deprecated","funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-09-07T04:08:43.960Z","issues_count":175,"pull_requests_count":479,"avg_time_to_close_issue":19345133.890243903,"avg_time_to_close_pull_request":6038480.121447029,"issues_closed_count":82,"pull_requests_closed_count":387,"pull_request_authors_count":71,"issue_authors_count":107,"avg_comments_per_issue":2.125714285714286,"avg_comments_per_pull_request":1.3089770354906054,"merged_pull_requests_count":302,"bot_issues_count":3,"bot_pull_requests_count":228,"past_year_issues_count":63,"past_year_pull_requests_count":211,"past_year_avg_time_to_close_issue":902885.6585365854,"past_year_avg_time_to_close_pull_request":924625.8044692738,"past_year_issues_closed_count":41,"past_year_pull_requests_closed_count":179,"past_year_pull_request_authors_count":23,"past_year_issue_authors_count":38,"past_year_avg_comments_per_issue":1.5714285714285714,"past_year_avg_comments_per_pull_request":1.085308056872038,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":94,"past_year_merged_pull_requests_count":141,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues","maintainers":[{"login":"dangreen","count":83,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"},{"login":"bcoe","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bcoe"},{"login":"tommywo","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tommywo"}],"active_maintainers":[{"login":"dangreen","count":72,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-cli/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-cli/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-cli/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-cli/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-cli/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-cli/codemeta","maintainers":[{"uuid":"stevemao","login":"stevemao","name":null,"email":"steve.mao@healthinteract.com.au","url":null,"packages_count":167,"html_url":"https://www.npmjs.com/~stevemao","role":null,"created_at":"2022-11-10T11:38:51.201Z","updated_at":"2022-11-10T11:38:51.201Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/stevemao/packages"},{"uuid":"bcoe","login":"bcoe","name":null,"email":"bencoe@gmail.com","url":null,"packages_count":557,"html_url":"https://www.npmjs.com/~bcoe","role":null,"created_at":"2022-11-10T11:38:51.183Z","updated_at":"2022-11-10T11:38:51.183Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/bcoe/packages"},{"uuid":"oss-bot","login":"oss-bot","name":null,"email":"bencoe+oss-bot@gmail.com","url":null,"packages_count":57,"html_url":"https://www.npmjs.com/~oss-bot","role":null,"created_at":"2022-11-10T11:38:51.196Z","updated_at":"2022-11-10T11:38:51.196Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/oss-bot/packages"},{"uuid":"tapppi","login":"tapppi","name":null,"email":"moilanen.tapani@gmail.com","url":null,"packages_count":27,"html_url":"https://www.npmjs.com/~tapppi","role":null,"created_at":"2022-11-10T11:38:51.206Z","updated_at":"2022-11-10T11:38:51.206Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/tapppi/packages"},{"uuid":"dangreen","login":"dangreen","name":null,"email":"danon0404@gmail.com","url":null,"packages_count":110,"html_url":"https://www.npmjs.com/~dangreen","role":null,"created_at":"2026-02-11T05:18:24.515Z","updated_at":"2026-02-11T05:18:24.515Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/dangreen/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5644415,"maintainers_count":1200486,"namespaces_count":399623,"keywords_count":847874,"github":"npm","metadata":{"funded_packages_count":171745},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-06-10T05:11:46.456Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":1554907,"name":"conventional-changelog-angular-cz-emoji","ecosystem":"npm","description":"conventional-changelog angular preset","homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-angular#readme","licenses":"ISC","normalized_licenses":["ISC"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":["conventional-changelog","angular","preset","cz-emoji-xg"],"namespace":null,"versions_count":1,"first_release_published_at":"2019-01-16T08:32:03.963Z","latest_release_published_at":"2019-01-16T08:32:03.963Z","latest_release_number":"1.0.0","last_synced_at":"2026-06-03T20:26:54.105Z","created_at":"2022-04-09T05:41:18.898Z","updated_at":"2026-06-03T20:26:54.105Z","registry_url":"https://www.npmjs.com/package/conventional-changelog-angular-cz-emoji","install_command":"npm install conventional-changelog-angular-cz-emoji","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"1.0.0"}},"repo_metadata":{"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2023-12-13T14:01:16.000Z","size":5365,"stargazers_count":7387,"open_issues_count":248,"forks_count":730,"subscribers_count":56,"default_branch":"master","last_synced_at":"2023-12-17T21:23:31.748Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2023-12-17T14:40:26.000Z","dependencies_parsed_at":"2022-07-13T10:30:31.523Z","dependency_job_id":"5f6d159e-c4c6-405b-9fa7-976ffc4dfa04","html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1464,"total_committers":136,"mean_commits":"10.764705882352942","dds":"0.40095628415300544","last_synced_commit":"58f0887283a200d52e49607baf7b352f26177b05"},"previous_names":[],"tags_count":754,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":176802280,"owners_count":10451348,"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"},"owner_record":{"login":"conventional-changelog","name":"conventional-changelog","uuid":"16443515","kind":"organization","description":"Tools to generate changelogs and release notes from a project's commit messages and metadata.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16443515?v=4","repositories_count":12,"last_synced_at":"2023-04-09T10:54:05.213Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/conventional-changelog","created_at":"2022-11-02T16:25:21.572Z","updated_at":"2023-04-09T10:54:05.313Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog/repositories"},"tags":[{"name":"git-semver-tags-v7.0.1","sha":"fac8045242099c016f5f3905e54e02b7d466bd7b","kind":"commit","published_at":"2023-09-10T23:53:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1/manifests"},{"name":"conventional-changelog-writer-v7.0.1","sha":"e3a643ad39ec3bc4cfb1dff2aa1101333df33dc3","kind":"commit","published_at":"2023-09-10T23:49:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1/manifests"},{"name":"conventional-changelog-v5.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0/manifests"},{"name":"conventional-changelog-cli-v4.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0/manifests"},{"name":"conventional-changelog-core-v7.0.0","sha":"2e467dd39a35c3813597711a37690897183b4abc","kind":"commit","published_at":"2023-09-08T22:03:37.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0/manifests"},{"name":"git-semver-tags-v7.0.0","sha":"a13f788bd505d8253a2d92413fc4a7780e11ec07","kind":"commit","published_at":"2023-09-08T21:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0/manifests"},{"name":"standard-changelog-v5.0.0","sha":"34569c7a3fd2b0362a461517a1f4e20e7eecd9fc","kind":"commit","published_at":"2023-09-08T21:55:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v9.0.0","sha":"ad633d9d81f66ef80d7f77832a264cb0c5b971ef","kind":"commit","published_at":"2023-09-08T21:50:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.2","sha":"50113f9b569259d991f1a734a192964ca71f0118","kind":"commit","published_at":"2023-09-08T21:41:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2/manifests"},{"name":"conventional-changelog-preset-loader-v4.1.0","sha":"a14d2186575f6061f236c9a47d803694b18f8373","kind":"commit","published_at":"2023-09-08T21:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.1","sha":"ca4324b0a690b2595f8b574882ff95329a2dc195","kind":"commit","published_at":"2023-08-27T19:11:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1/manifests"},{"name":"conventional-commits-filter-v4.0.0","sha":"26fc9ea274dc0c62442ec9d97b20a2ebb49138bf","kind":"commit","published_at":"2023-08-27T12:55:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0/manifests"},{"name":"standard-changelog-v4.0.0","sha":"5b788265774bf4b63d3c83a178ca53e8e7095903","kind":"commit","published_at":"2023-08-27T12:50:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-eslint-v5.0.0","sha":"679594c0716275771cc23b314e4362899fe72f87","kind":"commit","published_at":"2023-08-27T12:46:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0/manifests"},{"name":"git-semver-tags-v6.0.0","sha":"1c75c72d9b5d59e3ea4e914c58a85f7559f29602","kind":"commit","published_at":"2023-08-27T12:40:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0/manifests"},{"name":"conventional-recommended-bump-v8.0.0","sha":"624377a24e8e3658bcf2329a9a98f9a7b02a4cb3","kind":"commit","published_at":"2023-08-27T12:33:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0/manifests"},{"name":"conventional-changelog-writer-v7.0.0","sha":"d669bb67dc713cb1e4374e3216ed7d83cde743c5","kind":"commit","published_at":"2023-08-27T12:27:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0/manifests"},{"name":"conventional-changelog-codemirror-v4.0.0","sha":"933fd0b3dd355d648faf57241b796a714004c722","kind":"commit","published_at":"2023-08-27T12:23:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0/manifests"},{"name":"conventional-changelog-express-v4.0.0","sha":"c9e9ceb3a3727659bd117bab01cbc7642d588f06","kind":"commit","published_at":"2023-08-27T12:16:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0/manifests"},{"name":"conventional-changelog-ember-v4.0.0","sha":"5d7c16268f79b7f180e34e997fdb37373d714666","kind":"commit","published_at":"2023-08-27T12:11:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0/manifests"},{"name":"conventional-changelog-jquery-v5.0.0","sha":"d643efb1050dcdaecee626044315644ff9b9e43b","kind":"commit","published_at":"2023-08-27T12:07:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v4.0.0","sha":"636646dd9ae062e9652a7f9ccaf6c329e6e9f924","kind":"commit","published_at":"2023-08-27T12:03:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0/manifests"},{"name":"conventional-changelog-v5.0.0","sha":"7985de3edc9e655369651ad464cb39b791887dc7","kind":"commit","published_at":"2023-08-27T11:58:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.0","sha":"5f0fe40743d8f559ab94ed11bbb4b8bda6fa6dcb","kind":"commit","published_at":"2023-08-27T11:51:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0/manifests"},{"name":"conventional-changelog-angular-v7.0.0","sha":"6c7a2e1a8807988bcb1a9842f72d14be3b1a89e3","kind":"commit","published_at":"2023-08-27T11:46:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0/manifests"},{"name":"conventional-changelog-jshint-v4.0.0","sha":"0204a9a340d2c85411e8de8905bc74c6146e5618","kind":"commit","published_at":"2023-08-27T11:41:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0/manifests"},{"name":"conventional-changelog-atom-v4.0.0","sha":"ab9b2c10e098ec8837d141102549f3eef698364c","kind":"commit","published_at":"2023-08-27T11:36:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0/manifests"},{"name":"conventional-changelog-cli-v4.0.0","sha":"29df6c4597afad27b9cda06f58eb564bcca609c4","kind":"commit","published_at":"2023-08-27T11:21:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0/manifests"},{"name":"conventional-changelog-core-v6.0.0","sha":"45613bbc2d13c798732e4b2bd4b2fa9ea67157d6","kind":"commit","published_at":"2023-08-27T11:17:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v4.0.0","sha":"5a896e3ef3aa9e751fcc74d7c76fa21d6d526cb0","kind":"commit","published_at":"2023-08-27T11:08:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0/manifests"},{"name":"git-raw-commits-v4.0.0","sha":"878fc56b43bc617177bf47fd8643a3b8b86078e5","kind":"commit","published_at":"2023-08-27T11:01:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0/manifests"},{"name":"conventional-commits-parser-v5.0.0","sha":"299de5acbe55a7d19dcdd2adc34681eae7264abf","kind":"commit","published_at":"2023-08-26T17:50:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0/manifests"},{"name":"git-semver-tags-v5.0.1","sha":"87914a362866a380e98a29edf19b2173e0911d8a","kind":"commit","published_at":"2023-07-09T19:10:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1/manifests"},{"name":"conventional-changelog-writer-v6.0.1","sha":"c123edea220b450cfa26813b6f198c3e8ebbd2b4","kind":"commit","published_at":"2023-07-09T14:49:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.2","sha":"83773c5e1a8874ea9809ca9db1dff60b7df1daae","kind":"commit","published_at":"2023-06-28T17:43:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.1.0","sha":"2e5fe6d9574ba896fa90b5bfcb50fb73d28af6d6","kind":"commit","published_at":"2023-06-17T21:30:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v7.0.1","sha":"f251b6899e313a9b23f3c8deb8b8b57217040892","kind":"commit","published_at":"2023-06-06T23:24:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.1","sha":"5b458dff9edf766446449acd1bbb8027a1e39fa5","kind":"commit","published_at":"2023-06-06T23:17:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1/manifests"},{"name":"gulp-conventional-changelog-v3.0.0","sha":"8ef6232797e5bf7c80422221374c53c03d5df36d","kind":"commit","published_at":"2023-06-06T22:50:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0/manifests"},{"name":"standard-changelog-v3.0.0","sha":"ea65f017b42b914ece780fd2fc799a6946912ed8","kind":"commit","published_at":"2023-06-06T22:42:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0/manifests"},{"name":"conventional-changelog-cli-v3.0.0","sha":"f00f4549cee9406054b77057a8135183fcd89710","kind":"commit","published_at":"2023-06-06T22:29:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0/manifests"},{"name":"conventional-changelog-v4.0.0","sha":"1a240f91ed584ed43e7f9c82235ca60eff0f4fa5","kind":"commit","published_at":"2023-06-06T19:50:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-core-v5.0.0","sha":"8507f601486c8ff6806156c50091262dee13ec54","kind":"commit","published_at":"2023-06-06T19:23:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v7.0.0","sha":"e1662ca7a6c688d28a334282a5e863f52866f3e8","kind":"commit","published_at":"2023-06-06T18:39:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v3.0.0","sha":"5d80d155425147a0b045af09536e5962cbfff620","kind":"commit","published_at":"2023-06-06T15:08:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.0.0","sha":"a30fc7ae219cf871b46cbe9d2c76a9730b70e272","kind":"commit","published_at":"2023-06-06T14:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v6.0.0","sha":"aa5d46c7b13b7b31f78af4b3c31c087c39eea41d","kind":"commit","published_at":"2023-06-06T14:46:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0/manifests"},{"name":"conventional-commits-filter-v3.0.0","sha":"502a73fe41aebb7b563c5ca69521e0b1bab904df","kind":"commit","published_at":"2023-06-06T14:32:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0/manifests"},{"name":"conventional-commits-parser-v4.0.0","sha":"9f7fe891e75c64937c28baa39a6c795a01603ab7","kind":"commit","published_at":"2023-06-06T14:24:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0/manifests"},{"name":"git-raw-commits-v3.0.0","sha":"571f2d549f10744a12ab3bc5dc5e0b749cb72667","kind":"commit","published_at":"2023-06-06T14:16:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0/manifests"},{"name":"git-semver-tags-v5.0.0","sha":"445c796d04105d10dd62d07039bc6a7fc9f263a5","kind":"commit","published_at":"2023-06-06T13:51:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0/manifests"},{"name":"conventional-changelog-atom-v3.0.0","sha":"208787aa2f5db8de1c2d43c56d71e6dfb9510781","kind":"commit","published_at":"2023-06-06T13:43:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0/manifests"},{"name":"conventional-changelog-angular-v6.0.0","sha":"c4ebf98acc15f37154aae5de53a225e896c4a157","kind":"commit","published_at":"2023-06-06T13:36:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0/manifests"},{"name":"conventional-changelog-codemirror-v3.0.0","sha":"0772453bee083917a05b9696d063ee3dc69957f9","kind":"commit","published_at":"2023-06-06T13:25:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0/manifests"},{"name":"conventional-changelog-ember-v3.0.0","sha":"e473d0c8af7c0cf8a54f775556796f50f3e695c2","kind":"commit","published_at":"2023-06-06T13:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0/manifests"},{"name":"conventional-changelog-eslint-v4.0.0","sha":"b3b896bc5b9e3ed65dcfc08c57967a252f37cfd1","kind":"commit","published_at":"2023-06-06T12:56:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0/manifests"},{"name":"conventional-changelog-express-v3.0.0","sha":"5594385d1dd2490b0fb508a60b6f30e8be6616ce","kind":"commit","published_at":"2023-06-06T12:37:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0/manifests"},{"name":"conventional-changelog-jquery-v4.0.0","sha":"51a3015a907b2cea900114359c36ce0e9664b72d","kind":"commit","published_at":"2023-06-06T12:17:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0/manifests"},{"name":"conventional-changelog-jshint-v3.0.0","sha":"281e5f883476e90b75cae4373a67436c86e94f6a","kind":"commit","published_at":"2023-06-06T12:02:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v5.0.0","sha":"ba6df7cf62de5f448368bed4398f6ddf633d2cbd","kind":"commit","published_at":"2022-05-27T18:02:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0/manifests"},{"name":"conventional-changelog-writer-v5.0.1","sha":"21b73f974adc4490a318d9c892055655cb82c538","kind":"commit","published_at":"2021-12-29T21:36:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.3","sha":"02757d342290bcf51a49d49e5e72f5eae6c6f6da","kind":"commit","published_at":"2021-12-29T19:52:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3/manifests"},{"name":"conventional-commits-parser-v3.2.4","sha":"1d0f62d4ac4911ef0d912d5401f783b152cee624","kind":"commit","published_at":"2021-12-29T19:46:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4/manifests"},{"name":"git-raw-commits-v2.0.11","sha":"95384dbd105ffe4f86bbc6ccad3e5405a1cbfe04","kind":"commit","published_at":"2021-12-29T19:39:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.2","sha":"1827696185192a8dd258ea7c3370090238b0fb76","kind":"commit","published_at":"2021-12-25T18:06:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2/manifests"},{"name":"conventional-changelog-cli-v2.2.2","sha":"8ce6a7bbd3fae87aa9d56fca68c2e16fbb2cace5","kind":"commit","published_at":"2021-12-25T17:22:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2/manifests"},{"name":"conventional-changelog-v3.1.25","sha":"8e9c3d76aaffd7fe67a78270b3ad9b881e953e7e","kind":"commit","published_at":"2021-12-24T18:50:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25/manifests"},{"name":"conventional-changelog-cli-v2.2.1","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1/manifests"},{"name":"conventional-commits-parser-v3.2.3","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.1","sha":"c35708d56a55e31b750aec1f745e5be52f0a75f2","kind":"commit","published_at":"2021-09-09T19:06:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1/manifests"},{"name":"conventional-commits-parser-v3.2.2","sha":"1bae48ff85eff0736ea6691b7214f3fc9c026256","kind":"commit","published_at":"2021-09-09T14:45:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2/manifests"},{"name":"conventional-changelog-core-v4.2.4","sha":"02fbc2d42d0faf53d4b7a2b0525626088a6ac8ba","kind":"commit","published_at":"2021-09-09T14:37:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4/manifests"},{"name":"conventional-changelog-angular-v5.0.13","sha":"e30343b4676d26b416080294dc74ebba001c0716","kind":"commit","published_at":"2021-09-09T14:31:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v5.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13/manifests"},{"name":"conventional-changelog-core-v4.2.3","sha":"318b555b6ef3aebdb5a8d4c7c734fd7234712dd3","kind":"commit","published_at":"2021-07-03T00:24:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.0","sha":"537c37d7801872c3e57e4200c64154a4d2ea042a","kind":"commit","published_at":"2021-04-30T00:15:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0/manifests"},{"name":"conventional-commits-parser-v3.2.1","sha":"758dda2937b6784f0cc6a535286862fcf95b6f06","kind":"commit","published_at":"2021-02-15T21:32:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1/manifests"},{"name":"git-raw-commits-v2.0.10","sha":"ffecaccb6e117afae9f68f1d48ff9a69554da950","kind":"commit","published_at":"2021-01-27T16:36:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10/manifests"},{"name":"conventional-changelog-writer-v5.0.0","sha":"61ef6491add84b841e1797baf09f62bbdd90dcd4","kind":"commit","published_at":"2020-12-30T22:40:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v6.1.0","sha":"3b0fb22b0bb49137b9ecddaeb349f66025205c57","kind":"commit","published_at":"2020-12-30T16:58:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0/manifests"},{"name":"conventional-changelog-core-v4.2.2","sha":"317eeb3137caff69bcc9a67fce3dc67663a010db","kind":"commit","published_at":"2020-12-30T00:53:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2/manifests"},{"name":"conventional-recommended-bump-v6.0.12","sha":"90ecc5d93bfd7626857eda5d240f92393d896be0","kind":"commit","published_at":"2020-12-30T00:43:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12/manifests"},{"name":"git-raw-commits-v2.0.9","sha":"227f3e23af86912c0cd64fdb1a820ac92e5757c5","kind":"commit","published_at":"2020-12-29T23:59:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9/manifests"},{"name":"conventional-changelog-writer-v4.1.0","sha":"77725cfb12ca3ca22abb9421b4af012a49207e7a","kind":"commit","published_at":"2020-12-29T23:41:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11/manifests"},{"name":"standard-changelog@2.0.27","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27/manifests"},{"name":"gulp-conventional-changelog@2.0.35","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35/manifests"},{"name":"git-semver-tags@4.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1/manifests"},{"name":"git-raw-commits@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8/manifests"},{"name":"conventional-commits-parser@3.2.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0/manifests"},{"name":"conventional-commits-filter@2.0.7","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7/manifests"},{"name":"conventional-changelog-writer@4.0.18","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18/manifests"},{"name":"conventional-changelog-jshint@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9/manifests"},{"name":"conventional-changelog-jquery@3.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11/manifests"},{"name":"conventional-changelog-express@2.0.6","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9/manifests"},{"name":"conventional-changelog-ember@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9/manifests"},{"name":"conventional-changelog-core@4.2.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.5.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1/manifests"},{"name":"conventional-changelog-atom@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8/manifests"},{"name":"conventional-changelog-angular@5.0.12","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12/manifests"},{"name":"conventional-changelog@3.1.24","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24/manifests"},{"name":"conventional-changelog-v3.1.24","sha":"f8fcbc2e8b0834c29178ace6382b438a020ad828","kind":"commit","published_at":"2020-10-25T02:45:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24/manifests"},{"name":"conventional-recommended-bump@6.0.10","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10/manifests"},{"name":"git-semver-tags@4.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0/manifests"},{"name":"standard-changelog@2.0.26","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26/manifests"},{"name":"gulp-conventional-changelog@2.0.34","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34/manifests"},{"name":"conventional-changelog-cli@2.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0/manifests"},{"name":"conventional-changelog@3.1.23","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23/manifests"},{"name":"conventional-changelog-core@4.2.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.4.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.1","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1/manifests"},{"name":"conventional-changelog-angular@5.0.11","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11/manifests"},{"name":"conventional-changelog@3.1.22","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22/manifests"},{"name":"standard-changelog@2.0.25","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25/manifests"},{"name":"conventional-changelog-writer@4.0.17","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17/manifests"},{"name":"gulp-conventional-changelog@2.0.33","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33/manifests"},{"name":"conventional-changelog-jshint@2.0.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8/manifests"},{"name":"conventional-changelog-core@4.1.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8/manifests"},{"name":"conventional-changelog-cli@2.0.35","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35/manifests"},{"name":"conventional-changelog-writer@4.0.16","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16/manifests"},{"name":"conventional-changelog-core@4.1.7","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7/manifests"},{"name":"conventional-changelog@3.1.21","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21/manifests"},{"name":"conventional-changelog-cli@2.0.34","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34/manifests"},{"name":"standard-changelog@2.0.24","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24/manifests"},{"name":"gulp-conventional-changelog@2.0.32","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32/manifests"},{"name":"conventional-changelog-jshint@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7/manifests"},{"name":"conventional-changelog-jquery@3.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10/manifests"},{"name":"conventional-changelog-express@2.0.5","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5/manifests"},{"name":"conventional-changelog-eslint@3.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8/manifests"},{"name":"conventional-changelog-ember@2.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8/manifests"},{"name":"conventional-changelog-core@4.1.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7/manifests"},{"name":"conventional-changelog-cli@2.0.33","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33/manifests"},{"name":"conventional-changelog-atom@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7/manifests"},{"name":"conventional-changelog-angular@5.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10/manifests"},{"name":"conventional-changelog@3.1.20","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20/manifests"},{"name":"conventional-commits-filter@2.0.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6/manifests"},{"name":"conventional-commits-parser@3.1.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.9","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9/manifests"},{"name":"git-raw-commits@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7/manifests"},{"name":"git-semver-tags@4.0.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.31","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31/manifests"},{"name":"standard-changelog@2.0.23","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23/manifests"},{"name":"conventional-changelog-writer@4.0.15","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15/manifests"},{"name":"conventional-changelog-preset-loader@2.3.4","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4/manifests"},{"name":"conventional-changelog-preset-loader-v2.3.2","sha":"9f6c56cb960a5043823cfb85b9843991201cbb51","kind":"commit","published_at":"2020-05-08T19:21:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v2.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2/manifests"},{"name":"conventional-changelog@3.1.19","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19/manifests"},{"name":"conventional-changelog-cli@2.0.32","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32/manifests"},{"name":"conventional-changelog-core@4.1.5","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5/manifests"},{"name":"gulp-conventional-changelog@2.0.30","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30/manifests"},{"name":"standard-changelog@2.0.22","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22/manifests"},{"name":"standard-changelog@2.0.21","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21/manifests"},{"name":"gulp-conventional-changelog@2.0.29","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29/manifests"},{"name":"conventional-changelog@3.1.18","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18/manifests"},{"name":"conventional-changelog-cli@2.0.31","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31/manifests"},{"name":"conventional-changelog-core@4.1.4","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4/manifests"},{"name":"conventional-changelog-core@4.1.3","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.30","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30/manifests"},{"name":"conventional-changelog@3.1.17","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17/manifests"},{"name":"standard-changelog@2.0.20","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20/manifests"},{"name":"gulp-conventional-changelog@2.0.28","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28/manifests"},{"name":"conventional-changelog@3.1.16","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16/manifests"},{"name":"gulp-conventional-changelog@2.0.27","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27/manifests"},{"name":"standard-changelog@2.0.19","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19/manifests"},{"name":"conventional-changelog-core@4.1.2","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.29","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29/manifests"},{"name":"conventional-changelog-cli@2.0.28","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28/manifests"},{"name":"conventional-changelog@3.1.15","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15/manifests"},{"name":"standard-changelog@2.0.18","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18/manifests"},{"name":"conventional-recommended-bump@6.0.5","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5/manifests"},{"name":"git-semver-tags@3.0.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1/manifests"},{"name":"git-raw-commits@2.0.3","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.26","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26/manifests"},{"name":"conventional-commits-parser@3.0.8","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.11","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11/manifests"},{"name":"conventional-changelog-core@4.1.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1/manifests"},{"name":"standard-changelog@2.0.17","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17/manifests"},{"name":"gulp-conventional-changelog@2.0.25","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25/manifests"},{"name":"conventional-recommended-bump@6.0.4","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4/manifests"},{"name":"conventional-commits-parser@3.0.7","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7/manifests"},{"name":"conventional-changelog-core@4.1.0","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.3","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3/manifests"},{"name":"conventional-changelog-cli@2.0.27","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27/manifests"},{"name":"conventional-changelog-angular@5.0.6","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6/manifests"},{"name":"conventional-changelog@3.1.14","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14/manifests"},{"name":"conventional-changelog@3.1.13","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13/manifests"},{"name":"conventional-changelog-cli@2.0.26","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.2","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2/manifests"},{"name":"conventional-changelog-core@4.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3/manifests"},{"name":"conventional-changelog-preset-loader@2.3.0","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0/manifests"},{"name":"conventional-changelog-writer@4.0.10","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10/manifests"},{"name":"conventional-commits-parser@3.0.6","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6/manifests"},{"name":"conventional-recommended-bump@6.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.24","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24/manifests"},{"name":"standard-changelog@2.0.16","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16/manifests"},{"name":"conventional-changelog-jshint@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.9","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9/manifests"},{"name":"conventional-commits-parser@3.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5/manifests"},{"name":"conventional-changelog@3.1.12","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12/manifests"},{"name":"gulp-conventional-changelog@2.0.23","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23/manifests"},{"name":"standard-changelog@2.0.15","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15/manifests"},{"name":"conventional-recommended-bump@6.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5/manifests"},{"name":"conventional-changelog-atom@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.25","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25/manifests"},{"name":"conventional-changelog-codemirror@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.1","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1/manifests"},{"name":"conventional-changelog-core@4.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2/manifests"},{"name":"conventional-changelog-ember@2.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4/manifests"},{"name":"conventional-changelog-eslint@3.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.6","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6/manifests"},{"name":"conventional-changelog-cli@2.0.24","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24/manifests"},{"name":"standard-changelog@2.0.14","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14/manifests"},{"name":"gulp-conventional-changelog@2.0.22","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22/manifests"},{"name":"conventional-recommended-bump@6.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1/manifests"},{"name":"conventional-commits-parser@3.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4/manifests"},{"name":"conventional-changelog-writer@4.0.8","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8/manifests"},{"name":"conventional-changelog-jshint@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.5","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5/manifests"},{"name":"conventional-changelog-eslint@3.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3/manifests"},{"name":"conventional-changelog-ember@2.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3/manifests"},{"name":"conventional-changelog-core@4.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.0","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2/manifests"},{"name":"conventional-changelog-atom@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4/manifests"},{"name":"conventional-changelog@3.1.11","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11/manifests"},{"name":"conventional-recommended-bump@6.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.7","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7/manifests"},{"name":"conventional-changelog-preset-loader@2.2.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0/manifests"},{"name":"conventional-changelog-core@4.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.1.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0/manifests"},{"name":"conventional-changelog-cli@2.0.23","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23/manifests"},{"name":"conventional-changelog@3.1.10","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10/manifests"},{"name":"standard-changelog@2.0.13","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13/manifests"},{"name":"gulp-conventional-changelog@2.0.21","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21/manifests"},{"name":"git-semver-tags@3.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0/manifests"},{"name":"git-semver-tags@2.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3/manifests"},{"name":"conventional-commits-parser@3.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.6","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6/manifests"},{"name":"conventional-changelog@3.1.9","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9/manifests"},{"name":"conventional-changelog-cli@2.0.22","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22/manifests"},{"name":"conventional-changelog-conventionalcommits@4.0.0","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0/manifests"},{"name":"conventional-changelog-core@3.2.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3/manifests"},{"name":"standard-changelog@2.0.12","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.20","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20/manifests"},{"name":"conventional-recommended-bump@5.0.1","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.19","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19/manifests"},{"name":"conventional-changelog-cli@2.0.21","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21/manifests"},{"name":"conventional-changelog@3.1.8","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8/manifests"},{"name":"standard-changelog@2.0.11","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.2","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2/manifests"},{"name":"conventional-changelog@3.1.7","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7/manifests"},{"name":"gulp-conventional-changelog@2.0.18","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18/manifests"},{"name":"conventional-changelog-cli@2.0.20","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.1","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.17","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17/manifests"},{"name":"conventional-changelog-cli@2.0.19","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0/manifests"},{"name":"conventional-changelog@3.1.6","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6/manifests"},{"name":"conventional-recommended-bump@5.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.16","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16/manifests"},{"name":"conventional-changelog@3.1.5","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5/manifests"},{"name":"conventional-changelog-cli@2.0.18","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18/manifests"},{"name":"conventional-changelog-conventionalcommits@2.0.0","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.2","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.17","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17/manifests"},{"name":"conventional-changelog@3.1.4","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.15","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15/manifests"},{"name":"gulp-conventional-changelog@2.0.14","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14/manifests"},{"name":"conventional-changelog-writer@4.0.5","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.16","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16/manifests"},{"name":"conventional-changelog-core@3.2.2","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2/manifests"},{"name":"conventional-changelog@3.1.3","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3/manifests"},{"name":"standard-changelog@2.0.10","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10/manifests"},{"name":"conventional-changelog@3.1.2","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2/manifests"},{"name":"conventional-changelog-core@3.2.1","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1/manifests"},{"name":"conventional-changelog-cli@2.0.15","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15/manifests"},{"name":"standard-changelog@2.0.9","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9/manifests"},{"name":"gulp-conventional-changelog@2.0.13","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13/manifests"},{"name":"conventional-recommended-bump@4.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1/manifests"},{"name":"conventional-changelog-preset-loader@2.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.14","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14/manifests"},{"name":"conventional-changelog@3.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1/manifests"},{"name":"gulp-conventional-changelog@2.0.12","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12/manifests"},{"name":"conventional-changelog-cli@2.0.13","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13/manifests"},{"name":"conventional-changelog-core@3.2.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0/manifests"},{"name":"conventional-changelog-eslint@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0/manifests"},{"name":"conventional-changelog@3.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0/manifests"},{"name":"gulp-conventional-changelog@2.0.11","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11/manifests"},{"name":"git-raw-commits@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0/manifests"},{"name":"standard-changelog@2.0.8","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.4","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4/manifests"},{"name":"conventional-commits-parser@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2/manifests"},{"name":"conventional-commits-filter@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2/manifests"},{"name":"standard-changelog@2.0.7","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7/manifests"},{"name":"conventional-changelog-cli@2.0.12","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.10","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10/manifests"},{"name":"conventional-changelog-writer@4.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3/manifests"},{"name":"conventional-changelog-core@3.1.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6/manifests"},{"name":"conventional-changelog-angular@5.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3/manifests"},{"name":"conventional-changelog@3.0.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6/manifests"},{"name":"conventional-recommended-bump@4.0.4","sha":"da729f68f9dc581623deb587c705ef65d189a9f4","kind":"tag","published_at":"2018-11-01T06:56:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4/manifests"},{"name":"standard-changelog@2.0.6","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6/manifests"},{"name":"conventional-changelog-writer@4.0.2","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2/manifests"},{"name":"conventional-changelog-core@3.1.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5/manifests"},{"name":"conventional-changelog-cli@2.0.11","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11/manifests"},{"name":"gulp-conventional-changelog@2.0.9","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.0.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5/manifests"},{"name":"standard-changelog@2.0.5","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5/manifests"},{"name":"conventional-changelog@3.0.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.8","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.0.10","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10/manifests"},{"name":"git-semver-tags@2.0.2","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.3","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3/manifests"},{"name":"conventional-changelog-core@3.1.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.7","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7/manifests"},{"name":"standard-changelog@2.0.4","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4/manifests"},{"name":"conventional-changelog@3.0.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3/manifests"},{"name":"conventional-changelog-core@3.1.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.9","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9/manifests"},{"name":"conventional-changelog-cli@2.0.8","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8/manifests"},{"name":"conventional-changelog-core@3.1.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2/manifests"},{"name":"gulp-conventional-changelog@2.0.6","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6/manifests"},{"name":"conventional-changelog@3.0.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2/manifests"},{"name":"standard-changelog@2.0.3","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.5","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.7","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7/manifests"},{"name":"conventional-changelog@3.0.1","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1/manifests"},{"name":"conventional-changelog-jquery@3.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4/manifests"},{"name":"conventional-changelog@3.0.0","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0/manifests"},{"name":"conventional-changelog-angular@5.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2/manifests"},{"name":"conventional-changelog-atom@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.6","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1/manifests"},{"name":"conventional-changelog-core@3.1.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1/manifests"},{"name":"conventional-changelog-ember@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2/manifests"},{"name":"conventional-changelog-eslint@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1/manifests"},{"name":"conventional-changelog-express@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1/manifests"},{"name":"conventional-changelog-preset-loader@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2/manifests"},{"name":"conventional-changelog-writer@4.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1/manifests"},{"name":"conventional-commits-filter@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1/manifests"},{"name":"conventional-commits-parser@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2/manifests"},{"name":"git-raw-commits@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1/manifests"},{"name":"git-semver-tags@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4/manifests"},{"name":"standard-changelog@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.3","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.5","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.4","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.2","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2/manifests"},{"name":"standard-changelog@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1/manifests"},{"name":"conventional-changelog-core@3.1.0","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0/manifests"},{"name":"conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1/manifests"},{"name":"conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0/manifests"},{"name":"conventional-changelog-jshint@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0/manifests"},{"name":"conventional-changelog-express@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0/manifests"},{"name":"conventional-changelog-eslint@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0/manifests"},{"name":"conventional-changelog-ember@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1/manifests"},{"name":"conventional-changelog-atom@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0/manifests"},{"name":"conventional-changelog-angular@5.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0/manifests"},{"name":"conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-angular@4.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1/manifests"},{"name":"conventional-changelog-jquery@2.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1/manifests"},{"name":"conventional-changelog-core@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0/manifests"},{"name":"conventional-changelog-codemirror@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0/manifests"},{"name":"conventional-commits-parser@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0/manifests"},{"name":"conventional-changelog-atom@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0/manifests"},{"name":"conventional-recommended-bump@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0/manifests"},{"name":"git-raw-commits@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0/manifests"},{"name":"conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0/manifests"},{"name":"standard-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0/manifests"},{"name":"conventional-commits-filter@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0/manifests"},{"name":"conventional-changelog-express@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0/manifests"},{"name":"conventional-changelog-eslint@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0/manifests"},{"name":"conventional-changelog-angular@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0/manifests"},{"name":"conventional-changelog-ember@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0/manifests"},{"name":"git-semver-tags@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0/manifests"},{"name":"conventional-changelog-jshint@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-angular@3.0.7","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7/manifests"},{"name":"conventional-changelog-cli@1.3.22","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22/manifests"},{"name":"conventional-changelog-core@2.0.11","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11/manifests"},{"name":"conventional-changelog-ember@0.3.12","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12/manifests"},{"name":"conventional-changelog-jquery@1.3.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9/manifests"},{"name":"conventional-recommended-bump@2.0.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9/manifests"},{"name":"gulp-conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24/manifests"},{"name":"standard-changelog@1.0.19","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19/manifests"},{"name":"conventional-changelog-jshint@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8/manifests"},{"name":"conventional-changelog-codemirror@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8/manifests"},{"name":"conventional-changelog-core@2.0.10","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10/manifests"},{"name":"conventional-changelog-ember@0.3.11","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11/manifests"},{"name":"conventional-changelog-eslint@1.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9/manifests"},{"name":"conventional-changelog-jquery@1.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8/manifests"},{"name":"conventional-changelog-cli@1.3.21","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21/manifests"},{"name":"conventional-changelog-writer@3.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9/manifests"},{"name":"gulp-conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23/manifests"},{"name":"standard-changelog@1.0.18","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18/manifests"},{"name":"conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-angular@3.0.6","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6/manifests"},{"name":"conventional-changelog-atom@0.2.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8/manifests"},{"name":"conventional-changelog-cli@1.3.20","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20/manifests"},{"name":"gulp-conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-writer@3.0.8","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8/manifests"},{"name":"conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22/manifests"},{"name":"standard-changelog@1.0.17","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17/manifests"},{"name":"conventional-changelog-ember@0.3.10","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10/manifests"},{"name":"conventional-changelog-core@2.0.9","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9/manifests"},{"name":"conventional-changelog-angular@3.0.5","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5/manifests"},{"name":"conventional-changelog-express@0.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6/manifests"},{"name":"git-semver-tags@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6/manifests"},{"name":"git-raw-commits@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6/manifests"},{"name":"conventional-changelog-jquery@1.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7/manifests"},{"name":"conventional-recommended-bump@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8/manifests"},{"name":"conventional-commits-parser@2.1.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7/manifests"},{"name":"conventional-changelog-writer@3.0.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7/manifests"},{"name":"conventional-changelog-preset-loader@1.1.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8/manifests"},{"name":"conventional-changelog-jshint@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7/manifests"},{"name":"conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-cli@1.3.19","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19/manifests"},{"name":"conventional-changelog-atom@0.2.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7/manifests"},{"name":"conventional-changelog-angular@3.0.4","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4/manifests"},{"name":"conventional-changelog-codemirror@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7/manifests"},{"name":"conventional-changelog-core@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.9","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9/manifests"},{"name":"conventional-changelog-eslint@1.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8/manifests"},{"name":"gulp-conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21/manifests"},{"name":"standard-changelog@1.0.16","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16/manifests"},{"name":"gulp-conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-jquery@1.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7/manifests"},{"name":"conventional-changelog-ember@0.3.8","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8/manifests"},{"name":"conventional-changelog-core@2.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7/manifests"},{"name":"conventional-changelog-angular@3.0.3","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3/manifests"},{"name":"standard-changelog@1.0.15","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15/manifests"},{"name":"conventional-changelog-atom@0.2.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6/manifests"},{"name":"conventional-changelog-cli@1.3.18","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18/manifests"},{"name":"conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-codemirror@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6/manifests"},{"name":"conventional-changelog-jshint@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6/manifests"},{"name":"conventional-changelog-writer@3.0.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6/manifests"},{"name":"conventional-changelog-angular@3.0.2","sha":"1cc079df803f58b52c8aa997fff43e9c162266e7","kind":"tag","published_at":"2018-03-22T14:14:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7/manifests"},{"name":"standard-changelog@1.0.14","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14/manifests"},{"name":"gulp-conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19/manifests"},{"name":"git-semver-tags@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5/manifests"},{"name":"git-raw-commits@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7/manifests"},{"name":"conventional-commits-parser@2.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6/manifests"},{"name":"conventional-commits-filter@1.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5/manifests"},{"name":"conventional-changelog-jshint@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5/manifests"},{"name":"conventional-changelog-jquery@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5/manifests"},{"name":"conventional-changelog-express@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6/manifests"},{"name":"conventional-changelog-ember@0.3.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7/manifests"},{"name":"conventional-changelog-core@2.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5/manifests"},{"name":"conventional-changelog-cli@1.3.17","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17/manifests"},{"name":"conventional-changelog-atom@0.2.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5/manifests"},{"name":"conventional-changelog-angular@3.0.1","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1/manifests"},{"name":"conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19/manifests"},{"name":"conventional-changelog-angular@3.0.0","sha":"49997aaba373502e5b38bd366846934641e95799","kind":"tag","published_at":"2018-03-22T13:45:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-eslint@1.0.5","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5/manifests"},{"name":"conventional-changelog-cli@1.3.16","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16/manifests"},{"name":"conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-angular@1.6.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6/manifests"},{"name":"conventional-changelog-atom@0.2.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4/manifests"},{"name":"conventional-changelog-cli@1.3.15","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15/manifests"},{"name":"conventional-changelog-codemirror@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4/manifests"},{"name":"conventional-changelog-express@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4/manifests"},{"name":"conventional-changelog-jquery@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4/manifests"},{"name":"conventional-changelog-jshint@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4/manifests"},{"name":"conventional-commits-filter@1.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5/manifests"},{"name":"conventional-commits-parser@2.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5/manifests"},{"name":"gulp-conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17/manifests"},{"name":"standard-changelog@1.0.13","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13/manifests"},{"name":"git-semver-tags@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4/manifests"},{"name":"conventional-recommended-bump@2.0.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6/manifests"},{"name":"git-raw-commits@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4/manifests"},{"name":"conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17/manifests"},{"name":"git-semver-tags@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3/manifests"},{"name":"conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog-angular@1.6.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5/manifests"},{"name":"conventional-changelog-atom@0.2.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3/manifests"},{"name":"conventional-changelog-cli@1.3.14","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14/manifests"},{"name":"conventional-changelog-codemirror@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4/manifests"},{"name":"conventional-changelog-ember@0.3.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3/manifests"},{"name":"conventional-changelog-express@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3/manifests"},{"name":"conventional-changelog-jshint@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5/manifests"},{"name":"conventional-changelog-writer@3.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3/manifests"},{"name":"conventional-commits-filter@1.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4/manifests"},{"name":"conventional-commits-parser@2.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4/manifests"},{"name":"conventional-recommended-bump@2.0.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5/manifests"},{"name":"git-raw-commits@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3/manifests"},{"name":"gulp-conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16/manifests"},{"name":"standard-changelog@1.0.12","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12/manifests"},{"name":"conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15/manifests"},{"name":"gulp-conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15/manifests"},{"name":"conventional-recommended-bump@2.0.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4/manifests"},{"name":"conventional-changelog-cli@1.3.13","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13/manifests"},{"name":"git-raw-commits@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2/manifests"},{"name":"standard-changelog@1.0.11","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11/manifests"},{"name":"conventional-recommended-bump@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3/manifests"},{"name":"gulp-conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14/manifests"},{"name":"git-semver-tags@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2/manifests"},{"name":"conventional-changelog-express@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3/manifests"},{"name":"conventional-commits-filter@1.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3/manifests"},{"name":"conventional-changelog-writer@3.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2/manifests"},{"name":"conventional-changelog-jshint@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2/manifests"},{"name":"conventional-changelog-jquery@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2/manifests"},{"name":"conventional-changelog-eslint@1.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2/manifests"},{"name":"conventional-changelog-ember@0.3.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3/manifests"},{"name":"conventional-changelog-codemirror@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2/manifests"},{"name":"conventional-changelog-cli@1.3.12","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12/manifests"},{"name":"conventional-changelog-atom@0.2.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2/manifests"},{"name":"conventional-changelog-angular@1.6.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4/manifests"},{"name":"conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14/manifests"},{"name":"conventional-recommended-bump@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2/manifests"},{"name":"conventional-commits-parser@2.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2/manifests"},{"name":"standard-changelog@1.0.10","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10/manifests"},{"name":"conventional-commits-filter@1.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2/manifests"},{"name":"conventional-changelog-writer@3.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1/manifests"},{"name":"conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13/manifests"},{"name":"gulp-conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13/manifests"},{"name":"git-semver-tags@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1/manifests"},{"name":"git-raw-commits@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1/manifests"},{"name":"conventional-changelog-jshint@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1/manifests"},{"name":"conventional-changelog-jquery@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1/manifests"},{"name":"conventional-changelog-express@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1/manifests"},{"name":"conventional-changelog-ember@0.3.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2/manifests"},{"name":"conventional-changelog-codemirror@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1/manifests"},{"name":"conventional-changelog-cli@1.3.11","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11/manifests"},{"name":"conventional-changelog-atom@0.2.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1/manifests"},{"name":"conventional-changelog-angular@1.6.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3/manifests"},{"name":"conventional-changelog-cli@1.3.10","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10/manifests"},{"name":"conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12/manifests"},{"name":"gulp-conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12/manifests"},{"name":"conventional-recommended-bump@2.0.1","sha":"a4f0aa902d3e966fe6d6b1d46f2130838524cfbf","kind":"tag","published_at":"2018-02-12T14:54:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1/manifests"},{"name":"conventional-recommended-bump@2.0.0","sha":"9885d205ed96338575335652d006f475408e1195","kind":"tag","published_at":"2018-02-12T14:30:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0/manifests"},{"name":"conventional-changelog-preset-loader@1.1.2","sha":"a450d974237d440009ec3fb4c63974cf066e8f79","kind":"tag","published_at":"2018-02-12T04:07:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.1","sha":"5af1f00dcc4e1f9c3299bc7feb322a88b711f042","kind":"tag","published_at":"2018-02-09T04:17:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.0","sha":"c3eb36dbc52f383df6f3dcf3a3870b01ceee0b8b","kind":"tag","published_at":"2018-02-08T14:46:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0/manifests"},{"name":"conventional-commits-parser@2.1.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1/manifests"},{"name":"conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11/manifests"},{"name":"conventional-changelog-angular@1.6.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2/manifests"},{"name":"conventional-changelog-cli@1.3.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9/manifests"},{"name":"conventional-changelog-core@2.0.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1/manifests"},{"name":"conventional-changelog-ember@0.3.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2/manifests"},{"name":"conventional-recommended-bump@1.2.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1/manifests"},{"name":"gulp-conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11/manifests"},{"name":"standard-changelog@1.0.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9/manifests"},{"name":"standard-changelog@1.0.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8/manifests"},{"name":"gulp-conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10/manifests"},{"name":"git-semver-tags@1.3.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.2.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0/manifests"},{"name":"conventional-changelog-writer@3.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0/manifests"},{"name":"conventional-changelog-eslint@1.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.3.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1/manifests"},{"name":"conventional-changelog-core@2.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8/manifests"},{"name":"conventional-changelog-angular@1.6.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1/manifests"},{"name":"conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10/manifests"},{"name":"standard-changelog@1.0.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7/manifests"},{"name":"gulp-conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-jshint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0/manifests"},{"name":"conventional-changelog-jquery@1.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0/manifests"},{"name":"conventional-changelog-express@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0/manifests"},{"name":"conventional-changelog-eslint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0/manifests"},{"name":"conventional-changelog-ember@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0/manifests"},{"name":"conventional-changelog-core@1.9.5","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5/manifests"},{"name":"conventional-changelog-codemirror@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0/manifests"},{"name":"conventional-changelog-cli@1.3.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7/manifests"},{"name":"conventional-changelog-atom@0.2.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0/manifests"},{"name":"conventional-changelog-angular@1.6.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0/manifests"},{"name":"conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-angular@1.5.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3/manifests"},{"name":"standard-changelog@1.0.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6/manifests"},{"name":"gulp-conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8/manifests"},{"name":"conventional-recommended-bump@1.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0/manifests"},{"name":"conventional-commits-parser@2.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0/manifests"},{"name":"conventional-commits-filter@1.1.1","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1/manifests"},{"name":"conventional-changelog-writer@2.0.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.2.10","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10/manifests"},{"name":"conventional-changelog-core@1.9.4","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4/manifests"},{"name":"conventional-changelog-cli@1.3.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6/manifests"},{"name":"conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8/manifests"},{"name":"conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7/manifests"},{"name":"conventional-changelog-express@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1/manifests"},{"name":"conventional-changelog-eslint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1/manifests"},{"name":"conventional-changelog-jquery@1.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1/manifests"},{"name":"conventional-changelog-ember@0.2.9","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9/manifests"},{"name":"conventional-changelog-jshint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1/manifests"},{"name":"conventional-changelog-writer@2.0.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2/manifests"},{"name":"conventional-changelog-core@1.9.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3/manifests"},{"name":"conventional-commits-filter@1.1.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0/manifests"},{"name":"conventional-changelog-codemirror@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1/manifests"},{"name":"conventional-commits-parser@2.0.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1/manifests"},{"name":"conventional-recommended-bump@1.0.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3/manifests"},{"name":"conventional-changelog-cli@1.3.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5/manifests"},{"name":"git-raw-commits@1.3.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0/manifests"},{"name":"conventional-changelog-atom@0.1.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2/manifests"},{"name":"git-semver-tags@1.2.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3/manifests"},{"name":"conventional-changelog-angular@1.5.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2/manifests"},{"name":"gulp-conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7/manifests"},{"name":"standard-changelog@1.0.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5/manifests"},{"name":"@marionebl/conventional-commits-parser@3.0.0","sha":"edf4068ce4c3ea6ac5b61323473ab655be5eb895","kind":"tag","published_at":"2017-11-01T07:09:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/@marionebl/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/@marionebl/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0/manifests"},{"name":"git-semver-tags@1.2.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2/manifests"},{"name":"standard-changelog@1.0.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4/manifests"},{"name":"conventional-changelog-ember@0.2.8","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8/manifests"},{"name":"gulp-conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-core@1.9.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2/manifests"},{"name":"conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-angular@1.5.1","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1/manifests"},{"name":"conventional-recommended-bump@1.0.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2/manifests"},{"name":"conventional-changelog-cli@1.3.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4/manifests"},{"name":"standard-changelog@1.0.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3/manifests"},{"name":"conventional-changelog-core@1.9.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1/manifests"},{"name":"conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-ember@0.2.7","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7/manifests"},{"name":"conventional-changelog-writer@2.0.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1/manifests"},{"name":"conventional-changelog-angular@1.5.0","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0/manifests"},{"name":"gulp-conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-cli@1.3.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3/manifests"},{"name":"conventional-changelog-angular@1.4.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0/manifests"},{"name":"conventional-changelog-core@1.9.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0/manifests"},{"name":"conventional-changelog-codemirror@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0/manifests"},{"name":"conventional-changelog-cli@1.3.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2/manifests"},{"name":"conventional-changelog-atom@0.1.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1/manifests"},{"name":"standard-changelog@1.0.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2/manifests"},{"name":"conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4/manifests"},{"name":"conventional-changelog-ember@0.2.6","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6/manifests"},{"name":"conventional-changelog-eslint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0/manifests"},{"name":"conventional-changelog-express@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0/manifests"},{"name":"conventional-changelog-jquery@1.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0/manifests"},{"name":"conventional-changelog-jshint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0/manifests"},{"name":"conventional-changelog-writer@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0/manifests"},{"name":"conventional-commits-parser@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1/manifests"},{"name":"git-semver-tags@1.2.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1/manifests"},{"name":"gulp-conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4/manifests"},{"name":"conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3/manifests"},{"name":"conventional-changelog-core@1.8.0","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.8.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0/manifests"},{"name":"conventional-changelog-ember@0.2.5","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5/manifests"},{"name":"gulp-conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3/manifests"},{"name":"standard-changelog@1.0.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1/manifests"},{"name":"conventional-changelog-cli@1.3.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1/manifests"},{"name":"conventional-changelog-angular@1.3.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3/manifests"},{"name":"conventional-changelog-ember@0.2.4","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4/manifests"},{"name":"conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2/manifests"},{"name":"conventional-changelog-angular@1.3.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2/manifests"},{"name":"conventional-changelog-core@1.7.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.7.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0/manifests"},{"name":"conventional-changelog-cli@1.3.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0/manifests"},{"name":"standard-changelog@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2/manifests"},{"name":"git-semver-tags@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0/manifests"},{"name":"git-raw-commits@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0/manifests"},{"name":"conventional-recommended-bump@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"tag","published_at":"2017-03-10T05:35:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0/manifests"},{"name":"conventional-changelog-ember@0.2.3","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3/manifests"},{"name":"gulp-conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1/manifests"},{"name":"standard-changelog@0.0.2","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@0.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2/manifests"},{"name":"conventional-changelog-angular@1.3.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1/manifests"},{"name":"conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-cli@1.2.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1/manifests"},{"name":"conventional-changelog-core@1.6.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0/manifests"},{"name":"conventional-changelog-cli@1.2.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:01:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0/manifests"},{"name":"conventional-changelog-core@1.5.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:00:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0/manifests"},{"name":"git-raw-commits@1.1.2","sha":"f5fe78b1f15791cb0499744bf278dff22b52732f","kind":"tag","published_at":"2017-03-09T07:37:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2/manifests"},{"name":"git-semver-tags@1.1.2","sha":"7be07c7c0f49572b1c0e9c98f004b599d8b5bb1a","kind":"tag","published_at":"2017-03-09T07:35:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2/manifests"},{"name":"v1.1.0","sha":"600d411569271467389c3cbe71f7f657980e89a1","kind":"tag","published_at":"2016-02-13T06:59:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"9591280a8d09220aced3383abe3bc7ecbb34b503","kind":"tag","published_at":"2016-02-13T06:37:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"beef421f56939190a4ca30c28788eda1b3f9480d","kind":"tag","published_at":"2016-02-05T13:49:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"c8e90ab7fddd0b98855913e73fc12f9dc9dc81b1","kind":"tag","published_at":"2016-02-05T12:59:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0/manifests"},{"name":"v0.5.3","sha":"d79ce243223260b153699b99de0503698546ea63","kind":"tag","published_at":"2015-12-25T05:07:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"9e7b771072a2680c6c335fcad38003aade53213e","kind":"tag","published_at":"2015-12-23T12:24:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"4bf7d8df29f7be29552b82ec2b7112fad0c39a3e","kind":"tag","published_at":"2015-10-20T09:52:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"5ca2204b472704543ebbc744a22f8f90ec659659","kind":"tag","published_at":"2015-09-30T08:49:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"e5f2f3bc675e2c7e5cc6aa0ed50da7941833e492","kind":"tag","published_at":"2015-09-04T03:16:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"7536a0b351cc4f2764e71cbc268a178ab595259d","kind":"tag","published_at":"2015-08-17T01:28:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"56fa3d92620a41a875b3337fa51d04d6df23b1a8","kind":"tag","published_at":"2015-08-15T12:34:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"eefec0ef598a92e78510ee8626fd9bbcdb1398e4","kind":"tag","published_at":"2015-08-15T11:19:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0/manifests"},{"name":"v0.3.2","sha":"74b99dca61eafd56ba93605016b086a1108e77fe","kind":"tag","published_at":"2015-08-13T03:12:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"a1aca9c31a45aded77962bd0defc32e503aec213","kind":"commit","published_at":"2015-08-11T06:23:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"b489672d27ff703337c540f0fbc43f6486a84d99","kind":"commit","published_at":"2015-08-09T03:27:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"12e3cd6b151353dbe7f584adabbe5dd8a28424db","kind":"commit","published_at":"2015-07-24T08:13:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"f437b457b5ea6c105535a360144000f8315db54d","kind":"commit","published_at":"2015-07-24T04:54:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0/manifests"},{"name":"v0.1.3","sha":"c8fa9d0b94f8ac07f162623e4b9e9e68aad82e62","kind":"commit","published_at":"2015-07-22T11:06:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"6ba5d6e4b90a154dbca6ec0f80c66ad5995cd770","kind":"commit","published_at":"2015-07-22T07:10:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c015f8762f70eff2be7b8d7fb82438689239d717","kind":"commit","published_at":"2015-07-20T07:55:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"7253d0fea773e3f7cc0a3fb8278c9da070df26ee","kind":"commit","published_at":"2015-07-20T07:12:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.3","sha":"0c9f1e89bfacec8e08bac8ef96d64e3abdbecda7","kind":"commit","published_at":"2015-07-17T11:02:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"fec1baf43b8c0156682d4014a4fd066bd24ad448","kind":"commit","published_at":"2015-07-17T06:23:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"a5ea0dfada48601b9e3fbec78dd37d70380a2db6","kind":"commit","published_at":"2015-07-15T08:03:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1/manifests"},{"name":"v0.1.0-alpha.3","sha":"9b6cc68a2c17c9671363fe7af5de7ebd3a06aaeb","kind":"commit","published_at":"2015-07-06T01:27:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3/manifests"},{"name":"v0.1.0-alpha.2","sha":"34b0f460c34ecc48af857d8ee5d7038970ba56fb","kind":"commit","published_at":"2015-06-29T12:04:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2/manifests"},{"name":"v0.1.0-alpha.1","sha":"05b3415fc699ab43f3fa33b5ecd040ab5ecdf9e2","kind":"commit","published_at":"2015-06-24T04:42:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1/manifests"},{"name":"v0.0.17","sha":"3cae05244e48af9cf4abbef3114060db585a574c","kind":"commit","published_at":"2015-04-03T02:12:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"c0719ce6ba16778dd34c2cfdc81e7f3c5321409d","kind":"commit","published_at":"2015-03-19T04:15:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"57af04dc3e362c0e327b716279c9143028c6e0da","kind":"commit","published_at":"2015-03-18T20:23:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"69be290efb58a6a92e9ae78d7b37168d293920b5","kind":"commit","published_at":"2015-03-13T21:22:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"15a39d02ba3d666e7820eecbb8c5493ef2f6040a","kind":"commit","published_at":"2015-03-12T23:17:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13/manifests"},{"name":"v0.0.11","sha":"37f5561553c30d8f0f2c949502ea278da64949cd","kind":"tag","published_at":"2014-05-28T13:14:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"ad6f6ec5499d2c902b88da95487862d50e5ad776","kind":"tag","published_at":"2014-05-28T12:51:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"87efbabd9bc2a0fd83255e6cb856961b10aef9eb","kind":"tag","published_at":"2014-05-06T17:11:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"94b12cf69c51264b1edb6c81b50a262f0536894b","kind":"tag","published_at":"2014-04-10T14:45:48.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"1cf17e494fd7d8538c55189c72c0cf57d145ef41","kind":"tag","published_at":"2014-04-10T14:06:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"861f9ec93de28be4185b35815c2b6ab17746eb3f","kind":"commit","published_at":"2014-01-23T19:39:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"3f59f7356c86f30ef8e8754386373c2a8f97b367","kind":"commit","published_at":"2014-01-23T18:59:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6fa2c22464dcd964df604550c2ce2ed1d2f4362b","kind":"commit","published_at":"2014-01-04T21:36:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4/manifests"}]},"repo_metadata_updated_at":"2023-12-17T21:33:18.937Z","dependent_packages_count":1,"downloads":30,"downloads_period":"last-month","dependent_repos_count":1,"rankings":{"downloads":64.27733745101297,"dependent_repos_count":10.767935900085632,"dependent_packages_count":21.30988168970035,"stargazers_count":1.200604311931194,"forks_count":1.4458963804442808,"docker_downloads_count":null,"average":19.800331146634885},"purl":"pkg:npm/conventional-changelog-angular-cz-emoji","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/conventional-changelog-angular-cz-emoji","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/conventional-changelog-angular-cz-emoji","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/conventional-changelog-angular-cz-emoji/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2023-12-16T21:42:46.243Z","issues_count":103,"pull_requests_count":338,"avg_time_to_close_issue":23444750.564102564,"avg_time_to_close_pull_request":6261417.119850188,"issues_closed_count":39,"pull_requests_closed_count":267,"pull_request_authors_count":58,"issue_authors_count":72,"avg_comments_per_issue":1.8252427184466018,"avg_comments_per_pull_request":1.3875739644970413,"merged_pull_requests_count":209,"bot_issues_count":1,"bot_pull_requests_count":171,"past_year_issues_count":61,"past_year_pull_requests_count":280,"past_year_avg_time_to_close_issue":784912.724137931,"past_year_avg_time_to_close_pull_request":1086635.9458333333,"past_year_issues_closed_count":29,"past_year_pull_requests_closed_count":240,"past_year_pull_request_authors_count":25,"past_year_issue_authors_count":35,"past_year_avg_comments_per_issue":1.3934426229508197,"past_year_avg_comments_per_pull_request":1.157142857142857,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":160,"past_year_merged_pull_requests_count":198,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues"},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-angular-cz-emoji/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-angular-cz-emoji/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-angular-cz-emoji/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-angular-cz-emoji/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-angular-cz-emoji/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-angular-cz-emoji/codemeta","maintainers":[{"uuid":"yuebin01","login":"yuebin01","name":null,"email":"yuebin01@gmail.com","url":null,"packages_count":14,"html_url":"https://www.npmjs.com/~yuebin01","role":null,"created_at":"2022-11-11T20:38:46.228Z","updated_at":"2022-11-11T20:38:46.228Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/yuebin01/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5644415,"maintainers_count":1200486,"namespaces_count":399623,"keywords_count":847874,"github":"npm","metadata":{"funded_packages_count":171745},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-06-10T05:11:46.456Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":11063448,"name":"conventional-changelog-conventionalcommits-test","ecosystem":"npm","description":"Conventionalcommits.org preset for conventional-changelog.","homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-conventionalcommits","licenses":"ISC","normalized_licenses":["ISC"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":["conventional-changelog","conventionalcommits.org","preset"],"namespace":null,"versions_count":1,"first_release_published_at":"2024-11-19T14:06:56.409Z","latest_release_published_at":"2024-11-19T14:06:56.409Z","latest_release_number":"8.0.0","last_synced_at":"2026-06-03T20:26:52.658Z","created_at":"2024-11-19T14:15:34.443Z","updated_at":"2026-06-03T20:26:52.658Z","registry_url":"https://www.npmjs.com/package/conventional-changelog-conventionalcommits-test","install_command":"npm install conventional-changelog-conventionalcommits-test","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"8.0.0"}},"repo_metadata":{"id":12961414,"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2025-10-23T17:43:12.000Z","size":6366,"stargazers_count":8280,"open_issues_count":245,"forks_count":731,"subscribers_count":51,"default_branch":"master","last_synced_at":"2025-10-24T01:48:17.818Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2025-10-23T01:16:08.000Z","dependencies_parsed_at":"2022-07-13T10:30:31.523Z","dependency_job_id":"5f6d159e-c4c6-405b-9fa7-976ffc4dfa04","html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1686,"total_committers":150,"mean_commits":11.24,"dds":0.4792408066429419,"last_synced_commit":"65550d9a30cfab4b00b3e982e42bd68fedafcefc"},"previous_names":["ajoslin/conventional-changelog"],"tags_count":804,"template":false,"template_full_name":null,"purl":"pkg:github/conventional-changelog/conventional-changelog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/sbom","scorecard":{"id":174827,"data":{"date":"2025-08-11","repo":{"name":"github.com/conventional-changelog/conventional-changelog","commit":"1552de5434163eb63d3bf73d97bcb3bf34de8586"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 7 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":1,"reason":"Found 4/22 approved changesets -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/checks.yml:1","Warn: no topLevel permission defined: .github/workflows/commit.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Warn: no topLevel permission defined: .github/workflows/tests.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/checks.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/checks.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/commit.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/commit.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/commit.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:50: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:85: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:87: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:91: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:102: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Info:   0 out of  17 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  14 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: ISC License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 16 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":7,"reason":"3 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-xffm-g5w8-qvg7","Warn: Project is vulnerable to: GHSA-67mh-4wv8-2f99","Warn: Project is vulnerable to: GHSA-52f5-9888-hmc6"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-16T17:26:40.503Z","repository_id":12961414,"created_at":"2025-08-16T17:26:40.503Z","updated_at":"2025-08-16T17:26:40.503Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281931845,"owners_count":26585822,"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","status":"online","status_checked_at":"2025-10-31T02:00:07.401Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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"},"owner_record":{"login":"conventional-changelog","name":"conventional-changelog","uuid":"16443515","kind":"organization","description":"Tools to generate changelogs and release notes from a project's commit messages and metadata.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16443515?v=4","repositories_count":12,"last_synced_at":"2025-04-05T03:02:08.595Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/conventional-changelog","funding_links":[],"total_stars":33067,"followers":419,"following":0,"created_at":"2022-11-02T16:25:21.572Z","updated_at":"2025-04-05T03:02:08.596Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog/repositories"},"tags":[{"name":"conventional-changelog-angular-v8.1.0","sha":"4a8c5d57a058c5b103a8ebddf94e19cf67a58a18","kind":"commit","published_at":"2025-10-20T20:40:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v8.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v8.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular-v8.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.1.0/manifests"},{"name":"conventional-commits-parser-v6.2.1","sha":"4a8c5d57a058c5b103a8ebddf94e19cf67a58a18","kind":"commit","published_at":"2025-10-20T20:40:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v6.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.2.1/manifests"},{"name":"conventional-changelog-v7.1.1","sha":"d3934017f5c8987a0b4a5fdf3782f26cd43ab486","kind":"commit","published_at":"2025-07-10T17:30:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v7.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v7.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v7.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.1.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v9.1.0","sha":"b3bec6cd666605edb0727765637d8de30a672b86","kind":"commit","published_at":"2025-07-10T15:38:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v9.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v9.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v9.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v9.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v9.1.0/manifests"},{"name":"conventional-changelog-writer-v8.2.0","sha":"429fa80cf3232ddc89ad2e6593a5087da55f2192","kind":"commit","published_at":"2025-07-09T21:51:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v8.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.2.0/manifests"},{"name":"conventional-commits-parser-v6.2.0","sha":"a10c63faccc776bfc941a54dbcfa2d128bbfb374","kind":"commit","published_at":"2025-06-09T09:39:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v6.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.2.0/manifests"},{"name":"conventional-changelog-v7.1.0","sha":"549320cb33c00bea312fcf70c31d3ee6973ba488","kind":"commit","published_at":"2025-06-07T17:07:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v7.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v7.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v7.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.1.0/manifests"},{"name":"conventional-recommended-bump-v11.2.0","sha":"549320cb33c00bea312fcf70c31d3ee6973ba488","kind":"commit","published_at":"2025-06-07T17:07:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v11.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v11.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v11.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.2.0/manifests"},{"name":"git-client-v2.5.1","sha":"07103bc206c6b75af47183a700868d69424c5f5f","kind":"commit","published_at":"2025-06-02T10:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.5.1/manifests"},{"name":"git-client-v2.5.0","sha":"7926760758a6635d423d91288a11253bb663698c","kind":"commit","published_at":"2025-06-02T00:10:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.5.0/manifests"},{"name":"git-client-v2.4.0","sha":"81588478678c36e7465a90cfe56e4981c13729a9","kind":"commit","published_at":"2025-05-27T19:05:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.4.0/manifests"},{"name":"git-client-v2.3.0","sha":"abf8f2b4f11a8c4dcee54346fb39cee04c05242b","kind":"commit","published_at":"2025-05-23T19:01:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.3.0/manifests"},{"name":"conventional-changelog-v7.0.2","sha":"d42c917ee7b2732b9e4bc42bf70f6700ac028e1b","kind":"commit","published_at":"2025-05-22T20:08:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v7.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.2/manifests"},{"name":"conventional-changelog-v7.0.1","sha":"2dcae156d1dc9c40a2392c3dd9363449f3f59f75","kind":"commit","published_at":"2025-05-19T22:26:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.1/manifests"},{"name":"standard-changelog-v7.0.1","sha":"2dcae156d1dc9c40a2392c3dd9363449f3f59f75","kind":"commit","published_at":"2025-05-19T22:26:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v7.0.1/manifests"},{"name":"git-client-v2.2.0","sha":"2dcae156d1dc9c40a2392c3dd9363449f3f59f75","kind":"commit","published_at":"2025-05-19T22:26:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.2.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v9.0.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v9.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v9.0.0/manifests"},{"name":"conventional-changelog-writer-v8.1.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v8.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.1.0/manifests"},{"name":"conventional-recommended-bump-v11.1.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v11.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v11.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v11.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.1.0/manifests"},{"name":"git-client-v2.1.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.1.0/manifests"},{"name":"standard-changelog-v7.0.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v7.0.0/manifests"},{"name":"conventional-changelog-v7.0.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.0/manifests"},{"name":"conventional-commits-parser-v6.1.0","sha":"641a04473146d99189ec31d948202f8ef973da37","kind":"commit","published_at":"2025-01-15T16:19:55.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v6.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v11.0.0","sha":"3abb8c6494cd57fd52755d00669c10e4cc25a034","kind":"commit","published_at":"2025-01-15T16:19:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v11.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v11.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v11.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.0.0/manifests"},{"name":"conventional-changelog-writer-v8.0.1","sha":"fe3da2f131673200f695d6c9f34d8d0303042329","kind":"commit","published_at":"2025-01-15T16:14:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v8.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.1/manifests"},{"name":"git-client-v2.0.0","sha":"2ea0eec3e46bb9de9d57001d3aac074076e668a7","kind":"commit","published_at":"2025-01-15T16:13:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.0.0/manifests"},{"name":"conventional-changelog-core-v9.0.0","sha":"1ac3f1268140c999c669908085d0879b5d294c1a","kind":"commit","published_at":"2025-01-15T16:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v9.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v9.0.0/manifests"},{"name":"git-client-v1.0.1","sha":"d3b8aaa16337993bbad4d91db1ffac5a7568756b","kind":"commit","published_at":"2024-05-06T14:46:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1/manifests"},{"name":"conventional-changelog-v6.0.0","sha":"83bb15ba5de08f080884fc906c6db3c99c8b2131","kind":"commit","published_at":"2024-04-26T22:08:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0/manifests"},{"name":"conventional-changelog-core-v8.0.0","sha":"7bc92fc05e4447f311ad52b6e39d36f461eaf083","kind":"commit","published_at":"2024-04-26T22:07:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v8.0.0","sha":"3129c812139bf7454a64b4d506e6b85cd5abc77c","kind":"commit","published_at":"2024-04-26T22:06:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0/manifests"},{"name":"git-semver-tags-v8.0.0","sha":"fbd1b3bcd6253a32de89eb21145c2eb70d9396b6","kind":"commit","published_at":"2024-04-26T22:05:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v5.0.0","sha":"e34c96db3dbebedb17a6583aae8855dddd056f83","kind":"commit","published_at":"2024-04-26T22:04:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0/manifests"},{"name":"conventional-changelog-angular-v8.0.0","sha":"2aa6291a93eb881230e896f87a5232873b6a9717","kind":"commit","published_at":"2024-04-26T22:04:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0/manifests"},{"name":"conventional-changelog-jquery-v6.0.0","sha":"1c71cd6d4868ef2e158963e277609a9794806306","kind":"commit","published_at":"2024-04-26T22:03:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v8.0.0","sha":"533e36277d1779a5ac79a06210c603b5f88bc030","kind":"commit","published_at":"2024-04-26T22:00:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0/manifests"},{"name":"conventional-changelog-eslint-v6.0.0","sha":"c7459cd7d1e1ab82c9a5d552b008c02aba290cad","kind":"commit","published_at":"2024-04-26T21:59:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0/manifests"},{"name":"git-raw-commits-v5.0.0","sha":"f61ea377e843db0852c35911785895ec43481f11","kind":"commit","published_at":"2024-04-26T21:58:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0/manifests"},{"name":"conventional-changelog-codemirror-v5.0.0","sha":"77525286ffc8869a6ac351ebe28198842815cb7c","kind":"commit","published_at":"2024-04-26T21:57:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0/manifests"},{"name":"conventional-changelog-cli-v5.0.0","sha":"a75cef688b9a1557ca981178d4d35c18963160b6","kind":"commit","published_at":"2024-04-26T21:53:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0/manifests"},{"name":"conventional-changelog-express-v5.0.0","sha":"a6ab80d6e30091a8b743ee97a87e7400af1ebc53","kind":"commit","published_at":"2024-04-26T21:53:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v10.0.0","sha":"d7c409b02f1d58cf6f0293edcadbe5f00a78a622","kind":"commit","published_at":"2024-04-26T21:52:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v10.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v10.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v10.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0/manifests"},{"name":"conventional-changelog-atom-v5.0.0","sha":"3b2b9d0ec2382f73d9cf000a1004596f90ece916","kind":"commit","published_at":"2024-04-26T21:51:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0/manifests"},{"name":"conventional-changelog-jshint-v5.0.0","sha":"d7dae509e72b09d1496ae51f1f04c15581c828fc","kind":"commit","published_at":"2024-04-26T21:50:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0/manifests"},{"name":"conventional-changelog-ember-v5.0.0","sha":"2e99dfa49112ffe6c864dd0e436f0db1e696b1f9","kind":"commit","published_at":"2024-04-26T21:50:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0/manifests"},{"name":"conventional-commits-parser-v6.0.0","sha":"646e1be132ccd0f32e3074de2f511be5c610984f","kind":"commit","published_at":"2024-04-26T21:48:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0/manifests"},{"name":"conventional-commits-filter-v5.0.0","sha":"be4266b7ef7b84ba5c198dfa8c143229f8a5b128","kind":"commit","published_at":"2024-04-26T21:47:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0/manifests"},{"name":"standard-changelog-v6.0.0","sha":"3e9b9387f29e48a508b70b88f26b40a6db9fea16","kind":"commit","published_at":"2024-04-26T21:45:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v5.0.0","sha":"041a1a9b73b201add30494aed19d026b948bd8f1","kind":"commit","published_at":"2024-04-26T21:41:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0/manifests"},{"name":"git-client-v1.0.0","sha":"7e51fe970576503cae3ab94e6e9b3e01017b044d","kind":"commit","published_at":"2024-04-26T21:21:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0/manifests"},{"name":"git-semver-tags-v7.0.1","sha":"fac8045242099c016f5f3905e54e02b7d466bd7b","kind":"commit","published_at":"2023-09-10T23:53:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1/manifests"},{"name":"conventional-changelog-writer-v7.0.1","sha":"e3a643ad39ec3bc4cfb1dff2aa1101333df33dc3","kind":"commit","published_at":"2023-09-10T23:49:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1/manifests"},{"name":"conventional-changelog-v5.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0/manifests"},{"name":"conventional-changelog-cli-v4.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0/manifests"},{"name":"conventional-changelog-core-v7.0.0","sha":"2e467dd39a35c3813597711a37690897183b4abc","kind":"commit","published_at":"2023-09-08T22:03:37.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0/manifests"},{"name":"git-semver-tags-v7.0.0","sha":"a13f788bd505d8253a2d92413fc4a7780e11ec07","kind":"commit","published_at":"2023-09-08T21:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0/manifests"},{"name":"standard-changelog-v5.0.0","sha":"34569c7a3fd2b0362a461517a1f4e20e7eecd9fc","kind":"commit","published_at":"2023-09-08T21:55:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v9.0.0","sha":"ad633d9d81f66ef80d7f77832a264cb0c5b971ef","kind":"commit","published_at":"2023-09-08T21:50:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v9.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.2","sha":"50113f9b569259d991f1a734a192964ca71f0118","kind":"commit","published_at":"2023-09-08T21:41:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v7.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2/manifests"},{"name":"conventional-changelog-preset-loader-v4.1.0","sha":"a14d2186575f6061f236c9a47d803694b18f8373","kind":"commit","published_at":"2023-09-08T21:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader-v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.1","sha":"ca4324b0a690b2595f8b574882ff95329a2dc195","kind":"commit","published_at":"2023-08-27T19:11:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1/manifests"},{"name":"conventional-commits-filter-v4.0.0","sha":"26fc9ea274dc0c62442ec9d97b20a2ebb49138bf","kind":"commit","published_at":"2023-08-27T12:55:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0/manifests"},{"name":"standard-changelog-v4.0.0","sha":"5b788265774bf4b63d3c83a178ca53e8e7095903","kind":"commit","published_at":"2023-08-27T12:50:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-eslint-v5.0.0","sha":"679594c0716275771cc23b314e4362899fe72f87","kind":"commit","published_at":"2023-08-27T12:46:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0/manifests"},{"name":"git-semver-tags-v6.0.0","sha":"1c75c72d9b5d59e3ea4e914c58a85f7559f29602","kind":"commit","published_at":"2023-08-27T12:40:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0/manifests"},{"name":"conventional-recommended-bump-v8.0.0","sha":"624377a24e8e3658bcf2329a9a98f9a7b02a4cb3","kind":"commit","published_at":"2023-08-27T12:33:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0/manifests"},{"name":"conventional-changelog-writer-v7.0.0","sha":"d669bb67dc713cb1e4374e3216ed7d83cde743c5","kind":"commit","published_at":"2023-08-27T12:27:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0/manifests"},{"name":"conventional-changelog-codemirror-v4.0.0","sha":"933fd0b3dd355d648faf57241b796a714004c722","kind":"commit","published_at":"2023-08-27T12:23:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0/manifests"},{"name":"conventional-changelog-express-v4.0.0","sha":"c9e9ceb3a3727659bd117bab01cbc7642d588f06","kind":"commit","published_at":"2023-08-27T12:16:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0/manifests"},{"name":"conventional-changelog-ember-v4.0.0","sha":"5d7c16268f79b7f180e34e997fdb37373d714666","kind":"commit","published_at":"2023-08-27T12:11:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0/manifests"},{"name":"conventional-changelog-jquery-v5.0.0","sha":"d643efb1050dcdaecee626044315644ff9b9e43b","kind":"commit","published_at":"2023-08-27T12:07:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v4.0.0","sha":"636646dd9ae062e9652a7f9ccaf6c329e6e9f924","kind":"commit","published_at":"2023-08-27T12:03:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0/manifests"},{"name":"conventional-changelog-v5.0.0","sha":"7985de3edc9e655369651ad464cb39b791887dc7","kind":"commit","published_at":"2023-08-27T11:58:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.0","sha":"5f0fe40743d8f559ab94ed11bbb4b8bda6fa6dcb","kind":"commit","published_at":"2023-08-27T11:51:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0/manifests"},{"name":"conventional-changelog-angular-v7.0.0","sha":"6c7a2e1a8807988bcb1a9842f72d14be3b1a89e3","kind":"commit","published_at":"2023-08-27T11:46:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0/manifests"},{"name":"conventional-changelog-jshint-v4.0.0","sha":"0204a9a340d2c85411e8de8905bc74c6146e5618","kind":"commit","published_at":"2023-08-27T11:41:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0/manifests"},{"name":"conventional-changelog-atom-v4.0.0","sha":"ab9b2c10e098ec8837d141102549f3eef698364c","kind":"commit","published_at":"2023-08-27T11:36:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0/manifests"},{"name":"conventional-changelog-cli-v4.0.0","sha":"29df6c4597afad27b9cda06f58eb564bcca609c4","kind":"commit","published_at":"2023-08-27T11:21:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0/manifests"},{"name":"conventional-changelog-core-v6.0.0","sha":"45613bbc2d13c798732e4b2bd4b2fa9ea67157d6","kind":"commit","published_at":"2023-08-27T11:17:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v4.0.0","sha":"5a896e3ef3aa9e751fcc74d7c76fa21d6d526cb0","kind":"commit","published_at":"2023-08-27T11:08:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0/manifests"},{"name":"git-raw-commits-v4.0.0","sha":"878fc56b43bc617177bf47fd8643a3b8b86078e5","kind":"commit","published_at":"2023-08-27T11:01:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0/manifests"},{"name":"conventional-commits-parser-v5.0.0","sha":"299de5acbe55a7d19dcdd2adc34681eae7264abf","kind":"commit","published_at":"2023-08-26T17:50:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0/manifests"},{"name":"git-semver-tags-v5.0.1","sha":"87914a362866a380e98a29edf19b2173e0911d8a","kind":"commit","published_at":"2023-07-09T19:10:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1/manifests"},{"name":"conventional-changelog-writer-v6.0.1","sha":"c123edea220b450cfa26813b6f198c3e8ebbd2b4","kind":"commit","published_at":"2023-07-09T14:49:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v6.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.2","sha":"83773c5e1a8874ea9809ca9db1dff60b7df1daae","kind":"commit","published_at":"2023-06-28T17:43:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v5.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.1.0","sha":"2e5fe6d9574ba896fa90b5bfcb50fb73d28af6d6","kind":"commit","published_at":"2023-06-17T21:30:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v6.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v7.0.1","sha":"f251b6899e313a9b23f3c8deb8b8b57217040892","kind":"commit","published_at":"2023-06-06T23:24:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.1","sha":"5b458dff9edf766446449acd1bbb8027a1e39fa5","kind":"commit","published_at":"2023-06-06T23:17:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1/manifests"},{"name":"gulp-conventional-changelog-v3.0.0","sha":"8ef6232797e5bf7c80422221374c53c03d5df36d","kind":"commit","published_at":"2023-06-06T22:50:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0/manifests"},{"name":"standard-changelog-v3.0.0","sha":"ea65f017b42b914ece780fd2fc799a6946912ed8","kind":"commit","published_at":"2023-06-06T22:42:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0/manifests"},{"name":"conventional-changelog-cli-v3.0.0","sha":"f00f4549cee9406054b77057a8135183fcd89710","kind":"commit","published_at":"2023-06-06T22:29:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0/manifests"},{"name":"conventional-changelog-v4.0.0","sha":"1a240f91ed584ed43e7f9c82235ca60eff0f4fa5","kind":"commit","published_at":"2023-06-06T19:50:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-core-v5.0.0","sha":"8507f601486c8ff6806156c50091262dee13ec54","kind":"commit","published_at":"2023-06-06T19:23:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v7.0.0","sha":"e1662ca7a6c688d28a334282a5e863f52866f3e8","kind":"commit","published_at":"2023-06-06T18:39:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v3.0.0","sha":"5d80d155425147a0b045af09536e5962cbfff620","kind":"commit","published_at":"2023-06-06T15:08:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.0.0","sha":"a30fc7ae219cf871b46cbe9d2c76a9730b70e272","kind":"commit","published_at":"2023-06-06T14:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v6.0.0","sha":"aa5d46c7b13b7b31f78af4b3c31c087c39eea41d","kind":"commit","published_at":"2023-06-06T14:46:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0/manifests"},{"name":"conventional-commits-filter-v3.0.0","sha":"502a73fe41aebb7b563c5ca69521e0b1bab904df","kind":"commit","published_at":"2023-06-06T14:32:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0/manifests"},{"name":"conventional-commits-parser-v4.0.0","sha":"9f7fe891e75c64937c28baa39a6c795a01603ab7","kind":"commit","published_at":"2023-06-06T14:24:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0/manifests"},{"name":"git-raw-commits-v3.0.0","sha":"571f2d549f10744a12ab3bc5dc5e0b749cb72667","kind":"commit","published_at":"2023-06-06T14:16:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0/manifests"},{"name":"git-semver-tags-v5.0.0","sha":"445c796d04105d10dd62d07039bc6a7fc9f263a5","kind":"commit","published_at":"2023-06-06T13:51:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0/manifests"},{"name":"conventional-changelog-atom-v3.0.0","sha":"208787aa2f5db8de1c2d43c56d71e6dfb9510781","kind":"commit","published_at":"2023-06-06T13:43:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0/manifests"},{"name":"conventional-changelog-angular-v6.0.0","sha":"c4ebf98acc15f37154aae5de53a225e896c4a157","kind":"commit","published_at":"2023-06-06T13:36:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0/manifests"},{"name":"conventional-changelog-codemirror-v3.0.0","sha":"0772453bee083917a05b9696d063ee3dc69957f9","kind":"commit","published_at":"2023-06-06T13:25:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0/manifests"},{"name":"conventional-changelog-ember-v3.0.0","sha":"e473d0c8af7c0cf8a54f775556796f50f3e695c2","kind":"commit","published_at":"2023-06-06T13:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0/manifests"},{"name":"conventional-changelog-eslint-v4.0.0","sha":"b3b896bc5b9e3ed65dcfc08c57967a252f37cfd1","kind":"commit","published_at":"2023-06-06T12:56:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0/manifests"},{"name":"conventional-changelog-express-v3.0.0","sha":"5594385d1dd2490b0fb508a60b6f30e8be6616ce","kind":"commit","published_at":"2023-06-06T12:37:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0/manifests"},{"name":"conventional-changelog-jquery-v4.0.0","sha":"51a3015a907b2cea900114359c36ce0e9664b72d","kind":"commit","published_at":"2023-06-06T12:17:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0/manifests"},{"name":"conventional-changelog-jshint-v3.0.0","sha":"281e5f883476e90b75cae4373a67436c86e94f6a","kind":"commit","published_at":"2023-06-06T12:02:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v5.0.0","sha":"ba6df7cf62de5f448368bed4398f6ddf633d2cbd","kind":"commit","published_at":"2022-05-27T18:02:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0/manifests"},{"name":"conventional-changelog-writer-v5.0.1","sha":"21b73f974adc4490a318d9c892055655cb82c538","kind":"commit","published_at":"2021-12-29T21:36:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.3","sha":"02757d342290bcf51a49d49e5e72f5eae6c6f6da","kind":"commit","published_at":"2021-12-29T19:52:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v4.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3/manifests"},{"name":"conventional-commits-parser-v3.2.4","sha":"1d0f62d4ac4911ef0d912d5401f783b152cee624","kind":"commit","published_at":"2021-12-29T19:46:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v3.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4/manifests"},{"name":"git-raw-commits-v2.0.11","sha":"95384dbd105ffe4f86bbc6ccad3e5405a1cbfe04","kind":"commit","published_at":"2021-12-29T19:39:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v2.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.2","sha":"1827696185192a8dd258ea7c3370090238b0fb76","kind":"commit","published_at":"2021-12-25T18:06:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v4.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2/manifests"},{"name":"conventional-changelog-cli-v2.2.2","sha":"8ce6a7bbd3fae87aa9d56fca68c2e16fbb2cace5","kind":"commit","published_at":"2021-12-25T17:22:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2/manifests"},{"name":"conventional-changelog-v3.1.25","sha":"8e9c3d76aaffd7fe67a78270b3ad9b881e953e7e","kind":"commit","published_at":"2021-12-24T18:50:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v3.1.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25/manifests"},{"name":"conventional-commits-parser-v3.2.3","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v3.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3/manifests"},{"name":"conventional-changelog-cli-v2.2.1","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.1","sha":"c35708d56a55e31b750aec1f745e5be52f0a75f2","kind":"commit","published_at":"2021-09-09T19:06:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v4.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1/manifests"},{"name":"conventional-commits-parser-v3.2.2","sha":"1bae48ff85eff0736ea6691b7214f3fc9c026256","kind":"commit","published_at":"2021-09-09T14:45:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v3.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2/manifests"},{"name":"conventional-changelog-core-v4.2.4","sha":"02fbc2d42d0faf53d4b7a2b0525626088a6ac8ba","kind":"commit","published_at":"2021-09-09T14:37:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v4.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4/manifests"},{"name":"conventional-changelog-angular-v5.0.13","sha":"e30343b4676d26b416080294dc74ebba001c0716","kind":"commit","published_at":"2021-09-09T14:31:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v5.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular-v5.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13/manifests"},{"name":"conventional-changelog-core-v4.2.3","sha":"318b555b6ef3aebdb5a8d4c7c734fd7234712dd3","kind":"commit","published_at":"2021-07-03T00:24:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v4.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.0","sha":"537c37d7801872c3e57e4200c64154a4d2ea042a","kind":"commit","published_at":"2021-04-30T00:15:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v4.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0/manifests"},{"name":"conventional-commits-parser-v3.2.1","sha":"758dda2937b6784f0cc6a535286862fcf95b6f06","kind":"commit","published_at":"2021-02-15T21:32:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1/manifests"},{"name":"git-raw-commits-v2.0.10","sha":"ffecaccb6e117afae9f68f1d48ff9a69554da950","kind":"commit","published_at":"2021-01-27T16:36:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v2.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10/manifests"},{"name":"conventional-changelog-writer-v5.0.0","sha":"61ef6491add84b841e1797baf09f62bbdd90dcd4","kind":"commit","published_at":"2020-12-30T22:40:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v6.1.0","sha":"3b0fb22b0bb49137b9ecddaeb349f66025205c57","kind":"commit","published_at":"2020-12-30T16:58:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v6.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0/manifests"},{"name":"conventional-changelog-core-v4.2.2","sha":"317eeb3137caff69bcc9a67fce3dc67663a010db","kind":"commit","published_at":"2020-12-30T00:53:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v4.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2/manifests"},{"name":"conventional-recommended-bump-v6.0.12","sha":"90ecc5d93bfd7626857eda5d240f92393d896be0","kind":"commit","published_at":"2020-12-30T00:43:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v6.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12/manifests"},{"name":"git-raw-commits-v2.0.9","sha":"227f3e23af86912c0cd64fdb1a820ac92e5757c5","kind":"commit","published_at":"2020-12-29T23:59:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v2.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9/manifests"},{"name":"conventional-changelog-writer-v4.1.0","sha":"77725cfb12ca3ca22abb9421b4af012a49207e7a","kind":"commit","published_at":"2020-12-29T23:41:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0/manifests"},{"name":"conventional-commits-filter@2.0.7","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7/manifests"},{"name":"standard-changelog@2.0.27","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27/manifests"},{"name":"gulp-conventional-changelog@2.0.35","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35/manifests"},{"name":"git-semver-tags@4.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%404.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1/manifests"},{"name":"git-raw-commits@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8/manifests"},{"name":"conventional-recommended-bump@6.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11/manifests"},{"name":"conventional-commits-parser@3.2.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0/manifests"},{"name":"conventional-changelog-writer@4.0.18","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18/manifests"},{"name":"conventional-changelog-jshint@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9/manifests"},{"name":"conventional-changelog-jquery@3.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11/manifests"},{"name":"conventional-changelog-express@2.0.6","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9/manifests"},{"name":"conventional-changelog-ember@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9/manifests"},{"name":"conventional-changelog-core@4.2.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.5.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1/manifests"},{"name":"conventional-changelog-atom@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8/manifests"},{"name":"conventional-changelog-angular@5.0.12","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12/manifests"},{"name":"conventional-changelog@3.1.24","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24/manifests"},{"name":"conventional-changelog-v3.1.24","sha":"f8fcbc2e8b0834c29178ace6382b438a020ad828","kind":"commit","published_at":"2020-10-25T02:45:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v3.1.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24/manifests"},{"name":"conventional-changelog-conventionalcommits@4.4.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0/manifests"},{"name":"conventional-changelog-core@4.2.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0/manifests"},{"name":"conventional-changelog@3.1.23","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23/manifests"},{"name":"conventional-changelog-cli@2.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0/manifests"},{"name":"git-semver-tags@4.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%404.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0/manifests"},{"name":"gulp-conventional-changelog@2.0.34","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34/manifests"},{"name":"standard-changelog@2.0.26","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26/manifests"},{"name":"conventional-recommended-bump@6.0.10","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10/manifests"},{"name":"conventional-changelog-core@4.1.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8/manifests"},{"name":"standard-changelog@2.0.25","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25/manifests"},{"name":"gulp-conventional-changelog@2.0.33","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33/manifests"},{"name":"conventional-changelog-writer@4.0.17","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17/manifests"},{"name":"conventional-changelog-jshint@2.0.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.1","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1/manifests"},{"name":"conventional-changelog-cli@2.0.35","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35/manifests"},{"name":"conventional-changelog-angular@5.0.11","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11/manifests"},{"name":"conventional-changelog@3.1.22","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22/manifests"},{"name":"standard-changelog@2.0.24","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24/manifests"},{"name":"gulp-conventional-changelog@2.0.32","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32/manifests"},{"name":"conventional-changelog-writer@4.0.16","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16/manifests"},{"name":"conventional-changelog-core@4.1.7","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7/manifests"},{"name":"conventional-changelog-cli@2.0.34","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34/manifests"},{"name":"conventional-changelog@3.1.21","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0/manifests"},{"name":"conventional-changelog@3.1.20","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20/manifests"},{"name":"conventional-changelog-cli@2.0.33","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33/manifests"},{"name":"conventional-changelog-atom@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7/manifests"},{"name":"conventional-changelog-eslint@3.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8/manifests"},{"name":"conventional-changelog-express@2.0.5","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10/manifests"},{"name":"conventional-changelog-jshint@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7/manifests"},{"name":"conventional-changelog-preset-loader@2.3.4","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4/manifests"},{"name":"conventional-changelog-writer@4.0.15","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15/manifests"},{"name":"conventional-commits-filter@2.0.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6/manifests"},{"name":"conventional-commits-parser@3.1.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.9","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9/manifests"},{"name":"git-raw-commits@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7/manifests"},{"name":"git-semver-tags@4.0.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.31","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31/manifests"},{"name":"standard-changelog@2.0.23","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23/manifests"},{"name":"conventional-changelog-angular@5.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10/manifests"},{"name":"conventional-changelog-core@4.1.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6/manifests"},{"name":"conventional-changelog-codemirror@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7/manifests"},{"name":"conventional-changelog-ember@2.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8/manifests"},{"name":"conventional-changelog-preset-loader-v2.3.2","sha":"9f6c56cb960a5043823cfb85b9843991201cbb51","kind":"commit","published_at":"2020-05-08T19:21:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v2.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader-v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2/manifests"},{"name":"conventional-changelog-cli@2.0.32","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32/manifests"},{"name":"conventional-changelog-core@4.1.5","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5/manifests"},{"name":"gulp-conventional-changelog@2.0.30","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30/manifests"},{"name":"standard-changelog@2.0.22","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22/manifests"},{"name":"conventional-changelog@3.1.19","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19/manifests"},{"name":"conventional-changelog@3.1.18","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18/manifests"},{"name":"conventional-changelog-core@4.1.4","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.29","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29/manifests"},{"name":"standard-changelog@2.0.21","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21/manifests"},{"name":"conventional-changelog-cli@2.0.31","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31/manifests"},{"name":"conventional-changelog-cli@2.0.30","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30/manifests"},{"name":"conventional-changelog-core@4.1.3","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3/manifests"},{"name":"conventional-changelog@3.1.17","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17/manifests"},{"name":"standard-changelog@2.0.20","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20/manifests"},{"name":"gulp-conventional-changelog@2.0.28","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28/manifests"},{"name":"conventional-changelog-core@4.1.2","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2/manifests"},{"name":"standard-changelog@2.0.19","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19/manifests"},{"name":"gulp-conventional-changelog@2.0.27","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27/manifests"},{"name":"conventional-changelog-cli@2.0.29","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29/manifests"},{"name":"conventional-changelog@3.1.16","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16/manifests"},{"name":"standard-changelog@2.0.18","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18/manifests"},{"name":"gulp-conventional-changelog@2.0.26","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26/manifests"},{"name":"git-semver-tags@3.0.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1/manifests"},{"name":"git-raw-commits@2.0.3","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3/manifests"},{"name":"conventional-changelog@3.1.15","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15/manifests"},{"name":"conventional-recommended-bump@6.0.5","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5/manifests"},{"name":"conventional-commits-parser@3.0.8","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.11","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11/manifests"},{"name":"conventional-changelog-core@4.1.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.28","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28/manifests"},{"name":"conventional-changelog-core@4.1.0","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0/manifests"},{"name":"conventional-changelog@3.1.14","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14/manifests"},{"name":"conventional-changelog-angular@5.0.6","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6/manifests"},{"name":"conventional-changelog-cli@2.0.27","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.3","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3/manifests"},{"name":"conventional-commits-parser@3.0.7","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7/manifests"},{"name":"conventional-recommended-bump@6.0.4","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.25","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25/manifests"},{"name":"standard-changelog@2.0.17","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17/manifests"},{"name":"conventional-changelog@3.1.13","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13/manifests"},{"name":"standard-changelog@2.0.16","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16/manifests"},{"name":"gulp-conventional-changelog@2.0.24","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24/manifests"},{"name":"conventional-recommended-bump@6.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3/manifests"},{"name":"conventional-commits-parser@3.0.6","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6/manifests"},{"name":"conventional-changelog-writer@4.0.10","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10/manifests"},{"name":"conventional-changelog-preset-loader@2.3.0","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0/manifests"},{"name":"conventional-changelog-core@4.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.2","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2/manifests"},{"name":"conventional-changelog-cli@2.0.26","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26/manifests"},{"name":"conventional-changelog-core@4.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2/manifests"},{"name":"standard-changelog@2.0.15","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15/manifests"},{"name":"gulp-conventional-changelog@2.0.23","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23/manifests"},{"name":"conventional-recommended-bump@6.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2/manifests"},{"name":"conventional-commits-parser@3.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5/manifests"},{"name":"conventional-changelog-writer@4.0.9","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9/manifests"},{"name":"conventional-changelog-jshint@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.6","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4/manifests"},{"name":"conventional-changelog-ember@2.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.1","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1/manifests"},{"name":"conventional-changelog-codemirror@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.25","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25/manifests"},{"name":"conventional-changelog-atom@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5/manifests"},{"name":"conventional-changelog@3.1.12","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12/manifests"},{"name":"conventional-commits-parser@3.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4/manifests"},{"name":"conventional-changelog-atom@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.24","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24/manifests"},{"name":"conventional-changelog-codemirror@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.0","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0/manifests"},{"name":"conventional-changelog-core@4.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3/manifests"},{"name":"conventional-changelog-eslint@3.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.5","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5/manifests"},{"name":"conventional-changelog-jshint@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2/manifests"},{"name":"conventional-changelog-writer@4.0.8","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8/manifests"},{"name":"standard-changelog@2.0.14","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14/manifests"},{"name":"gulp-conventional-changelog@2.0.22","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22/manifests"},{"name":"conventional-recommended-bump@6.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1/manifests"},{"name":"conventional-changelog@3.1.11","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11/manifests"},{"name":"conventional-changelog-angular@5.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4/manifests"},{"name":"conventional-changelog@3.1.10","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10/manifests"},{"name":"conventional-changelog-cli@2.0.23","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23/manifests"},{"name":"conventional-changelog-conventionalcommits@4.1.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0/manifests"},{"name":"git-semver-tags@3.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.21","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21/manifests"},{"name":"standard-changelog@2.0.13","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13/manifests"},{"name":"conventional-changelog-core@4.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.2.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0/manifests"},{"name":"conventional-changelog-writer@4.0.7","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7/manifests"},{"name":"conventional-recommended-bump@6.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0/manifests"},{"name":"conventional-changelog-core@3.2.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3/manifests"},{"name":"conventional-changelog@3.1.9","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9/manifests"},{"name":"conventional-changelog-cli@2.0.22","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22/manifests"},{"name":"standard-changelog@2.0.12","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.20","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20/manifests"},{"name":"git-semver-tags@2.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3/manifests"},{"name":"conventional-recommended-bump@5.0.1","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%405.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1/manifests"},{"name":"conventional-commits-parser@3.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.6","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6/manifests"},{"name":"conventional-changelog-conventionalcommits@4.0.0","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.21","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21/manifests"},{"name":"conventional-changelog@3.1.8","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8/manifests"},{"name":"gulp-conventional-changelog@2.0.19","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19/manifests"},{"name":"standard-changelog@2.0.11","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.2","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2/manifests"},{"name":"conventional-changelog@3.1.7","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7/manifests"},{"name":"gulp-conventional-changelog@2.0.18","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18/manifests"},{"name":"conventional-changelog-cli@2.0.20","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.1","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.17","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17/manifests"},{"name":"conventional-recommended-bump@5.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%405.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.19","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19/manifests"},{"name":"conventional-changelog@3.1.6","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6/manifests"},{"name":"conventional-changelog-conventionalcommits@2.0.0","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.16","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.18","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18/manifests"},{"name":"conventional-changelog@3.1.5","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.2","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2/manifests"},{"name":"conventional-changelog@3.1.4","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4/manifests"},{"name":"conventional-changelog-cli@2.0.17","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17/manifests"},{"name":"gulp-conventional-changelog@2.0.15","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15/manifests"},{"name":"conventional-changelog-core@3.2.2","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2/manifests"},{"name":"standard-changelog@2.0.10","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10/manifests"},{"name":"conventional-changelog-writer@4.0.5","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5/manifests"},{"name":"conventional-changelog@3.1.3","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3/manifests"},{"name":"gulp-conventional-changelog@2.0.14","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14/manifests"},{"name":"conventional-changelog-cli@2.0.16","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16/manifests"},{"name":"standard-changelog@2.0.9","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.1.2","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.15","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15/manifests"},{"name":"conventional-changelog-core@3.2.1","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1/manifests"},{"name":"gulp-conventional-changelog@2.0.13","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1/manifests"},{"name":"conventional-recommended-bump@4.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1/manifests"},{"name":"gulp-conventional-changelog@2.0.12","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12/manifests"},{"name":"conventional-changelog@3.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.14","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14/manifests"},{"name":"conventional-changelog-preset-loader@2.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1/manifests"},{"name":"conventional-changelog-core@3.2.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0/manifests"},{"name":"conventional-changelog-preset-loader@2.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0/manifests"},{"name":"conventional-changelog-writer@4.0.4","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4/manifests"},{"name":"conventional-commits-filter@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2/manifests"},{"name":"conventional-commits-parser@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2/manifests"},{"name":"conventional-recommended-bump@4.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0/manifests"},{"name":"git-raw-commits@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.11","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11/manifests"},{"name":"standard-changelog@2.0.8","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8/manifests"},{"name":"conventional-changelog@3.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0/manifests"},{"name":"conventional-changelog-cli@2.0.13","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0/manifests"},{"name":"conventional-changelog-eslint@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2/manifests"},{"name":"standard-changelog@2.0.7","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7/manifests"},{"name":"conventional-changelog-angular@5.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.12","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12/manifests"},{"name":"conventional-changelog-core@3.1.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6/manifests"},{"name":"conventional-changelog-writer@4.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.10","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10/manifests"},{"name":"conventional-changelog@3.0.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6/manifests"},{"name":"conventional-recommended-bump@4.0.4","sha":"da729f68f9dc581623deb587c705ef65d189a9f4","kind":"tag","published_at":"2018-11-01T06:56:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4/manifests"},{"name":"standard-changelog@2.0.6","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6/manifests"},{"name":"gulp-conventional-changelog@2.0.9","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.0.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5/manifests"},{"name":"conventional-changelog-writer@4.0.2","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.11","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11/manifests"},{"name":"conventional-changelog-core@3.1.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5/manifests"},{"name":"conventional-changelog@3.0.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4/manifests"},{"name":"conventional-recommended-bump@4.0.3","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3/manifests"},{"name":"git-semver-tags@2.0.2","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.8","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8/manifests"},{"name":"standard-changelog@2.0.5","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.10","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10/manifests"},{"name":"conventional-changelog-core@3.1.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.7","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7/manifests"},{"name":"standard-changelog@2.0.4","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4/manifests"},{"name":"conventional-changelog-cli@2.0.9","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9/manifests"},{"name":"conventional-changelog@3.0.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3/manifests"},{"name":"conventional-changelog-core@3.1.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.8","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8/manifests"},{"name":"conventional-changelog@3.0.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2/manifests"},{"name":"conventional-changelog-core@3.1.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2/manifests"},{"name":"standard-changelog@2.0.3","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.6","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6/manifests"},{"name":"conventional-changelog@3.0.1","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.5","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.7","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7/manifests"},{"name":"conventional-changelog-express@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1/manifests"},{"name":"git-raw-commits@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4/manifests"},{"name":"git-semver-tags@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1/manifests"},{"name":"conventional-changelog-core@3.1.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1/manifests"},{"name":"conventional-changelog-eslint@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1/manifests"},{"name":"conventional-changelog@3.0.0","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0/manifests"},{"name":"conventional-changelog-jquery@3.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4/manifests"},{"name":"conventional-changelog-jshint@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1/manifests"},{"name":"conventional-changelog-preset-loader@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2/manifests"},{"name":"conventional-changelog-writer@4.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2/manifests"},{"name":"standard-changelog@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2/manifests"},{"name":"conventional-commits-filter@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1/manifests"},{"name":"conventional-commits-parser@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2/manifests"},{"name":"conventional-changelog-atom@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.6","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1/manifests"},{"name":"conventional-changelog-jquery@3.0.3","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.5","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.4","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.2","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1/manifests"},{"name":"conventional-changelog-core@3.1.0","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0/manifests"},{"name":"conventional-changelog-ember@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1/manifests"},{"name":"standard-changelog@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2/manifests"},{"name":"conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1/manifests"},{"name":"conventional-changelog-angular@5.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0/manifests"},{"name":"conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1/manifests"},{"name":"conventional-changelog-codemirror@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0/manifests"},{"name":"conventional-changelog-ember@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-atom@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0/manifests"},{"name":"conventional-changelog-eslint@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0/manifests"},{"name":"conventional-changelog-express@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0/manifests"},{"name":"conventional-changelog-jquery@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0/manifests"},{"name":"conventional-changelog-jshint@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0/manifests"},{"name":"conventional-recommended-bump@4.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1/manifests"},{"name":"conventional-changelog-angular@4.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%404.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1/manifests"},{"name":"conventional-changelog-eslint@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0/manifests"},{"name":"standard-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0/manifests"},{"name":"git-semver-tags@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0/manifests"},{"name":"git-raw-commits@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0/manifests"},{"name":"conventional-recommended-bump@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0/manifests"},{"name":"conventional-commits-parser@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0/manifests"},{"name":"conventional-commits-filter@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0/manifests"},{"name":"conventional-changelog-jshint@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0/manifests"},{"name":"conventional-changelog-express@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0/manifests"},{"name":"conventional-changelog-ember@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0/manifests"},{"name":"conventional-changelog-core@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0/manifests"},{"name":"conventional-changelog-codemirror@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0/manifests"},{"name":"conventional-changelog-atom@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0/manifests"},{"name":"conventional-changelog-angular@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0/manifests"},{"name":"conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.22","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22/manifests"},{"name":"conventional-changelog-ember@0.3.12","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12/manifests"},{"name":"conventional-changelog-jquery@1.3.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9/manifests"},{"name":"conventional-recommended-bump@2.0.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9/manifests"},{"name":"gulp-conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-angular@3.0.7","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7/manifests"},{"name":"standard-changelog@1.0.19","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19/manifests"},{"name":"conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-core@2.0.11","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11/manifests"},{"name":"conventional-changelog-angular@3.0.6","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6/manifests"},{"name":"conventional-changelog-atom@0.2.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8/manifests"},{"name":"conventional-changelog-jshint@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8/manifests"},{"name":"gulp-conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-writer@3.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9/manifests"},{"name":"conventional-changelog-cli@1.3.21","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21/manifests"},{"name":"standard-changelog@1.0.18","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18/manifests"},{"name":"conventional-changelog-codemirror@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8/manifests"},{"name":"conventional-changelog-core@2.0.10","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10/manifests"},{"name":"conventional-changelog-ember@0.3.11","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11/manifests"},{"name":"conventional-changelog-eslint@1.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9/manifests"},{"name":"conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-jquery@1.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8/manifests"},{"name":"conventional-changelog-writer@3.0.8","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.10","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10/manifests"},{"name":"conventional-changelog-core@2.0.9","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9/manifests"},{"name":"conventional-changelog-cli@1.3.20","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20/manifests"},{"name":"conventional-changelog-angular@3.0.5","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5/manifests"},{"name":"conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22/manifests"},{"name":"standard-changelog@1.0.17","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17/manifests"},{"name":"gulp-conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-jshint@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7/manifests"},{"name":"conventional-changelog-preset-loader@1.1.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8/manifests"},{"name":"conventional-changelog-angular@3.0.4","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4/manifests"},{"name":"conventional-commits-parser@2.1.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7/manifests"},{"name":"standard-changelog@1.0.16","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16/manifests"},{"name":"conventional-changelog-core@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8/manifests"},{"name":"conventional-changelog-writer@3.0.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7/manifests"},{"name":"gulp-conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-cli@1.3.19","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19/manifests"},{"name":"git-semver-tags@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6/manifests"},{"name":"git-raw-commits@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6/manifests"},{"name":"conventional-recommended-bump@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.9","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9/manifests"},{"name":"conventional-changelog-atom@0.2.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7/manifests"},{"name":"conventional-changelog-eslint@1.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8/manifests"},{"name":"conventional-changelog-express@0.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6/manifests"},{"name":"conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-jquery@1.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7/manifests"},{"name":"conventional-changelog-codemirror@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7/manifests"},{"name":"conventional-changelog-jquery@1.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6/manifests"},{"name":"conventional-changelog-angular@3.0.3","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3/manifests"},{"name":"conventional-changelog-atom@0.2.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6/manifests"},{"name":"conventional-changelog-cli@1.3.18","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18/manifests"},{"name":"conventional-changelog-codemirror@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6/manifests"},{"name":"conventional-changelog-core@2.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7/manifests"},{"name":"conventional-changelog-ember@0.3.8","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8/manifests"},{"name":"conventional-changelog-eslint@1.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7/manifests"},{"name":"conventional-changelog-jshint@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6/manifests"},{"name":"conventional-changelog-writer@3.0.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6/manifests"},{"name":"standard-changelog@1.0.15","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15/manifests"},{"name":"gulp-conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-angular@3.0.2","sha":"1cc079df803f58b52c8aa997fff43e9c162266e7","kind":"tag","published_at":"2018-03-22T14:14:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2/manifests"},{"name":"conventional-changelog-jshint@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5/manifests"},{"name":"standard-changelog@1.0.14","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14/manifests"},{"name":"gulp-conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19/manifests"},{"name":"git-semver-tags@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5/manifests"},{"name":"git-raw-commits@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7/manifests"},{"name":"conventional-commits-parser@2.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6/manifests"},{"name":"conventional-commits-filter@1.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5/manifests"},{"name":"conventional-changelog-preset-loader@1.1.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7/manifests"},{"name":"conventional-changelog-jquery@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5/manifests"},{"name":"conventional-changelog-express@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6/manifests"},{"name":"conventional-changelog-ember@0.3.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7/manifests"},{"name":"conventional-changelog-core@2.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5/manifests"},{"name":"conventional-changelog-cli@1.3.17","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17/manifests"},{"name":"conventional-changelog-atom@0.2.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5/manifests"},{"name":"conventional-changelog-angular@3.0.1","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1/manifests"},{"name":"conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19/manifests"},{"name":"conventional-changelog-angular@3.0.0","sha":"49997aaba373502e5b38bd366846934641e95799","kind":"tag","published_at":"2018-03-22T13:45:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0/manifests"},{"name":"conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-cli@1.3.16","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16/manifests"},{"name":"conventional-changelog-eslint@1.0.5","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5/manifests"},{"name":"gulp-conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18/manifests"},{"name":"conventional-commits-parser@2.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5/manifests"},{"name":"conventional-commits-filter@1.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5/manifests"},{"name":"conventional-changelog-writer@3.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6/manifests"},{"name":"conventional-changelog-jshint@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4/manifests"},{"name":"conventional-changelog-jquery@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4/manifests"},{"name":"conventional-changelog-express@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4/manifests"},{"name":"standard-changelog@1.0.13","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13/manifests"},{"name":"conventional-changelog-ember@0.3.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4/manifests"},{"name":"gulp-conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17/manifests"},{"name":"git-semver-tags@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4/manifests"},{"name":"git-raw-commits@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4/manifests"},{"name":"conventional-recommended-bump@2.0.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6/manifests"},{"name":"conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17/manifests"},{"name":"conventional-changelog-angular@1.6.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6/manifests"},{"name":"conventional-changelog-atom@0.2.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4/manifests"},{"name":"conventional-changelog-cli@1.3.15","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15/manifests"},{"name":"conventional-changelog-codemirror@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5/manifests"},{"name":"conventional-changelog-core@2.0.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4/manifests"},{"name":"conventional-changelog-ember@0.3.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5/manifests"},{"name":"conventional-changelog-eslint@1.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3/manifests"},{"name":"git-raw-commits@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3/manifests"},{"name":"conventional-changelog-atom@0.2.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3/manifests"},{"name":"conventional-changelog-jshint@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3/manifests"},{"name":"conventional-changelog-angular@1.6.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5/manifests"},{"name":"conventional-changelog-jquery@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5/manifests"},{"name":"conventional-changelog-cli@1.3.14","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14/manifests"},{"name":"conventional-changelog-writer@3.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3/manifests"},{"name":"conventional-changelog-codemirror@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3/manifests"},{"name":"conventional-commits-filter@1.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4/manifests"},{"name":"conventional-commits-parser@2.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4/manifests"},{"name":"git-semver-tags@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3/manifests"},{"name":"gulp-conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16/manifests"},{"name":"standard-changelog@1.0.12","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12/manifests"},{"name":"conventional-changelog-express@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3/manifests"},{"name":"conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15/manifests"},{"name":"gulp-conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15/manifests"},{"name":"conventional-changelog-cli@1.3.13","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13/manifests"},{"name":"conventional-recommended-bump@2.0.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4/manifests"},{"name":"gulp-conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14/manifests"},{"name":"git-semver-tags@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2/manifests"},{"name":"git-raw-commits@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2/manifests"},{"name":"conventional-recommended-bump@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3/manifests"},{"name":"standard-changelog@1.0.11","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11/manifests"},{"name":"conventional-changelog-writer@3.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2/manifests"},{"name":"conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14/manifests"},{"name":"conventional-changelog-angular@1.6.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4/manifests"},{"name":"conventional-changelog-atom@0.2.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2/manifests"},{"name":"conventional-changelog-cli@1.3.12","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12/manifests"},{"name":"conventional-changelog-codemirror@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2/manifests"},{"name":"conventional-changelog-core@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.3.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4/manifests"},{"name":"conventional-changelog-eslint@1.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2/manifests"},{"name":"conventional-changelog-express@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2/manifests"},{"name":"conventional-changelog-jquery@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2/manifests"},{"name":"conventional-changelog-jshint@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2/manifests"},{"name":"conventional-commits-filter@1.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3/manifests"},{"name":"conventional-commits-parser@2.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3/manifests"},{"name":"gulp-conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13/manifests"},{"name":"git-semver-tags@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1/manifests"},{"name":"git-raw-commits@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1/manifests"},{"name":"conventional-recommended-bump@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2/manifests"},{"name":"conventional-commits-parser@2.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2/manifests"},{"name":"conventional-commits-filter@1.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2/manifests"},{"name":"conventional-changelog-writer@3.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1/manifests"},{"name":"conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13/manifests"},{"name":"standard-changelog@1.0.10","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10/manifests"},{"name":"conventional-changelog-jquery@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1/manifests"},{"name":"conventional-changelog-express@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1/manifests"},{"name":"conventional-changelog-ember@0.3.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2/manifests"},{"name":"conventional-changelog-codemirror@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1/manifests"},{"name":"conventional-changelog-cli@1.3.11","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11/manifests"},{"name":"conventional-changelog-atom@0.2.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1/manifests"},{"name":"conventional-changelog-angular@1.6.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3/manifests"},{"name":"conventional-changelog-jshint@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1/manifests"},{"name":"gulp-conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12/manifests"},{"name":"conventional-changelog-cli@1.3.10","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10/manifests"},{"name":"conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12/manifests"},{"name":"conventional-recommended-bump@2.0.1","sha":"a4f0aa902d3e966fe6d6b1d46f2130838524cfbf","kind":"tag","published_at":"2018-02-12T14:54:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1/manifests"},{"name":"conventional-recommended-bump@2.0.0","sha":"9885d205ed96338575335652d006f475408e1195","kind":"tag","published_at":"2018-02-12T14:30:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0/manifests"},{"name":"conventional-changelog-preset-loader@1.1.2","sha":"a450d974237d440009ec3fb4c63974cf066e8f79","kind":"tag","published_at":"2018-02-12T04:07:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.1","sha":"5af1f00dcc4e1f9c3299bc7feb322a88b711f042","kind":"tag","published_at":"2018-02-09T04:17:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.0","sha":"c3eb36dbc52f383df6f3dcf3a3870b01ceee0b8b","kind":"tag","published_at":"2018-02-08T14:46:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0/manifests"},{"name":"conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11/manifests"},{"name":"standard-changelog@1.0.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9/manifests"},{"name":"gulp-conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11/manifests"},{"name":"conventional-recommended-bump@1.2.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1/manifests"},{"name":"conventional-commits-parser@2.1.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1/manifests"},{"name":"conventional-changelog-ember@0.3.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2/manifests"},{"name":"conventional-changelog-core@2.0.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1/manifests"},{"name":"conventional-changelog-cli@1.3.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9/manifests"},{"name":"conventional-changelog-angular@1.6.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2/manifests"},{"name":"conventional-changelog-cli@1.3.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8/manifests"},{"name":"conventional-changelog-core@2.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0/manifests"},{"name":"conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10/manifests"},{"name":"conventional-changelog-angular@1.6.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1/manifests"},{"name":"conventional-recommended-bump@1.2.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0/manifests"},{"name":"git-semver-tags@1.3.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0/manifests"},{"name":"gulp-conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10/manifests"},{"name":"standard-changelog@1.0.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0/manifests"},{"name":"conventional-changelog-writer@3.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0/manifests"},{"name":"conventional-changelog-atom@0.2.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0/manifests"},{"name":"conventional-changelog-codemirror@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0/manifests"},{"name":"conventional-changelog-cli@1.3.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7/manifests"},{"name":"conventional-changelog-core@1.9.5","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5/manifests"},{"name":"conventional-changelog-ember@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0/manifests"},{"name":"conventional-changelog-eslint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0/manifests"},{"name":"conventional-changelog-express@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0/manifests"},{"name":"conventional-changelog-jquery@1.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0/manifests"},{"name":"conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9/manifests"},{"name":"gulp-conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-jshint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0/manifests"},{"name":"standard-changelog@1.0.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7/manifests"},{"name":"conventional-changelog-angular@1.6.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0/manifests"},{"name":"conventional-commits-parser@2.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0/manifests"},{"name":"conventional-changelog-writer@2.0.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.2.10","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10/manifests"},{"name":"conventional-changelog-core@1.9.4","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4/manifests"},{"name":"conventional-changelog-cli@1.3.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6/manifests"},{"name":"conventional-changelog-angular@1.5.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3/manifests"},{"name":"conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8/manifests"},{"name":"conventional-recommended-bump@1.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0/manifests"},{"name":"gulp-conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8/manifests"},{"name":"standard-changelog@1.0.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6/manifests"},{"name":"conventional-commits-filter@1.1.1","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1/manifests"},{"name":"conventional-changelog-angular@1.5.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2/manifests"},{"name":"conventional-changelog-core@1.9.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3/manifests"},{"name":"conventional-changelog-ember@0.2.9","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9/manifests"},{"name":"conventional-changelog-eslint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%400.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1/manifests"},{"name":"conventional-changelog-express@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1/manifests"},{"name":"conventional-changelog-jquery@1.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1/manifests"},{"name":"conventional-changelog-jshint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1/manifests"},{"name":"conventional-changelog-writer@2.0.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2/manifests"},{"name":"conventional-commits-filter@1.1.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0/manifests"},{"name":"conventional-commits-parser@2.0.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1/manifests"},{"name":"conventional-recommended-bump@1.0.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3/manifests"},{"name":"git-raw-commits@1.3.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0/manifests"},{"name":"git-semver-tags@1.2.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3/manifests"},{"name":"gulp-conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7/manifests"},{"name":"standard-changelog@1.0.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5/manifests"},{"name":"conventional-changelog-codemirror@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1/manifests"},{"name":"conventional-changelog-cli@1.3.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5/manifests"},{"name":"conventional-changelog-atom@0.1.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2/manifests"},{"name":"conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7/manifests"},{"name":"@marionebl/conventional-commits-parser@3.0.0","sha":"edf4068ce4c3ea6ac5b61323473ab655be5eb895","kind":"tag","published_at":"2017-11-01T07:09:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/@marionebl/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/@marionebl/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@%40marionebl%2Fconventional-commits-parser%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2/manifests"},{"name":"git-semver-tags@1.2.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2/manifests"},{"name":"gulp-conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-ember@0.2.8","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8/manifests"},{"name":"conventional-changelog-core@1.9.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2/manifests"},{"name":"standard-changelog@1.0.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4/manifests"},{"name":"conventional-changelog-cli@1.3.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4/manifests"},{"name":"conventional-changelog-angular@1.5.1","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1/manifests"},{"name":"conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5/manifests"},{"name":"standard-changelog@1.0.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3/manifests"},{"name":"conventional-changelog-writer@2.0.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1/manifests"},{"name":"conventional-changelog-angular@1.5.0","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0/manifests"},{"name":"conventional-changelog-cli@1.3.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3/manifests"},{"name":"conventional-changelog-core@1.9.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1/manifests"},{"name":"conventional-changelog-ember@0.2.7","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7/manifests"},{"name":"gulp-conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5/manifests"},{"name":"gulp-conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4/manifests"},{"name":"conventional-changelog-writer@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0/manifests"},{"name":"conventional-commits-parser@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1/manifests"},{"name":"git-semver-tags@1.2.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1/manifests"},{"name":"standard-changelog@1.0.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2/manifests"},{"name":"conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4/manifests"},{"name":"conventional-changelog-angular@1.4.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0/manifests"},{"name":"conventional-changelog-atom@0.1.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1/manifests"},{"name":"conventional-changelog-cli@1.3.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2/manifests"},{"name":"conventional-changelog-codemirror@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0/manifests"},{"name":"conventional-changelog-core@1.9.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0/manifests"},{"name":"conventional-changelog-ember@0.2.6","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6/manifests"},{"name":"conventional-changelog-eslint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%400.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0/manifests"},{"name":"conventional-changelog-express@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0/manifests"},{"name":"conventional-changelog-jquery@1.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0/manifests"},{"name":"conventional-changelog-jshint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0/manifests"},{"name":"conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3/manifests"},{"name":"standard-changelog@1.0.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1/manifests"},{"name":"gulp-conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3/manifests"},{"name":"conventional-changelog-ember@0.2.5","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5/manifests"},{"name":"conventional-changelog-core@1.8.0","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.8.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0/manifests"},{"name":"conventional-changelog-cli@1.3.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1/manifests"},{"name":"conventional-changelog-angular@1.3.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3/manifests"},{"name":"standard-changelog@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0/manifests"},{"name":"conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2/manifests"},{"name":"conventional-changelog-angular@1.3.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2/manifests"},{"name":"conventional-changelog-cli@1.3.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0/manifests"},{"name":"conventional-changelog-core@1.7.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.7.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0/manifests"},{"name":"conventional-changelog-ember@0.2.4","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4/manifests"},{"name":"conventional-recommended-bump@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0/manifests"},{"name":"git-raw-commits@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0/manifests"},{"name":"git-semver-tags@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0/manifests"},{"name":"gulp-conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2/manifests"},{"name":"gulp-conventional-changelog@1.1.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"tag","published_at":"2017-03-10T05:35:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0/manifests"},{"name":"conventional-changelog-angular@1.3.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1/manifests"},{"name":"gulp-conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1/manifests"},{"name":"standard-changelog@0.0.2","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@0.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%400.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2/manifests"},{"name":"conventional-changelog-cli@1.2.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1/manifests"},{"name":"conventional-changelog-ember@0.2.3","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3/manifests"},{"name":"conventional-changelog-core@1.6.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0/manifests"},{"name":"conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-cli@1.2.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:01:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0/manifests"},{"name":"conventional-changelog-core@1.5.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:00:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0/manifests"},{"name":"git-raw-commits@1.1.2","sha":"f5fe78b1f15791cb0499744bf278dff22b52732f","kind":"tag","published_at":"2017-03-09T07:37:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2/manifests"},{"name":"git-semver-tags@1.1.2","sha":"7be07c7c0f49572b1c0e9c98f004b599d8b5bb1a","kind":"tag","published_at":"2017-03-09T07:35:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2/manifests"},{"name":"v1.1.0","sha":"600d411569271467389c3cbe71f7f657980e89a1","kind":"tag","published_at":"2016-02-13T06:59:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"9591280a8d09220aced3383abe3bc7ecbb34b503","kind":"tag","published_at":"2016-02-13T06:37:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"beef421f56939190a4ca30c28788eda1b3f9480d","kind":"tag","published_at":"2016-02-05T13:49:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"c8e90ab7fddd0b98855913e73fc12f9dc9dc81b1","kind":"tag","published_at":"2016-02-05T12:59:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0/manifests"},{"name":"v0.5.3","sha":"d79ce243223260b153699b99de0503698546ea63","kind":"tag","published_at":"2015-12-25T05:07:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"9e7b771072a2680c6c335fcad38003aade53213e","kind":"tag","published_at":"2015-12-23T12:24:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"4bf7d8df29f7be29552b82ec2b7112fad0c39a3e","kind":"tag","published_at":"2015-10-20T09:52:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"5ca2204b472704543ebbc744a22f8f90ec659659","kind":"tag","published_at":"2015-09-30T08:49:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"e5f2f3bc675e2c7e5cc6aa0ed50da7941833e492","kind":"tag","published_at":"2015-09-04T03:16:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"7536a0b351cc4f2764e71cbc268a178ab595259d","kind":"tag","published_at":"2015-08-17T01:28:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"56fa3d92620a41a875b3337fa51d04d6df23b1a8","kind":"tag","published_at":"2015-08-15T12:34:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"eefec0ef598a92e78510ee8626fd9bbcdb1398e4","kind":"tag","published_at":"2015-08-15T11:19:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0/manifests"},{"name":"v0.3.2","sha":"74b99dca61eafd56ba93605016b086a1108e77fe","kind":"tag","published_at":"2015-08-13T03:12:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"a1aca9c31a45aded77962bd0defc32e503aec213","kind":"commit","published_at":"2015-08-11T06:23:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"b489672d27ff703337c540f0fbc43f6486a84d99","kind":"commit","published_at":"2015-08-09T03:27:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"12e3cd6b151353dbe7f584adabbe5dd8a28424db","kind":"commit","published_at":"2015-07-24T08:13:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"f437b457b5ea6c105535a360144000f8315db54d","kind":"commit","published_at":"2015-07-24T04:54:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0/manifests"},{"name":"v0.1.3","sha":"c8fa9d0b94f8ac07f162623e4b9e9e68aad82e62","kind":"commit","published_at":"2015-07-22T11:06:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"6ba5d6e4b90a154dbca6ec0f80c66ad5995cd770","kind":"commit","published_at":"2015-07-22T07:10:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c015f8762f70eff2be7b8d7fb82438689239d717","kind":"commit","published_at":"2015-07-20T07:55:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"7253d0fea773e3f7cc0a3fb8278c9da070df26ee","kind":"commit","published_at":"2015-07-20T07:12:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.3","sha":"0c9f1e89bfacec8e08bac8ef96d64e3abdbecda7","kind":"commit","published_at":"2015-07-17T11:02:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"fec1baf43b8c0156682d4014a4fd066bd24ad448","kind":"commit","published_at":"2015-07-17T06:23:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"a5ea0dfada48601b9e3fbec78dd37d70380a2db6","kind":"commit","published_at":"2015-07-15T08:03:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1/manifests"},{"name":"v0.1.0-alpha.3","sha":"9b6cc68a2c17c9671363fe7af5de7ebd3a06aaeb","kind":"commit","published_at":"2015-07-06T01:27:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-alpha.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3/manifests"},{"name":"v0.1.0-alpha.2","sha":"34b0f460c34ecc48af857d8ee5d7038970ba56fb","kind":"commit","published_at":"2015-06-29T12:04:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-alpha.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2/manifests"},{"name":"v0.1.0-alpha.1","sha":"05b3415fc699ab43f3fa33b5ecd040ab5ecdf9e2","kind":"commit","published_at":"2015-06-24T04:42:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-alpha.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1/manifests"},{"name":"v0.0.17","sha":"3cae05244e48af9cf4abbef3114060db585a574c","kind":"commit","published_at":"2015-04-03T02:12:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"c0719ce6ba16778dd34c2cfdc81e7f3c5321409d","kind":"commit","published_at":"2015-03-19T04:15:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"57af04dc3e362c0e327b716279c9143028c6e0da","kind":"commit","published_at":"2015-03-18T20:23:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"69be290efb58a6a92e9ae78d7b37168d293920b5","kind":"commit","published_at":"2015-03-13T21:22:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"15a39d02ba3d666e7820eecbb8c5493ef2f6040a","kind":"commit","published_at":"2015-03-12T23:17:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13/manifests"},{"name":"v0.0.11","sha":"37f5561553c30d8f0f2c949502ea278da64949cd","kind":"tag","published_at":"2014-05-28T13:14:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"ad6f6ec5499d2c902b88da95487862d50e5ad776","kind":"tag","published_at":"2014-05-28T12:51:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"87efbabd9bc2a0fd83255e6cb856961b10aef9eb","kind":"tag","published_at":"2014-05-06T17:11:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"94b12cf69c51264b1edb6c81b50a262f0536894b","kind":"tag","published_at":"2014-04-10T14:45:48.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"1cf17e494fd7d8538c55189c72c0cf57d145ef41","kind":"tag","published_at":"2014-04-10T14:06:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"861f9ec93de28be4185b35815c2b6ab17746eb3f","kind":"commit","published_at":"2014-01-23T19:39:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"3f59f7356c86f30ef8e8754386373c2a8f97b367","kind":"commit","published_at":"2014-01-23T18:59:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6fa2c22464dcd964df604550c2ce2ed1d2f4362b","kind":"commit","published_at":"2014-01-04T21:36:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4/manifests"}]},"repo_metadata_updated_at":"2025-10-31T05:40:11.876Z","dependent_packages_count":0,"downloads":null,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":25.523535653743885,"dependent_packages_count":36.961422187861736,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":31.24247892080281},"purl":"pkg:npm/conventional-changelog-conventionalcommits-test","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/conventional-changelog-conventionalcommits-test","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/conventional-changelog-conventionalcommits-test","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/conventional-changelog-conventionalcommits-test/dependencies","status":"unpublished","funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-10-29T14:29:47.234Z","issues_count":160,"pull_requests_count":531,"avg_time_to_close_issue":29861598.337837838,"avg_time_to_close_pull_request":12509911.262582056,"issues_closed_count":74,"pull_requests_closed_count":457,"pull_request_authors_count":84,"issue_authors_count":135,"avg_comments_per_issue":2.0125,"avg_comments_per_pull_request":1.2391713747645952,"merged_pull_requests_count":337,"bot_issues_count":3,"bot_pull_requests_count":268,"past_year_issues_count":30,"past_year_pull_requests_count":110,"past_year_avg_time_to_close_issue":3046943.3636363638,"past_year_avg_time_to_close_pull_request":1239705.430379747,"past_year_issues_closed_count":11,"past_year_pull_requests_closed_count":79,"past_year_pull_request_authors_count":18,"past_year_issue_authors_count":24,"past_year_avg_comments_per_issue":1.6,"past_year_avg_comments_per_pull_request":0.9181818181818182,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":66,"past_year_merged_pull_requests_count":66,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues","maintainers":[{"login":"dangreen","count":93,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"},{"login":"bcoe","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bcoe"},{"login":"tommywo","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tommywo"}],"active_maintainers":[{"login":"dangreen","count":22,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-conventionalcommits-test/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-conventionalcommits-test/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-conventionalcommits-test/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-conventionalcommits-test/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-conventionalcommits-test/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-conventionalcommits-test/codemeta","maintainers":[{"uuid":"calcagiara","login":"calcagiara","name":null,"email":"jacopocristoforitn@gmail.com","url":null,"packages_count":2,"html_url":"https://www.npmjs.com/~calcagiara","role":null,"created_at":"2024-11-19T14:49:31.346Z","updated_at":"2024-11-19T14:49:31.346Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/calcagiara/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5644415,"maintainers_count":1200486,"namespaces_count":399623,"keywords_count":847874,"github":"npm","metadata":{"funded_packages_count":171745},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-06-10T05:11:46.456Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":12797672,"name":"nodePackages_latest.conventional-changelog-cli","ecosystem":"nixpkgs","description":"Generate a changelog from git metadata","homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#readme","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-01-26T14:03:12.521Z","latest_release_published_at":"2026-01-26T14:03:12.521Z","latest_release_number":"2.2.2","last_synced_at":"2026-04-02T20:17:13.747Z","created_at":"2026-01-26T14:03:12.356Z","updated_at":"2026-04-02T20:31:17.835Z","registry_url":"https://search.nixos.org/packages?channel=23.05\u0026query=nodePackages_latest.conventional-changelog-cli","install_command":"nix-env -iA nixpkgs.nodePackages_latest.conventional-changelog-cli","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-23.05/pkgs/development/node-packages/node-packages.nix#L100283","metadata":{"nix_attribute":"conventional-changelog-cli-2.2.2","position":"pkgs/development/node-packages/node-packages.nix:100283","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mipsel-linux","mips64el-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin"],"broken":false,"insecure":false,"unfree":false,"outputs":["out"],"upstream_ecosystem":"npm","upstream_name":"conventional-changelog-cli","upstream_purl":"pkg:npm/conventional-changelog-cli"},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:nix/nodePackages_latest.conventional-changelog-cli?channel=23.05\u0026repository_url=https://channels.nixos.org/nixos-23.05","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/nodePackages_latest.conventional-changelog-cli","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/nodePackages_latest.conventional-changelog-cli","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/nodePackages_latest.conventional-changelog-cli/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/nodePackages_latest.conventional-changelog-cli/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/nodePackages_latest.conventional-changelog-cli/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/nodePackages_latest.conventional-changelog-cli/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/nodePackages_latest.conventional-changelog-cli/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/nodePackages_latest.conventional-changelog-cli/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/nodePackages_latest.conventional-changelog-cli/codemeta","maintainers":[],"registry":{"name":"nixpkgs-23.05","url":"https://channels.nixos.org/nixos-23.05","ecosystem":"nixpkgs","default":false,"packages_count":101092,"maintainers_count":2622,"namespaces_count":0,"keywords_count":613,"github":"NixOS","metadata":{"funded_packages_count":183},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.882Z","updated_at":"2026-06-10T05:16:22.193Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/namespaces"}},{"id":1774873,"name":"git-raw-commits","ecosystem":"npm","description":"Get raw git commits out of your repository using git-log(1).","homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/git-raw-commits#readme","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":["git-raw-commits","raw","commit","commits","git","log","git-log","deprecated"],"namespace":null,"versions_count":36,"first_release_published_at":"2015-02-24T23:22:07.663Z","latest_release_published_at":"2026-03-01T19:45:19.915Z","latest_release_number":"5.0.1","last_synced_at":"2026-06-12T15:30:57.099Z","created_at":"2022-04-09T16:24:18.543Z","updated_at":"2026-06-12T15:30:57.099Z","registry_url":"https://www.npmjs.com/package/git-raw-commits","install_command":"npm install git-raw-commits","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"next":"2.0.8","latest":"5.0.1"}},"repo_metadata":{"id":12961414,"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2024-10-29T00:17:17.000Z","size":5764,"stargazers_count":7819,"open_issues_count":260,"forks_count":714,"subscribers_count":58,"default_branch":"master","last_synced_at":"2024-10-29T15:45:38.606Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2024-10-29T14:21:13.000Z","dependencies_parsed_at":"2022-07-13T10:30:31.523Z","dependency_job_id":"5f6d159e-c4c6-405b-9fa7-976ffc4dfa04","html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1464,"total_committers":136,"mean_commits":"10.764705882352942","dds":"0.40095628415300544","last_synced_commit":"58f0887283a200d52e49607baf7b352f26177b05"},"previous_names":["ajoslin/conventional-changelog"],"tags_count":777,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222090770,"owners_count":16929471,"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"},"owner_record":{"login":"conventional-changelog","name":"conventional-changelog","uuid":"16443515","kind":"organization","description":"Tools to generate changelogs and release notes from a project's commit messages and metadata.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16443515?v=4","repositories_count":12,"last_synced_at":"2024-03-25T20:05:25.442Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/conventional-changelog","funding_links":[],"total_stars":31480,"followers":325,"following":0,"created_at":"2022-11-02T16:25:21.572Z","updated_at":"2024-03-25T20:05:26.809Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog/repositories"},"tags":[{"name":"git-client-v1.0.1","sha":"d3b8aaa16337993bbad4d91db1ffac5a7568756b","kind":"commit","published_at":"2024-05-06T14:46:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1/manifests"},{"name":"conventional-changelog-v6.0.0","sha":"83bb15ba5de08f080884fc906c6db3c99c8b2131","kind":"commit","published_at":"2024-04-26T22:08:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0/manifests"},{"name":"conventional-changelog-core-v8.0.0","sha":"7bc92fc05e4447f311ad52b6e39d36f461eaf083","kind":"commit","published_at":"2024-04-26T22:07:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v8.0.0","sha":"3129c812139bf7454a64b4d506e6b85cd5abc77c","kind":"commit","published_at":"2024-04-26T22:06:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0/manifests"},{"name":"git-semver-tags-v8.0.0","sha":"fbd1b3bcd6253a32de89eb21145c2eb70d9396b6","kind":"commit","published_at":"2024-04-26T22:05:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v5.0.0","sha":"e34c96db3dbebedb17a6583aae8855dddd056f83","kind":"commit","published_at":"2024-04-26T22:04:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0/manifests"},{"name":"conventional-changelog-angular-v8.0.0","sha":"2aa6291a93eb881230e896f87a5232873b6a9717","kind":"commit","published_at":"2024-04-26T22:04:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0/manifests"},{"name":"conventional-changelog-jquery-v6.0.0","sha":"1c71cd6d4868ef2e158963e277609a9794806306","kind":"commit","published_at":"2024-04-26T22:03:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v8.0.0","sha":"533e36277d1779a5ac79a06210c603b5f88bc030","kind":"commit","published_at":"2024-04-26T22:00:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0/manifests"},{"name":"conventional-changelog-eslint-v6.0.0","sha":"c7459cd7d1e1ab82c9a5d552b008c02aba290cad","kind":"commit","published_at":"2024-04-26T21:59:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0/manifests"},{"name":"git-raw-commits-v5.0.0","sha":"f61ea377e843db0852c35911785895ec43481f11","kind":"commit","published_at":"2024-04-26T21:58:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0/manifests"},{"name":"conventional-changelog-codemirror-v5.0.0","sha":"77525286ffc8869a6ac351ebe28198842815cb7c","kind":"commit","published_at":"2024-04-26T21:57:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0/manifests"},{"name":"conventional-changelog-cli-v5.0.0","sha":"a75cef688b9a1557ca981178d4d35c18963160b6","kind":"commit","published_at":"2024-04-26T21:53:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0/manifests"},{"name":"conventional-changelog-express-v5.0.0","sha":"a6ab80d6e30091a8b743ee97a87e7400af1ebc53","kind":"commit","published_at":"2024-04-26T21:53:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v10.0.0","sha":"d7c409b02f1d58cf6f0293edcadbe5f00a78a622","kind":"commit","published_at":"2024-04-26T21:52:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v10.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v10.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0/manifests"},{"name":"conventional-changelog-atom-v5.0.0","sha":"3b2b9d0ec2382f73d9cf000a1004596f90ece916","kind":"commit","published_at":"2024-04-26T21:51:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0/manifests"},{"name":"conventional-changelog-jshint-v5.0.0","sha":"d7dae509e72b09d1496ae51f1f04c15581c828fc","kind":"commit","published_at":"2024-04-26T21:50:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0/manifests"},{"name":"conventional-changelog-ember-v5.0.0","sha":"2e99dfa49112ffe6c864dd0e436f0db1e696b1f9","kind":"commit","published_at":"2024-04-26T21:50:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0/manifests"},{"name":"conventional-commits-parser-v6.0.0","sha":"646e1be132ccd0f32e3074de2f511be5c610984f","kind":"commit","published_at":"2024-04-26T21:48:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0/manifests"},{"name":"conventional-commits-filter-v5.0.0","sha":"be4266b7ef7b84ba5c198dfa8c143229f8a5b128","kind":"commit","published_at":"2024-04-26T21:47:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0/manifests"},{"name":"standard-changelog-v6.0.0","sha":"3e9b9387f29e48a508b70b88f26b40a6db9fea16","kind":"commit","published_at":"2024-04-26T21:45:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v5.0.0","sha":"041a1a9b73b201add30494aed19d026b948bd8f1","kind":"commit","published_at":"2024-04-26T21:41:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0/manifests"},{"name":"git-client-v1.0.0","sha":"7e51fe970576503cae3ab94e6e9b3e01017b044d","kind":"commit","published_at":"2024-04-26T21:21:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0/manifests"},{"name":"git-semver-tags-v7.0.1","sha":"fac8045242099c016f5f3905e54e02b7d466bd7b","kind":"commit","published_at":"2023-09-10T23:53:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1/manifests"},{"name":"conventional-changelog-writer-v7.0.1","sha":"e3a643ad39ec3bc4cfb1dff2aa1101333df33dc3","kind":"commit","published_at":"2023-09-10T23:49:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1/manifests"},{"name":"conventional-changelog-cli-v4.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0/manifests"},{"name":"conventional-changelog-v5.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0/manifests"},{"name":"conventional-changelog-core-v7.0.0","sha":"2e467dd39a35c3813597711a37690897183b4abc","kind":"commit","published_at":"2023-09-08T22:03:37.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0/manifests"},{"name":"git-semver-tags-v7.0.0","sha":"a13f788bd505d8253a2d92413fc4a7780e11ec07","kind":"commit","published_at":"2023-09-08T21:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0/manifests"},{"name":"standard-changelog-v5.0.0","sha":"34569c7a3fd2b0362a461517a1f4e20e7eecd9fc","kind":"commit","published_at":"2023-09-08T21:55:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v9.0.0","sha":"ad633d9d81f66ef80d7f77832a264cb0c5b971ef","kind":"commit","published_at":"2023-09-08T21:50:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.2","sha":"50113f9b569259d991f1a734a192964ca71f0118","kind":"commit","published_at":"2023-09-08T21:41:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2/manifests"},{"name":"conventional-changelog-preset-loader-v4.1.0","sha":"a14d2186575f6061f236c9a47d803694b18f8373","kind":"commit","published_at":"2023-09-08T21:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.1","sha":"ca4324b0a690b2595f8b574882ff95329a2dc195","kind":"commit","published_at":"2023-08-27T19:11:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1/manifests"},{"name":"conventional-commits-filter-v4.0.0","sha":"26fc9ea274dc0c62442ec9d97b20a2ebb49138bf","kind":"commit","published_at":"2023-08-27T12:55:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0/manifests"},{"name":"standard-changelog-v4.0.0","sha":"5b788265774bf4b63d3c83a178ca53e8e7095903","kind":"commit","published_at":"2023-08-27T12:50:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-eslint-v5.0.0","sha":"679594c0716275771cc23b314e4362899fe72f87","kind":"commit","published_at":"2023-08-27T12:46:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0/manifests"},{"name":"git-semver-tags-v6.0.0","sha":"1c75c72d9b5d59e3ea4e914c58a85f7559f29602","kind":"commit","published_at":"2023-08-27T12:40:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0/manifests"},{"name":"conventional-recommended-bump-v8.0.0","sha":"624377a24e8e3658bcf2329a9a98f9a7b02a4cb3","kind":"commit","published_at":"2023-08-27T12:33:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0/manifests"},{"name":"conventional-changelog-writer-v7.0.0","sha":"d669bb67dc713cb1e4374e3216ed7d83cde743c5","kind":"commit","published_at":"2023-08-27T12:27:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0/manifests"},{"name":"conventional-changelog-codemirror-v4.0.0","sha":"933fd0b3dd355d648faf57241b796a714004c722","kind":"commit","published_at":"2023-08-27T12:23:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0/manifests"},{"name":"conventional-changelog-express-v4.0.0","sha":"c9e9ceb3a3727659bd117bab01cbc7642d588f06","kind":"commit","published_at":"2023-08-27T12:16:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0/manifests"},{"name":"conventional-changelog-ember-v4.0.0","sha":"5d7c16268f79b7f180e34e997fdb37373d714666","kind":"commit","published_at":"2023-08-27T12:11:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0/manifests"},{"name":"conventional-changelog-jquery-v5.0.0","sha":"d643efb1050dcdaecee626044315644ff9b9e43b","kind":"commit","published_at":"2023-08-27T12:07:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v4.0.0","sha":"636646dd9ae062e9652a7f9ccaf6c329e6e9f924","kind":"commit","published_at":"2023-08-27T12:03:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0/manifests"},{"name":"conventional-changelog-v5.0.0","sha":"7985de3edc9e655369651ad464cb39b791887dc7","kind":"commit","published_at":"2023-08-27T11:58:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.0","sha":"5f0fe40743d8f559ab94ed11bbb4b8bda6fa6dcb","kind":"commit","published_at":"2023-08-27T11:51:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0/manifests"},{"name":"conventional-changelog-angular-v7.0.0","sha":"6c7a2e1a8807988bcb1a9842f72d14be3b1a89e3","kind":"commit","published_at":"2023-08-27T11:46:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0/manifests"},{"name":"conventional-changelog-jshint-v4.0.0","sha":"0204a9a340d2c85411e8de8905bc74c6146e5618","kind":"commit","published_at":"2023-08-27T11:41:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0/manifests"},{"name":"conventional-changelog-atom-v4.0.0","sha":"ab9b2c10e098ec8837d141102549f3eef698364c","kind":"commit","published_at":"2023-08-27T11:36:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0/manifests"},{"name":"conventional-changelog-cli-v4.0.0","sha":"29df6c4597afad27b9cda06f58eb564bcca609c4","kind":"commit","published_at":"2023-08-27T11:21:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0/manifests"},{"name":"conventional-changelog-core-v6.0.0","sha":"45613bbc2d13c798732e4b2bd4b2fa9ea67157d6","kind":"commit","published_at":"2023-08-27T11:17:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v4.0.0","sha":"5a896e3ef3aa9e751fcc74d7c76fa21d6d526cb0","kind":"commit","published_at":"2023-08-27T11:08:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0/manifests"},{"name":"git-raw-commits-v4.0.0","sha":"878fc56b43bc617177bf47fd8643a3b8b86078e5","kind":"commit","published_at":"2023-08-27T11:01:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0/manifests"},{"name":"conventional-commits-parser-v5.0.0","sha":"299de5acbe55a7d19dcdd2adc34681eae7264abf","kind":"commit","published_at":"2023-08-26T17:50:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0/manifests"},{"name":"git-semver-tags-v5.0.1","sha":"87914a362866a380e98a29edf19b2173e0911d8a","kind":"commit","published_at":"2023-07-09T19:10:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1/manifests"},{"name":"conventional-changelog-writer-v6.0.1","sha":"c123edea220b450cfa26813b6f198c3e8ebbd2b4","kind":"commit","published_at":"2023-07-09T14:49:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.2","sha":"83773c5e1a8874ea9809ca9db1dff60b7df1daae","kind":"commit","published_at":"2023-06-28T17:43:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.1.0","sha":"2e5fe6d9574ba896fa90b5bfcb50fb73d28af6d6","kind":"commit","published_at":"2023-06-17T21:30:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v7.0.1","sha":"f251b6899e313a9b23f3c8deb8b8b57217040892","kind":"commit","published_at":"2023-06-06T23:24:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.1","sha":"5b458dff9edf766446449acd1bbb8027a1e39fa5","kind":"commit","published_at":"2023-06-06T23:17:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1/manifests"},{"name":"gulp-conventional-changelog-v3.0.0","sha":"8ef6232797e5bf7c80422221374c53c03d5df36d","kind":"commit","published_at":"2023-06-06T22:50:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0/manifests"},{"name":"standard-changelog-v3.0.0","sha":"ea65f017b42b914ece780fd2fc799a6946912ed8","kind":"commit","published_at":"2023-06-06T22:42:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0/manifests"},{"name":"conventional-changelog-cli-v3.0.0","sha":"f00f4549cee9406054b77057a8135183fcd89710","kind":"commit","published_at":"2023-06-06T22:29:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0/manifests"},{"name":"conventional-changelog-v4.0.0","sha":"1a240f91ed584ed43e7f9c82235ca60eff0f4fa5","kind":"commit","published_at":"2023-06-06T19:50:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-core-v5.0.0","sha":"8507f601486c8ff6806156c50091262dee13ec54","kind":"commit","published_at":"2023-06-06T19:23:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v7.0.0","sha":"e1662ca7a6c688d28a334282a5e863f52866f3e8","kind":"commit","published_at":"2023-06-06T18:39:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v3.0.0","sha":"5d80d155425147a0b045af09536e5962cbfff620","kind":"commit","published_at":"2023-06-06T15:08:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.0.0","sha":"a30fc7ae219cf871b46cbe9d2c76a9730b70e272","kind":"commit","published_at":"2023-06-06T14:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v6.0.0","sha":"aa5d46c7b13b7b31f78af4b3c31c087c39eea41d","kind":"commit","published_at":"2023-06-06T14:46:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0/manifests"},{"name":"conventional-commits-filter-v3.0.0","sha":"502a73fe41aebb7b563c5ca69521e0b1bab904df","kind":"commit","published_at":"2023-06-06T14:32:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0/manifests"},{"name":"conventional-commits-parser-v4.0.0","sha":"9f7fe891e75c64937c28baa39a6c795a01603ab7","kind":"commit","published_at":"2023-06-06T14:24:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0/manifests"},{"name":"git-raw-commits-v3.0.0","sha":"571f2d549f10744a12ab3bc5dc5e0b749cb72667","kind":"commit","published_at":"2023-06-06T14:16:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0/manifests"},{"name":"git-semver-tags-v5.0.0","sha":"445c796d04105d10dd62d07039bc6a7fc9f263a5","kind":"commit","published_at":"2023-06-06T13:51:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0/manifests"},{"name":"conventional-changelog-atom-v3.0.0","sha":"208787aa2f5db8de1c2d43c56d71e6dfb9510781","kind":"commit","published_at":"2023-06-06T13:43:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0/manifests"},{"name":"conventional-changelog-angular-v6.0.0","sha":"c4ebf98acc15f37154aae5de53a225e896c4a157","kind":"commit","published_at":"2023-06-06T13:36:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0/manifests"},{"name":"conventional-changelog-codemirror-v3.0.0","sha":"0772453bee083917a05b9696d063ee3dc69957f9","kind":"commit","published_at":"2023-06-06T13:25:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0/manifests"},{"name":"conventional-changelog-ember-v3.0.0","sha":"e473d0c8af7c0cf8a54f775556796f50f3e695c2","kind":"commit","published_at":"2023-06-06T13:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0/manifests"},{"name":"conventional-changelog-eslint-v4.0.0","sha":"b3b896bc5b9e3ed65dcfc08c57967a252f37cfd1","kind":"commit","published_at":"2023-06-06T12:56:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0/manifests"},{"name":"conventional-changelog-express-v3.0.0","sha":"5594385d1dd2490b0fb508a60b6f30e8be6616ce","kind":"commit","published_at":"2023-06-06T12:37:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0/manifests"},{"name":"conventional-changelog-jquery-v4.0.0","sha":"51a3015a907b2cea900114359c36ce0e9664b72d","kind":"commit","published_at":"2023-06-06T12:17:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0/manifests"},{"name":"conventional-changelog-jshint-v3.0.0","sha":"281e5f883476e90b75cae4373a67436c86e94f6a","kind":"commit","published_at":"2023-06-06T12:02:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v5.0.0","sha":"ba6df7cf62de5f448368bed4398f6ddf633d2cbd","kind":"commit","published_at":"2022-05-27T18:02:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0/manifests"},{"name":"conventional-changelog-writer-v5.0.1","sha":"21b73f974adc4490a318d9c892055655cb82c538","kind":"commit","published_at":"2021-12-29T21:36:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.3","sha":"02757d342290bcf51a49d49e5e72f5eae6c6f6da","kind":"commit","published_at":"2021-12-29T19:52:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3/manifests"},{"name":"conventional-commits-parser-v3.2.4","sha":"1d0f62d4ac4911ef0d912d5401f783b152cee624","kind":"commit","published_at":"2021-12-29T19:46:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4/manifests"},{"name":"git-raw-commits-v2.0.11","sha":"95384dbd105ffe4f86bbc6ccad3e5405a1cbfe04","kind":"commit","published_at":"2021-12-29T19:39:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.2","sha":"1827696185192a8dd258ea7c3370090238b0fb76","kind":"commit","published_at":"2021-12-25T18:06:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2/manifests"},{"name":"conventional-changelog-cli-v2.2.2","sha":"8ce6a7bbd3fae87aa9d56fca68c2e16fbb2cace5","kind":"commit","published_at":"2021-12-25T17:22:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2/manifests"},{"name":"conventional-changelog-v3.1.25","sha":"8e9c3d76aaffd7fe67a78270b3ad9b881e953e7e","kind":"commit","published_at":"2021-12-24T18:50:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25/manifests"},{"name":"conventional-commits-parser-v3.2.3","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3/manifests"},{"name":"conventional-changelog-cli-v2.2.1","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.1","sha":"c35708d56a55e31b750aec1f745e5be52f0a75f2","kind":"commit","published_at":"2021-09-09T19:06:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1/manifests"},{"name":"conventional-commits-parser-v3.2.2","sha":"1bae48ff85eff0736ea6691b7214f3fc9c026256","kind":"commit","published_at":"2021-09-09T14:45:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2/manifests"},{"name":"conventional-changelog-core-v4.2.4","sha":"02fbc2d42d0faf53d4b7a2b0525626088a6ac8ba","kind":"commit","published_at":"2021-09-09T14:37:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4/manifests"},{"name":"conventional-changelog-angular-v5.0.13","sha":"e30343b4676d26b416080294dc74ebba001c0716","kind":"commit","published_at":"2021-09-09T14:31:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v5.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13/manifests"},{"name":"conventional-changelog-core-v4.2.3","sha":"318b555b6ef3aebdb5a8d4c7c734fd7234712dd3","kind":"commit","published_at":"2021-07-03T00:24:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.0","sha":"537c37d7801872c3e57e4200c64154a4d2ea042a","kind":"commit","published_at":"2021-04-30T00:15:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0/manifests"},{"name":"conventional-commits-parser-v3.2.1","sha":"758dda2937b6784f0cc6a535286862fcf95b6f06","kind":"commit","published_at":"2021-02-15T21:32:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1/manifests"},{"name":"git-raw-commits-v2.0.10","sha":"ffecaccb6e117afae9f68f1d48ff9a69554da950","kind":"commit","published_at":"2021-01-27T16:36:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10/manifests"},{"name":"conventional-changelog-writer-v5.0.0","sha":"61ef6491add84b841e1797baf09f62bbdd90dcd4","kind":"commit","published_at":"2020-12-30T22:40:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v6.1.0","sha":"3b0fb22b0bb49137b9ecddaeb349f66025205c57","kind":"commit","published_at":"2020-12-30T16:58:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0/manifests"},{"name":"conventional-changelog-core-v4.2.2","sha":"317eeb3137caff69bcc9a67fce3dc67663a010db","kind":"commit","published_at":"2020-12-30T00:53:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2/manifests"},{"name":"conventional-recommended-bump-v6.0.12","sha":"90ecc5d93bfd7626857eda5d240f92393d896be0","kind":"commit","published_at":"2020-12-30T00:43:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12/manifests"},{"name":"git-raw-commits-v2.0.9","sha":"227f3e23af86912c0cd64fdb1a820ac92e5757c5","kind":"commit","published_at":"2020-12-29T23:59:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9/manifests"},{"name":"conventional-changelog-writer-v4.1.0","sha":"77725cfb12ca3ca22abb9421b4af012a49207e7a","kind":"commit","published_at":"2020-12-29T23:41:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0/manifests"},{"name":"conventional-changelog-atom@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8/manifests"},{"name":"conventional-changelog-angular@5.0.12","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12/manifests"},{"name":"conventional-changelog@3.1.24","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24/manifests"},{"name":"git-raw-commits@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8/manifests"},{"name":"standard-changelog@2.0.27","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27/manifests"},{"name":"gulp-conventional-changelog@2.0.35","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35/manifests"},{"name":"git-semver-tags@4.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1/manifests"},{"name":"conventional-recommended-bump@6.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11/manifests"},{"name":"conventional-commits-parser@3.2.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0/manifests"},{"name":"conventional-commits-filter@2.0.7","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7/manifests"},{"name":"conventional-changelog-writer@4.0.18","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18/manifests"},{"name":"conventional-changelog-jshint@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9/manifests"},{"name":"conventional-changelog-jquery@3.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11/manifests"},{"name":"conventional-changelog-express@2.0.6","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9/manifests"},{"name":"conventional-changelog-ember@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9/manifests"},{"name":"conventional-changelog-core@4.2.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.5.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1/manifests"},{"name":"conventional-changelog-v3.1.24","sha":"f8fcbc2e8b0834c29178ace6382b438a020ad828","kind":"commit","published_at":"2020-10-25T02:45:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24/manifests"},{"name":"conventional-recommended-bump@6.0.10","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10/manifests"},{"name":"standard-changelog@2.0.26","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26/manifests"},{"name":"gulp-conventional-changelog@2.0.34","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34/manifests"},{"name":"git-semver-tags@4.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0/manifests"},{"name":"conventional-changelog-core@4.2.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.4.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0/manifests"},{"name":"conventional-changelog-cli@2.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0/manifests"},{"name":"conventional-changelog@3.1.23","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23/manifests"},{"name":"standard-changelog@2.0.25","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25/manifests"},{"name":"conventional-changelog-writer@4.0.17","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17/manifests"},{"name":"conventional-changelog-jshint@2.0.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8/manifests"},{"name":"conventional-changelog-core@4.1.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8/manifests"},{"name":"conventional-changelog@3.1.22","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22/manifests"},{"name":"conventional-changelog-angular@5.0.11","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.35","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35/manifests"},{"name":"gulp-conventional-changelog@2.0.33","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.1","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1/manifests"},{"name":"conventional-changelog-core@4.1.7","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7/manifests"},{"name":"conventional-changelog@3.1.21","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21/manifests"},{"name":"conventional-changelog-writer@4.0.16","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.34","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34/manifests"},{"name":"standard-changelog@2.0.24","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24/manifests"},{"name":"gulp-conventional-changelog@2.0.32","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32/manifests"},{"name":"git-semver-tags@4.0.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.3.4","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4/manifests"},{"name":"standard-changelog@2.0.23","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23/manifests"},{"name":"gulp-conventional-changelog@2.0.31","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31/manifests"},{"name":"conventional-changelog-eslint@3.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.15","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10/manifests"},{"name":"conventional-changelog@3.1.20","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20/manifests"},{"name":"conventional-changelog-atom@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7/manifests"},{"name":"conventional-changelog-cli@2.0.33","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33/manifests"},{"name":"conventional-changelog-codemirror@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0/manifests"},{"name":"conventional-changelog-core@4.1.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6/manifests"},{"name":"conventional-changelog-ember@2.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8/manifests"},{"name":"conventional-commits-filter@2.0.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6/manifests"},{"name":"conventional-commits-parser@3.1.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.9","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9/manifests"},{"name":"git-raw-commits@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7/manifests"},{"name":"conventional-changelog-express@2.0.5","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10/manifests"},{"name":"conventional-changelog-jshint@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7/manifests"},{"name":"conventional-changelog-preset-loader-v2.3.2","sha":"9f6c56cb960a5043823cfb85b9843991201cbb51","kind":"commit","published_at":"2020-05-08T19:21:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v2.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2/manifests"},{"name":"conventional-changelog-core@4.1.5","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5/manifests"},{"name":"gulp-conventional-changelog@2.0.30","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30/manifests"},{"name":"standard-changelog@2.0.22","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22/manifests"},{"name":"conventional-changelog@3.1.19","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19/manifests"},{"name":"conventional-changelog-cli@2.0.32","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32/manifests"},{"name":"conventional-changelog-cli@2.0.31","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31/manifests"},{"name":"standard-changelog@2.0.21","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21/manifests"},{"name":"gulp-conventional-changelog@2.0.29","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29/manifests"},{"name":"conventional-changelog-core@4.1.4","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4/manifests"},{"name":"conventional-changelog@3.1.18","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18/manifests"},{"name":"conventional-changelog@3.1.17","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17/manifests"},{"name":"standard-changelog@2.0.20","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20/manifests"},{"name":"gulp-conventional-changelog@2.0.28","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28/manifests"},{"name":"conventional-changelog-core@4.1.3","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.30","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30/manifests"},{"name":"conventional-changelog-cli@2.0.29","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29/manifests"},{"name":"standard-changelog@2.0.19","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19/manifests"},{"name":"gulp-conventional-changelog@2.0.27","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27/manifests"},{"name":"conventional-changelog-core@4.1.2","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2/manifests"},{"name":"conventional-changelog@3.1.16","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16/manifests"},{"name":"conventional-changelog-cli@2.0.28","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28/manifests"},{"name":"standard-changelog@2.0.18","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18/manifests"},{"name":"gulp-conventional-changelog@2.0.26","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26/manifests"},{"name":"git-semver-tags@3.0.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1/manifests"},{"name":"git-raw-commits@2.0.3","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3/manifests"},{"name":"conventional-recommended-bump@6.0.5","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5/manifests"},{"name":"conventional-commits-parser@3.0.8","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.11","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11/manifests"},{"name":"conventional-changelog-core@4.1.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1/manifests"},{"name":"conventional-changelog@3.1.15","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15/manifests"},{"name":"gulp-conventional-changelog@2.0.25","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25/manifests"},{"name":"conventional-changelog@3.1.14","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14/manifests"},{"name":"conventional-changelog-angular@5.0.6","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6/manifests"},{"name":"conventional-changelog-cli@2.0.27","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.3","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3/manifests"},{"name":"conventional-changelog-core@4.1.0","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0/manifests"},{"name":"conventional-commits-parser@3.0.7","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7/manifests"},{"name":"conventional-recommended-bump@6.0.4","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4/manifests"},{"name":"standard-changelog@2.0.17","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17/manifests"},{"name":"conventional-changelog-cli@2.0.26","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.2","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2/manifests"},{"name":"conventional-changelog-core@4.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3/manifests"},{"name":"conventional-commits-parser@3.0.6","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6/manifests"},{"name":"conventional-recommended-bump@6.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.24","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24/manifests"},{"name":"standard-changelog@2.0.16","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16/manifests"},{"name":"conventional-changelog-writer@4.0.10","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10/manifests"},{"name":"conventional-changelog-preset-loader@2.3.0","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0/manifests"},{"name":"conventional-changelog@3.1.13","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13/manifests"},{"name":"conventional-changelog-jshint@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.9","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9/manifests"},{"name":"conventional-commits-parser@3.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5/manifests"},{"name":"conventional-changelog@3.1.12","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12/manifests"},{"name":"conventional-recommended-bump@6.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.23","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23/manifests"},{"name":"standard-changelog@2.0.15","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5/manifests"},{"name":"conventional-changelog-atom@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.25","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25/manifests"},{"name":"conventional-changelog-codemirror@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.1","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1/manifests"},{"name":"conventional-changelog-core@4.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2/manifests"},{"name":"conventional-changelog-ember@2.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4/manifests"},{"name":"conventional-changelog-eslint@3.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.6","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6/manifests"},{"name":"standard-changelog@2.0.14","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14/manifests"},{"name":"gulp-conventional-changelog@2.0.22","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22/manifests"},{"name":"conventional-recommended-bump@6.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1/manifests"},{"name":"conventional-commits-parser@3.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4/manifests"},{"name":"conventional-changelog-writer@4.0.8","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8/manifests"},{"name":"conventional-changelog-jshint@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.5","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5/manifests"},{"name":"conventional-changelog-eslint@3.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3/manifests"},{"name":"conventional-changelog-ember@2.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3/manifests"},{"name":"conventional-changelog-core@4.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.0","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.24","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24/manifests"},{"name":"conventional-changelog-atom@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4/manifests"},{"name":"conventional-changelog@3.1.11","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11/manifests"},{"name":"conventional-changelog-preset-loader@2.2.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0/manifests"},{"name":"standard-changelog@2.0.13","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13/manifests"},{"name":"gulp-conventional-changelog@2.0.21","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21/manifests"},{"name":"git-semver-tags@3.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0/manifests"},{"name":"conventional-recommended-bump@6.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.7","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7/manifests"},{"name":"conventional-changelog@3.1.10","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10/manifests"},{"name":"conventional-changelog-cli@2.0.23","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23/manifests"},{"name":"conventional-changelog-conventionalcommits@4.1.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0/manifests"},{"name":"conventional-changelog-core@4.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.1","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.0.0","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0/manifests"},{"name":"conventional-changelog-core@3.2.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3/manifests"},{"name":"conventional-changelog-writer@4.0.6","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6/manifests"},{"name":"conventional-commits-parser@3.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3/manifests"},{"name":"conventional-changelog@3.1.9","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9/manifests"},{"name":"standard-changelog@2.0.12","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.20","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20/manifests"},{"name":"git-semver-tags@2.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.22","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22/manifests"},{"name":"standard-changelog@2.0.11","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11/manifests"},{"name":"conventional-changelog@3.1.8","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8/manifests"},{"name":"conventional-changelog-cli@2.0.21","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.2","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.19","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19/manifests"},{"name":"conventional-changelog@3.1.7","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7/manifests"},{"name":"conventional-changelog-cli@2.0.20","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.1","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.18","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18/manifests"},{"name":"conventional-changelog-cli@2.0.19","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.17","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17/manifests"},{"name":"conventional-changelog@3.1.6","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6/manifests"},{"name":"conventional-changelog@3.1.5","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5/manifests"},{"name":"conventional-changelog-conventionalcommits@2.0.0","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.16","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.18","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.2","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.17","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17/manifests"},{"name":"conventional-changelog@3.1.4","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.15","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15/manifests"},{"name":"conventional-changelog-writer@4.0.5","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5/manifests"},{"name":"standard-changelog@2.0.10","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10/manifests"},{"name":"gulp-conventional-changelog@2.0.14","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14/manifests"},{"name":"conventional-changelog@3.1.3","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3/manifests"},{"name":"conventional-changelog-core@3.2.2","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2/manifests"},{"name":"conventional-changelog-cli@2.0.16","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.15","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15/manifests"},{"name":"standard-changelog@2.0.9","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.1.2","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2/manifests"},{"name":"conventional-changelog-core@3.2.1","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1/manifests"},{"name":"gulp-conventional-changelog@2.0.13","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13/manifests"},{"name":"conventional-changelog@3.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1/manifests"},{"name":"gulp-conventional-changelog@2.0.12","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12/manifests"},{"name":"conventional-recommended-bump@4.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1/manifests"},{"name":"conventional-changelog-preset-loader@2.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.14","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14/manifests"},{"name":"conventional-changelog-preset-loader@2.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0/manifests"},{"name":"conventional-changelog-writer@4.0.4","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4/manifests"},{"name":"conventional-commits-filter@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2/manifests"},{"name":"conventional-commits-parser@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2/manifests"},{"name":"conventional-recommended-bump@4.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0/manifests"},{"name":"gulp-conventional-changelog@2.0.11","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11/manifests"},{"name":"standard-changelog@2.0.8","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8/manifests"},{"name":"git-raw-commits@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2/manifests"},{"name":"conventional-changelog@3.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0/manifests"},{"name":"conventional-changelog-cli@2.0.13","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0/manifests"},{"name":"conventional-changelog-core@3.2.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0/manifests"},{"name":"conventional-changelog-eslint@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2/manifests"},{"name":"standard-changelog@2.0.7","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6/manifests"},{"name":"conventional-changelog-angular@5.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.12","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.10","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10/manifests"},{"name":"conventional-changelog-writer@4.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3/manifests"},{"name":"conventional-changelog-core@3.1.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6/manifests"},{"name":"conventional-recommended-bump@4.0.4","sha":"da729f68f9dc581623deb587c705ef65d189a9f4","kind":"tag","published_at":"2018-11-01T06:56:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4/manifests"},{"name":"standard-changelog@2.0.6","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6/manifests"},{"name":"conventional-changelog-core@3.1.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5/manifests"},{"name":"conventional-changelog-writer@4.0.2","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.9","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.0.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.11","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.10","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10/manifests"},{"name":"conventional-changelog-core@3.1.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.8","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8/manifests"},{"name":"conventional-changelog@3.0.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4/manifests"},{"name":"git-semver-tags@2.0.2","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.3","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3/manifests"},{"name":"standard-changelog@2.0.5","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5/manifests"},{"name":"standard-changelog@2.0.4","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.7","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3/manifests"},{"name":"conventional-changelog-core@3.1.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.9","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9/manifests"},{"name":"standard-changelog@2.0.3","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.8","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8/manifests"},{"name":"conventional-changelog-core@3.1.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2/manifests"},{"name":"gulp-conventional-changelog@2.0.6","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6/manifests"},{"name":"conventional-changelog@3.0.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.5","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.7","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7/manifests"},{"name":"conventional-changelog@3.0.1","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1/manifests"},{"name":"standard-changelog@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4/manifests"},{"name":"git-semver-tags@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1/manifests"},{"name":"git-raw-commits@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2/manifests"},{"name":"conventional-commits-parser@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1/manifests"},{"name":"conventional-commits-filter@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1/manifests"},{"name":"conventional-changelog-writer@4.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1/manifests"},{"name":"conventional-changelog-preset-loader@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4/manifests"},{"name":"conventional-changelog-express@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1/manifests"},{"name":"conventional-changelog-eslint@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2/manifests"},{"name":"conventional-changelog-core@3.1.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1/manifests"},{"name":"conventional-changelog-codemirror@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.6","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6/manifests"},{"name":"conventional-changelog-atom@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1/manifests"},{"name":"conventional-changelog-angular@5.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2/manifests"},{"name":"conventional-changelog@3.0.0","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.5","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.3","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.2","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.4","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3/manifests"},{"name":"standard-changelog@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3/manifests"},{"name":"conventional-changelog-core@3.1.0","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0/manifests"},{"name":"conventional-changelog-ember@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1/manifests"},{"name":"conventional-changelog-jquery@3.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1/manifests"},{"name":"conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0/manifests"},{"name":"conventional-recommended-bump@4.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0/manifests"},{"name":"conventional-changelog-jquery@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0/manifests"},{"name":"conventional-changelog-express@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0/manifests"},{"name":"conventional-changelog-eslint@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0/manifests"},{"name":"conventional-changelog-ember@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1/manifests"},{"name":"conventional-changelog-atom@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1/manifests"},{"name":"conventional-changelog-angular@4.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1/manifests"},{"name":"conventional-changelog-jquery@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0/manifests"},{"name":"conventional-changelog-jshint@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0/manifests"},{"name":"standard-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0/manifests"},{"name":"conventional-recommended-bump@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0/manifests"},{"name":"conventional-commits-parser@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0/manifests"},{"name":"conventional-commits-filter@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0/manifests"},{"name":"conventional-changelog-ember@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0/manifests"},{"name":"conventional-changelog-express@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0/manifests"},{"name":"git-semver-tags@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0/manifests"},{"name":"git-raw-commits@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0/manifests"},{"name":"conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-angular@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0/manifests"},{"name":"conventional-changelog-atom@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0/manifests"},{"name":"conventional-changelog-core@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0/manifests"},{"name":"conventional-changelog-eslint@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-core@2.0.11","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11/manifests"},{"name":"conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-cli@1.3.22","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22/manifests"},{"name":"conventional-changelog-ember@0.3.12","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12/manifests"},{"name":"conventional-recommended-bump@2.0.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9/manifests"},{"name":"conventional-changelog-angular@3.0.7","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7/manifests"},{"name":"gulp-conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24/manifests"},{"name":"standard-changelog@1.0.19","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19/manifests"},{"name":"conventional-changelog-jquery@1.3.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9/manifests"},{"name":"conventional-changelog-angular@3.0.6","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6/manifests"},{"name":"standard-changelog@1.0.18","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18/manifests"},{"name":"gulp-conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-writer@3.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9/manifests"},{"name":"conventional-changelog-jshint@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8/manifests"},{"name":"conventional-changelog-jquery@1.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8/manifests"},{"name":"conventional-changelog-eslint@1.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9/manifests"},{"name":"conventional-changelog-ember@0.3.11","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11/manifests"},{"name":"conventional-changelog-core@2.0.10","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10/manifests"},{"name":"conventional-changelog-codemirror@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8/manifests"},{"name":"conventional-changelog-cli@1.3.21","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21/manifests"},{"name":"conventional-changelog-atom@0.2.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8/manifests"},{"name":"conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23/manifests"},{"name":"gulp-conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-core@2.0.9","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9/manifests"},{"name":"conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-cli@1.3.20","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20/manifests"},{"name":"conventional-changelog-writer@3.0.8","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8/manifests"},{"name":"standard-changelog@1.0.17","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17/manifests"},{"name":"conventional-changelog-angular@3.0.5","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.10","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10/manifests"},{"name":"conventional-changelog-cli@1.3.19","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19/manifests"},{"name":"conventional-changelog-angular@3.0.4","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4/manifests"},{"name":"conventional-changelog-atom@0.2.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7/manifests"},{"name":"conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-core@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.9","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9/manifests"},{"name":"conventional-changelog-eslint@1.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8/manifests"},{"name":"conventional-changelog-express@0.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6/manifests"},{"name":"conventional-changelog-jquery@1.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7/manifests"},{"name":"conventional-changelog-preset-loader@1.1.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8/manifests"},{"name":"conventional-changelog-writer@3.0.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7/manifests"},{"name":"conventional-commits-parser@2.1.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7/manifests"},{"name":"conventional-recommended-bump@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8/manifests"},{"name":"git-raw-commits@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6/manifests"},{"name":"git-semver-tags@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21/manifests"},{"name":"standard-changelog@1.0.16","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16/manifests"},{"name":"conventional-changelog-codemirror@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6/manifests"},{"name":"conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-core@2.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7/manifests"},{"name":"conventional-changelog-codemirror@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6/manifests"},{"name":"conventional-changelog-cli@1.3.18","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18/manifests"},{"name":"conventional-changelog-ember@0.3.8","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8/manifests"},{"name":"conventional-changelog-writer@3.0.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6/manifests"},{"name":"conventional-changelog-atom@0.2.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6/manifests"},{"name":"conventional-changelog-eslint@1.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7/manifests"},{"name":"standard-changelog@1.0.15","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15/manifests"},{"name":"conventional-changelog-angular@3.0.3","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3/manifests"},{"name":"conventional-changelog-jquery@1.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-angular@3.0.2","sha":"1cc079df803f58b52c8aa997fff43e9c162266e7","kind":"tag","published_at":"2018-03-22T14:14:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2/manifests"},{"name":"conventional-changelog-ember@0.3.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7/manifests"},{"name":"standard-changelog@1.0.14","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14/manifests"},{"name":"gulp-conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19/manifests"},{"name":"git-semver-tags@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5/manifests"},{"name":"git-raw-commits@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7/manifests"},{"name":"conventional-commits-parser@2.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6/manifests"},{"name":"conventional-commits-filter@1.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5/manifests"},{"name":"conventional-changelog-preset-loader@1.1.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7/manifests"},{"name":"conventional-changelog-jshint@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5/manifests"},{"name":"conventional-changelog-jquery@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5/manifests"},{"name":"conventional-changelog-express@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6/manifests"},{"name":"conventional-changelog-core@2.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5/manifests"},{"name":"conventional-changelog-cli@1.3.17","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17/manifests"},{"name":"conventional-changelog-atom@0.2.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5/manifests"},{"name":"conventional-changelog-angular@3.0.1","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1/manifests"},{"name":"conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19/manifests"},{"name":"conventional-changelog-angular@3.0.0","sha":"49997aaba373502e5b38bd366846934641e95799","kind":"tag","published_at":"2018-03-22T13:45:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.16","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16/manifests"},{"name":"conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18/manifests"},{"name":"gulp-conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-eslint@1.0.5","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5/manifests"},{"name":"conventional-changelog-cli@1.3.15","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15/manifests"},{"name":"conventional-changelog-codemirror@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4/manifests"},{"name":"conventional-changelog-express@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4/manifests"},{"name":"conventional-changelog-jquery@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4/manifests"},{"name":"conventional-changelog-jshint@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4/manifests"},{"name":"conventional-commits-filter@1.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5/manifests"},{"name":"conventional-commits-parser@2.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5/manifests"},{"name":"conventional-recommended-bump@2.0.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6/manifests"},{"name":"standard-changelog@1.0.13","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13/manifests"},{"name":"gulp-conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17/manifests"},{"name":"git-semver-tags@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4/manifests"},{"name":"git-raw-commits@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4/manifests"},{"name":"conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17/manifests"},{"name":"conventional-changelog-angular@1.6.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6/manifests"},{"name":"conventional-changelog-atom@0.2.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4/manifests"},{"name":"gulp-conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog-angular@1.6.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5/manifests"},{"name":"conventional-changelog-atom@0.2.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3/manifests"},{"name":"conventional-changelog-cli@1.3.14","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14/manifests"},{"name":"conventional-changelog-codemirror@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4/manifests"},{"name":"conventional-changelog-ember@0.3.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3/manifests"},{"name":"conventional-changelog-express@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3/manifests"},{"name":"conventional-changelog-jshint@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5/manifests"},{"name":"conventional-changelog-writer@3.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3/manifests"},{"name":"conventional-commits-filter@1.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4/manifests"},{"name":"conventional-commits-parser@2.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4/manifests"},{"name":"conventional-recommended-bump@2.0.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5/manifests"},{"name":"git-raw-commits@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3/manifests"},{"name":"git-semver-tags@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3/manifests"},{"name":"standard-changelog@1.0.12","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12/manifests"},{"name":"conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15/manifests"},{"name":"gulp-conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15/manifests"},{"name":"conventional-recommended-bump@2.0.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4/manifests"},{"name":"conventional-changelog-cli@1.3.13","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13/manifests"},{"name":"conventional-changelog-preset-loader@1.1.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4/manifests"},{"name":"git-raw-commits@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2/manifests"},{"name":"standard-changelog@1.0.11","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11/manifests"},{"name":"conventional-recommended-bump@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3/manifests"},{"name":"gulp-conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14/manifests"},{"name":"git-semver-tags@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2/manifests"},{"name":"conventional-changelog-eslint@1.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2/manifests"},{"name":"conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14/manifests"},{"name":"conventional-changelog-angular@1.6.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4/manifests"},{"name":"conventional-changelog-atom@0.2.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2/manifests"},{"name":"conventional-changelog-cli@1.3.12","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12/manifests"},{"name":"conventional-changelog-codemirror@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2/manifests"},{"name":"conventional-changelog-core@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.3.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4/manifests"},{"name":"conventional-changelog-express@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2/manifests"},{"name":"conventional-changelog-jquery@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2/manifests"},{"name":"conventional-changelog-jshint@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3/manifests"},{"name":"conventional-commits-filter@1.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3/manifests"},{"name":"conventional-changelog-writer@3.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13/manifests"},{"name":"standard-changelog@1.0.10","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10/manifests"},{"name":"git-raw-commits@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1/manifests"},{"name":"conventional-commits-parser@2.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2/manifests"},{"name":"conventional-changelog-writer@3.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1/manifests"},{"name":"conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13/manifests"},{"name":"conventional-commits-filter@1.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2/manifests"},{"name":"conventional-recommended-bump@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2/manifests"},{"name":"git-semver-tags@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1/manifests"},{"name":"conventional-changelog-core@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2/manifests"},{"name":"conventional-changelog-codemirror@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1/manifests"},{"name":"conventional-changelog-angular@1.6.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3/manifests"},{"name":"conventional-changelog-cli@1.3.11","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11/manifests"},{"name":"conventional-changelog-atom@0.2.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1/manifests"},{"name":"conventional-changelog-ember@0.3.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1/manifests"},{"name":"conventional-changelog-express@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3/manifests"},{"name":"conventional-changelog-jshint@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1/manifests"},{"name":"conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12/manifests"},{"name":"gulp-conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12/manifests"},{"name":"conventional-changelog-cli@1.3.10","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10/manifests"},{"name":"conventional-recommended-bump@2.0.1","sha":"a4f0aa902d3e966fe6d6b1d46f2130838524cfbf","kind":"tag","published_at":"2018-02-12T14:54:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1/manifests"},{"name":"conventional-recommended-bump@2.0.0","sha":"9885d205ed96338575335652d006f475408e1195","kind":"tag","published_at":"2018-02-12T14:30:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0/manifests"},{"name":"conventional-changelog-preset-loader@1.1.2","sha":"a450d974237d440009ec3fb4c63974cf066e8f79","kind":"tag","published_at":"2018-02-12T04:07:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.1","sha":"5af1f00dcc4e1f9c3299bc7feb322a88b711f042","kind":"tag","published_at":"2018-02-09T04:17:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.0","sha":"c3eb36dbc52f383df6f3dcf3a3870b01ceee0b8b","kind":"tag","published_at":"2018-02-08T14:46:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0/manifests"},{"name":"conventional-changelog-ember@0.3.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1/manifests"},{"name":"conventional-changelog-angular@1.6.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2/manifests"},{"name":"gulp-conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11/manifests"},{"name":"standard-changelog@1.0.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9/manifests"},{"name":"conventional-recommended-bump@1.2.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1/manifests"},{"name":"conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11/manifests"},{"name":"conventional-changelog-cli@1.3.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9/manifests"},{"name":"conventional-changelog-core@2.0.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1/manifests"},{"name":"gulp-conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10/manifests"},{"name":"standard-changelog@1.0.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8/manifests"},{"name":"git-semver-tags@1.3.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.2.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0/manifests"},{"name":"conventional-changelog-writer@3.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0/manifests"},{"name":"conventional-changelog-eslint@1.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.3.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1/manifests"},{"name":"conventional-changelog-core@2.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8/manifests"},{"name":"conventional-changelog-angular@1.6.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1/manifests"},{"name":"conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10/manifests"},{"name":"conventional-changelog-core@1.9.5","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5/manifests"},{"name":"conventional-changelog-ember@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0/manifests"},{"name":"conventional-changelog-eslint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0/manifests"},{"name":"conventional-changelog-cli@1.3.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7/manifests"},{"name":"conventional-changelog-express@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0/manifests"},{"name":"conventional-changelog-jquery@1.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0/manifests"},{"name":"conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-jshint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0/manifests"},{"name":"gulp-conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9/manifests"},{"name":"standard-changelog@1.0.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7/manifests"},{"name":"conventional-changelog-angular@1.6.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0/manifests"},{"name":"conventional-changelog-codemirror@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0/manifests"},{"name":"conventional-changelog-atom@0.2.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0/manifests"},{"name":"conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8/manifests"},{"name":"standard-changelog@1.0.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6/manifests"},{"name":"gulp-conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8/manifests"},{"name":"conventional-recommended-bump@1.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0/manifests"},{"name":"conventional-commits-parser@2.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0/manifests"},{"name":"conventional-commits-filter@1.1.1","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1/manifests"},{"name":"conventional-changelog-writer@2.0.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.2.10","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10/manifests"},{"name":"conventional-changelog-core@1.9.4","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4/manifests"},{"name":"conventional-changelog-cli@1.3.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6/manifests"},{"name":"conventional-changelog-angular@1.5.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3/manifests"},{"name":"conventional-changelog-ember@0.2.9","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9/manifests"},{"name":"standard-changelog@1.0.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5/manifests"},{"name":"gulp-conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7/manifests"},{"name":"git-semver-tags@1.2.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3/manifests"},{"name":"git-raw-commits@1.3.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.0.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3/manifests"},{"name":"conventional-commits-parser@2.0.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1/manifests"},{"name":"conventional-commits-filter@1.1.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0/manifests"},{"name":"conventional-changelog-writer@2.0.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2/manifests"},{"name":"conventional-changelog-jshint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1/manifests"},{"name":"conventional-changelog-jquery@1.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1/manifests"},{"name":"conventional-changelog-express@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1/manifests"},{"name":"conventional-changelog-eslint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1/manifests"},{"name":"conventional-changelog-core@1.9.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3/manifests"},{"name":"conventional-changelog-codemirror@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1/manifests"},{"name":"conventional-changelog-cli@1.3.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5/manifests"},{"name":"conventional-changelog-atom@0.1.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2/manifests"},{"name":"conventional-changelog-angular@1.5.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2/manifests"},{"name":"conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7/manifests"},{"name":"@marionebl/conventional-commits-parser@3.0.0","sha":"edf4068ce4c3ea6ac5b61323473ab655be5eb895","kind":"tag","published_at":"2017-11-01T07:09:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/@marionebl/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/@marionebl/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4/manifests"},{"name":"git-semver-tags@1.2.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2/manifests"},{"name":"conventional-recommended-bump@1.0.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-ember@0.2.8","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8/manifests"},{"name":"conventional-changelog-core@1.9.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2/manifests"},{"name":"standard-changelog@1.0.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4/manifests"},{"name":"conventional-changelog-angular@1.5.1","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1/manifests"},{"name":"conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6/manifests"},{"name":"standard-changelog@1.0.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3/manifests"},{"name":"conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-angular@1.5.0","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0/manifests"},{"name":"conventional-changelog-cli@1.3.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3/manifests"},{"name":"gulp-conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-writer@2.0.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1/manifests"},{"name":"conventional-changelog-core@1.9.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1/manifests"},{"name":"conventional-changelog-ember@0.2.7","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7/manifests"},{"name":"git-semver-tags@1.2.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1/manifests"},{"name":"conventional-changelog-jshint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0/manifests"},{"name":"conventional-changelog-jquery@1.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0/manifests"},{"name":"conventional-changelog-express@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0/manifests"},{"name":"conventional-changelog-eslint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0/manifests"},{"name":"conventional-commits-parser@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0/manifests"},{"name":"conventional-changelog-writer@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1/manifests"},{"name":"conventional-changelog-core@1.9.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0/manifests"},{"name":"conventional-changelog-codemirror@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0/manifests"},{"name":"conventional-changelog-cli@1.3.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2/manifests"},{"name":"conventional-changelog-atom@0.1.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1/manifests"},{"name":"conventional-changelog-angular@1.4.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0/manifests"},{"name":"conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4/manifests"},{"name":"gulp-conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4/manifests"},{"name":"standard-changelog@1.0.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2/manifests"},{"name":"conventional-changelog-ember@0.2.6","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6/manifests"},{"name":"conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3/manifests"},{"name":"conventional-changelog-angular@1.3.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3/manifests"},{"name":"conventional-changelog-cli@1.3.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1/manifests"},{"name":"conventional-changelog-core@1.8.0","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.8.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0/manifests"},{"name":"conventional-changelog-ember@0.2.5","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5/manifests"},{"name":"gulp-conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3/manifests"},{"name":"standard-changelog@1.0.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1/manifests"},{"name":"git-semver-tags@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0/manifests"},{"name":"standard-changelog@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2/manifests"},{"name":"git-raw-commits@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0/manifests"},{"name":"conventional-recommended-bump@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.2.4","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4/manifests"},{"name":"conventional-changelog-core@1.7.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.7.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0/manifests"},{"name":"conventional-changelog-cli@1.3.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0/manifests"},{"name":"conventional-changelog-angular@1.3.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2/manifests"},{"name":"conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2/manifests"},{"name":"gulp-conventional-changelog@1.1.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"tag","published_at":"2017-03-10T05:35:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0/manifests"},{"name":"standard-changelog@0.0.2","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@0.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-ember@0.2.3","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3/manifests"},{"name":"conventional-changelog-core@1.6.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0/manifests"},{"name":"conventional-changelog-angular@1.3.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1/manifests"},{"name":"conventional-changelog-cli@1.2.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1/manifests"},{"name":"conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-cli@1.2.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:01:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0/manifests"},{"name":"conventional-changelog-core@1.5.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:00:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0/manifests"},{"name":"git-raw-commits@1.1.2","sha":"f5fe78b1f15791cb0499744bf278dff22b52732f","kind":"tag","published_at":"2017-03-09T07:37:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2/manifests"},{"name":"git-semver-tags@1.1.2","sha":"7be07c7c0f49572b1c0e9c98f004b599d8b5bb1a","kind":"tag","published_at":"2017-03-09T07:35:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2/manifests"},{"name":"v1.1.0","sha":"600d411569271467389c3cbe71f7f657980e89a1","kind":"tag","published_at":"2016-02-13T06:59:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"9591280a8d09220aced3383abe3bc7ecbb34b503","kind":"tag","published_at":"2016-02-13T06:37:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"beef421f56939190a4ca30c28788eda1b3f9480d","kind":"tag","published_at":"2016-02-05T13:49:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"c8e90ab7fddd0b98855913e73fc12f9dc9dc81b1","kind":"tag","published_at":"2016-02-05T12:59:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0/manifests"},{"name":"v0.5.3","sha":"d79ce243223260b153699b99de0503698546ea63","kind":"tag","published_at":"2015-12-25T05:07:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"9e7b771072a2680c6c335fcad38003aade53213e","kind":"tag","published_at":"2015-12-23T12:24:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"4bf7d8df29f7be29552b82ec2b7112fad0c39a3e","kind":"tag","published_at":"2015-10-20T09:52:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"5ca2204b472704543ebbc744a22f8f90ec659659","kind":"tag","published_at":"2015-09-30T08:49:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"e5f2f3bc675e2c7e5cc6aa0ed50da7941833e492","kind":"tag","published_at":"2015-09-04T03:16:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"7536a0b351cc4f2764e71cbc268a178ab595259d","kind":"tag","published_at":"2015-08-17T01:28:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"56fa3d92620a41a875b3337fa51d04d6df23b1a8","kind":"tag","published_at":"2015-08-15T12:34:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"eefec0ef598a92e78510ee8626fd9bbcdb1398e4","kind":"tag","published_at":"2015-08-15T11:19:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0/manifests"},{"name":"v0.3.2","sha":"74b99dca61eafd56ba93605016b086a1108e77fe","kind":"tag","published_at":"2015-08-13T03:12:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"a1aca9c31a45aded77962bd0defc32e503aec213","kind":"commit","published_at":"2015-08-11T06:23:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"b489672d27ff703337c540f0fbc43f6486a84d99","kind":"commit","published_at":"2015-08-09T03:27:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"12e3cd6b151353dbe7f584adabbe5dd8a28424db","kind":"commit","published_at":"2015-07-24T08:13:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"f437b457b5ea6c105535a360144000f8315db54d","kind":"commit","published_at":"2015-07-24T04:54:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0/manifests"},{"name":"v0.1.3","sha":"c8fa9d0b94f8ac07f162623e4b9e9e68aad82e62","kind":"commit","published_at":"2015-07-22T11:06:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"6ba5d6e4b90a154dbca6ec0f80c66ad5995cd770","kind":"commit","published_at":"2015-07-22T07:10:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c015f8762f70eff2be7b8d7fb82438689239d717","kind":"commit","published_at":"2015-07-20T07:55:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"7253d0fea773e3f7cc0a3fb8278c9da070df26ee","kind":"commit","published_at":"2015-07-20T07:12:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.3","sha":"0c9f1e89bfacec8e08bac8ef96d64e3abdbecda7","kind":"commit","published_at":"2015-07-17T11:02:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"fec1baf43b8c0156682d4014a4fd066bd24ad448","kind":"commit","published_at":"2015-07-17T06:23:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"a5ea0dfada48601b9e3fbec78dd37d70380a2db6","kind":"commit","published_at":"2015-07-15T08:03:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1/manifests"},{"name":"v0.1.0-alpha.3","sha":"9b6cc68a2c17c9671363fe7af5de7ebd3a06aaeb","kind":"commit","published_at":"2015-07-06T01:27:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3/manifests"},{"name":"v0.1.0-alpha.2","sha":"34b0f460c34ecc48af857d8ee5d7038970ba56fb","kind":"commit","published_at":"2015-06-29T12:04:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2/manifests"},{"name":"v0.1.0-alpha.1","sha":"05b3415fc699ab43f3fa33b5ecd040ab5ecdf9e2","kind":"commit","published_at":"2015-06-24T04:42:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1/manifests"},{"name":"v0.0.17","sha":"3cae05244e48af9cf4abbef3114060db585a574c","kind":"commit","published_at":"2015-04-03T02:12:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"c0719ce6ba16778dd34c2cfdc81e7f3c5321409d","kind":"commit","published_at":"2015-03-19T04:15:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"57af04dc3e362c0e327b716279c9143028c6e0da","kind":"commit","published_at":"2015-03-18T20:23:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"69be290efb58a6a92e9ae78d7b37168d293920b5","kind":"commit","published_at":"2015-03-13T21:22:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"15a39d02ba3d666e7820eecbb8c5493ef2f6040a","kind":"commit","published_at":"2015-03-12T23:17:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13/manifests"},{"name":"v0.0.11","sha":"37f5561553c30d8f0f2c949502ea278da64949cd","kind":"tag","published_at":"2014-05-28T13:14:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"ad6f6ec5499d2c902b88da95487862d50e5ad776","kind":"tag","published_at":"2014-05-28T12:51:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"87efbabd9bc2a0fd83255e6cb856961b10aef9eb","kind":"tag","published_at":"2014-05-06T17:11:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"94b12cf69c51264b1edb6c81b50a262f0536894b","kind":"tag","published_at":"2014-04-10T14:45:48.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"1cf17e494fd7d8538c55189c72c0cf57d145ef41","kind":"tag","published_at":"2014-04-10T14:06:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"861f9ec93de28be4185b35815c2b6ab17746eb3f","kind":"commit","published_at":"2014-01-23T19:39:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"3f59f7356c86f30ef8e8754386373c2a8f97b367","kind":"commit","published_at":"2014-01-23T18:59:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6fa2c22464dcd964df604550c2ce2ed1d2f4362b","kind":"commit","published_at":"2014-01-04T21:36:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4/manifests"}]},"repo_metadata_updated_at":"2024-10-29T21:27:51.891Z","dependent_packages_count":533,"downloads":49217903,"downloads_period":"last-month","dependent_repos_count":160325,"rankings":{"downloads":0.06257259639582964,"dependent_repos_count":0.07996632171445553,"dependent_packages_count":0.1093205043027968,"stargazers_count":1.154472815396108,"forks_count":1.396504006357065,"docker_downloads_count":0.19163907991954632,"average":0.4990792206809669},"purl":"pkg:npm/git-raw-commits","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/git-raw-commits","docker_dependents_count":1235,"docker_downloads_count":149851408,"usage_url":"https://repos.ecosyste.ms/usage/npm/git-raw-commits","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/git-raw-commits/dependencies","status":null,"funding_links":[],"critical":false,"issue_metadata":{"last_synced_at":"2024-10-29T18:02:55.825Z","issues_count":181,"pull_requests_count":485,"avg_time_to_close_issue":20290008.44047619,"avg_time_to_close_pull_request":6351261.275949367,"issues_closed_count":84,"pull_requests_closed_count":395,"pull_request_authors_count":71,"issue_authors_count":111,"avg_comments_per_issue":2.0994475138121547,"avg_comments_per_pull_request":1.31340206185567,"merged_pull_requests_count":306,"bot_issues_count":3,"bot_pull_requests_count":234,"past_year_issues_count":63,"past_year_pull_requests_count":160,"past_year_avg_time_to_close_issue":562479.2894736842,"past_year_avg_time_to_close_pull_request":1292364.6666666667,"past_year_issues_closed_count":38,"past_year_pull_requests_closed_count":129,"past_year_pull_request_authors_count":19,"past_year_issue_authors_count":37,"past_year_avg_comments_per_issue":1.4603174603174602,"past_year_avg_comments_per_pull_request":1.15,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":61,"past_year_merged_pull_requests_count":108,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues","maintainers":[{"login":"dangreen","count":83,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"},{"login":"bcoe","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bcoe"},{"login":"tommywo","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tommywo"}],"active_maintainers":[{"login":"dangreen","count":70,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/git-raw-commits/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/git-raw-commits/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/git-raw-commits/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/git-raw-commits/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/git-raw-commits/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/git-raw-commits/codemeta","maintainers":[{"uuid":"stevemao","login":"stevemao","name":null,"email":"steve.mao@healthinteract.com.au","url":null,"packages_count":167,"html_url":"https://www.npmjs.com/~stevemao","role":null,"created_at":"2022-11-10T11:38:49.881Z","updated_at":"2022-11-10T11:38:49.881Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/stevemao/packages"},{"uuid":"bcoe","login":"bcoe","name":null,"email":"bencoe@gmail.com","url":null,"packages_count":557,"html_url":"https://www.npmjs.com/~bcoe","role":null,"created_at":"2022-11-10T11:38:49.864Z","updated_at":"2022-11-10T11:38:49.864Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/bcoe/packages"},{"uuid":"oss-bot","login":"oss-bot","name":null,"email":"bencoe+oss-bot@gmail.com","url":null,"packages_count":57,"html_url":"https://www.npmjs.com/~oss-bot","role":null,"created_at":"2022-11-10T11:38:49.874Z","updated_at":"2022-11-10T11:38:49.874Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/oss-bot/packages"},{"uuid":"dangreen","login":"dangreen","name":null,"email":"danon0404@gmail.com","url":null,"packages_count":110,"html_url":"https://www.npmjs.com/~dangreen","role":null,"created_at":"2026-02-11T12:46:17.243Z","updated_at":"2026-02-11T12:46:17.243Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/dangreen/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5644415,"maintainers_count":1200486,"namespaces_count":399623,"keywords_count":847874,"github":"npm","metadata":{"funded_packages_count":171745},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-06-10T05:11:46.456Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":12797068,"name":"nodePackages.conventional-changelog-cli","ecosystem":"nixpkgs","description":"Generate a changelog from git metadata","homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#readme","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-01-26T13:55:07.673Z","latest_release_published_at":"2026-01-26T13:55:07.673Z","latest_release_number":"2.2.2","last_synced_at":"2026-04-03T05:09:06.072Z","created_at":"2026-01-26T13:55:06.217Z","updated_at":"2026-04-03T05:09:06.073Z","registry_url":"https://search.nixos.org/packages?channel=23.05\u0026query=nodePackages.conventional-changelog-cli","install_command":"nix-env -iA nixpkgs.nodePackages.conventional-changelog-cli","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-23.05/pkgs/development/node-packages/node-packages.nix#L100283","metadata":{"nix_attribute":"conventional-changelog-cli-2.2.2","position":"pkgs/development/node-packages/node-packages.nix:100283","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mipsel-linux","mips64el-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin"],"broken":false,"insecure":false,"unfree":false,"outputs":["out"],"upstream_ecosystem":"npm","upstream_name":"conventional-changelog-cli","upstream_purl":"pkg:npm/conventional-changelog-cli"},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:nix/nodePackages.conventional-changelog-cli?channel=23.05\u0026repository_url=https://channels.nixos.org/nixos-23.05","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/nodePackages.conventional-changelog-cli","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/nodePackages.conventional-changelog-cli","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/nodePackages.conventional-changelog-cli/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/nodePackages.conventional-changelog-cli/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/nodePackages.conventional-changelog-cli/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/nodePackages.conventional-changelog-cli/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/nodePackages.conventional-changelog-cli/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/nodePackages.conventional-changelog-cli/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/nodePackages.conventional-changelog-cli/codemeta","maintainers":[],"registry":{"name":"nixpkgs-23.05","url":"https://channels.nixos.org/nixos-23.05","ecosystem":"nixpkgs","default":false,"packages_count":101092,"maintainers_count":2622,"namespaces_count":0,"keywords_count":613,"github":"NixOS","metadata":{"funded_packages_count":183},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.882Z","updated_at":"2026-06-10T05:16:22.193Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/namespaces"}},{"id":1554912,"name":"conventional-changelog-atom","ecosystem":"npm","description":"Atom preset for conventional-changelog.","homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-atom#readme","licenses":"ISC","normalized_licenses":["ISC"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":["conventional-changelog","atom","preset"],"namespace":null,"versions_count":23,"first_release_published_at":"2015-12-26T05:42:06.969Z","latest_release_published_at":"2026-03-04T22:07:50.565Z","latest_release_number":"5.1.0","last_synced_at":"2026-06-13T07:14:10.890Z","created_at":"2022-04-09T05:41:19.130Z","updated_at":"2026-06-13T07:14:10.890Z","registry_url":"https://www.npmjs.com/package/conventional-changelog-atom","install_command":"npm install conventional-changelog-atom","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"next":"2.0.8","latest":"5.1.0"}},"repo_metadata":{"id":12961414,"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2024-10-29T00:17:17.000Z","size":5764,"stargazers_count":7819,"open_issues_count":260,"forks_count":714,"subscribers_count":58,"default_branch":"master","last_synced_at":"2024-10-29T15:45:38.606Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2024-10-29T14:21:13.000Z","dependencies_parsed_at":"2022-07-13T10:30:31.523Z","dependency_job_id":"5f6d159e-c4c6-405b-9fa7-976ffc4dfa04","html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1464,"total_committers":136,"mean_commits":"10.764705882352942","dds":"0.40095628415300544","last_synced_commit":"58f0887283a200d52e49607baf7b352f26177b05"},"previous_names":["ajoslin/conventional-changelog"],"tags_count":777,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222090770,"owners_count":16929471,"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"},"owner_record":{"login":"conventional-changelog","name":"conventional-changelog","uuid":"16443515","kind":"organization","description":"Tools to generate changelogs and release notes from a project's commit messages and metadata.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16443515?v=4","repositories_count":12,"last_synced_at":"2024-03-25T20:05:25.442Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/conventional-changelog","funding_links":[],"total_stars":31480,"followers":325,"following":0,"created_at":"2022-11-02T16:25:21.572Z","updated_at":"2024-03-25T20:05:26.809Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog/repositories"},"tags":[{"name":"git-client-v1.0.1","sha":"d3b8aaa16337993bbad4d91db1ffac5a7568756b","kind":"commit","published_at":"2024-05-06T14:46:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1/manifests"},{"name":"conventional-changelog-v6.0.0","sha":"83bb15ba5de08f080884fc906c6db3c99c8b2131","kind":"commit","published_at":"2024-04-26T22:08:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0/manifests"},{"name":"conventional-changelog-core-v8.0.0","sha":"7bc92fc05e4447f311ad52b6e39d36f461eaf083","kind":"commit","published_at":"2024-04-26T22:07:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v8.0.0","sha":"3129c812139bf7454a64b4d506e6b85cd5abc77c","kind":"commit","published_at":"2024-04-26T22:06:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0/manifests"},{"name":"git-semver-tags-v8.0.0","sha":"fbd1b3bcd6253a32de89eb21145c2eb70d9396b6","kind":"commit","published_at":"2024-04-26T22:05:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v5.0.0","sha":"e34c96db3dbebedb17a6583aae8855dddd056f83","kind":"commit","published_at":"2024-04-26T22:04:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0/manifests"},{"name":"conventional-changelog-angular-v8.0.0","sha":"2aa6291a93eb881230e896f87a5232873b6a9717","kind":"commit","published_at":"2024-04-26T22:04:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0/manifests"},{"name":"conventional-changelog-jquery-v6.0.0","sha":"1c71cd6d4868ef2e158963e277609a9794806306","kind":"commit","published_at":"2024-04-26T22:03:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v8.0.0","sha":"533e36277d1779a5ac79a06210c603b5f88bc030","kind":"commit","published_at":"2024-04-26T22:00:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0/manifests"},{"name":"conventional-changelog-eslint-v6.0.0","sha":"c7459cd7d1e1ab82c9a5d552b008c02aba290cad","kind":"commit","published_at":"2024-04-26T21:59:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0/manifests"},{"name":"git-raw-commits-v5.0.0","sha":"f61ea377e843db0852c35911785895ec43481f11","kind":"commit","published_at":"2024-04-26T21:58:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0/manifests"},{"name":"conventional-changelog-codemirror-v5.0.0","sha":"77525286ffc8869a6ac351ebe28198842815cb7c","kind":"commit","published_at":"2024-04-26T21:57:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0/manifests"},{"name":"conventional-changelog-cli-v5.0.0","sha":"a75cef688b9a1557ca981178d4d35c18963160b6","kind":"commit","published_at":"2024-04-26T21:53:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0/manifests"},{"name":"conventional-changelog-express-v5.0.0","sha":"a6ab80d6e30091a8b743ee97a87e7400af1ebc53","kind":"commit","published_at":"2024-04-26T21:53:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v10.0.0","sha":"d7c409b02f1d58cf6f0293edcadbe5f00a78a622","kind":"commit","published_at":"2024-04-26T21:52:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v10.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v10.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0/manifests"},{"name":"conventional-changelog-atom-v5.0.0","sha":"3b2b9d0ec2382f73d9cf000a1004596f90ece916","kind":"commit","published_at":"2024-04-26T21:51:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0/manifests"},{"name":"conventional-changelog-jshint-v5.0.0","sha":"d7dae509e72b09d1496ae51f1f04c15581c828fc","kind":"commit","published_at":"2024-04-26T21:50:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0/manifests"},{"name":"conventional-changelog-ember-v5.0.0","sha":"2e99dfa49112ffe6c864dd0e436f0db1e696b1f9","kind":"commit","published_at":"2024-04-26T21:50:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0/manifests"},{"name":"conventional-commits-parser-v6.0.0","sha":"646e1be132ccd0f32e3074de2f511be5c610984f","kind":"commit","published_at":"2024-04-26T21:48:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0/manifests"},{"name":"conventional-commits-filter-v5.0.0","sha":"be4266b7ef7b84ba5c198dfa8c143229f8a5b128","kind":"commit","published_at":"2024-04-26T21:47:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0/manifests"},{"name":"standard-changelog-v6.0.0","sha":"3e9b9387f29e48a508b70b88f26b40a6db9fea16","kind":"commit","published_at":"2024-04-26T21:45:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v5.0.0","sha":"041a1a9b73b201add30494aed19d026b948bd8f1","kind":"commit","published_at":"2024-04-26T21:41:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0/manifests"},{"name":"git-client-v1.0.0","sha":"7e51fe970576503cae3ab94e6e9b3e01017b044d","kind":"commit","published_at":"2024-04-26T21:21:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0/manifests"},{"name":"git-semver-tags-v7.0.1","sha":"fac8045242099c016f5f3905e54e02b7d466bd7b","kind":"commit","published_at":"2023-09-10T23:53:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1/manifests"},{"name":"conventional-changelog-writer-v7.0.1","sha":"e3a643ad39ec3bc4cfb1dff2aa1101333df33dc3","kind":"commit","published_at":"2023-09-10T23:49:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1/manifests"},{"name":"conventional-changelog-cli-v4.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0/manifests"},{"name":"conventional-changelog-v5.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0/manifests"},{"name":"conventional-changelog-core-v7.0.0","sha":"2e467dd39a35c3813597711a37690897183b4abc","kind":"commit","published_at":"2023-09-08T22:03:37.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0/manifests"},{"name":"git-semver-tags-v7.0.0","sha":"a13f788bd505d8253a2d92413fc4a7780e11ec07","kind":"commit","published_at":"2023-09-08T21:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0/manifests"},{"name":"standard-changelog-v5.0.0","sha":"34569c7a3fd2b0362a461517a1f4e20e7eecd9fc","kind":"commit","published_at":"2023-09-08T21:55:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v9.0.0","sha":"ad633d9d81f66ef80d7f77832a264cb0c5b971ef","kind":"commit","published_at":"2023-09-08T21:50:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.2","sha":"50113f9b569259d991f1a734a192964ca71f0118","kind":"commit","published_at":"2023-09-08T21:41:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2/manifests"},{"name":"conventional-changelog-preset-loader-v4.1.0","sha":"a14d2186575f6061f236c9a47d803694b18f8373","kind":"commit","published_at":"2023-09-08T21:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.1","sha":"ca4324b0a690b2595f8b574882ff95329a2dc195","kind":"commit","published_at":"2023-08-27T19:11:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1/manifests"},{"name":"conventional-commits-filter-v4.0.0","sha":"26fc9ea274dc0c62442ec9d97b20a2ebb49138bf","kind":"commit","published_at":"2023-08-27T12:55:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0/manifests"},{"name":"standard-changelog-v4.0.0","sha":"5b788265774bf4b63d3c83a178ca53e8e7095903","kind":"commit","published_at":"2023-08-27T12:50:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-eslint-v5.0.0","sha":"679594c0716275771cc23b314e4362899fe72f87","kind":"commit","published_at":"2023-08-27T12:46:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0/manifests"},{"name":"git-semver-tags-v6.0.0","sha":"1c75c72d9b5d59e3ea4e914c58a85f7559f29602","kind":"commit","published_at":"2023-08-27T12:40:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0/manifests"},{"name":"conventional-recommended-bump-v8.0.0","sha":"624377a24e8e3658bcf2329a9a98f9a7b02a4cb3","kind":"commit","published_at":"2023-08-27T12:33:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0/manifests"},{"name":"conventional-changelog-writer-v7.0.0","sha":"d669bb67dc713cb1e4374e3216ed7d83cde743c5","kind":"commit","published_at":"2023-08-27T12:27:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0/manifests"},{"name":"conventional-changelog-codemirror-v4.0.0","sha":"933fd0b3dd355d648faf57241b796a714004c722","kind":"commit","published_at":"2023-08-27T12:23:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0/manifests"},{"name":"conventional-changelog-express-v4.0.0","sha":"c9e9ceb3a3727659bd117bab01cbc7642d588f06","kind":"commit","published_at":"2023-08-27T12:16:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0/manifests"},{"name":"conventional-changelog-ember-v4.0.0","sha":"5d7c16268f79b7f180e34e997fdb37373d714666","kind":"commit","published_at":"2023-08-27T12:11:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0/manifests"},{"name":"conventional-changelog-jquery-v5.0.0","sha":"d643efb1050dcdaecee626044315644ff9b9e43b","kind":"commit","published_at":"2023-08-27T12:07:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v4.0.0","sha":"636646dd9ae062e9652a7f9ccaf6c329e6e9f924","kind":"commit","published_at":"2023-08-27T12:03:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0/manifests"},{"name":"conventional-changelog-v5.0.0","sha":"7985de3edc9e655369651ad464cb39b791887dc7","kind":"commit","published_at":"2023-08-27T11:58:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.0","sha":"5f0fe40743d8f559ab94ed11bbb4b8bda6fa6dcb","kind":"commit","published_at":"2023-08-27T11:51:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0/manifests"},{"name":"conventional-changelog-angular-v7.0.0","sha":"6c7a2e1a8807988bcb1a9842f72d14be3b1a89e3","kind":"commit","published_at":"2023-08-27T11:46:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0/manifests"},{"name":"conventional-changelog-jshint-v4.0.0","sha":"0204a9a340d2c85411e8de8905bc74c6146e5618","kind":"commit","published_at":"2023-08-27T11:41:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0/manifests"},{"name":"conventional-changelog-atom-v4.0.0","sha":"ab9b2c10e098ec8837d141102549f3eef698364c","kind":"commit","published_at":"2023-08-27T11:36:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0/manifests"},{"name":"conventional-changelog-cli-v4.0.0","sha":"29df6c4597afad27b9cda06f58eb564bcca609c4","kind":"commit","published_at":"2023-08-27T11:21:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0/manifests"},{"name":"conventional-changelog-core-v6.0.0","sha":"45613bbc2d13c798732e4b2bd4b2fa9ea67157d6","kind":"commit","published_at":"2023-08-27T11:17:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v4.0.0","sha":"5a896e3ef3aa9e751fcc74d7c76fa21d6d526cb0","kind":"commit","published_at":"2023-08-27T11:08:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0/manifests"},{"name":"git-raw-commits-v4.0.0","sha":"878fc56b43bc617177bf47fd8643a3b8b86078e5","kind":"commit","published_at":"2023-08-27T11:01:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0/manifests"},{"name":"conventional-commits-parser-v5.0.0","sha":"299de5acbe55a7d19dcdd2adc34681eae7264abf","kind":"commit","published_at":"2023-08-26T17:50:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0/manifests"},{"name":"git-semver-tags-v5.0.1","sha":"87914a362866a380e98a29edf19b2173e0911d8a","kind":"commit","published_at":"2023-07-09T19:10:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1/manifests"},{"name":"conventional-changelog-writer-v6.0.1","sha":"c123edea220b450cfa26813b6f198c3e8ebbd2b4","kind":"commit","published_at":"2023-07-09T14:49:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.2","sha":"83773c5e1a8874ea9809ca9db1dff60b7df1daae","kind":"commit","published_at":"2023-06-28T17:43:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.1.0","sha":"2e5fe6d9574ba896fa90b5bfcb50fb73d28af6d6","kind":"commit","published_at":"2023-06-17T21:30:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v7.0.1","sha":"f251b6899e313a9b23f3c8deb8b8b57217040892","kind":"commit","published_at":"2023-06-06T23:24:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.1","sha":"5b458dff9edf766446449acd1bbb8027a1e39fa5","kind":"commit","published_at":"2023-06-06T23:17:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1/manifests"},{"name":"gulp-conventional-changelog-v3.0.0","sha":"8ef6232797e5bf7c80422221374c53c03d5df36d","kind":"commit","published_at":"2023-06-06T22:50:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0/manifests"},{"name":"standard-changelog-v3.0.0","sha":"ea65f017b42b914ece780fd2fc799a6946912ed8","kind":"commit","published_at":"2023-06-06T22:42:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0/manifests"},{"name":"conventional-changelog-cli-v3.0.0","sha":"f00f4549cee9406054b77057a8135183fcd89710","kind":"commit","published_at":"2023-06-06T22:29:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0/manifests"},{"name":"conventional-changelog-v4.0.0","sha":"1a240f91ed584ed43e7f9c82235ca60eff0f4fa5","kind":"commit","published_at":"2023-06-06T19:50:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-core-v5.0.0","sha":"8507f601486c8ff6806156c50091262dee13ec54","kind":"commit","published_at":"2023-06-06T19:23:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v7.0.0","sha":"e1662ca7a6c688d28a334282a5e863f52866f3e8","kind":"commit","published_at":"2023-06-06T18:39:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v3.0.0","sha":"5d80d155425147a0b045af09536e5962cbfff620","kind":"commit","published_at":"2023-06-06T15:08:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.0.0","sha":"a30fc7ae219cf871b46cbe9d2c76a9730b70e272","kind":"commit","published_at":"2023-06-06T14:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v6.0.0","sha":"aa5d46c7b13b7b31f78af4b3c31c087c39eea41d","kind":"commit","published_at":"2023-06-06T14:46:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0/manifests"},{"name":"conventional-commits-filter-v3.0.0","sha":"502a73fe41aebb7b563c5ca69521e0b1bab904df","kind":"commit","published_at":"2023-06-06T14:32:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0/manifests"},{"name":"conventional-commits-parser-v4.0.0","sha":"9f7fe891e75c64937c28baa39a6c795a01603ab7","kind":"commit","published_at":"2023-06-06T14:24:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0/manifests"},{"name":"git-raw-commits-v3.0.0","sha":"571f2d549f10744a12ab3bc5dc5e0b749cb72667","kind":"commit","published_at":"2023-06-06T14:16:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0/manifests"},{"name":"git-semver-tags-v5.0.0","sha":"445c796d04105d10dd62d07039bc6a7fc9f263a5","kind":"commit","published_at":"2023-06-06T13:51:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0/manifests"},{"name":"conventional-changelog-atom-v3.0.0","sha":"208787aa2f5db8de1c2d43c56d71e6dfb9510781","kind":"commit","published_at":"2023-06-06T13:43:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0/manifests"},{"name":"conventional-changelog-angular-v6.0.0","sha":"c4ebf98acc15f37154aae5de53a225e896c4a157","kind":"commit","published_at":"2023-06-06T13:36:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0/manifests"},{"name":"conventional-changelog-codemirror-v3.0.0","sha":"0772453bee083917a05b9696d063ee3dc69957f9","kind":"commit","published_at":"2023-06-06T13:25:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0/manifests"},{"name":"conventional-changelog-ember-v3.0.0","sha":"e473d0c8af7c0cf8a54f775556796f50f3e695c2","kind":"commit","published_at":"2023-06-06T13:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0/manifests"},{"name":"conventional-changelog-eslint-v4.0.0","sha":"b3b896bc5b9e3ed65dcfc08c57967a252f37cfd1","kind":"commit","published_at":"2023-06-06T12:56:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0/manifests"},{"name":"conventional-changelog-express-v3.0.0","sha":"5594385d1dd2490b0fb508a60b6f30e8be6616ce","kind":"commit","published_at":"2023-06-06T12:37:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0/manifests"},{"name":"conventional-changelog-jquery-v4.0.0","sha":"51a3015a907b2cea900114359c36ce0e9664b72d","kind":"commit","published_at":"2023-06-06T12:17:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0/manifests"},{"name":"conventional-changelog-jshint-v3.0.0","sha":"281e5f883476e90b75cae4373a67436c86e94f6a","kind":"commit","published_at":"2023-06-06T12:02:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v5.0.0","sha":"ba6df7cf62de5f448368bed4398f6ddf633d2cbd","kind":"commit","published_at":"2022-05-27T18:02:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0/manifests"},{"name":"conventional-changelog-writer-v5.0.1","sha":"21b73f974adc4490a318d9c892055655cb82c538","kind":"commit","published_at":"2021-12-29T21:36:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.3","sha":"02757d342290bcf51a49d49e5e72f5eae6c6f6da","kind":"commit","published_at":"2021-12-29T19:52:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3/manifests"},{"name":"conventional-commits-parser-v3.2.4","sha":"1d0f62d4ac4911ef0d912d5401f783b152cee624","kind":"commit","published_at":"2021-12-29T19:46:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4/manifests"},{"name":"git-raw-commits-v2.0.11","sha":"95384dbd105ffe4f86bbc6ccad3e5405a1cbfe04","kind":"commit","published_at":"2021-12-29T19:39:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.2","sha":"1827696185192a8dd258ea7c3370090238b0fb76","kind":"commit","published_at":"2021-12-25T18:06:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2/manifests"},{"name":"conventional-changelog-cli-v2.2.2","sha":"8ce6a7bbd3fae87aa9d56fca68c2e16fbb2cace5","kind":"commit","published_at":"2021-12-25T17:22:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2/manifests"},{"name":"conventional-changelog-v3.1.25","sha":"8e9c3d76aaffd7fe67a78270b3ad9b881e953e7e","kind":"commit","published_at":"2021-12-24T18:50:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25/manifests"},{"name":"conventional-commits-parser-v3.2.3","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3/manifests"},{"name":"conventional-changelog-cli-v2.2.1","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.1","sha":"c35708d56a55e31b750aec1f745e5be52f0a75f2","kind":"commit","published_at":"2021-09-09T19:06:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1/manifests"},{"name":"conventional-commits-parser-v3.2.2","sha":"1bae48ff85eff0736ea6691b7214f3fc9c026256","kind":"commit","published_at":"2021-09-09T14:45:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2/manifests"},{"name":"conventional-changelog-core-v4.2.4","sha":"02fbc2d42d0faf53d4b7a2b0525626088a6ac8ba","kind":"commit","published_at":"2021-09-09T14:37:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4/manifests"},{"name":"conventional-changelog-angular-v5.0.13","sha":"e30343b4676d26b416080294dc74ebba001c0716","kind":"commit","published_at":"2021-09-09T14:31:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v5.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13/manifests"},{"name":"conventional-changelog-core-v4.2.3","sha":"318b555b6ef3aebdb5a8d4c7c734fd7234712dd3","kind":"commit","published_at":"2021-07-03T00:24:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.0","sha":"537c37d7801872c3e57e4200c64154a4d2ea042a","kind":"commit","published_at":"2021-04-30T00:15:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0/manifests"},{"name":"conventional-commits-parser-v3.2.1","sha":"758dda2937b6784f0cc6a535286862fcf95b6f06","kind":"commit","published_at":"2021-02-15T21:32:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1/manifests"},{"name":"git-raw-commits-v2.0.10","sha":"ffecaccb6e117afae9f68f1d48ff9a69554da950","kind":"commit","published_at":"2021-01-27T16:36:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10/manifests"},{"name":"conventional-changelog-writer-v5.0.0","sha":"61ef6491add84b841e1797baf09f62bbdd90dcd4","kind":"commit","published_at":"2020-12-30T22:40:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v6.1.0","sha":"3b0fb22b0bb49137b9ecddaeb349f66025205c57","kind":"commit","published_at":"2020-12-30T16:58:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0/manifests"},{"name":"conventional-changelog-core-v4.2.2","sha":"317eeb3137caff69bcc9a67fce3dc67663a010db","kind":"commit","published_at":"2020-12-30T00:53:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2/manifests"},{"name":"conventional-recommended-bump-v6.0.12","sha":"90ecc5d93bfd7626857eda5d240f92393d896be0","kind":"commit","published_at":"2020-12-30T00:43:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12/manifests"},{"name":"git-raw-commits-v2.0.9","sha":"227f3e23af86912c0cd64fdb1a820ac92e5757c5","kind":"commit","published_at":"2020-12-29T23:59:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9/manifests"},{"name":"conventional-changelog-writer-v4.1.0","sha":"77725cfb12ca3ca22abb9421b4af012a49207e7a","kind":"commit","published_at":"2020-12-29T23:41:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0/manifests"},{"name":"conventional-changelog-atom@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8/manifests"},{"name":"conventional-changelog-angular@5.0.12","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12/manifests"},{"name":"conventional-changelog@3.1.24","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24/manifests"},{"name":"git-raw-commits@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8/manifests"},{"name":"standard-changelog@2.0.27","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27/manifests"},{"name":"gulp-conventional-changelog@2.0.35","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35/manifests"},{"name":"git-semver-tags@4.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1/manifests"},{"name":"conventional-recommended-bump@6.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11/manifests"},{"name":"conventional-commits-parser@3.2.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0/manifests"},{"name":"conventional-commits-filter@2.0.7","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7/manifests"},{"name":"conventional-changelog-writer@4.0.18","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18/manifests"},{"name":"conventional-changelog-jshint@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9/manifests"},{"name":"conventional-changelog-jquery@3.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11/manifests"},{"name":"conventional-changelog-express@2.0.6","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9/manifests"},{"name":"conventional-changelog-ember@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9/manifests"},{"name":"conventional-changelog-core@4.2.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.5.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1/manifests"},{"name":"conventional-changelog-v3.1.24","sha":"f8fcbc2e8b0834c29178ace6382b438a020ad828","kind":"commit","published_at":"2020-10-25T02:45:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24/manifests"},{"name":"conventional-recommended-bump@6.0.10","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10/manifests"},{"name":"standard-changelog@2.0.26","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26/manifests"},{"name":"gulp-conventional-changelog@2.0.34","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34/manifests"},{"name":"git-semver-tags@4.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0/manifests"},{"name":"conventional-changelog-core@4.2.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.4.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0/manifests"},{"name":"conventional-changelog-cli@2.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0/manifests"},{"name":"conventional-changelog@3.1.23","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23/manifests"},{"name":"standard-changelog@2.0.25","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25/manifests"},{"name":"conventional-changelog-writer@4.0.17","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17/manifests"},{"name":"conventional-changelog-jshint@2.0.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8/manifests"},{"name":"conventional-changelog-core@4.1.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8/manifests"},{"name":"conventional-changelog@3.1.22","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22/manifests"},{"name":"conventional-changelog-angular@5.0.11","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.35","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35/manifests"},{"name":"gulp-conventional-changelog@2.0.33","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.1","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1/manifests"},{"name":"conventional-changelog-core@4.1.7","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7/manifests"},{"name":"conventional-changelog@3.1.21","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21/manifests"},{"name":"conventional-changelog-writer@4.0.16","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.34","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34/manifests"},{"name":"standard-changelog@2.0.24","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24/manifests"},{"name":"gulp-conventional-changelog@2.0.32","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32/manifests"},{"name":"git-semver-tags@4.0.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.3.4","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4/manifests"},{"name":"standard-changelog@2.0.23","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23/manifests"},{"name":"gulp-conventional-changelog@2.0.31","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31/manifests"},{"name":"conventional-changelog-eslint@3.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.15","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10/manifests"},{"name":"conventional-changelog@3.1.20","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20/manifests"},{"name":"conventional-changelog-atom@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7/manifests"},{"name":"conventional-changelog-cli@2.0.33","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33/manifests"},{"name":"conventional-changelog-codemirror@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0/manifests"},{"name":"conventional-changelog-core@4.1.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6/manifests"},{"name":"conventional-changelog-ember@2.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8/manifests"},{"name":"conventional-commits-filter@2.0.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6/manifests"},{"name":"conventional-commits-parser@3.1.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.9","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9/manifests"},{"name":"git-raw-commits@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7/manifests"},{"name":"conventional-changelog-express@2.0.5","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10/manifests"},{"name":"conventional-changelog-jshint@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7/manifests"},{"name":"conventional-changelog-preset-loader-v2.3.2","sha":"9f6c56cb960a5043823cfb85b9843991201cbb51","kind":"commit","published_at":"2020-05-08T19:21:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v2.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2/manifests"},{"name":"conventional-changelog-core@4.1.5","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5/manifests"},{"name":"gulp-conventional-changelog@2.0.30","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30/manifests"},{"name":"standard-changelog@2.0.22","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22/manifests"},{"name":"conventional-changelog@3.1.19","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19/manifests"},{"name":"conventional-changelog-cli@2.0.32","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32/manifests"},{"name":"conventional-changelog-cli@2.0.31","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31/manifests"},{"name":"standard-changelog@2.0.21","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21/manifests"},{"name":"gulp-conventional-changelog@2.0.29","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29/manifests"},{"name":"conventional-changelog-core@4.1.4","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4/manifests"},{"name":"conventional-changelog@3.1.18","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18/manifests"},{"name":"conventional-changelog@3.1.17","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17/manifests"},{"name":"standard-changelog@2.0.20","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20/manifests"},{"name":"gulp-conventional-changelog@2.0.28","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28/manifests"},{"name":"conventional-changelog-core@4.1.3","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.30","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30/manifests"},{"name":"conventional-changelog-cli@2.0.29","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29/manifests"},{"name":"standard-changelog@2.0.19","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19/manifests"},{"name":"gulp-conventional-changelog@2.0.27","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27/manifests"},{"name":"conventional-changelog-core@4.1.2","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2/manifests"},{"name":"conventional-changelog@3.1.16","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16/manifests"},{"name":"conventional-changelog-cli@2.0.28","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28/manifests"},{"name":"standard-changelog@2.0.18","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18/manifests"},{"name":"gulp-conventional-changelog@2.0.26","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26/manifests"},{"name":"git-semver-tags@3.0.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1/manifests"},{"name":"git-raw-commits@2.0.3","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3/manifests"},{"name":"conventional-recommended-bump@6.0.5","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5/manifests"},{"name":"conventional-commits-parser@3.0.8","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.11","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11/manifests"},{"name":"conventional-changelog-core@4.1.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1/manifests"},{"name":"conventional-changelog@3.1.15","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15/manifests"},{"name":"gulp-conventional-changelog@2.0.25","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25/manifests"},{"name":"conventional-changelog@3.1.14","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14/manifests"},{"name":"conventional-changelog-angular@5.0.6","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6/manifests"},{"name":"conventional-changelog-cli@2.0.27","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.3","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3/manifests"},{"name":"conventional-changelog-core@4.1.0","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0/manifests"},{"name":"conventional-commits-parser@3.0.7","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7/manifests"},{"name":"conventional-recommended-bump@6.0.4","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4/manifests"},{"name":"standard-changelog@2.0.17","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17/manifests"},{"name":"conventional-changelog-cli@2.0.26","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.2","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2/manifests"},{"name":"conventional-changelog-core@4.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3/manifests"},{"name":"conventional-commits-parser@3.0.6","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6/manifests"},{"name":"conventional-recommended-bump@6.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.24","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24/manifests"},{"name":"standard-changelog@2.0.16","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16/manifests"},{"name":"conventional-changelog-writer@4.0.10","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10/manifests"},{"name":"conventional-changelog-preset-loader@2.3.0","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0/manifests"},{"name":"conventional-changelog@3.1.13","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13/manifests"},{"name":"conventional-changelog-jshint@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.9","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9/manifests"},{"name":"conventional-commits-parser@3.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5/manifests"},{"name":"conventional-changelog@3.1.12","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12/manifests"},{"name":"conventional-recommended-bump@6.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.23","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23/manifests"},{"name":"standard-changelog@2.0.15","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5/manifests"},{"name":"conventional-changelog-atom@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.25","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25/manifests"},{"name":"conventional-changelog-codemirror@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.1","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1/manifests"},{"name":"conventional-changelog-core@4.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2/manifests"},{"name":"conventional-changelog-ember@2.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4/manifests"},{"name":"conventional-changelog-eslint@3.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.6","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6/manifests"},{"name":"standard-changelog@2.0.14","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14/manifests"},{"name":"gulp-conventional-changelog@2.0.22","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22/manifests"},{"name":"conventional-recommended-bump@6.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1/manifests"},{"name":"conventional-commits-parser@3.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4/manifests"},{"name":"conventional-changelog-writer@4.0.8","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8/manifests"},{"name":"conventional-changelog-jshint@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.5","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5/manifests"},{"name":"conventional-changelog-eslint@3.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3/manifests"},{"name":"conventional-changelog-ember@2.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3/manifests"},{"name":"conventional-changelog-core@4.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.0","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.24","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24/manifests"},{"name":"conventional-changelog-atom@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4/manifests"},{"name":"conventional-changelog@3.1.11","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11/manifests"},{"name":"conventional-changelog-preset-loader@2.2.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0/manifests"},{"name":"standard-changelog@2.0.13","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13/manifests"},{"name":"gulp-conventional-changelog@2.0.21","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21/manifests"},{"name":"git-semver-tags@3.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0/manifests"},{"name":"conventional-recommended-bump@6.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.7","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7/manifests"},{"name":"conventional-changelog@3.1.10","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10/manifests"},{"name":"conventional-changelog-cli@2.0.23","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23/manifests"},{"name":"conventional-changelog-conventionalcommits@4.1.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0/manifests"},{"name":"conventional-changelog-core@4.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.1","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.0.0","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0/manifests"},{"name":"conventional-changelog-core@3.2.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3/manifests"},{"name":"conventional-changelog-writer@4.0.6","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6/manifests"},{"name":"conventional-commits-parser@3.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3/manifests"},{"name":"conventional-changelog@3.1.9","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9/manifests"},{"name":"standard-changelog@2.0.12","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.20","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20/manifests"},{"name":"git-semver-tags@2.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.22","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22/manifests"},{"name":"standard-changelog@2.0.11","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11/manifests"},{"name":"conventional-changelog@3.1.8","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8/manifests"},{"name":"conventional-changelog-cli@2.0.21","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.2","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.19","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19/manifests"},{"name":"conventional-changelog@3.1.7","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7/manifests"},{"name":"conventional-changelog-cli@2.0.20","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.1","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.18","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18/manifests"},{"name":"conventional-changelog-cli@2.0.19","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.17","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17/manifests"},{"name":"conventional-changelog@3.1.6","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6/manifests"},{"name":"conventional-changelog@3.1.5","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5/manifests"},{"name":"conventional-changelog-conventionalcommits@2.0.0","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.16","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.18","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.2","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.17","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17/manifests"},{"name":"conventional-changelog@3.1.4","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.15","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15/manifests"},{"name":"conventional-changelog-writer@4.0.5","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5/manifests"},{"name":"standard-changelog@2.0.10","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10/manifests"},{"name":"gulp-conventional-changelog@2.0.14","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14/manifests"},{"name":"conventional-changelog@3.1.3","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3/manifests"},{"name":"conventional-changelog-core@3.2.2","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2/manifests"},{"name":"conventional-changelog-cli@2.0.16","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.15","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15/manifests"},{"name":"standard-changelog@2.0.9","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.1.2","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2/manifests"},{"name":"conventional-changelog-core@3.2.1","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1/manifests"},{"name":"gulp-conventional-changelog@2.0.13","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13/manifests"},{"name":"conventional-changelog@3.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1/manifests"},{"name":"gulp-conventional-changelog@2.0.12","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12/manifests"},{"name":"conventional-recommended-bump@4.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1/manifests"},{"name":"conventional-changelog-preset-loader@2.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.14","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14/manifests"},{"name":"conventional-changelog-preset-loader@2.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0/manifests"},{"name":"conventional-changelog-writer@4.0.4","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4/manifests"},{"name":"conventional-commits-filter@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2/manifests"},{"name":"conventional-commits-parser@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2/manifests"},{"name":"conventional-recommended-bump@4.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0/manifests"},{"name":"gulp-conventional-changelog@2.0.11","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11/manifests"},{"name":"standard-changelog@2.0.8","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8/manifests"},{"name":"git-raw-commits@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2/manifests"},{"name":"conventional-changelog@3.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0/manifests"},{"name":"conventional-changelog-cli@2.0.13","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0/manifests"},{"name":"conventional-changelog-core@3.2.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0/manifests"},{"name":"conventional-changelog-eslint@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2/manifests"},{"name":"standard-changelog@2.0.7","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6/manifests"},{"name":"conventional-changelog-angular@5.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.12","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.10","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10/manifests"},{"name":"conventional-changelog-writer@4.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3/manifests"},{"name":"conventional-changelog-core@3.1.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6/manifests"},{"name":"conventional-recommended-bump@4.0.4","sha":"da729f68f9dc581623deb587c705ef65d189a9f4","kind":"tag","published_at":"2018-11-01T06:56:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4/manifests"},{"name":"standard-changelog@2.0.6","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6/manifests"},{"name":"conventional-changelog-core@3.1.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5/manifests"},{"name":"conventional-changelog-writer@4.0.2","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.9","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.0.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.11","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.10","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10/manifests"},{"name":"conventional-changelog-core@3.1.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.8","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8/manifests"},{"name":"conventional-changelog@3.0.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4/manifests"},{"name":"git-semver-tags@2.0.2","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.3","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3/manifests"},{"name":"standard-changelog@2.0.5","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5/manifests"},{"name":"standard-changelog@2.0.4","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.7","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3/manifests"},{"name":"conventional-changelog-core@3.1.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.9","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9/manifests"},{"name":"standard-changelog@2.0.3","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.8","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8/manifests"},{"name":"conventional-changelog-core@3.1.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2/manifests"},{"name":"gulp-conventional-changelog@2.0.6","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6/manifests"},{"name":"conventional-changelog@3.0.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.5","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.7","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7/manifests"},{"name":"conventional-changelog@3.0.1","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1/manifests"},{"name":"standard-changelog@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4/manifests"},{"name":"git-semver-tags@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1/manifests"},{"name":"git-raw-commits@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2/manifests"},{"name":"conventional-commits-parser@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1/manifests"},{"name":"conventional-commits-filter@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1/manifests"},{"name":"conventional-changelog-writer@4.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1/manifests"},{"name":"conventional-changelog-preset-loader@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4/manifests"},{"name":"conventional-changelog-express@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1/manifests"},{"name":"conventional-changelog-eslint@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2/manifests"},{"name":"conventional-changelog-core@3.1.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1/manifests"},{"name":"conventional-changelog-codemirror@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.6","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6/manifests"},{"name":"conventional-changelog-atom@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1/manifests"},{"name":"conventional-changelog-angular@5.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2/manifests"},{"name":"conventional-changelog@3.0.0","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.5","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.3","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.2","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.4","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3/manifests"},{"name":"standard-changelog@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3/manifests"},{"name":"conventional-changelog-core@3.1.0","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0/manifests"},{"name":"conventional-changelog-ember@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1/manifests"},{"name":"conventional-changelog-jquery@3.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1/manifests"},{"name":"conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0/manifests"},{"name":"conventional-recommended-bump@4.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0/manifests"},{"name":"conventional-changelog-jquery@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0/manifests"},{"name":"conventional-changelog-express@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0/manifests"},{"name":"conventional-changelog-eslint@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0/manifests"},{"name":"conventional-changelog-ember@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1/manifests"},{"name":"conventional-changelog-atom@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1/manifests"},{"name":"conventional-changelog-angular@4.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1/manifests"},{"name":"conventional-changelog-jquery@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0/manifests"},{"name":"conventional-changelog-jshint@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0/manifests"},{"name":"standard-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0/manifests"},{"name":"conventional-recommended-bump@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0/manifests"},{"name":"conventional-commits-parser@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0/manifests"},{"name":"conventional-commits-filter@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0/manifests"},{"name":"conventional-changelog-ember@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0/manifests"},{"name":"conventional-changelog-express@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0/manifests"},{"name":"git-semver-tags@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0/manifests"},{"name":"git-raw-commits@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0/manifests"},{"name":"conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-angular@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0/manifests"},{"name":"conventional-changelog-atom@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0/manifests"},{"name":"conventional-changelog-core@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0/manifests"},{"name":"conventional-changelog-eslint@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-core@2.0.11","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11/manifests"},{"name":"conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-cli@1.3.22","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22/manifests"},{"name":"conventional-changelog-ember@0.3.12","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12/manifests"},{"name":"conventional-recommended-bump@2.0.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9/manifests"},{"name":"conventional-changelog-angular@3.0.7","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7/manifests"},{"name":"gulp-conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24/manifests"},{"name":"standard-changelog@1.0.19","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19/manifests"},{"name":"conventional-changelog-jquery@1.3.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9/manifests"},{"name":"conventional-changelog-angular@3.0.6","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6/manifests"},{"name":"standard-changelog@1.0.18","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18/manifests"},{"name":"gulp-conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-writer@3.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9/manifests"},{"name":"conventional-changelog-jshint@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8/manifests"},{"name":"conventional-changelog-jquery@1.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8/manifests"},{"name":"conventional-changelog-eslint@1.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9/manifests"},{"name":"conventional-changelog-ember@0.3.11","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11/manifests"},{"name":"conventional-changelog-core@2.0.10","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10/manifests"},{"name":"conventional-changelog-codemirror@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8/manifests"},{"name":"conventional-changelog-cli@1.3.21","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21/manifests"},{"name":"conventional-changelog-atom@0.2.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8/manifests"},{"name":"conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23/manifests"},{"name":"gulp-conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-core@2.0.9","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9/manifests"},{"name":"conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-cli@1.3.20","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20/manifests"},{"name":"conventional-changelog-writer@3.0.8","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8/manifests"},{"name":"standard-changelog@1.0.17","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17/manifests"},{"name":"conventional-changelog-angular@3.0.5","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.10","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10/manifests"},{"name":"conventional-changelog-cli@1.3.19","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19/manifests"},{"name":"conventional-changelog-angular@3.0.4","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4/manifests"},{"name":"conventional-changelog-atom@0.2.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7/manifests"},{"name":"conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-core@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.9","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9/manifests"},{"name":"conventional-changelog-eslint@1.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8/manifests"},{"name":"conventional-changelog-express@0.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6/manifests"},{"name":"conventional-changelog-jquery@1.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7/manifests"},{"name":"conventional-changelog-preset-loader@1.1.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8/manifests"},{"name":"conventional-changelog-writer@3.0.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7/manifests"},{"name":"conventional-commits-parser@2.1.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7/manifests"},{"name":"conventional-recommended-bump@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8/manifests"},{"name":"git-raw-commits@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6/manifests"},{"name":"git-semver-tags@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21/manifests"},{"name":"standard-changelog@1.0.16","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16/manifests"},{"name":"conventional-changelog-codemirror@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6/manifests"},{"name":"conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-core@2.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7/manifests"},{"name":"conventional-changelog-codemirror@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6/manifests"},{"name":"conventional-changelog-cli@1.3.18","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18/manifests"},{"name":"conventional-changelog-ember@0.3.8","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8/manifests"},{"name":"conventional-changelog-writer@3.0.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6/manifests"},{"name":"conventional-changelog-atom@0.2.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6/manifests"},{"name":"conventional-changelog-eslint@1.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7/manifests"},{"name":"standard-changelog@1.0.15","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15/manifests"},{"name":"conventional-changelog-angular@3.0.3","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3/manifests"},{"name":"conventional-changelog-jquery@1.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-angular@3.0.2","sha":"1cc079df803f58b52c8aa997fff43e9c162266e7","kind":"tag","published_at":"2018-03-22T14:14:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2/manifests"},{"name":"conventional-changelog-ember@0.3.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7/manifests"},{"name":"standard-changelog@1.0.14","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14/manifests"},{"name":"gulp-conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19/manifests"},{"name":"git-semver-tags@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5/manifests"},{"name":"git-raw-commits@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7/manifests"},{"name":"conventional-commits-parser@2.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6/manifests"},{"name":"conventional-commits-filter@1.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5/manifests"},{"name":"conventional-changelog-preset-loader@1.1.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7/manifests"},{"name":"conventional-changelog-jshint@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5/manifests"},{"name":"conventional-changelog-jquery@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5/manifests"},{"name":"conventional-changelog-express@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6/manifests"},{"name":"conventional-changelog-core@2.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5/manifests"},{"name":"conventional-changelog-cli@1.3.17","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17/manifests"},{"name":"conventional-changelog-atom@0.2.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5/manifests"},{"name":"conventional-changelog-angular@3.0.1","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1/manifests"},{"name":"conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19/manifests"},{"name":"conventional-changelog-angular@3.0.0","sha":"49997aaba373502e5b38bd366846934641e95799","kind":"tag","published_at":"2018-03-22T13:45:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.16","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16/manifests"},{"name":"conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18/manifests"},{"name":"gulp-conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-eslint@1.0.5","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5/manifests"},{"name":"conventional-changelog-cli@1.3.15","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15/manifests"},{"name":"conventional-changelog-codemirror@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4/manifests"},{"name":"conventional-changelog-express@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4/manifests"},{"name":"conventional-changelog-jquery@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4/manifests"},{"name":"conventional-changelog-jshint@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4/manifests"},{"name":"conventional-commits-filter@1.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5/manifests"},{"name":"conventional-commits-parser@2.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5/manifests"},{"name":"conventional-recommended-bump@2.0.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6/manifests"},{"name":"standard-changelog@1.0.13","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13/manifests"},{"name":"gulp-conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17/manifests"},{"name":"git-semver-tags@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4/manifests"},{"name":"git-raw-commits@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4/manifests"},{"name":"conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17/manifests"},{"name":"conventional-changelog-angular@1.6.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6/manifests"},{"name":"conventional-changelog-atom@0.2.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4/manifests"},{"name":"gulp-conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog-angular@1.6.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5/manifests"},{"name":"conventional-changelog-atom@0.2.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3/manifests"},{"name":"conventional-changelog-cli@1.3.14","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14/manifests"},{"name":"conventional-changelog-codemirror@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4/manifests"},{"name":"conventional-changelog-ember@0.3.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3/manifests"},{"name":"conventional-changelog-express@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3/manifests"},{"name":"conventional-changelog-jshint@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5/manifests"},{"name":"conventional-changelog-writer@3.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3/manifests"},{"name":"conventional-commits-filter@1.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4/manifests"},{"name":"conventional-commits-parser@2.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4/manifests"},{"name":"conventional-recommended-bump@2.0.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5/manifests"},{"name":"git-raw-commits@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3/manifests"},{"name":"git-semver-tags@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3/manifests"},{"name":"standard-changelog@1.0.12","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12/manifests"},{"name":"conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15/manifests"},{"name":"gulp-conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15/manifests"},{"name":"conventional-recommended-bump@2.0.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4/manifests"},{"name":"conventional-changelog-cli@1.3.13","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13/manifests"},{"name":"conventional-changelog-preset-loader@1.1.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4/manifests"},{"name":"git-raw-commits@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2/manifests"},{"name":"standard-changelog@1.0.11","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11/manifests"},{"name":"conventional-recommended-bump@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3/manifests"},{"name":"gulp-conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14/manifests"},{"name":"git-semver-tags@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2/manifests"},{"name":"conventional-changelog-eslint@1.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2/manifests"},{"name":"conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14/manifests"},{"name":"conventional-changelog-angular@1.6.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4/manifests"},{"name":"conventional-changelog-atom@0.2.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2/manifests"},{"name":"conventional-changelog-cli@1.3.12","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12/manifests"},{"name":"conventional-changelog-codemirror@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2/manifests"},{"name":"conventional-changelog-core@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.3.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4/manifests"},{"name":"conventional-changelog-express@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2/manifests"},{"name":"conventional-changelog-jquery@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2/manifests"},{"name":"conventional-changelog-jshint@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3/manifests"},{"name":"conventional-commits-filter@1.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3/manifests"},{"name":"conventional-changelog-writer@3.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13/manifests"},{"name":"standard-changelog@1.0.10","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10/manifests"},{"name":"git-raw-commits@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1/manifests"},{"name":"conventional-commits-parser@2.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2/manifests"},{"name":"conventional-changelog-writer@3.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1/manifests"},{"name":"conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13/manifests"},{"name":"conventional-commits-filter@1.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2/manifests"},{"name":"conventional-recommended-bump@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2/manifests"},{"name":"git-semver-tags@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1/manifests"},{"name":"conventional-changelog-core@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2/manifests"},{"name":"conventional-changelog-codemirror@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1/manifests"},{"name":"conventional-changelog-angular@1.6.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3/manifests"},{"name":"conventional-changelog-cli@1.3.11","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11/manifests"},{"name":"conventional-changelog-atom@0.2.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1/manifests"},{"name":"conventional-changelog-ember@0.3.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1/manifests"},{"name":"conventional-changelog-express@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3/manifests"},{"name":"conventional-changelog-jshint@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1/manifests"},{"name":"conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12/manifests"},{"name":"gulp-conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12/manifests"},{"name":"conventional-changelog-cli@1.3.10","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10/manifests"},{"name":"conventional-recommended-bump@2.0.1","sha":"a4f0aa902d3e966fe6d6b1d46f2130838524cfbf","kind":"tag","published_at":"2018-02-12T14:54:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1/manifests"},{"name":"conventional-recommended-bump@2.0.0","sha":"9885d205ed96338575335652d006f475408e1195","kind":"tag","published_at":"2018-02-12T14:30:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0/manifests"},{"name":"conventional-changelog-preset-loader@1.1.2","sha":"a450d974237d440009ec3fb4c63974cf066e8f79","kind":"tag","published_at":"2018-02-12T04:07:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.1","sha":"5af1f00dcc4e1f9c3299bc7feb322a88b711f042","kind":"tag","published_at":"2018-02-09T04:17:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.0","sha":"c3eb36dbc52f383df6f3dcf3a3870b01ceee0b8b","kind":"tag","published_at":"2018-02-08T14:46:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0/manifests"},{"name":"conventional-changelog-ember@0.3.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1/manifests"},{"name":"conventional-changelog-angular@1.6.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2/manifests"},{"name":"gulp-conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11/manifests"},{"name":"standard-changelog@1.0.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9/manifests"},{"name":"conventional-recommended-bump@1.2.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1/manifests"},{"name":"conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11/manifests"},{"name":"conventional-changelog-cli@1.3.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9/manifests"},{"name":"conventional-changelog-core@2.0.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1/manifests"},{"name":"gulp-conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10/manifests"},{"name":"standard-changelog@1.0.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8/manifests"},{"name":"git-semver-tags@1.3.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.2.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0/manifests"},{"name":"conventional-changelog-writer@3.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0/manifests"},{"name":"conventional-changelog-eslint@1.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.3.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1/manifests"},{"name":"conventional-changelog-core@2.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8/manifests"},{"name":"conventional-changelog-angular@1.6.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1/manifests"},{"name":"conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10/manifests"},{"name":"conventional-changelog-core@1.9.5","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5/manifests"},{"name":"conventional-changelog-ember@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0/manifests"},{"name":"conventional-changelog-eslint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0/manifests"},{"name":"conventional-changelog-cli@1.3.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7/manifests"},{"name":"conventional-changelog-express@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0/manifests"},{"name":"conventional-changelog-jquery@1.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0/manifests"},{"name":"conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-jshint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0/manifests"},{"name":"gulp-conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9/manifests"},{"name":"standard-changelog@1.0.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7/manifests"},{"name":"conventional-changelog-angular@1.6.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0/manifests"},{"name":"conventional-changelog-codemirror@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0/manifests"},{"name":"conventional-changelog-atom@0.2.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0/manifests"},{"name":"conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8/manifests"},{"name":"standard-changelog@1.0.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6/manifests"},{"name":"gulp-conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8/manifests"},{"name":"conventional-recommended-bump@1.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0/manifests"},{"name":"conventional-commits-parser@2.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0/manifests"},{"name":"conventional-commits-filter@1.1.1","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1/manifests"},{"name":"conventional-changelog-writer@2.0.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.2.10","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10/manifests"},{"name":"conventional-changelog-core@1.9.4","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4/manifests"},{"name":"conventional-changelog-cli@1.3.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6/manifests"},{"name":"conventional-changelog-angular@1.5.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3/manifests"},{"name":"conventional-changelog-ember@0.2.9","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9/manifests"},{"name":"standard-changelog@1.0.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5/manifests"},{"name":"gulp-conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7/manifests"},{"name":"git-semver-tags@1.2.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3/manifests"},{"name":"git-raw-commits@1.3.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.0.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3/manifests"},{"name":"conventional-commits-parser@2.0.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1/manifests"},{"name":"conventional-commits-filter@1.1.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0/manifests"},{"name":"conventional-changelog-writer@2.0.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2/manifests"},{"name":"conventional-changelog-jshint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1/manifests"},{"name":"conventional-changelog-jquery@1.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1/manifests"},{"name":"conventional-changelog-express@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1/manifests"},{"name":"conventional-changelog-eslint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1/manifests"},{"name":"conventional-changelog-core@1.9.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3/manifests"},{"name":"conventional-changelog-codemirror@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1/manifests"},{"name":"conventional-changelog-cli@1.3.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5/manifests"},{"name":"conventional-changelog-atom@0.1.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2/manifests"},{"name":"conventional-changelog-angular@1.5.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2/manifests"},{"name":"conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7/manifests"},{"name":"@marionebl/conventional-commits-parser@3.0.0","sha":"edf4068ce4c3ea6ac5b61323473ab655be5eb895","kind":"tag","published_at":"2017-11-01T07:09:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/@marionebl/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/@marionebl/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4/manifests"},{"name":"git-semver-tags@1.2.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2/manifests"},{"name":"conventional-recommended-bump@1.0.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-ember@0.2.8","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8/manifests"},{"name":"conventional-changelog-core@1.9.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2/manifests"},{"name":"standard-changelog@1.0.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4/manifests"},{"name":"conventional-changelog-angular@1.5.1","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1/manifests"},{"name":"conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6/manifests"},{"name":"standard-changelog@1.0.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3/manifests"},{"name":"conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-angular@1.5.0","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0/manifests"},{"name":"conventional-changelog-cli@1.3.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3/manifests"},{"name":"gulp-conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-writer@2.0.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1/manifests"},{"name":"conventional-changelog-core@1.9.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1/manifests"},{"name":"conventional-changelog-ember@0.2.7","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7/manifests"},{"name":"git-semver-tags@1.2.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1/manifests"},{"name":"conventional-changelog-jshint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0/manifests"},{"name":"conventional-changelog-jquery@1.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0/manifests"},{"name":"conventional-changelog-express@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0/manifests"},{"name":"conventional-changelog-eslint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0/manifests"},{"name":"conventional-commits-parser@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0/manifests"},{"name":"conventional-changelog-writer@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1/manifests"},{"name":"conventional-changelog-core@1.9.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0/manifests"},{"name":"conventional-changelog-codemirror@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0/manifests"},{"name":"conventional-changelog-cli@1.3.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2/manifests"},{"name":"conventional-changelog-atom@0.1.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1/manifests"},{"name":"conventional-changelog-angular@1.4.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0/manifests"},{"name":"conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4/manifests"},{"name":"gulp-conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4/manifests"},{"name":"standard-changelog@1.0.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2/manifests"},{"name":"conventional-changelog-ember@0.2.6","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6/manifests"},{"name":"conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3/manifests"},{"name":"conventional-changelog-angular@1.3.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3/manifests"},{"name":"conventional-changelog-cli@1.3.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1/manifests"},{"name":"conventional-changelog-core@1.8.0","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.8.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0/manifests"},{"name":"conventional-changelog-ember@0.2.5","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5/manifests"},{"name":"gulp-conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3/manifests"},{"name":"standard-changelog@1.0.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1/manifests"},{"name":"git-semver-tags@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0/manifests"},{"name":"standard-changelog@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2/manifests"},{"name":"git-raw-commits@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0/manifests"},{"name":"conventional-recommended-bump@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.2.4","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4/manifests"},{"name":"conventional-changelog-core@1.7.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.7.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0/manifests"},{"name":"conventional-changelog-cli@1.3.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0/manifests"},{"name":"conventional-changelog-angular@1.3.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2/manifests"},{"name":"conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2/manifests"},{"name":"gulp-conventional-changelog@1.1.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"tag","published_at":"2017-03-10T05:35:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0/manifests"},{"name":"standard-changelog@0.0.2","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@0.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-ember@0.2.3","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3/manifests"},{"name":"conventional-changelog-core@1.6.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0/manifests"},{"name":"conventional-changelog-angular@1.3.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1/manifests"},{"name":"conventional-changelog-cli@1.2.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1/manifests"},{"name":"conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-cli@1.2.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:01:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0/manifests"},{"name":"conventional-changelog-core@1.5.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:00:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0/manifests"},{"name":"git-raw-commits@1.1.2","sha":"f5fe78b1f15791cb0499744bf278dff22b52732f","kind":"tag","published_at":"2017-03-09T07:37:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2/manifests"},{"name":"git-semver-tags@1.1.2","sha":"7be07c7c0f49572b1c0e9c98f004b599d8b5bb1a","kind":"tag","published_at":"2017-03-09T07:35:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2/manifests"},{"name":"v1.1.0","sha":"600d411569271467389c3cbe71f7f657980e89a1","kind":"tag","published_at":"2016-02-13T06:59:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"9591280a8d09220aced3383abe3bc7ecbb34b503","kind":"tag","published_at":"2016-02-13T06:37:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"beef421f56939190a4ca30c28788eda1b3f9480d","kind":"tag","published_at":"2016-02-05T13:49:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"c8e90ab7fddd0b98855913e73fc12f9dc9dc81b1","kind":"tag","published_at":"2016-02-05T12:59:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0/manifests"},{"name":"v0.5.3","sha":"d79ce243223260b153699b99de0503698546ea63","kind":"tag","published_at":"2015-12-25T05:07:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"9e7b771072a2680c6c335fcad38003aade53213e","kind":"tag","published_at":"2015-12-23T12:24:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"4bf7d8df29f7be29552b82ec2b7112fad0c39a3e","kind":"tag","published_at":"2015-10-20T09:52:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"5ca2204b472704543ebbc744a22f8f90ec659659","kind":"tag","published_at":"2015-09-30T08:49:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"e5f2f3bc675e2c7e5cc6aa0ed50da7941833e492","kind":"tag","published_at":"2015-09-04T03:16:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"7536a0b351cc4f2764e71cbc268a178ab595259d","kind":"tag","published_at":"2015-08-17T01:28:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"56fa3d92620a41a875b3337fa51d04d6df23b1a8","kind":"tag","published_at":"2015-08-15T12:34:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"eefec0ef598a92e78510ee8626fd9bbcdb1398e4","kind":"tag","published_at":"2015-08-15T11:19:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0/manifests"},{"name":"v0.3.2","sha":"74b99dca61eafd56ba93605016b086a1108e77fe","kind":"tag","published_at":"2015-08-13T03:12:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"a1aca9c31a45aded77962bd0defc32e503aec213","kind":"commit","published_at":"2015-08-11T06:23:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"b489672d27ff703337c540f0fbc43f6486a84d99","kind":"commit","published_at":"2015-08-09T03:27:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"12e3cd6b151353dbe7f584adabbe5dd8a28424db","kind":"commit","published_at":"2015-07-24T08:13:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"f437b457b5ea6c105535a360144000f8315db54d","kind":"commit","published_at":"2015-07-24T04:54:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0/manifests"},{"name":"v0.1.3","sha":"c8fa9d0b94f8ac07f162623e4b9e9e68aad82e62","kind":"commit","published_at":"2015-07-22T11:06:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"6ba5d6e4b90a154dbca6ec0f80c66ad5995cd770","kind":"commit","published_at":"2015-07-22T07:10:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c015f8762f70eff2be7b8d7fb82438689239d717","kind":"commit","published_at":"2015-07-20T07:55:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"7253d0fea773e3f7cc0a3fb8278c9da070df26ee","kind":"commit","published_at":"2015-07-20T07:12:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.3","sha":"0c9f1e89bfacec8e08bac8ef96d64e3abdbecda7","kind":"commit","published_at":"2015-07-17T11:02:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"fec1baf43b8c0156682d4014a4fd066bd24ad448","kind":"commit","published_at":"2015-07-17T06:23:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"a5ea0dfada48601b9e3fbec78dd37d70380a2db6","kind":"commit","published_at":"2015-07-15T08:03:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1/manifests"},{"name":"v0.1.0-alpha.3","sha":"9b6cc68a2c17c9671363fe7af5de7ebd3a06aaeb","kind":"commit","published_at":"2015-07-06T01:27:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3/manifests"},{"name":"v0.1.0-alpha.2","sha":"34b0f460c34ecc48af857d8ee5d7038970ba56fb","kind":"commit","published_at":"2015-06-29T12:04:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2/manifests"},{"name":"v0.1.0-alpha.1","sha":"05b3415fc699ab43f3fa33b5ecd040ab5ecdf9e2","kind":"commit","published_at":"2015-06-24T04:42:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1/manifests"},{"name":"v0.0.17","sha":"3cae05244e48af9cf4abbef3114060db585a574c","kind":"commit","published_at":"2015-04-03T02:12:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"c0719ce6ba16778dd34c2cfdc81e7f3c5321409d","kind":"commit","published_at":"2015-03-19T04:15:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"57af04dc3e362c0e327b716279c9143028c6e0da","kind":"commit","published_at":"2015-03-18T20:23:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"69be290efb58a6a92e9ae78d7b37168d293920b5","kind":"commit","published_at":"2015-03-13T21:22:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"15a39d02ba3d666e7820eecbb8c5493ef2f6040a","kind":"commit","published_at":"2015-03-12T23:17:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13/manifests"},{"name":"v0.0.11","sha":"37f5561553c30d8f0f2c949502ea278da64949cd","kind":"tag","published_at":"2014-05-28T13:14:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"ad6f6ec5499d2c902b88da95487862d50e5ad776","kind":"tag","published_at":"2014-05-28T12:51:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"87efbabd9bc2a0fd83255e6cb856961b10aef9eb","kind":"tag","published_at":"2014-05-06T17:11:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"94b12cf69c51264b1edb6c81b50a262f0536894b","kind":"tag","published_at":"2014-04-10T14:45:48.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"1cf17e494fd7d8538c55189c72c0cf57d145ef41","kind":"tag","published_at":"2014-04-10T14:06:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"861f9ec93de28be4185b35815c2b6ab17746eb3f","kind":"commit","published_at":"2014-01-23T19:39:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"3f59f7356c86f30ef8e8754386373c2a8f97b367","kind":"commit","published_at":"2014-01-23T18:59:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6fa2c22464dcd964df604550c2ce2ed1d2f4362b","kind":"commit","published_at":"2014-01-04T21:36:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4/manifests"}]},"repo_metadata_updated_at":"2024-10-29T19:41:24.640Z","dependent_packages_count":384,"downloads":8851558,"downloads_period":"last-month","dependent_repos_count":65928,"rankings":{"downloads":0.14136308521642388,"dependent_repos_count":0.11721904331894867,"dependent_packages_count":0.1435749374871808,"stargazers_count":1.154472815396108,"forks_count":1.396504006357065,"docker_downloads_count":0.3271489667778544,"average":0.5467138090922634},"purl":"pkg:npm/conventional-changelog-atom","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/conventional-changelog-atom","docker_dependents_count":401,"docker_downloads_count":31643307,"usage_url":"https://repos.ecosyste.ms/usage/npm/conventional-changelog-atom","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/conventional-changelog-atom/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-10-29T18:02:55.825Z","issues_count":181,"pull_requests_count":485,"avg_time_to_close_issue":20290008.44047619,"avg_time_to_close_pull_request":6351261.275949367,"issues_closed_count":84,"pull_requests_closed_count":395,"pull_request_authors_count":71,"issue_authors_count":111,"avg_comments_per_issue":2.0994475138121547,"avg_comments_per_pull_request":1.31340206185567,"merged_pull_requests_count":306,"bot_issues_count":3,"bot_pull_requests_count":234,"past_year_issues_count":63,"past_year_pull_requests_count":160,"past_year_avg_time_to_close_issue":562479.2894736842,"past_year_avg_time_to_close_pull_request":1292364.6666666667,"past_year_issues_closed_count":38,"past_year_pull_requests_closed_count":129,"past_year_pull_request_authors_count":19,"past_year_issue_authors_count":37,"past_year_avg_comments_per_issue":1.4603174603174602,"past_year_avg_comments_per_pull_request":1.15,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":61,"past_year_merged_pull_requests_count":108,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues","maintainers":[{"login":"dangreen","count":83,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"},{"login":"bcoe","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bcoe"},{"login":"tommywo","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tommywo"}],"active_maintainers":[{"login":"dangreen","count":70,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-atom/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-atom/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-atom/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-atom/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-atom/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-atom/codemeta","maintainers":[{"uuid":"stevemao","login":"stevemao","name":null,"email":"steve.mao@healthinteract.com.au","url":null,"packages_count":167,"html_url":"https://www.npmjs.com/~stevemao","role":null,"created_at":"2022-11-10T11:46:23.646Z","updated_at":"2022-11-10T11:46:23.646Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/stevemao/packages"},{"uuid":"bcoe","login":"bcoe","name":null,"email":"bencoe@gmail.com","url":null,"packages_count":557,"html_url":"https://www.npmjs.com/~bcoe","role":null,"created_at":"2022-11-10T11:46:23.626Z","updated_at":"2022-11-10T11:46:23.626Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/bcoe/packages"},{"uuid":"oss-bot","login":"oss-bot","name":null,"email":"bencoe+oss-bot@gmail.com","url":null,"packages_count":57,"html_url":"https://www.npmjs.com/~oss-bot","role":null,"created_at":"2022-11-10T11:46:23.594Z","updated_at":"2022-11-10T11:46:23.594Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/oss-bot/packages"},{"uuid":"tapppi","login":"tapppi","name":null,"email":"moilanen.tapani@gmail.com","url":null,"packages_count":27,"html_url":"https://www.npmjs.com/~tapppi","role":null,"created_at":"2022-11-10T11:46:23.667Z","updated_at":"2022-11-10T11:46:23.667Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/tapppi/packages"},{"uuid":"dangreen","login":"dangreen","name":null,"email":"danon0404@gmail.com","url":null,"packages_count":110,"html_url":"https://www.npmjs.com/~dangreen","role":null,"created_at":"2026-02-10T17:37:58.286Z","updated_at":"2026-02-10T17:37:58.286Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/dangreen/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5644415,"maintainers_count":1200486,"namespaces_count":399623,"keywords_count":847874,"github":"npm","metadata":{"funded_packages_count":171745},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-06-10T05:11:46.456Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":2396155,"name":"standard-changelog","ecosystem":"npm","description":"Generate a changelog from git metadata with Angular commit convention.","homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/standard-changelog#readme","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":["conventional-changelog","angular","conventional","changelog","log"],"namespace":null,"versions_count":53,"first_release_published_at":"2016-01-30T11:57:24.669Z","latest_release_published_at":"2025-05-19T22:28:41.364Z","latest_release_number":"7.0.1","last_synced_at":"2026-06-13T10:47:24.965Z","created_at":"2022-04-10T01:11:50.544Z","updated_at":"2026-06-13T10:47:24.966Z","registry_url":"https://www.npmjs.com/package/standard-changelog","install_command":"npm install standard-changelog","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"next":"2.0.27","latest":"7.0.1"}},"repo_metadata":{"id":12961414,"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2024-10-29T00:17:17.000Z","size":5764,"stargazers_count":7819,"open_issues_count":260,"forks_count":714,"subscribers_count":58,"default_branch":"master","last_synced_at":"2024-10-29T15:45:38.606Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2024-10-29T14:21:13.000Z","dependencies_parsed_at":"2022-07-13T10:30:31.523Z","dependency_job_id":"5f6d159e-c4c6-405b-9fa7-976ffc4dfa04","html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1464,"total_committers":136,"mean_commits":"10.764705882352942","dds":"0.40095628415300544","last_synced_commit":"58f0887283a200d52e49607baf7b352f26177b05"},"previous_names":["ajoslin/conventional-changelog"],"tags_count":777,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222090770,"owners_count":16929471,"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"},"owner_record":{"login":"conventional-changelog","name":"conventional-changelog","uuid":"16443515","kind":"organization","description":"Tools to generate changelogs and release notes from a project's commit messages and metadata.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16443515?v=4","repositories_count":12,"last_synced_at":"2024-03-25T20:05:25.442Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/conventional-changelog","funding_links":[],"total_stars":31480,"followers":325,"following":0,"created_at":"2022-11-02T16:25:21.572Z","updated_at":"2024-03-25T20:05:26.809Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog/repositories"},"tags":[{"name":"git-client-v1.0.1","sha":"d3b8aaa16337993bbad4d91db1ffac5a7568756b","kind":"commit","published_at":"2024-05-06T14:46:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1/manifests"},{"name":"conventional-changelog-v6.0.0","sha":"83bb15ba5de08f080884fc906c6db3c99c8b2131","kind":"commit","published_at":"2024-04-26T22:08:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0/manifests"},{"name":"conventional-changelog-core-v8.0.0","sha":"7bc92fc05e4447f311ad52b6e39d36f461eaf083","kind":"commit","published_at":"2024-04-26T22:07:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v8.0.0","sha":"3129c812139bf7454a64b4d506e6b85cd5abc77c","kind":"commit","published_at":"2024-04-26T22:06:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0/manifests"},{"name":"git-semver-tags-v8.0.0","sha":"fbd1b3bcd6253a32de89eb21145c2eb70d9396b6","kind":"commit","published_at":"2024-04-26T22:05:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v5.0.0","sha":"e34c96db3dbebedb17a6583aae8855dddd056f83","kind":"commit","published_at":"2024-04-26T22:04:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0/manifests"},{"name":"conventional-changelog-angular-v8.0.0","sha":"2aa6291a93eb881230e896f87a5232873b6a9717","kind":"commit","published_at":"2024-04-26T22:04:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0/manifests"},{"name":"conventional-changelog-jquery-v6.0.0","sha":"1c71cd6d4868ef2e158963e277609a9794806306","kind":"commit","published_at":"2024-04-26T22:03:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v8.0.0","sha":"533e36277d1779a5ac79a06210c603b5f88bc030","kind":"commit","published_at":"2024-04-26T22:00:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0/manifests"},{"name":"conventional-changelog-eslint-v6.0.0","sha":"c7459cd7d1e1ab82c9a5d552b008c02aba290cad","kind":"commit","published_at":"2024-04-26T21:59:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0/manifests"},{"name":"git-raw-commits-v5.0.0","sha":"f61ea377e843db0852c35911785895ec43481f11","kind":"commit","published_at":"2024-04-26T21:58:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0/manifests"},{"name":"conventional-changelog-codemirror-v5.0.0","sha":"77525286ffc8869a6ac351ebe28198842815cb7c","kind":"commit","published_at":"2024-04-26T21:57:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0/manifests"},{"name":"conventional-changelog-cli-v5.0.0","sha":"a75cef688b9a1557ca981178d4d35c18963160b6","kind":"commit","published_at":"2024-04-26T21:53:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0/manifests"},{"name":"conventional-changelog-express-v5.0.0","sha":"a6ab80d6e30091a8b743ee97a87e7400af1ebc53","kind":"commit","published_at":"2024-04-26T21:53:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v10.0.0","sha":"d7c409b02f1d58cf6f0293edcadbe5f00a78a622","kind":"commit","published_at":"2024-04-26T21:52:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v10.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v10.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0/manifests"},{"name":"conventional-changelog-atom-v5.0.0","sha":"3b2b9d0ec2382f73d9cf000a1004596f90ece916","kind":"commit","published_at":"2024-04-26T21:51:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0/manifests"},{"name":"conventional-changelog-jshint-v5.0.0","sha":"d7dae509e72b09d1496ae51f1f04c15581c828fc","kind":"commit","published_at":"2024-04-26T21:50:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0/manifests"},{"name":"conventional-changelog-ember-v5.0.0","sha":"2e99dfa49112ffe6c864dd0e436f0db1e696b1f9","kind":"commit","published_at":"2024-04-26T21:50:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0/manifests"},{"name":"conventional-commits-parser-v6.0.0","sha":"646e1be132ccd0f32e3074de2f511be5c610984f","kind":"commit","published_at":"2024-04-26T21:48:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0/manifests"},{"name":"conventional-commits-filter-v5.0.0","sha":"be4266b7ef7b84ba5c198dfa8c143229f8a5b128","kind":"commit","published_at":"2024-04-26T21:47:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0/manifests"},{"name":"standard-changelog-v6.0.0","sha":"3e9b9387f29e48a508b70b88f26b40a6db9fea16","kind":"commit","published_at":"2024-04-26T21:45:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v5.0.0","sha":"041a1a9b73b201add30494aed19d026b948bd8f1","kind":"commit","published_at":"2024-04-26T21:41:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0/manifests"},{"name":"git-client-v1.0.0","sha":"7e51fe970576503cae3ab94e6e9b3e01017b044d","kind":"commit","published_at":"2024-04-26T21:21:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0/manifests"},{"name":"git-semver-tags-v7.0.1","sha":"fac8045242099c016f5f3905e54e02b7d466bd7b","kind":"commit","published_at":"2023-09-10T23:53:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1/manifests"},{"name":"conventional-changelog-writer-v7.0.1","sha":"e3a643ad39ec3bc4cfb1dff2aa1101333df33dc3","kind":"commit","published_at":"2023-09-10T23:49:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1/manifests"},{"name":"conventional-changelog-cli-v4.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0/manifests"},{"name":"conventional-changelog-v5.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0/manifests"},{"name":"conventional-changelog-core-v7.0.0","sha":"2e467dd39a35c3813597711a37690897183b4abc","kind":"commit","published_at":"2023-09-08T22:03:37.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0/manifests"},{"name":"git-semver-tags-v7.0.0","sha":"a13f788bd505d8253a2d92413fc4a7780e11ec07","kind":"commit","published_at":"2023-09-08T21:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0/manifests"},{"name":"standard-changelog-v5.0.0","sha":"34569c7a3fd2b0362a461517a1f4e20e7eecd9fc","kind":"commit","published_at":"2023-09-08T21:55:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v9.0.0","sha":"ad633d9d81f66ef80d7f77832a264cb0c5b971ef","kind":"commit","published_at":"2023-09-08T21:50:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.2","sha":"50113f9b569259d991f1a734a192964ca71f0118","kind":"commit","published_at":"2023-09-08T21:41:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2/manifests"},{"name":"conventional-changelog-preset-loader-v4.1.0","sha":"a14d2186575f6061f236c9a47d803694b18f8373","kind":"commit","published_at":"2023-09-08T21:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.1","sha":"ca4324b0a690b2595f8b574882ff95329a2dc195","kind":"commit","published_at":"2023-08-27T19:11:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1/manifests"},{"name":"conventional-commits-filter-v4.0.0","sha":"26fc9ea274dc0c62442ec9d97b20a2ebb49138bf","kind":"commit","published_at":"2023-08-27T12:55:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0/manifests"},{"name":"standard-changelog-v4.0.0","sha":"5b788265774bf4b63d3c83a178ca53e8e7095903","kind":"commit","published_at":"2023-08-27T12:50:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-eslint-v5.0.0","sha":"679594c0716275771cc23b314e4362899fe72f87","kind":"commit","published_at":"2023-08-27T12:46:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0/manifests"},{"name":"git-semver-tags-v6.0.0","sha":"1c75c72d9b5d59e3ea4e914c58a85f7559f29602","kind":"commit","published_at":"2023-08-27T12:40:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0/manifests"},{"name":"conventional-recommended-bump-v8.0.0","sha":"624377a24e8e3658bcf2329a9a98f9a7b02a4cb3","kind":"commit","published_at":"2023-08-27T12:33:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0/manifests"},{"name":"conventional-changelog-writer-v7.0.0","sha":"d669bb67dc713cb1e4374e3216ed7d83cde743c5","kind":"commit","published_at":"2023-08-27T12:27:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0/manifests"},{"name":"conventional-changelog-codemirror-v4.0.0","sha":"933fd0b3dd355d648faf57241b796a714004c722","kind":"commit","published_at":"2023-08-27T12:23:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0/manifests"},{"name":"conventional-changelog-express-v4.0.0","sha":"c9e9ceb3a3727659bd117bab01cbc7642d588f06","kind":"commit","published_at":"2023-08-27T12:16:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0/manifests"},{"name":"conventional-changelog-ember-v4.0.0","sha":"5d7c16268f79b7f180e34e997fdb37373d714666","kind":"commit","published_at":"2023-08-27T12:11:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0/manifests"},{"name":"conventional-changelog-jquery-v5.0.0","sha":"d643efb1050dcdaecee626044315644ff9b9e43b","kind":"commit","published_at":"2023-08-27T12:07:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v4.0.0","sha":"636646dd9ae062e9652a7f9ccaf6c329e6e9f924","kind":"commit","published_at":"2023-08-27T12:03:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0/manifests"},{"name":"conventional-changelog-v5.0.0","sha":"7985de3edc9e655369651ad464cb39b791887dc7","kind":"commit","published_at":"2023-08-27T11:58:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.0","sha":"5f0fe40743d8f559ab94ed11bbb4b8bda6fa6dcb","kind":"commit","published_at":"2023-08-27T11:51:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0/manifests"},{"name":"conventional-changelog-angular-v7.0.0","sha":"6c7a2e1a8807988bcb1a9842f72d14be3b1a89e3","kind":"commit","published_at":"2023-08-27T11:46:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0/manifests"},{"name":"conventional-changelog-jshint-v4.0.0","sha":"0204a9a340d2c85411e8de8905bc74c6146e5618","kind":"commit","published_at":"2023-08-27T11:41:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0/manifests"},{"name":"conventional-changelog-atom-v4.0.0","sha":"ab9b2c10e098ec8837d141102549f3eef698364c","kind":"commit","published_at":"2023-08-27T11:36:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0/manifests"},{"name":"conventional-changelog-cli-v4.0.0","sha":"29df6c4597afad27b9cda06f58eb564bcca609c4","kind":"commit","published_at":"2023-08-27T11:21:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0/manifests"},{"name":"conventional-changelog-core-v6.0.0","sha":"45613bbc2d13c798732e4b2bd4b2fa9ea67157d6","kind":"commit","published_at":"2023-08-27T11:17:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v4.0.0","sha":"5a896e3ef3aa9e751fcc74d7c76fa21d6d526cb0","kind":"commit","published_at":"2023-08-27T11:08:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0/manifests"},{"name":"git-raw-commits-v4.0.0","sha":"878fc56b43bc617177bf47fd8643a3b8b86078e5","kind":"commit","published_at":"2023-08-27T11:01:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0/manifests"},{"name":"conventional-commits-parser-v5.0.0","sha":"299de5acbe55a7d19dcdd2adc34681eae7264abf","kind":"commit","published_at":"2023-08-26T17:50:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0/manifests"},{"name":"git-semver-tags-v5.0.1","sha":"87914a362866a380e98a29edf19b2173e0911d8a","kind":"commit","published_at":"2023-07-09T19:10:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1/manifests"},{"name":"conventional-changelog-writer-v6.0.1","sha":"c123edea220b450cfa26813b6f198c3e8ebbd2b4","kind":"commit","published_at":"2023-07-09T14:49:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.2","sha":"83773c5e1a8874ea9809ca9db1dff60b7df1daae","kind":"commit","published_at":"2023-06-28T17:43:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.1.0","sha":"2e5fe6d9574ba896fa90b5bfcb50fb73d28af6d6","kind":"commit","published_at":"2023-06-17T21:30:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v7.0.1","sha":"f251b6899e313a9b23f3c8deb8b8b57217040892","kind":"commit","published_at":"2023-06-06T23:24:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.1","sha":"5b458dff9edf766446449acd1bbb8027a1e39fa5","kind":"commit","published_at":"2023-06-06T23:17:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1/manifests"},{"name":"gulp-conventional-changelog-v3.0.0","sha":"8ef6232797e5bf7c80422221374c53c03d5df36d","kind":"commit","published_at":"2023-06-06T22:50:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0/manifests"},{"name":"standard-changelog-v3.0.0","sha":"ea65f017b42b914ece780fd2fc799a6946912ed8","kind":"commit","published_at":"2023-06-06T22:42:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0/manifests"},{"name":"conventional-changelog-cli-v3.0.0","sha":"f00f4549cee9406054b77057a8135183fcd89710","kind":"commit","published_at":"2023-06-06T22:29:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0/manifests"},{"name":"conventional-changelog-v4.0.0","sha":"1a240f91ed584ed43e7f9c82235ca60eff0f4fa5","kind":"commit","published_at":"2023-06-06T19:50:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-core-v5.0.0","sha":"8507f601486c8ff6806156c50091262dee13ec54","kind":"commit","published_at":"2023-06-06T19:23:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v7.0.0","sha":"e1662ca7a6c688d28a334282a5e863f52866f3e8","kind":"commit","published_at":"2023-06-06T18:39:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v3.0.0","sha":"5d80d155425147a0b045af09536e5962cbfff620","kind":"commit","published_at":"2023-06-06T15:08:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.0.0","sha":"a30fc7ae219cf871b46cbe9d2c76a9730b70e272","kind":"commit","published_at":"2023-06-06T14:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v6.0.0","sha":"aa5d46c7b13b7b31f78af4b3c31c087c39eea41d","kind":"commit","published_at":"2023-06-06T14:46:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0/manifests"},{"name":"conventional-commits-filter-v3.0.0","sha":"502a73fe41aebb7b563c5ca69521e0b1bab904df","kind":"commit","published_at":"2023-06-06T14:32:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0/manifests"},{"name":"conventional-commits-parser-v4.0.0","sha":"9f7fe891e75c64937c28baa39a6c795a01603ab7","kind":"commit","published_at":"2023-06-06T14:24:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0/manifests"},{"name":"git-raw-commits-v3.0.0","sha":"571f2d549f10744a12ab3bc5dc5e0b749cb72667","kind":"commit","published_at":"2023-06-06T14:16:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0/manifests"},{"name":"git-semver-tags-v5.0.0","sha":"445c796d04105d10dd62d07039bc6a7fc9f263a5","kind":"commit","published_at":"2023-06-06T13:51:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0/manifests"},{"name":"conventional-changelog-atom-v3.0.0","sha":"208787aa2f5db8de1c2d43c56d71e6dfb9510781","kind":"commit","published_at":"2023-06-06T13:43:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0/manifests"},{"name":"conventional-changelog-angular-v6.0.0","sha":"c4ebf98acc15f37154aae5de53a225e896c4a157","kind":"commit","published_at":"2023-06-06T13:36:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0/manifests"},{"name":"conventional-changelog-codemirror-v3.0.0","sha":"0772453bee083917a05b9696d063ee3dc69957f9","kind":"commit","published_at":"2023-06-06T13:25:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0/manifests"},{"name":"conventional-changelog-ember-v3.0.0","sha":"e473d0c8af7c0cf8a54f775556796f50f3e695c2","kind":"commit","published_at":"2023-06-06T13:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0/manifests"},{"name":"conventional-changelog-eslint-v4.0.0","sha":"b3b896bc5b9e3ed65dcfc08c57967a252f37cfd1","kind":"commit","published_at":"2023-06-06T12:56:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0/manifests"},{"name":"conventional-changelog-express-v3.0.0","sha":"5594385d1dd2490b0fb508a60b6f30e8be6616ce","kind":"commit","published_at":"2023-06-06T12:37:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0/manifests"},{"name":"conventional-changelog-jquery-v4.0.0","sha":"51a3015a907b2cea900114359c36ce0e9664b72d","kind":"commit","published_at":"2023-06-06T12:17:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0/manifests"},{"name":"conventional-changelog-jshint-v3.0.0","sha":"281e5f883476e90b75cae4373a67436c86e94f6a","kind":"commit","published_at":"2023-06-06T12:02:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v5.0.0","sha":"ba6df7cf62de5f448368bed4398f6ddf633d2cbd","kind":"commit","published_at":"2022-05-27T18:02:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0/manifests"},{"name":"conventional-changelog-writer-v5.0.1","sha":"21b73f974adc4490a318d9c892055655cb82c538","kind":"commit","published_at":"2021-12-29T21:36:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.3","sha":"02757d342290bcf51a49d49e5e72f5eae6c6f6da","kind":"commit","published_at":"2021-12-29T19:52:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3/manifests"},{"name":"conventional-commits-parser-v3.2.4","sha":"1d0f62d4ac4911ef0d912d5401f783b152cee624","kind":"commit","published_at":"2021-12-29T19:46:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4/manifests"},{"name":"git-raw-commits-v2.0.11","sha":"95384dbd105ffe4f86bbc6ccad3e5405a1cbfe04","kind":"commit","published_at":"2021-12-29T19:39:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.2","sha":"1827696185192a8dd258ea7c3370090238b0fb76","kind":"commit","published_at":"2021-12-25T18:06:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2/manifests"},{"name":"conventional-changelog-cli-v2.2.2","sha":"8ce6a7bbd3fae87aa9d56fca68c2e16fbb2cace5","kind":"commit","published_at":"2021-12-25T17:22:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2/manifests"},{"name":"conventional-changelog-v3.1.25","sha":"8e9c3d76aaffd7fe67a78270b3ad9b881e953e7e","kind":"commit","published_at":"2021-12-24T18:50:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25/manifests"},{"name":"conventional-commits-parser-v3.2.3","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3/manifests"},{"name":"conventional-changelog-cli-v2.2.1","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.1","sha":"c35708d56a55e31b750aec1f745e5be52f0a75f2","kind":"commit","published_at":"2021-09-09T19:06:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1/manifests"},{"name":"conventional-commits-parser-v3.2.2","sha":"1bae48ff85eff0736ea6691b7214f3fc9c026256","kind":"commit","published_at":"2021-09-09T14:45:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2/manifests"},{"name":"conventional-changelog-core-v4.2.4","sha":"02fbc2d42d0faf53d4b7a2b0525626088a6ac8ba","kind":"commit","published_at":"2021-09-09T14:37:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4/manifests"},{"name":"conventional-changelog-angular-v5.0.13","sha":"e30343b4676d26b416080294dc74ebba001c0716","kind":"commit","published_at":"2021-09-09T14:31:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v5.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13/manifests"},{"name":"conventional-changelog-core-v4.2.3","sha":"318b555b6ef3aebdb5a8d4c7c734fd7234712dd3","kind":"commit","published_at":"2021-07-03T00:24:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.0","sha":"537c37d7801872c3e57e4200c64154a4d2ea042a","kind":"commit","published_at":"2021-04-30T00:15:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0/manifests"},{"name":"conventional-commits-parser-v3.2.1","sha":"758dda2937b6784f0cc6a535286862fcf95b6f06","kind":"commit","published_at":"2021-02-15T21:32:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1/manifests"},{"name":"git-raw-commits-v2.0.10","sha":"ffecaccb6e117afae9f68f1d48ff9a69554da950","kind":"commit","published_at":"2021-01-27T16:36:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10/manifests"},{"name":"conventional-changelog-writer-v5.0.0","sha":"61ef6491add84b841e1797baf09f62bbdd90dcd4","kind":"commit","published_at":"2020-12-30T22:40:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v6.1.0","sha":"3b0fb22b0bb49137b9ecddaeb349f66025205c57","kind":"commit","published_at":"2020-12-30T16:58:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0/manifests"},{"name":"conventional-changelog-core-v4.2.2","sha":"317eeb3137caff69bcc9a67fce3dc67663a010db","kind":"commit","published_at":"2020-12-30T00:53:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2/manifests"},{"name":"conventional-recommended-bump-v6.0.12","sha":"90ecc5d93bfd7626857eda5d240f92393d896be0","kind":"commit","published_at":"2020-12-30T00:43:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12/manifests"},{"name":"git-raw-commits-v2.0.9","sha":"227f3e23af86912c0cd64fdb1a820ac92e5757c5","kind":"commit","published_at":"2020-12-29T23:59:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9/manifests"},{"name":"conventional-changelog-writer-v4.1.0","sha":"77725cfb12ca3ca22abb9421b4af012a49207e7a","kind":"commit","published_at":"2020-12-29T23:41:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0/manifests"},{"name":"conventional-changelog-atom@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8/manifests"},{"name":"conventional-changelog-angular@5.0.12","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12/manifests"},{"name":"conventional-changelog@3.1.24","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24/manifests"},{"name":"git-raw-commits@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8/manifests"},{"name":"standard-changelog@2.0.27","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27/manifests"},{"name":"gulp-conventional-changelog@2.0.35","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35/manifests"},{"name":"git-semver-tags@4.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1/manifests"},{"name":"conventional-recommended-bump@6.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11/manifests"},{"name":"conventional-commits-parser@3.2.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0/manifests"},{"name":"conventional-commits-filter@2.0.7","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7/manifests"},{"name":"conventional-changelog-writer@4.0.18","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18/manifests"},{"name":"conventional-changelog-jshint@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9/manifests"},{"name":"conventional-changelog-jquery@3.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11/manifests"},{"name":"conventional-changelog-express@2.0.6","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9/manifests"},{"name":"conventional-changelog-ember@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9/manifests"},{"name":"conventional-changelog-core@4.2.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.5.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1/manifests"},{"name":"conventional-changelog-v3.1.24","sha":"f8fcbc2e8b0834c29178ace6382b438a020ad828","kind":"commit","published_at":"2020-10-25T02:45:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24/manifests"},{"name":"conventional-recommended-bump@6.0.10","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10/manifests"},{"name":"standard-changelog@2.0.26","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26/manifests"},{"name":"gulp-conventional-changelog@2.0.34","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34/manifests"},{"name":"git-semver-tags@4.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0/manifests"},{"name":"conventional-changelog-core@4.2.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.4.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0/manifests"},{"name":"conventional-changelog-cli@2.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0/manifests"},{"name":"conventional-changelog@3.1.23","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23/manifests"},{"name":"standard-changelog@2.0.25","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25/manifests"},{"name":"conventional-changelog-writer@4.0.17","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17/manifests"},{"name":"conventional-changelog-jshint@2.0.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8/manifests"},{"name":"conventional-changelog-core@4.1.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8/manifests"},{"name":"conventional-changelog@3.1.22","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22/manifests"},{"name":"conventional-changelog-angular@5.0.11","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.35","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35/manifests"},{"name":"gulp-conventional-changelog@2.0.33","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.1","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1/manifests"},{"name":"conventional-changelog-core@4.1.7","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7/manifests"},{"name":"conventional-changelog@3.1.21","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21/manifests"},{"name":"conventional-changelog-writer@4.0.16","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.34","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34/manifests"},{"name":"standard-changelog@2.0.24","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24/manifests"},{"name":"gulp-conventional-changelog@2.0.32","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32/manifests"},{"name":"git-semver-tags@4.0.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.3.4","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4/manifests"},{"name":"standard-changelog@2.0.23","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23/manifests"},{"name":"gulp-conventional-changelog@2.0.31","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31/manifests"},{"name":"conventional-changelog-eslint@3.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.15","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10/manifests"},{"name":"conventional-changelog@3.1.20","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20/manifests"},{"name":"conventional-changelog-atom@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7/manifests"},{"name":"conventional-changelog-cli@2.0.33","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33/manifests"},{"name":"conventional-changelog-codemirror@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0/manifests"},{"name":"conventional-changelog-core@4.1.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6/manifests"},{"name":"conventional-changelog-ember@2.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8/manifests"},{"name":"conventional-commits-filter@2.0.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6/manifests"},{"name":"conventional-commits-parser@3.1.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.9","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9/manifests"},{"name":"git-raw-commits@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7/manifests"},{"name":"conventional-changelog-express@2.0.5","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10/manifests"},{"name":"conventional-changelog-jshint@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7/manifests"},{"name":"conventional-changelog-preset-loader-v2.3.2","sha":"9f6c56cb960a5043823cfb85b9843991201cbb51","kind":"commit","published_at":"2020-05-08T19:21:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v2.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2/manifests"},{"name":"conventional-changelog-core@4.1.5","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5/manifests"},{"name":"gulp-conventional-changelog@2.0.30","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30/manifests"},{"name":"standard-changelog@2.0.22","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22/manifests"},{"name":"conventional-changelog@3.1.19","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19/manifests"},{"name":"conventional-changelog-cli@2.0.32","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32/manifests"},{"name":"conventional-changelog-cli@2.0.31","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31/manifests"},{"name":"standard-changelog@2.0.21","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21/manifests"},{"name":"gulp-conventional-changelog@2.0.29","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29/manifests"},{"name":"conventional-changelog-core@4.1.4","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4/manifests"},{"name":"conventional-changelog@3.1.18","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18/manifests"},{"name":"conventional-changelog@3.1.17","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17/manifests"},{"name":"standard-changelog@2.0.20","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20/manifests"},{"name":"gulp-conventional-changelog@2.0.28","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28/manifests"},{"name":"conventional-changelog-core@4.1.3","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.30","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30/manifests"},{"name":"conventional-changelog-cli@2.0.29","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29/manifests"},{"name":"standard-changelog@2.0.19","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19/manifests"},{"name":"gulp-conventional-changelog@2.0.27","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27/manifests"},{"name":"conventional-changelog-core@4.1.2","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2/manifests"},{"name":"conventional-changelog@3.1.16","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16/manifests"},{"name":"conventional-changelog-cli@2.0.28","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28/manifests"},{"name":"standard-changelog@2.0.18","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18/manifests"},{"name":"gulp-conventional-changelog@2.0.26","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26/manifests"},{"name":"git-semver-tags@3.0.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1/manifests"},{"name":"git-raw-commits@2.0.3","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3/manifests"},{"name":"conventional-recommended-bump@6.0.5","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5/manifests"},{"name":"conventional-commits-parser@3.0.8","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.11","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11/manifests"},{"name":"conventional-changelog-core@4.1.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1/manifests"},{"name":"conventional-changelog@3.1.15","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15/manifests"},{"name":"gulp-conventional-changelog@2.0.25","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25/manifests"},{"name":"conventional-changelog@3.1.14","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14/manifests"},{"name":"conventional-changelog-angular@5.0.6","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6/manifests"},{"name":"conventional-changelog-cli@2.0.27","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.3","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3/manifests"},{"name":"conventional-changelog-core@4.1.0","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0/manifests"},{"name":"conventional-commits-parser@3.0.7","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7/manifests"},{"name":"conventional-recommended-bump@6.0.4","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4/manifests"},{"name":"standard-changelog@2.0.17","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17/manifests"},{"name":"conventional-changelog-cli@2.0.26","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.2","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2/manifests"},{"name":"conventional-changelog-core@4.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3/manifests"},{"name":"conventional-commits-parser@3.0.6","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6/manifests"},{"name":"conventional-recommended-bump@6.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.24","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24/manifests"},{"name":"standard-changelog@2.0.16","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16/manifests"},{"name":"conventional-changelog-writer@4.0.10","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10/manifests"},{"name":"conventional-changelog-preset-loader@2.3.0","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0/manifests"},{"name":"conventional-changelog@3.1.13","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13/manifests"},{"name":"conventional-changelog-jshint@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.9","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9/manifests"},{"name":"conventional-commits-parser@3.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5/manifests"},{"name":"conventional-changelog@3.1.12","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12/manifests"},{"name":"conventional-recommended-bump@6.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.23","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23/manifests"},{"name":"standard-changelog@2.0.15","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5/manifests"},{"name":"conventional-changelog-atom@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.25","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25/manifests"},{"name":"conventional-changelog-codemirror@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.1","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1/manifests"},{"name":"conventional-changelog-core@4.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2/manifests"},{"name":"conventional-changelog-ember@2.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4/manifests"},{"name":"conventional-changelog-eslint@3.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.6","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6/manifests"},{"name":"standard-changelog@2.0.14","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14/manifests"},{"name":"gulp-conventional-changelog@2.0.22","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22/manifests"},{"name":"conventional-recommended-bump@6.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1/manifests"},{"name":"conventional-commits-parser@3.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4/manifests"},{"name":"conventional-changelog-writer@4.0.8","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8/manifests"},{"name":"conventional-changelog-jshint@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.5","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5/manifests"},{"name":"conventional-changelog-eslint@3.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3/manifests"},{"name":"conventional-changelog-ember@2.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3/manifests"},{"name":"conventional-changelog-core@4.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.0","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.24","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24/manifests"},{"name":"conventional-changelog-atom@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4/manifests"},{"name":"conventional-changelog@3.1.11","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11/manifests"},{"name":"conventional-changelog-preset-loader@2.2.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0/manifests"},{"name":"standard-changelog@2.0.13","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13/manifests"},{"name":"gulp-conventional-changelog@2.0.21","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21/manifests"},{"name":"git-semver-tags@3.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0/manifests"},{"name":"conventional-recommended-bump@6.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.7","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7/manifests"},{"name":"conventional-changelog@3.1.10","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10/manifests"},{"name":"conventional-changelog-cli@2.0.23","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23/manifests"},{"name":"conventional-changelog-conventionalcommits@4.1.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0/manifests"},{"name":"conventional-changelog-core@4.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.1","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.0.0","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0/manifests"},{"name":"conventional-changelog-core@3.2.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3/manifests"},{"name":"conventional-changelog-writer@4.0.6","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6/manifests"},{"name":"conventional-commits-parser@3.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3/manifests"},{"name":"conventional-changelog@3.1.9","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9/manifests"},{"name":"standard-changelog@2.0.12","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.20","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20/manifests"},{"name":"git-semver-tags@2.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.22","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22/manifests"},{"name":"standard-changelog@2.0.11","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11/manifests"},{"name":"conventional-changelog@3.1.8","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8/manifests"},{"name":"conventional-changelog-cli@2.0.21","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.2","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.19","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19/manifests"},{"name":"conventional-changelog@3.1.7","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7/manifests"},{"name":"conventional-changelog-cli@2.0.20","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.1","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.18","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18/manifests"},{"name":"conventional-changelog-cli@2.0.19","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.17","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17/manifests"},{"name":"conventional-changelog@3.1.6","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6/manifests"},{"name":"conventional-changelog@3.1.5","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5/manifests"},{"name":"conventional-changelog-conventionalcommits@2.0.0","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.16","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.18","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.2","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.17","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17/manifests"},{"name":"conventional-changelog@3.1.4","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.15","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15/manifests"},{"name":"conventional-changelog-writer@4.0.5","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5/manifests"},{"name":"standard-changelog@2.0.10","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10/manifests"},{"name":"gulp-conventional-changelog@2.0.14","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14/manifests"},{"name":"conventional-changelog@3.1.3","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3/manifests"},{"name":"conventional-changelog-core@3.2.2","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2/manifests"},{"name":"conventional-changelog-cli@2.0.16","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.15","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15/manifests"},{"name":"standard-changelog@2.0.9","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.1.2","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2/manifests"},{"name":"conventional-changelog-core@3.2.1","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1/manifests"},{"name":"gulp-conventional-changelog@2.0.13","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13/manifests"},{"name":"conventional-changelog@3.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1/manifests"},{"name":"gulp-conventional-changelog@2.0.12","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12/manifests"},{"name":"conventional-recommended-bump@4.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1/manifests"},{"name":"conventional-changelog-preset-loader@2.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.14","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14/manifests"},{"name":"conventional-changelog-preset-loader@2.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0/manifests"},{"name":"conventional-changelog-writer@4.0.4","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4/manifests"},{"name":"conventional-commits-filter@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2/manifests"},{"name":"conventional-commits-parser@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2/manifests"},{"name":"conventional-recommended-bump@4.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0/manifests"},{"name":"gulp-conventional-changelog@2.0.11","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11/manifests"},{"name":"standard-changelog@2.0.8","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8/manifests"},{"name":"git-raw-commits@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2/manifests"},{"name":"conventional-changelog@3.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0/manifests"},{"name":"conventional-changelog-cli@2.0.13","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0/manifests"},{"name":"conventional-changelog-core@3.2.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0/manifests"},{"name":"conventional-changelog-eslint@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2/manifests"},{"name":"standard-changelog@2.0.7","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6/manifests"},{"name":"conventional-changelog-angular@5.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.12","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.10","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10/manifests"},{"name":"conventional-changelog-writer@4.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3/manifests"},{"name":"conventional-changelog-core@3.1.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6/manifests"},{"name":"conventional-recommended-bump@4.0.4","sha":"da729f68f9dc581623deb587c705ef65d189a9f4","kind":"tag","published_at":"2018-11-01T06:56:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4/manifests"},{"name":"standard-changelog@2.0.6","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6/manifests"},{"name":"conventional-changelog-core@3.1.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5/manifests"},{"name":"conventional-changelog-writer@4.0.2","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.9","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.0.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.11","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.10","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10/manifests"},{"name":"conventional-changelog-core@3.1.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.8","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8/manifests"},{"name":"conventional-changelog@3.0.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4/manifests"},{"name":"git-semver-tags@2.0.2","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.3","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3/manifests"},{"name":"standard-changelog@2.0.5","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5/manifests"},{"name":"standard-changelog@2.0.4","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.7","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3/manifests"},{"name":"conventional-changelog-core@3.1.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.9","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9/manifests"},{"name":"standard-changelog@2.0.3","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.8","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8/manifests"},{"name":"conventional-changelog-core@3.1.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2/manifests"},{"name":"gulp-conventional-changelog@2.0.6","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6/manifests"},{"name":"conventional-changelog@3.0.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.5","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.7","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7/manifests"},{"name":"conventional-changelog@3.0.1","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1/manifests"},{"name":"standard-changelog@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4/manifests"},{"name":"git-semver-tags@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1/manifests"},{"name":"git-raw-commits@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2/manifests"},{"name":"conventional-commits-parser@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1/manifests"},{"name":"conventional-commits-filter@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1/manifests"},{"name":"conventional-changelog-writer@4.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1/manifests"},{"name":"conventional-changelog-preset-loader@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4/manifests"},{"name":"conventional-changelog-express@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1/manifests"},{"name":"conventional-changelog-eslint@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2/manifests"},{"name":"conventional-changelog-core@3.1.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1/manifests"},{"name":"conventional-changelog-codemirror@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.6","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6/manifests"},{"name":"conventional-changelog-atom@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1/manifests"},{"name":"conventional-changelog-angular@5.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2/manifests"},{"name":"conventional-changelog@3.0.0","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.5","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.3","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.2","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.4","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3/manifests"},{"name":"standard-changelog@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3/manifests"},{"name":"conventional-changelog-core@3.1.0","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0/manifests"},{"name":"conventional-changelog-ember@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1/manifests"},{"name":"conventional-changelog-jquery@3.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1/manifests"},{"name":"conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0/manifests"},{"name":"conventional-recommended-bump@4.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0/manifests"},{"name":"conventional-changelog-jquery@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0/manifests"},{"name":"conventional-changelog-express@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0/manifests"},{"name":"conventional-changelog-eslint@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0/manifests"},{"name":"conventional-changelog-ember@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1/manifests"},{"name":"conventional-changelog-atom@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1/manifests"},{"name":"conventional-changelog-angular@4.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1/manifests"},{"name":"conventional-changelog-jquery@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0/manifests"},{"name":"conventional-changelog-jshint@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0/manifests"},{"name":"standard-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0/manifests"},{"name":"conventional-recommended-bump@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0/manifests"},{"name":"conventional-commits-parser@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0/manifests"},{"name":"conventional-commits-filter@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0/manifests"},{"name":"conventional-changelog-ember@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0/manifests"},{"name":"conventional-changelog-express@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0/manifests"},{"name":"git-semver-tags@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0/manifests"},{"name":"git-raw-commits@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0/manifests"},{"name":"conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-angular@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0/manifests"},{"name":"conventional-changelog-atom@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0/manifests"},{"name":"conventional-changelog-core@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0/manifests"},{"name":"conventional-changelog-eslint@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-core@2.0.11","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11/manifests"},{"name":"conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-cli@1.3.22","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22/manifests"},{"name":"conventional-changelog-ember@0.3.12","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12/manifests"},{"name":"conventional-recommended-bump@2.0.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9/manifests"},{"name":"conventional-changelog-angular@3.0.7","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7/manifests"},{"name":"gulp-conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24/manifests"},{"name":"standard-changelog@1.0.19","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19/manifests"},{"name":"conventional-changelog-jquery@1.3.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9/manifests"},{"name":"conventional-changelog-angular@3.0.6","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6/manifests"},{"name":"standard-changelog@1.0.18","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18/manifests"},{"name":"gulp-conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-writer@3.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9/manifests"},{"name":"conventional-changelog-jshint@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8/manifests"},{"name":"conventional-changelog-jquery@1.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8/manifests"},{"name":"conventional-changelog-eslint@1.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9/manifests"},{"name":"conventional-changelog-ember@0.3.11","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11/manifests"},{"name":"conventional-changelog-core@2.0.10","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10/manifests"},{"name":"conventional-changelog-codemirror@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8/manifests"},{"name":"conventional-changelog-cli@1.3.21","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21/manifests"},{"name":"conventional-changelog-atom@0.2.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8/manifests"},{"name":"conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23/manifests"},{"name":"gulp-conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-core@2.0.9","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9/manifests"},{"name":"conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-cli@1.3.20","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20/manifests"},{"name":"conventional-changelog-writer@3.0.8","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8/manifests"},{"name":"standard-changelog@1.0.17","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17/manifests"},{"name":"conventional-changelog-angular@3.0.5","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.10","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10/manifests"},{"name":"conventional-changelog-cli@1.3.19","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19/manifests"},{"name":"conventional-changelog-angular@3.0.4","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4/manifests"},{"name":"conventional-changelog-atom@0.2.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7/manifests"},{"name":"conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-core@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.9","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9/manifests"},{"name":"conventional-changelog-eslint@1.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8/manifests"},{"name":"conventional-changelog-express@0.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6/manifests"},{"name":"conventional-changelog-jquery@1.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7/manifests"},{"name":"conventional-changelog-preset-loader@1.1.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8/manifests"},{"name":"conventional-changelog-writer@3.0.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7/manifests"},{"name":"conventional-commits-parser@2.1.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7/manifests"},{"name":"conventional-recommended-bump@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8/manifests"},{"name":"git-raw-commits@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6/manifests"},{"name":"git-semver-tags@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21/manifests"},{"name":"standard-changelog@1.0.16","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16/manifests"},{"name":"conventional-changelog-codemirror@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6/manifests"},{"name":"conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-core@2.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7/manifests"},{"name":"conventional-changelog-codemirror@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6/manifests"},{"name":"conventional-changelog-cli@1.3.18","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18/manifests"},{"name":"conventional-changelog-ember@0.3.8","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8/manifests"},{"name":"conventional-changelog-writer@3.0.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6/manifests"},{"name":"conventional-changelog-atom@0.2.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6/manifests"},{"name":"conventional-changelog-eslint@1.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7/manifests"},{"name":"standard-changelog@1.0.15","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15/manifests"},{"name":"conventional-changelog-angular@3.0.3","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3/manifests"},{"name":"conventional-changelog-jquery@1.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-angular@3.0.2","sha":"1cc079df803f58b52c8aa997fff43e9c162266e7","kind":"tag","published_at":"2018-03-22T14:14:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2/manifests"},{"name":"conventional-changelog-ember@0.3.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7/manifests"},{"name":"standard-changelog@1.0.14","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14/manifests"},{"name":"gulp-conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19/manifests"},{"name":"git-semver-tags@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5/manifests"},{"name":"git-raw-commits@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7/manifests"},{"name":"conventional-commits-parser@2.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6/manifests"},{"name":"conventional-commits-filter@1.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5/manifests"},{"name":"conventional-changelog-preset-loader@1.1.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7/manifests"},{"name":"conventional-changelog-jshint@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5/manifests"},{"name":"conventional-changelog-jquery@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5/manifests"},{"name":"conventional-changelog-express@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6/manifests"},{"name":"conventional-changelog-core@2.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5/manifests"},{"name":"conventional-changelog-cli@1.3.17","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17/manifests"},{"name":"conventional-changelog-atom@0.2.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5/manifests"},{"name":"conventional-changelog-angular@3.0.1","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1/manifests"},{"name":"conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19/manifests"},{"name":"conventional-changelog-angular@3.0.0","sha":"49997aaba373502e5b38bd366846934641e95799","kind":"tag","published_at":"2018-03-22T13:45:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.16","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16/manifests"},{"name":"conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18/manifests"},{"name":"gulp-conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-eslint@1.0.5","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5/manifests"},{"name":"conventional-changelog-cli@1.3.15","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15/manifests"},{"name":"conventional-changelog-codemirror@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4/manifests"},{"name":"conventional-changelog-express@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4/manifests"},{"name":"conventional-changelog-jquery@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4/manifests"},{"name":"conventional-changelog-jshint@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4/manifests"},{"name":"conventional-commits-filter@1.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5/manifests"},{"name":"conventional-commits-parser@2.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5/manifests"},{"name":"conventional-recommended-bump@2.0.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6/manifests"},{"name":"standard-changelog@1.0.13","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13/manifests"},{"name":"gulp-conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17/manifests"},{"name":"git-semver-tags@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4/manifests"},{"name":"git-raw-commits@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4/manifests"},{"name":"conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17/manifests"},{"name":"conventional-changelog-angular@1.6.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6/manifests"},{"name":"conventional-changelog-atom@0.2.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4/manifests"},{"name":"gulp-conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog-angular@1.6.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5/manifests"},{"name":"conventional-changelog-atom@0.2.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3/manifests"},{"name":"conventional-changelog-cli@1.3.14","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14/manifests"},{"name":"conventional-changelog-codemirror@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4/manifests"},{"name":"conventional-changelog-ember@0.3.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3/manifests"},{"name":"conventional-changelog-express@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3/manifests"},{"name":"conventional-changelog-jshint@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5/manifests"},{"name":"conventional-changelog-writer@3.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3/manifests"},{"name":"conventional-commits-filter@1.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4/manifests"},{"name":"conventional-commits-parser@2.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4/manifests"},{"name":"conventional-recommended-bump@2.0.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5/manifests"},{"name":"git-raw-commits@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3/manifests"},{"name":"git-semver-tags@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3/manifests"},{"name":"standard-changelog@1.0.12","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12/manifests"},{"name":"conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15/manifests"},{"name":"gulp-conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15/manifests"},{"name":"conventional-recommended-bump@2.0.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4/manifests"},{"name":"conventional-changelog-cli@1.3.13","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13/manifests"},{"name":"conventional-changelog-preset-loader@1.1.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4/manifests"},{"name":"git-raw-commits@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2/manifests"},{"name":"standard-changelog@1.0.11","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11/manifests"},{"name":"conventional-recommended-bump@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3/manifests"},{"name":"gulp-conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14/manifests"},{"name":"git-semver-tags@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2/manifests"},{"name":"conventional-changelog-eslint@1.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2/manifests"},{"name":"conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14/manifests"},{"name":"conventional-changelog-angular@1.6.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4/manifests"},{"name":"conventional-changelog-atom@0.2.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2/manifests"},{"name":"conventional-changelog-cli@1.3.12","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12/manifests"},{"name":"conventional-changelog-codemirror@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2/manifests"},{"name":"conventional-changelog-core@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.3.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4/manifests"},{"name":"conventional-changelog-express@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2/manifests"},{"name":"conventional-changelog-jquery@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2/manifests"},{"name":"conventional-changelog-jshint@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3/manifests"},{"name":"conventional-commits-filter@1.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3/manifests"},{"name":"conventional-changelog-writer@3.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13/manifests"},{"name":"standard-changelog@1.0.10","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10/manifests"},{"name":"git-raw-commits@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1/manifests"},{"name":"conventional-commits-parser@2.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2/manifests"},{"name":"conventional-changelog-writer@3.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1/manifests"},{"name":"conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13/manifests"},{"name":"conventional-commits-filter@1.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2/manifests"},{"name":"conventional-recommended-bump@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2/manifests"},{"name":"git-semver-tags@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1/manifests"},{"name":"conventional-changelog-core@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2/manifests"},{"name":"conventional-changelog-codemirror@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1/manifests"},{"name":"conventional-changelog-angular@1.6.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3/manifests"},{"name":"conventional-changelog-cli@1.3.11","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11/manifests"},{"name":"conventional-changelog-atom@0.2.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1/manifests"},{"name":"conventional-changelog-ember@0.3.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1/manifests"},{"name":"conventional-changelog-express@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3/manifests"},{"name":"conventional-changelog-jshint@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1/manifests"},{"name":"conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12/manifests"},{"name":"gulp-conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12/manifests"},{"name":"conventional-changelog-cli@1.3.10","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10/manifests"},{"name":"conventional-recommended-bump@2.0.1","sha":"a4f0aa902d3e966fe6d6b1d46f2130838524cfbf","kind":"tag","published_at":"2018-02-12T14:54:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1/manifests"},{"name":"conventional-recommended-bump@2.0.0","sha":"9885d205ed96338575335652d006f475408e1195","kind":"tag","published_at":"2018-02-12T14:30:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0/manifests"},{"name":"conventional-changelog-preset-loader@1.1.2","sha":"a450d974237d440009ec3fb4c63974cf066e8f79","kind":"tag","published_at":"2018-02-12T04:07:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.1","sha":"5af1f00dcc4e1f9c3299bc7feb322a88b711f042","kind":"tag","published_at":"2018-02-09T04:17:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.0","sha":"c3eb36dbc52f383df6f3dcf3a3870b01ceee0b8b","kind":"tag","published_at":"2018-02-08T14:46:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0/manifests"},{"name":"conventional-changelog-ember@0.3.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1/manifests"},{"name":"conventional-changelog-angular@1.6.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2/manifests"},{"name":"gulp-conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11/manifests"},{"name":"standard-changelog@1.0.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9/manifests"},{"name":"conventional-recommended-bump@1.2.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1/manifests"},{"name":"conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11/manifests"},{"name":"conventional-changelog-cli@1.3.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9/manifests"},{"name":"conventional-changelog-core@2.0.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1/manifests"},{"name":"gulp-conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10/manifests"},{"name":"standard-changelog@1.0.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8/manifests"},{"name":"git-semver-tags@1.3.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.2.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0/manifests"},{"name":"conventional-changelog-writer@3.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0/manifests"},{"name":"conventional-changelog-eslint@1.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.3.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1/manifests"},{"name":"conventional-changelog-core@2.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8/manifests"},{"name":"conventional-changelog-angular@1.6.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1/manifests"},{"name":"conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10/manifests"},{"name":"conventional-changelog-core@1.9.5","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5/manifests"},{"name":"conventional-changelog-ember@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0/manifests"},{"name":"conventional-changelog-eslint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0/manifests"},{"name":"conventional-changelog-cli@1.3.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7/manifests"},{"name":"conventional-changelog-express@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0/manifests"},{"name":"conventional-changelog-jquery@1.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0/manifests"},{"name":"conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-jshint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0/manifests"},{"name":"gulp-conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9/manifests"},{"name":"standard-changelog@1.0.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7/manifests"},{"name":"conventional-changelog-angular@1.6.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0/manifests"},{"name":"conventional-changelog-codemirror@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0/manifests"},{"name":"conventional-changelog-atom@0.2.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0/manifests"},{"name":"conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8/manifests"},{"name":"standard-changelog@1.0.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6/manifests"},{"name":"gulp-conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8/manifests"},{"name":"conventional-recommended-bump@1.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0/manifests"},{"name":"conventional-commits-parser@2.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0/manifests"},{"name":"conventional-commits-filter@1.1.1","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1/manifests"},{"name":"conventional-changelog-writer@2.0.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.2.10","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10/manifests"},{"name":"conventional-changelog-core@1.9.4","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4/manifests"},{"name":"conventional-changelog-cli@1.3.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6/manifests"},{"name":"conventional-changelog-angular@1.5.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3/manifests"},{"name":"conventional-changelog-ember@0.2.9","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9/manifests"},{"name":"standard-changelog@1.0.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5/manifests"},{"name":"gulp-conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7/manifests"},{"name":"git-semver-tags@1.2.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3/manifests"},{"name":"git-raw-commits@1.3.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.0.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3/manifests"},{"name":"conventional-commits-parser@2.0.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1/manifests"},{"name":"conventional-commits-filter@1.1.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0/manifests"},{"name":"conventional-changelog-writer@2.0.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2/manifests"},{"name":"conventional-changelog-jshint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1/manifests"},{"name":"conventional-changelog-jquery@1.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1/manifests"},{"name":"conventional-changelog-express@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1/manifests"},{"name":"conventional-changelog-eslint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1/manifests"},{"name":"conventional-changelog-core@1.9.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3/manifests"},{"name":"conventional-changelog-codemirror@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1/manifests"},{"name":"conventional-changelog-cli@1.3.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5/manifests"},{"name":"conventional-changelog-atom@0.1.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2/manifests"},{"name":"conventional-changelog-angular@1.5.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2/manifests"},{"name":"conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7/manifests"},{"name":"@marionebl/conventional-commits-parser@3.0.0","sha":"edf4068ce4c3ea6ac5b61323473ab655be5eb895","kind":"tag","published_at":"2017-11-01T07:09:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/@marionebl/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/@marionebl/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4/manifests"},{"name":"git-semver-tags@1.2.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2/manifests"},{"name":"conventional-recommended-bump@1.0.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-ember@0.2.8","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8/manifests"},{"name":"conventional-changelog-core@1.9.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2/manifests"},{"name":"standard-changelog@1.0.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4/manifests"},{"name":"conventional-changelog-angular@1.5.1","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1/manifests"},{"name":"conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6/manifests"},{"name":"standard-changelog@1.0.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3/manifests"},{"name":"conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-angular@1.5.0","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0/manifests"},{"name":"conventional-changelog-cli@1.3.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3/manifests"},{"name":"gulp-conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-writer@2.0.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1/manifests"},{"name":"conventional-changelog-core@1.9.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1/manifests"},{"name":"conventional-changelog-ember@0.2.7","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7/manifests"},{"name":"git-semver-tags@1.2.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1/manifests"},{"name":"conventional-changelog-jshint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0/manifests"},{"name":"conventional-changelog-jquery@1.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0/manifests"},{"name":"conventional-changelog-express@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0/manifests"},{"name":"conventional-changelog-eslint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0/manifests"},{"name":"conventional-commits-parser@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0/manifests"},{"name":"conventional-changelog-writer@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1/manifests"},{"name":"conventional-changelog-core@1.9.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0/manifests"},{"name":"conventional-changelog-codemirror@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0/manifests"},{"name":"conventional-changelog-cli@1.3.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2/manifests"},{"name":"conventional-changelog-atom@0.1.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1/manifests"},{"name":"conventional-changelog-angular@1.4.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0/manifests"},{"name":"conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4/manifests"},{"name":"gulp-conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4/manifests"},{"name":"standard-changelog@1.0.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2/manifests"},{"name":"conventional-changelog-ember@0.2.6","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6/manifests"},{"name":"conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3/manifests"},{"name":"conventional-changelog-angular@1.3.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3/manifests"},{"name":"conventional-changelog-cli@1.3.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1/manifests"},{"name":"conventional-changelog-core@1.8.0","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.8.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0/manifests"},{"name":"conventional-changelog-ember@0.2.5","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5/manifests"},{"name":"gulp-conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3/manifests"},{"name":"standard-changelog@1.0.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1/manifests"},{"name":"git-semver-tags@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0/manifests"},{"name":"standard-changelog@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2/manifests"},{"name":"git-raw-commits@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0/manifests"},{"name":"conventional-recommended-bump@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.2.4","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4/manifests"},{"name":"conventional-changelog-core@1.7.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.7.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0/manifests"},{"name":"conventional-changelog-cli@1.3.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0/manifests"},{"name":"conventional-changelog-angular@1.3.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2/manifests"},{"name":"conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2/manifests"},{"name":"gulp-conventional-changelog@1.1.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"tag","published_at":"2017-03-10T05:35:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0/manifests"},{"name":"standard-changelog@0.0.2","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@0.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-ember@0.2.3","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3/manifests"},{"name":"conventional-changelog-core@1.6.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0/manifests"},{"name":"conventional-changelog-angular@1.3.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1/manifests"},{"name":"conventional-changelog-cli@1.2.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1/manifests"},{"name":"conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-cli@1.2.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:01:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0/manifests"},{"name":"conventional-changelog-core@1.5.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:00:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0/manifests"},{"name":"git-raw-commits@1.1.2","sha":"f5fe78b1f15791cb0499744bf278dff22b52732f","kind":"tag","published_at":"2017-03-09T07:37:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2/manifests"},{"name":"git-semver-tags@1.1.2","sha":"7be07c7c0f49572b1c0e9c98f004b599d8b5bb1a","kind":"tag","published_at":"2017-03-09T07:35:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2/manifests"},{"name":"v1.1.0","sha":"600d411569271467389c3cbe71f7f657980e89a1","kind":"tag","published_at":"2016-02-13T06:59:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"9591280a8d09220aced3383abe3bc7ecbb34b503","kind":"tag","published_at":"2016-02-13T06:37:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"beef421f56939190a4ca30c28788eda1b3f9480d","kind":"tag","published_at":"2016-02-05T13:49:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"c8e90ab7fddd0b98855913e73fc12f9dc9dc81b1","kind":"tag","published_at":"2016-02-05T12:59:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0/manifests"},{"name":"v0.5.3","sha":"d79ce243223260b153699b99de0503698546ea63","kind":"tag","published_at":"2015-12-25T05:07:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"9e7b771072a2680c6c335fcad38003aade53213e","kind":"tag","published_at":"2015-12-23T12:24:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"4bf7d8df29f7be29552b82ec2b7112fad0c39a3e","kind":"tag","published_at":"2015-10-20T09:52:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"5ca2204b472704543ebbc744a22f8f90ec659659","kind":"tag","published_at":"2015-09-30T08:49:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"e5f2f3bc675e2c7e5cc6aa0ed50da7941833e492","kind":"tag","published_at":"2015-09-04T03:16:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"7536a0b351cc4f2764e71cbc268a178ab595259d","kind":"tag","published_at":"2015-08-17T01:28:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"56fa3d92620a41a875b3337fa51d04d6df23b1a8","kind":"tag","published_at":"2015-08-15T12:34:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"eefec0ef598a92e78510ee8626fd9bbcdb1398e4","kind":"tag","published_at":"2015-08-15T11:19:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0/manifests"},{"name":"v0.3.2","sha":"74b99dca61eafd56ba93605016b086a1108e77fe","kind":"tag","published_at":"2015-08-13T03:12:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"a1aca9c31a45aded77962bd0defc32e503aec213","kind":"commit","published_at":"2015-08-11T06:23:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"b489672d27ff703337c540f0fbc43f6486a84d99","kind":"commit","published_at":"2015-08-09T03:27:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"12e3cd6b151353dbe7f584adabbe5dd8a28424db","kind":"commit","published_at":"2015-07-24T08:13:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"f437b457b5ea6c105535a360144000f8315db54d","kind":"commit","published_at":"2015-07-24T04:54:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0/manifests"},{"name":"v0.1.3","sha":"c8fa9d0b94f8ac07f162623e4b9e9e68aad82e62","kind":"commit","published_at":"2015-07-22T11:06:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"6ba5d6e4b90a154dbca6ec0f80c66ad5995cd770","kind":"commit","published_at":"2015-07-22T07:10:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c015f8762f70eff2be7b8d7fb82438689239d717","kind":"commit","published_at":"2015-07-20T07:55:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"7253d0fea773e3f7cc0a3fb8278c9da070df26ee","kind":"commit","published_at":"2015-07-20T07:12:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.3","sha":"0c9f1e89bfacec8e08bac8ef96d64e3abdbecda7","kind":"commit","published_at":"2015-07-17T11:02:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"fec1baf43b8c0156682d4014a4fd066bd24ad448","kind":"commit","published_at":"2015-07-17T06:23:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"a5ea0dfada48601b9e3fbec78dd37d70380a2db6","kind":"commit","published_at":"2015-07-15T08:03:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1/manifests"},{"name":"v0.1.0-alpha.3","sha":"9b6cc68a2c17c9671363fe7af5de7ebd3a06aaeb","kind":"commit","published_at":"2015-07-06T01:27:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3/manifests"},{"name":"v0.1.0-alpha.2","sha":"34b0f460c34ecc48af857d8ee5d7038970ba56fb","kind":"commit","published_at":"2015-06-29T12:04:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2/manifests"},{"name":"v0.1.0-alpha.1","sha":"05b3415fc699ab43f3fa33b5ecd040ab5ecdf9e2","kind":"commit","published_at":"2015-06-24T04:42:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1/manifests"},{"name":"v0.0.17","sha":"3cae05244e48af9cf4abbef3114060db585a574c","kind":"commit","published_at":"2015-04-03T02:12:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"c0719ce6ba16778dd34c2cfdc81e7f3c5321409d","kind":"commit","published_at":"2015-03-19T04:15:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"57af04dc3e362c0e327b716279c9143028c6e0da","kind":"commit","published_at":"2015-03-18T20:23:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"69be290efb58a6a92e9ae78d7b37168d293920b5","kind":"commit","published_at":"2015-03-13T21:22:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"15a39d02ba3d666e7820eecbb8c5493ef2f6040a","kind":"commit","published_at":"2015-03-12T23:17:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13/manifests"},{"name":"v0.0.11","sha":"37f5561553c30d8f0f2c949502ea278da64949cd","kind":"tag","published_at":"2014-05-28T13:14:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"ad6f6ec5499d2c902b88da95487862d50e5ad776","kind":"tag","published_at":"2014-05-28T12:51:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"87efbabd9bc2a0fd83255e6cb856961b10aef9eb","kind":"tag","published_at":"2014-05-06T17:11:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"94b12cf69c51264b1edb6c81b50a262f0536894b","kind":"tag","published_at":"2014-04-10T14:45:48.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"1cf17e494fd7d8538c55189c72c0cf57d145ef41","kind":"tag","published_at":"2014-04-10T14:06:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"861f9ec93de28be4185b35815c2b6ab17746eb3f","kind":"commit","published_at":"2014-01-23T19:39:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"3f59f7356c86f30ef8e8754386373c2a8f97b367","kind":"commit","published_at":"2014-01-23T18:59:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6fa2c22464dcd964df604550c2ce2ed1d2f4362b","kind":"commit","published_at":"2014-01-04T21:36:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4/manifests"}]},"repo_metadata_updated_at":"2024-10-29T22:25:53.495Z","dependent_packages_count":416,"downloads":53715,"downloads_period":"last-month","dependent_repos_count":1958,"rankings":{"downloads":1.2106624333905998,"dependent_repos_count":0.46621678772544123,"dependent_packages_count":0.13320479649298322,"stargazers_count":1.154472815396108,"forks_count":1.396504006357065,"docker_downloads_count":1.3321993240781738,"average":0.9488766939067285},"purl":"pkg:npm/standard-changelog","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/standard-changelog","docker_dependents_count":2,"docker_downloads_count":106,"usage_url":"https://repos.ecosyste.ms/usage/npm/standard-changelog","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/standard-changelog/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-10-29T18:02:55.825Z","issues_count":181,"pull_requests_count":485,"avg_time_to_close_issue":20290008.44047619,"avg_time_to_close_pull_request":6351261.275949367,"issues_closed_count":84,"pull_requests_closed_count":395,"pull_request_authors_count":71,"issue_authors_count":111,"avg_comments_per_issue":2.0994475138121547,"avg_comments_per_pull_request":1.31340206185567,"merged_pull_requests_count":306,"bot_issues_count":3,"bot_pull_requests_count":234,"past_year_issues_count":63,"past_year_pull_requests_count":160,"past_year_avg_time_to_close_issue":562479.2894736842,"past_year_avg_time_to_close_pull_request":1292364.6666666667,"past_year_issues_closed_count":38,"past_year_pull_requests_closed_count":129,"past_year_pull_request_authors_count":19,"past_year_issue_authors_count":37,"past_year_avg_comments_per_issue":1.4603174603174602,"past_year_avg_comments_per_pull_request":1.15,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":61,"past_year_merged_pull_requests_count":108,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues","maintainers":[{"login":"dangreen","count":83,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"},{"login":"bcoe","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bcoe"},{"login":"tommywo","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tommywo"}],"active_maintainers":[{"login":"dangreen","count":70,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/standard-changelog/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/standard-changelog/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/standard-changelog/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/standard-changelog/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/standard-changelog/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/standard-changelog/codemeta","maintainers":[{"uuid":"stevemao","login":"stevemao","name":null,"email":"steve.mao@healthinteract.com.au","url":null,"packages_count":167,"html_url":"https://www.npmjs.com/~stevemao","role":null,"created_at":"2022-11-14T13:39:00.363Z","updated_at":"2022-11-14T13:39:00.363Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/stevemao/packages"},{"uuid":"bcoe","login":"bcoe","name":null,"email":"bencoe@gmail.com","url":null,"packages_count":557,"html_url":"https://www.npmjs.com/~bcoe","role":null,"created_at":"2022-11-14T13:39:00.316Z","updated_at":"2022-11-14T13:39:00.316Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/bcoe/packages"},{"uuid":"oss-bot","login":"oss-bot","name":null,"email":"bencoe+oss-bot@gmail.com","url":null,"packages_count":57,"html_url":"https://www.npmjs.com/~oss-bot","role":null,"created_at":"2022-11-14T13:39:00.275Z","updated_at":"2022-11-14T13:39:00.275Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/oss-bot/packages"},{"uuid":"dangreen","login":"dangreen","name":null,"email":"danon0404@gmail.com","url":null,"packages_count":110,"html_url":"https://www.npmjs.com/~dangreen","role":null,"created_at":"2026-02-11T01:36:49.363Z","updated_at":"2026-02-11T01:36:49.363Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/dangreen/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5644415,"maintainers_count":1200486,"namespaces_count":399623,"keywords_count":847874,"github":"npm","metadata":{"funded_packages_count":171745},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-06-10T05:11:46.456Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":1555043,"name":"conventional-commits-filter","ecosystem":"npm","description":"Filter out reverted commits parsed by conventional-commits-parser.","homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-commits-filter#readme","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":["filter","conventional","changelog","commits"],"namespace":null,"versions_count":20,"first_release_published_at":"2015-07-03T11:27:02.307Z","latest_release_published_at":"2024-05-03T22:56:53.508Z","latest_release_number":"5.0.0","last_synced_at":"2026-06-13T11:15:33.137Z","created_at":"2022-04-09T05:41:37.891Z","updated_at":"2026-06-13T11:15:33.138Z","registry_url":"https://www.npmjs.com/package/conventional-commits-filter","install_command":"npm install conventional-commits-filter","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"5.0.0","next":"2.0.7"}},"repo_metadata":{"id":12961414,"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2024-10-29T00:17:17.000Z","size":5764,"stargazers_count":7819,"open_issues_count":260,"forks_count":714,"subscribers_count":58,"default_branch":"master","last_synced_at":"2024-10-29T15:45:38.606Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2024-10-29T14:21:13.000Z","dependencies_parsed_at":"2022-07-13T10:30:31.523Z","dependency_job_id":"5f6d159e-c4c6-405b-9fa7-976ffc4dfa04","html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1464,"total_committers":136,"mean_commits":"10.764705882352942","dds":"0.40095628415300544","last_synced_commit":"58f0887283a200d52e49607baf7b352f26177b05"},"previous_names":["ajoslin/conventional-changelog"],"tags_count":777,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222090770,"owners_count":16929471,"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"},"owner_record":{"login":"conventional-changelog","name":"conventional-changelog","uuid":"16443515","kind":"organization","description":"Tools to generate changelogs and release notes from a project's commit messages and metadata.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16443515?v=4","repositories_count":12,"last_synced_at":"2024-03-25T20:05:25.442Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/conventional-changelog","funding_links":[],"total_stars":31480,"followers":325,"following":0,"created_at":"2022-11-02T16:25:21.572Z","updated_at":"2024-03-25T20:05:26.809Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog/repositories"},"tags":[{"name":"git-client-v1.0.1","sha":"d3b8aaa16337993bbad4d91db1ffac5a7568756b","kind":"commit","published_at":"2024-05-06T14:46:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1/manifests"},{"name":"conventional-changelog-v6.0.0","sha":"83bb15ba5de08f080884fc906c6db3c99c8b2131","kind":"commit","published_at":"2024-04-26T22:08:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0/manifests"},{"name":"conventional-changelog-core-v8.0.0","sha":"7bc92fc05e4447f311ad52b6e39d36f461eaf083","kind":"commit","published_at":"2024-04-26T22:07:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v8.0.0","sha":"3129c812139bf7454a64b4d506e6b85cd5abc77c","kind":"commit","published_at":"2024-04-26T22:06:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0/manifests"},{"name":"git-semver-tags-v8.0.0","sha":"fbd1b3bcd6253a32de89eb21145c2eb70d9396b6","kind":"commit","published_at":"2024-04-26T22:05:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v5.0.0","sha":"e34c96db3dbebedb17a6583aae8855dddd056f83","kind":"commit","published_at":"2024-04-26T22:04:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0/manifests"},{"name":"conventional-changelog-angular-v8.0.0","sha":"2aa6291a93eb881230e896f87a5232873b6a9717","kind":"commit","published_at":"2024-04-26T22:04:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0/manifests"},{"name":"conventional-changelog-jquery-v6.0.0","sha":"1c71cd6d4868ef2e158963e277609a9794806306","kind":"commit","published_at":"2024-04-26T22:03:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v8.0.0","sha":"533e36277d1779a5ac79a06210c603b5f88bc030","kind":"commit","published_at":"2024-04-26T22:00:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0/manifests"},{"name":"conventional-changelog-eslint-v6.0.0","sha":"c7459cd7d1e1ab82c9a5d552b008c02aba290cad","kind":"commit","published_at":"2024-04-26T21:59:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0/manifests"},{"name":"git-raw-commits-v5.0.0","sha":"f61ea377e843db0852c35911785895ec43481f11","kind":"commit","published_at":"2024-04-26T21:58:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0/manifests"},{"name":"conventional-changelog-codemirror-v5.0.0","sha":"77525286ffc8869a6ac351ebe28198842815cb7c","kind":"commit","published_at":"2024-04-26T21:57:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0/manifests"},{"name":"conventional-changelog-cli-v5.0.0","sha":"a75cef688b9a1557ca981178d4d35c18963160b6","kind":"commit","published_at":"2024-04-26T21:53:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0/manifests"},{"name":"conventional-changelog-express-v5.0.0","sha":"a6ab80d6e30091a8b743ee97a87e7400af1ebc53","kind":"commit","published_at":"2024-04-26T21:53:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v10.0.0","sha":"d7c409b02f1d58cf6f0293edcadbe5f00a78a622","kind":"commit","published_at":"2024-04-26T21:52:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v10.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v10.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0/manifests"},{"name":"conventional-changelog-atom-v5.0.0","sha":"3b2b9d0ec2382f73d9cf000a1004596f90ece916","kind":"commit","published_at":"2024-04-26T21:51:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0/manifests"},{"name":"conventional-changelog-jshint-v5.0.0","sha":"d7dae509e72b09d1496ae51f1f04c15581c828fc","kind":"commit","published_at":"2024-04-26T21:50:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0/manifests"},{"name":"conventional-changelog-ember-v5.0.0","sha":"2e99dfa49112ffe6c864dd0e436f0db1e696b1f9","kind":"commit","published_at":"2024-04-26T21:50:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0/manifests"},{"name":"conventional-commits-parser-v6.0.0","sha":"646e1be132ccd0f32e3074de2f511be5c610984f","kind":"commit","published_at":"2024-04-26T21:48:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0/manifests"},{"name":"conventional-commits-filter-v5.0.0","sha":"be4266b7ef7b84ba5c198dfa8c143229f8a5b128","kind":"commit","published_at":"2024-04-26T21:47:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0/manifests"},{"name":"standard-changelog-v6.0.0","sha":"3e9b9387f29e48a508b70b88f26b40a6db9fea16","kind":"commit","published_at":"2024-04-26T21:45:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v5.0.0","sha":"041a1a9b73b201add30494aed19d026b948bd8f1","kind":"commit","published_at":"2024-04-26T21:41:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0/manifests"},{"name":"git-client-v1.0.0","sha":"7e51fe970576503cae3ab94e6e9b3e01017b044d","kind":"commit","published_at":"2024-04-26T21:21:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0/manifests"},{"name":"git-semver-tags-v7.0.1","sha":"fac8045242099c016f5f3905e54e02b7d466bd7b","kind":"commit","published_at":"2023-09-10T23:53:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1/manifests"},{"name":"conventional-changelog-writer-v7.0.1","sha":"e3a643ad39ec3bc4cfb1dff2aa1101333df33dc3","kind":"commit","published_at":"2023-09-10T23:49:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1/manifests"},{"name":"conventional-changelog-cli-v4.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0/manifests"},{"name":"conventional-changelog-v5.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0/manifests"},{"name":"conventional-changelog-core-v7.0.0","sha":"2e467dd39a35c3813597711a37690897183b4abc","kind":"commit","published_at":"2023-09-08T22:03:37.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0/manifests"},{"name":"git-semver-tags-v7.0.0","sha":"a13f788bd505d8253a2d92413fc4a7780e11ec07","kind":"commit","published_at":"2023-09-08T21:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0/manifests"},{"name":"standard-changelog-v5.0.0","sha":"34569c7a3fd2b0362a461517a1f4e20e7eecd9fc","kind":"commit","published_at":"2023-09-08T21:55:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v9.0.0","sha":"ad633d9d81f66ef80d7f77832a264cb0c5b971ef","kind":"commit","published_at":"2023-09-08T21:50:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.2","sha":"50113f9b569259d991f1a734a192964ca71f0118","kind":"commit","published_at":"2023-09-08T21:41:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2/manifests"},{"name":"conventional-changelog-preset-loader-v4.1.0","sha":"a14d2186575f6061f236c9a47d803694b18f8373","kind":"commit","published_at":"2023-09-08T21:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.1","sha":"ca4324b0a690b2595f8b574882ff95329a2dc195","kind":"commit","published_at":"2023-08-27T19:11:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1/manifests"},{"name":"conventional-commits-filter-v4.0.0","sha":"26fc9ea274dc0c62442ec9d97b20a2ebb49138bf","kind":"commit","published_at":"2023-08-27T12:55:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0/manifests"},{"name":"standard-changelog-v4.0.0","sha":"5b788265774bf4b63d3c83a178ca53e8e7095903","kind":"commit","published_at":"2023-08-27T12:50:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-eslint-v5.0.0","sha":"679594c0716275771cc23b314e4362899fe72f87","kind":"commit","published_at":"2023-08-27T12:46:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0/manifests"},{"name":"git-semver-tags-v6.0.0","sha":"1c75c72d9b5d59e3ea4e914c58a85f7559f29602","kind":"commit","published_at":"2023-08-27T12:40:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0/manifests"},{"name":"conventional-recommended-bump-v8.0.0","sha":"624377a24e8e3658bcf2329a9a98f9a7b02a4cb3","kind":"commit","published_at":"2023-08-27T12:33:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0/manifests"},{"name":"conventional-changelog-writer-v7.0.0","sha":"d669bb67dc713cb1e4374e3216ed7d83cde743c5","kind":"commit","published_at":"2023-08-27T12:27:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0/manifests"},{"name":"conventional-changelog-codemirror-v4.0.0","sha":"933fd0b3dd355d648faf57241b796a714004c722","kind":"commit","published_at":"2023-08-27T12:23:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0/manifests"},{"name":"conventional-changelog-express-v4.0.0","sha":"c9e9ceb3a3727659bd117bab01cbc7642d588f06","kind":"commit","published_at":"2023-08-27T12:16:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0/manifests"},{"name":"conventional-changelog-ember-v4.0.0","sha":"5d7c16268f79b7f180e34e997fdb37373d714666","kind":"commit","published_at":"2023-08-27T12:11:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0/manifests"},{"name":"conventional-changelog-jquery-v5.0.0","sha":"d643efb1050dcdaecee626044315644ff9b9e43b","kind":"commit","published_at":"2023-08-27T12:07:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v4.0.0","sha":"636646dd9ae062e9652a7f9ccaf6c329e6e9f924","kind":"commit","published_at":"2023-08-27T12:03:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0/manifests"},{"name":"conventional-changelog-v5.0.0","sha":"7985de3edc9e655369651ad464cb39b791887dc7","kind":"commit","published_at":"2023-08-27T11:58:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.0","sha":"5f0fe40743d8f559ab94ed11bbb4b8bda6fa6dcb","kind":"commit","published_at":"2023-08-27T11:51:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0/manifests"},{"name":"conventional-changelog-angular-v7.0.0","sha":"6c7a2e1a8807988bcb1a9842f72d14be3b1a89e3","kind":"commit","published_at":"2023-08-27T11:46:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0/manifests"},{"name":"conventional-changelog-jshint-v4.0.0","sha":"0204a9a340d2c85411e8de8905bc74c6146e5618","kind":"commit","published_at":"2023-08-27T11:41:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0/manifests"},{"name":"conventional-changelog-atom-v4.0.0","sha":"ab9b2c10e098ec8837d141102549f3eef698364c","kind":"commit","published_at":"2023-08-27T11:36:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0/manifests"},{"name":"conventional-changelog-cli-v4.0.0","sha":"29df6c4597afad27b9cda06f58eb564bcca609c4","kind":"commit","published_at":"2023-08-27T11:21:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0/manifests"},{"name":"conventional-changelog-core-v6.0.0","sha":"45613bbc2d13c798732e4b2bd4b2fa9ea67157d6","kind":"commit","published_at":"2023-08-27T11:17:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v4.0.0","sha":"5a896e3ef3aa9e751fcc74d7c76fa21d6d526cb0","kind":"commit","published_at":"2023-08-27T11:08:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0/manifests"},{"name":"git-raw-commits-v4.0.0","sha":"878fc56b43bc617177bf47fd8643a3b8b86078e5","kind":"commit","published_at":"2023-08-27T11:01:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0/manifests"},{"name":"conventional-commits-parser-v5.0.0","sha":"299de5acbe55a7d19dcdd2adc34681eae7264abf","kind":"commit","published_at":"2023-08-26T17:50:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0/manifests"},{"name":"git-semver-tags-v5.0.1","sha":"87914a362866a380e98a29edf19b2173e0911d8a","kind":"commit","published_at":"2023-07-09T19:10:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1/manifests"},{"name":"conventional-changelog-writer-v6.0.1","sha":"c123edea220b450cfa26813b6f198c3e8ebbd2b4","kind":"commit","published_at":"2023-07-09T14:49:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.2","sha":"83773c5e1a8874ea9809ca9db1dff60b7df1daae","kind":"commit","published_at":"2023-06-28T17:43:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.1.0","sha":"2e5fe6d9574ba896fa90b5bfcb50fb73d28af6d6","kind":"commit","published_at":"2023-06-17T21:30:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v7.0.1","sha":"f251b6899e313a9b23f3c8deb8b8b57217040892","kind":"commit","published_at":"2023-06-06T23:24:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.1","sha":"5b458dff9edf766446449acd1bbb8027a1e39fa5","kind":"commit","published_at":"2023-06-06T23:17:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1/manifests"},{"name":"gulp-conventional-changelog-v3.0.0","sha":"8ef6232797e5bf7c80422221374c53c03d5df36d","kind":"commit","published_at":"2023-06-06T22:50:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0/manifests"},{"name":"standard-changelog-v3.0.0","sha":"ea65f017b42b914ece780fd2fc799a6946912ed8","kind":"commit","published_at":"2023-06-06T22:42:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0/manifests"},{"name":"conventional-changelog-cli-v3.0.0","sha":"f00f4549cee9406054b77057a8135183fcd89710","kind":"commit","published_at":"2023-06-06T22:29:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0/manifests"},{"name":"conventional-changelog-v4.0.0","sha":"1a240f91ed584ed43e7f9c82235ca60eff0f4fa5","kind":"commit","published_at":"2023-06-06T19:50:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-core-v5.0.0","sha":"8507f601486c8ff6806156c50091262dee13ec54","kind":"commit","published_at":"2023-06-06T19:23:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v7.0.0","sha":"e1662ca7a6c688d28a334282a5e863f52866f3e8","kind":"commit","published_at":"2023-06-06T18:39:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v3.0.0","sha":"5d80d155425147a0b045af09536e5962cbfff620","kind":"commit","published_at":"2023-06-06T15:08:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.0.0","sha":"a30fc7ae219cf871b46cbe9d2c76a9730b70e272","kind":"commit","published_at":"2023-06-06T14:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v6.0.0","sha":"aa5d46c7b13b7b31f78af4b3c31c087c39eea41d","kind":"commit","published_at":"2023-06-06T14:46:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0/manifests"},{"name":"conventional-commits-filter-v3.0.0","sha":"502a73fe41aebb7b563c5ca69521e0b1bab904df","kind":"commit","published_at":"2023-06-06T14:32:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0/manifests"},{"name":"conventional-commits-parser-v4.0.0","sha":"9f7fe891e75c64937c28baa39a6c795a01603ab7","kind":"commit","published_at":"2023-06-06T14:24:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0/manifests"},{"name":"git-raw-commits-v3.0.0","sha":"571f2d549f10744a12ab3bc5dc5e0b749cb72667","kind":"commit","published_at":"2023-06-06T14:16:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0/manifests"},{"name":"git-semver-tags-v5.0.0","sha":"445c796d04105d10dd62d07039bc6a7fc9f263a5","kind":"commit","published_at":"2023-06-06T13:51:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0/manifests"},{"name":"conventional-changelog-atom-v3.0.0","sha":"208787aa2f5db8de1c2d43c56d71e6dfb9510781","kind":"commit","published_at":"2023-06-06T13:43:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0/manifests"},{"name":"conventional-changelog-angular-v6.0.0","sha":"c4ebf98acc15f37154aae5de53a225e896c4a157","kind":"commit","published_at":"2023-06-06T13:36:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0/manifests"},{"name":"conventional-changelog-codemirror-v3.0.0","sha":"0772453bee083917a05b9696d063ee3dc69957f9","kind":"commit","published_at":"2023-06-06T13:25:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0/manifests"},{"name":"conventional-changelog-ember-v3.0.0","sha":"e473d0c8af7c0cf8a54f775556796f50f3e695c2","kind":"commit","published_at":"2023-06-06T13:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0/manifests"},{"name":"conventional-changelog-eslint-v4.0.0","sha":"b3b896bc5b9e3ed65dcfc08c57967a252f37cfd1","kind":"commit","published_at":"2023-06-06T12:56:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0/manifests"},{"name":"conventional-changelog-express-v3.0.0","sha":"5594385d1dd2490b0fb508a60b6f30e8be6616ce","kind":"commit","published_at":"2023-06-06T12:37:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0/manifests"},{"name":"conventional-changelog-jquery-v4.0.0","sha":"51a3015a907b2cea900114359c36ce0e9664b72d","kind":"commit","published_at":"2023-06-06T12:17:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0/manifests"},{"name":"conventional-changelog-jshint-v3.0.0","sha":"281e5f883476e90b75cae4373a67436c86e94f6a","kind":"commit","published_at":"2023-06-06T12:02:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v5.0.0","sha":"ba6df7cf62de5f448368bed4398f6ddf633d2cbd","kind":"commit","published_at":"2022-05-27T18:02:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0/manifests"},{"name":"conventional-changelog-writer-v5.0.1","sha":"21b73f974adc4490a318d9c892055655cb82c538","kind":"commit","published_at":"2021-12-29T21:36:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.3","sha":"02757d342290bcf51a49d49e5e72f5eae6c6f6da","kind":"commit","published_at":"2021-12-29T19:52:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3/manifests"},{"name":"conventional-commits-parser-v3.2.4","sha":"1d0f62d4ac4911ef0d912d5401f783b152cee624","kind":"commit","published_at":"2021-12-29T19:46:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4/manifests"},{"name":"git-raw-commits-v2.0.11","sha":"95384dbd105ffe4f86bbc6ccad3e5405a1cbfe04","kind":"commit","published_at":"2021-12-29T19:39:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.2","sha":"1827696185192a8dd258ea7c3370090238b0fb76","kind":"commit","published_at":"2021-12-25T18:06:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2/manifests"},{"name":"conventional-changelog-cli-v2.2.2","sha":"8ce6a7bbd3fae87aa9d56fca68c2e16fbb2cace5","kind":"commit","published_at":"2021-12-25T17:22:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2/manifests"},{"name":"conventional-changelog-v3.1.25","sha":"8e9c3d76aaffd7fe67a78270b3ad9b881e953e7e","kind":"commit","published_at":"2021-12-24T18:50:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25/manifests"},{"name":"conventional-commits-parser-v3.2.3","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3/manifests"},{"name":"conventional-changelog-cli-v2.2.1","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.1","sha":"c35708d56a55e31b750aec1f745e5be52f0a75f2","kind":"commit","published_at":"2021-09-09T19:06:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1/manifests"},{"name":"conventional-commits-parser-v3.2.2","sha":"1bae48ff85eff0736ea6691b7214f3fc9c026256","kind":"commit","published_at":"2021-09-09T14:45:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2/manifests"},{"name":"conventional-changelog-core-v4.2.4","sha":"02fbc2d42d0faf53d4b7a2b0525626088a6ac8ba","kind":"commit","published_at":"2021-09-09T14:37:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4/manifests"},{"name":"conventional-changelog-angular-v5.0.13","sha":"e30343b4676d26b416080294dc74ebba001c0716","kind":"commit","published_at":"2021-09-09T14:31:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v5.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13/manifests"},{"name":"conventional-changelog-core-v4.2.3","sha":"318b555b6ef3aebdb5a8d4c7c734fd7234712dd3","kind":"commit","published_at":"2021-07-03T00:24:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.0","sha":"537c37d7801872c3e57e4200c64154a4d2ea042a","kind":"commit","published_at":"2021-04-30T00:15:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0/manifests"},{"name":"conventional-commits-parser-v3.2.1","sha":"758dda2937b6784f0cc6a535286862fcf95b6f06","kind":"commit","published_at":"2021-02-15T21:32:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1/manifests"},{"name":"git-raw-commits-v2.0.10","sha":"ffecaccb6e117afae9f68f1d48ff9a69554da950","kind":"commit","published_at":"2021-01-27T16:36:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10/manifests"},{"name":"conventional-changelog-writer-v5.0.0","sha":"61ef6491add84b841e1797baf09f62bbdd90dcd4","kind":"commit","published_at":"2020-12-30T22:40:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v6.1.0","sha":"3b0fb22b0bb49137b9ecddaeb349f66025205c57","kind":"commit","published_at":"2020-12-30T16:58:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0/manifests"},{"name":"conventional-changelog-core-v4.2.2","sha":"317eeb3137caff69bcc9a67fce3dc67663a010db","kind":"commit","published_at":"2020-12-30T00:53:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2/manifests"},{"name":"conventional-recommended-bump-v6.0.12","sha":"90ecc5d93bfd7626857eda5d240f92393d896be0","kind":"commit","published_at":"2020-12-30T00:43:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12/manifests"},{"name":"git-raw-commits-v2.0.9","sha":"227f3e23af86912c0cd64fdb1a820ac92e5757c5","kind":"commit","published_at":"2020-12-29T23:59:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9/manifests"},{"name":"conventional-changelog-writer-v4.1.0","sha":"77725cfb12ca3ca22abb9421b4af012a49207e7a","kind":"commit","published_at":"2020-12-29T23:41:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0/manifests"},{"name":"conventional-changelog-atom@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8/manifests"},{"name":"conventional-changelog-angular@5.0.12","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12/manifests"},{"name":"conventional-changelog@3.1.24","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24/manifests"},{"name":"git-raw-commits@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8/manifests"},{"name":"standard-changelog@2.0.27","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27/manifests"},{"name":"gulp-conventional-changelog@2.0.35","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35/manifests"},{"name":"git-semver-tags@4.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1/manifests"},{"name":"conventional-recommended-bump@6.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11/manifests"},{"name":"conventional-commits-parser@3.2.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0/manifests"},{"name":"conventional-commits-filter@2.0.7","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7/manifests"},{"name":"conventional-changelog-writer@4.0.18","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18/manifests"},{"name":"conventional-changelog-jshint@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9/manifests"},{"name":"conventional-changelog-jquery@3.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11/manifests"},{"name":"conventional-changelog-express@2.0.6","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9/manifests"},{"name":"conventional-changelog-ember@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9/manifests"},{"name":"conventional-changelog-core@4.2.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.5.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1/manifests"},{"name":"conventional-changelog-v3.1.24","sha":"f8fcbc2e8b0834c29178ace6382b438a020ad828","kind":"commit","published_at":"2020-10-25T02:45:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24/manifests"},{"name":"conventional-recommended-bump@6.0.10","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10/manifests"},{"name":"standard-changelog@2.0.26","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26/manifests"},{"name":"gulp-conventional-changelog@2.0.34","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34/manifests"},{"name":"git-semver-tags@4.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0/manifests"},{"name":"conventional-changelog-core@4.2.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.4.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0/manifests"},{"name":"conventional-changelog-cli@2.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0/manifests"},{"name":"conventional-changelog@3.1.23","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23/manifests"},{"name":"standard-changelog@2.0.25","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25/manifests"},{"name":"conventional-changelog-writer@4.0.17","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17/manifests"},{"name":"conventional-changelog-jshint@2.0.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8/manifests"},{"name":"conventional-changelog-core@4.1.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8/manifests"},{"name":"conventional-changelog@3.1.22","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22/manifests"},{"name":"conventional-changelog-angular@5.0.11","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.35","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35/manifests"},{"name":"gulp-conventional-changelog@2.0.33","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.1","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1/manifests"},{"name":"conventional-changelog-core@4.1.7","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7/manifests"},{"name":"conventional-changelog@3.1.21","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21/manifests"},{"name":"conventional-changelog-writer@4.0.16","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.34","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34/manifests"},{"name":"standard-changelog@2.0.24","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24/manifests"},{"name":"gulp-conventional-changelog@2.0.32","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32/manifests"},{"name":"git-semver-tags@4.0.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.3.4","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4/manifests"},{"name":"standard-changelog@2.0.23","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23/manifests"},{"name":"gulp-conventional-changelog@2.0.31","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31/manifests"},{"name":"conventional-changelog-eslint@3.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.15","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10/manifests"},{"name":"conventional-changelog@3.1.20","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20/manifests"},{"name":"conventional-changelog-atom@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7/manifests"},{"name":"conventional-changelog-cli@2.0.33","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33/manifests"},{"name":"conventional-changelog-codemirror@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0/manifests"},{"name":"conventional-changelog-core@4.1.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6/manifests"},{"name":"conventional-changelog-ember@2.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8/manifests"},{"name":"conventional-commits-filter@2.0.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6/manifests"},{"name":"conventional-commits-parser@3.1.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.9","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9/manifests"},{"name":"git-raw-commits@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7/manifests"},{"name":"conventional-changelog-express@2.0.5","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10/manifests"},{"name":"conventional-changelog-jshint@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7/manifests"},{"name":"conventional-changelog-preset-loader-v2.3.2","sha":"9f6c56cb960a5043823cfb85b9843991201cbb51","kind":"commit","published_at":"2020-05-08T19:21:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v2.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2/manifests"},{"name":"conventional-changelog-core@4.1.5","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5/manifests"},{"name":"gulp-conventional-changelog@2.0.30","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30/manifests"},{"name":"standard-changelog@2.0.22","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22/manifests"},{"name":"conventional-changelog@3.1.19","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19/manifests"},{"name":"conventional-changelog-cli@2.0.32","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32/manifests"},{"name":"conventional-changelog-cli@2.0.31","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31/manifests"},{"name":"standard-changelog@2.0.21","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21/manifests"},{"name":"gulp-conventional-changelog@2.0.29","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29/manifests"},{"name":"conventional-changelog-core@4.1.4","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4/manifests"},{"name":"conventional-changelog@3.1.18","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18/manifests"},{"name":"conventional-changelog@3.1.17","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17/manifests"},{"name":"standard-changelog@2.0.20","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20/manifests"},{"name":"gulp-conventional-changelog@2.0.28","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28/manifests"},{"name":"conventional-changelog-core@4.1.3","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.30","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30/manifests"},{"name":"conventional-changelog-cli@2.0.29","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29/manifests"},{"name":"standard-changelog@2.0.19","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19/manifests"},{"name":"gulp-conventional-changelog@2.0.27","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27/manifests"},{"name":"conventional-changelog-core@4.1.2","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2/manifests"},{"name":"conventional-changelog@3.1.16","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16/manifests"},{"name":"conventional-changelog-cli@2.0.28","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28/manifests"},{"name":"standard-changelog@2.0.18","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18/manifests"},{"name":"gulp-conventional-changelog@2.0.26","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26/manifests"},{"name":"git-semver-tags@3.0.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1/manifests"},{"name":"git-raw-commits@2.0.3","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3/manifests"},{"name":"conventional-recommended-bump@6.0.5","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5/manifests"},{"name":"conventional-commits-parser@3.0.8","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.11","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11/manifests"},{"name":"conventional-changelog-core@4.1.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1/manifests"},{"name":"conventional-changelog@3.1.15","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15/manifests"},{"name":"gulp-conventional-changelog@2.0.25","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25/manifests"},{"name":"conventional-changelog@3.1.14","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14/manifests"},{"name":"conventional-changelog-angular@5.0.6","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6/manifests"},{"name":"conventional-changelog-cli@2.0.27","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.3","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3/manifests"},{"name":"conventional-changelog-core@4.1.0","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0/manifests"},{"name":"conventional-commits-parser@3.0.7","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7/manifests"},{"name":"conventional-recommended-bump@6.0.4","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4/manifests"},{"name":"standard-changelog@2.0.17","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17/manifests"},{"name":"conventional-changelog-cli@2.0.26","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.2","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2/manifests"},{"name":"conventional-changelog-core@4.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3/manifests"},{"name":"conventional-commits-parser@3.0.6","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6/manifests"},{"name":"conventional-recommended-bump@6.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.24","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24/manifests"},{"name":"standard-changelog@2.0.16","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16/manifests"},{"name":"conventional-changelog-writer@4.0.10","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10/manifests"},{"name":"conventional-changelog-preset-loader@2.3.0","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0/manifests"},{"name":"conventional-changelog@3.1.13","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13/manifests"},{"name":"conventional-changelog-jshint@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.9","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9/manifests"},{"name":"conventional-commits-parser@3.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5/manifests"},{"name":"conventional-changelog@3.1.12","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12/manifests"},{"name":"conventional-recommended-bump@6.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.23","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23/manifests"},{"name":"standard-changelog@2.0.15","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5/manifests"},{"name":"conventional-changelog-atom@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.25","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25/manifests"},{"name":"conventional-changelog-codemirror@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.1","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1/manifests"},{"name":"conventional-changelog-core@4.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2/manifests"},{"name":"conventional-changelog-ember@2.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4/manifests"},{"name":"conventional-changelog-eslint@3.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.6","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6/manifests"},{"name":"standard-changelog@2.0.14","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14/manifests"},{"name":"gulp-conventional-changelog@2.0.22","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22/manifests"},{"name":"conventional-recommended-bump@6.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1/manifests"},{"name":"conventional-commits-parser@3.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4/manifests"},{"name":"conventional-changelog-writer@4.0.8","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8/manifests"},{"name":"conventional-changelog-jshint@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.5","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5/manifests"},{"name":"conventional-changelog-eslint@3.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3/manifests"},{"name":"conventional-changelog-ember@2.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3/manifests"},{"name":"conventional-changelog-core@4.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.0","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.24","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24/manifests"},{"name":"conventional-changelog-atom@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4/manifests"},{"name":"conventional-changelog@3.1.11","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11/manifests"},{"name":"conventional-changelog-preset-loader@2.2.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0/manifests"},{"name":"standard-changelog@2.0.13","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13/manifests"},{"name":"gulp-conventional-changelog@2.0.21","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21/manifests"},{"name":"git-semver-tags@3.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0/manifests"},{"name":"conventional-recommended-bump@6.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.7","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7/manifests"},{"name":"conventional-changelog@3.1.10","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10/manifests"},{"name":"conventional-changelog-cli@2.0.23","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23/manifests"},{"name":"conventional-changelog-conventionalcommits@4.1.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0/manifests"},{"name":"conventional-changelog-core@4.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.1","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.0.0","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0/manifests"},{"name":"conventional-changelog-core@3.2.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3/manifests"},{"name":"conventional-changelog-writer@4.0.6","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6/manifests"},{"name":"conventional-commits-parser@3.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3/manifests"},{"name":"conventional-changelog@3.1.9","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9/manifests"},{"name":"standard-changelog@2.0.12","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.20","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20/manifests"},{"name":"git-semver-tags@2.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.22","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22/manifests"},{"name":"standard-changelog@2.0.11","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11/manifests"},{"name":"conventional-changelog@3.1.8","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8/manifests"},{"name":"conventional-changelog-cli@2.0.21","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.2","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.19","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19/manifests"},{"name":"conventional-changelog@3.1.7","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7/manifests"},{"name":"conventional-changelog-cli@2.0.20","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.1","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.18","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18/manifests"},{"name":"conventional-changelog-cli@2.0.19","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.17","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17/manifests"},{"name":"conventional-changelog@3.1.6","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6/manifests"},{"name":"conventional-changelog@3.1.5","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5/manifests"},{"name":"conventional-changelog-conventionalcommits@2.0.0","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.16","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.18","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.2","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.17","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17/manifests"},{"name":"conventional-changelog@3.1.4","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.15","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15/manifests"},{"name":"conventional-changelog-writer@4.0.5","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5/manifests"},{"name":"standard-changelog@2.0.10","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10/manifests"},{"name":"gulp-conventional-changelog@2.0.14","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14/manifests"},{"name":"conventional-changelog@3.1.3","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3/manifests"},{"name":"conventional-changelog-core@3.2.2","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2/manifests"},{"name":"conventional-changelog-cli@2.0.16","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.15","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15/manifests"},{"name":"standard-changelog@2.0.9","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.1.2","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2/manifests"},{"name":"conventional-changelog-core@3.2.1","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1/manifests"},{"name":"gulp-conventional-changelog@2.0.13","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13/manifests"},{"name":"conventional-changelog@3.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1/manifests"},{"name":"gulp-conventional-changelog@2.0.12","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12/manifests"},{"name":"conventional-recommended-bump@4.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1/manifests"},{"name":"conventional-changelog-preset-loader@2.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.14","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14/manifests"},{"name":"conventional-changelog-preset-loader@2.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0/manifests"},{"name":"conventional-changelog-writer@4.0.4","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4/manifests"},{"name":"conventional-commits-filter@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2/manifests"},{"name":"conventional-commits-parser@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2/manifests"},{"name":"conventional-recommended-bump@4.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0/manifests"},{"name":"gulp-conventional-changelog@2.0.11","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11/manifests"},{"name":"standard-changelog@2.0.8","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8/manifests"},{"name":"git-raw-commits@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2/manifests"},{"name":"conventional-changelog@3.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0/manifests"},{"name":"conventional-changelog-cli@2.0.13","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0/manifests"},{"name":"conventional-changelog-core@3.2.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0/manifests"},{"name":"conventional-changelog-eslint@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2/manifests"},{"name":"standard-changelog@2.0.7","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6/manifests"},{"name":"conventional-changelog-angular@5.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.12","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.10","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10/manifests"},{"name":"conventional-changelog-writer@4.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3/manifests"},{"name":"conventional-changelog-core@3.1.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6/manifests"},{"name":"conventional-recommended-bump@4.0.4","sha":"da729f68f9dc581623deb587c705ef65d189a9f4","kind":"tag","published_at":"2018-11-01T06:56:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4/manifests"},{"name":"standard-changelog@2.0.6","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6/manifests"},{"name":"conventional-changelog-core@3.1.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5/manifests"},{"name":"conventional-changelog-writer@4.0.2","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.9","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.0.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.11","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.10","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10/manifests"},{"name":"conventional-changelog-core@3.1.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.8","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8/manifests"},{"name":"conventional-changelog@3.0.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4/manifests"},{"name":"git-semver-tags@2.0.2","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.3","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3/manifests"},{"name":"standard-changelog@2.0.5","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5/manifests"},{"name":"standard-changelog@2.0.4","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.7","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3/manifests"},{"name":"conventional-changelog-core@3.1.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.9","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9/manifests"},{"name":"standard-changelog@2.0.3","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.8","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8/manifests"},{"name":"conventional-changelog-core@3.1.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2/manifests"},{"name":"gulp-conventional-changelog@2.0.6","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6/manifests"},{"name":"conventional-changelog@3.0.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.5","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.7","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7/manifests"},{"name":"conventional-changelog@3.0.1","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1/manifests"},{"name":"standard-changelog@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4/manifests"},{"name":"git-semver-tags@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1/manifests"},{"name":"git-raw-commits@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2/manifests"},{"name":"conventional-commits-parser@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1/manifests"},{"name":"conventional-commits-filter@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1/manifests"},{"name":"conventional-changelog-writer@4.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1/manifests"},{"name":"conventional-changelog-preset-loader@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4/manifests"},{"name":"conventional-changelog-express@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1/manifests"},{"name":"conventional-changelog-eslint@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2/manifests"},{"name":"conventional-changelog-core@3.1.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1/manifests"},{"name":"conventional-changelog-codemirror@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.6","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6/manifests"},{"name":"conventional-changelog-atom@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1/manifests"},{"name":"conventional-changelog-angular@5.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2/manifests"},{"name":"conventional-changelog@3.0.0","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.5","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.3","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.2","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.4","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3/manifests"},{"name":"standard-changelog@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3/manifests"},{"name":"conventional-changelog-core@3.1.0","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0/manifests"},{"name":"conventional-changelog-ember@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1/manifests"},{"name":"conventional-changelog-jquery@3.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1/manifests"},{"name":"conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0/manifests"},{"name":"conventional-recommended-bump@4.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0/manifests"},{"name":"conventional-changelog-jquery@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0/manifests"},{"name":"conventional-changelog-express@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0/manifests"},{"name":"conventional-changelog-eslint@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0/manifests"},{"name":"conventional-changelog-ember@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1/manifests"},{"name":"conventional-changelog-atom@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1/manifests"},{"name":"conventional-changelog-angular@4.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1/manifests"},{"name":"conventional-changelog-jquery@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0/manifests"},{"name":"conventional-changelog-jshint@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0/manifests"},{"name":"standard-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0/manifests"},{"name":"conventional-recommended-bump@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0/manifests"},{"name":"conventional-commits-parser@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0/manifests"},{"name":"conventional-commits-filter@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0/manifests"},{"name":"conventional-changelog-ember@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0/manifests"},{"name":"conventional-changelog-express@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0/manifests"},{"name":"git-semver-tags@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0/manifests"},{"name":"git-raw-commits@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0/manifests"},{"name":"conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-angular@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0/manifests"},{"name":"conventional-changelog-atom@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0/manifests"},{"name":"conventional-changelog-core@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0/manifests"},{"name":"conventional-changelog-eslint@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-core@2.0.11","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11/manifests"},{"name":"conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-cli@1.3.22","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22/manifests"},{"name":"conventional-changelog-ember@0.3.12","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12/manifests"},{"name":"conventional-recommended-bump@2.0.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9/manifests"},{"name":"conventional-changelog-angular@3.0.7","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7/manifests"},{"name":"gulp-conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24/manifests"},{"name":"standard-changelog@1.0.19","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19/manifests"},{"name":"conventional-changelog-jquery@1.3.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9/manifests"},{"name":"conventional-changelog-angular@3.0.6","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6/manifests"},{"name":"standard-changelog@1.0.18","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18/manifests"},{"name":"gulp-conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-writer@3.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9/manifests"},{"name":"conventional-changelog-jshint@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8/manifests"},{"name":"conventional-changelog-jquery@1.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8/manifests"},{"name":"conventional-changelog-eslint@1.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9/manifests"},{"name":"conventional-changelog-ember@0.3.11","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11/manifests"},{"name":"conventional-changelog-core@2.0.10","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10/manifests"},{"name":"conventional-changelog-codemirror@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8/manifests"},{"name":"conventional-changelog-cli@1.3.21","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21/manifests"},{"name":"conventional-changelog-atom@0.2.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8/manifests"},{"name":"conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23/manifests"},{"name":"gulp-conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-core@2.0.9","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9/manifests"},{"name":"conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-cli@1.3.20","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20/manifests"},{"name":"conventional-changelog-writer@3.0.8","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8/manifests"},{"name":"standard-changelog@1.0.17","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17/manifests"},{"name":"conventional-changelog-angular@3.0.5","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.10","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10/manifests"},{"name":"conventional-changelog-cli@1.3.19","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19/manifests"},{"name":"conventional-changelog-angular@3.0.4","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4/manifests"},{"name":"conventional-changelog-atom@0.2.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7/manifests"},{"name":"conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-core@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.9","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9/manifests"},{"name":"conventional-changelog-eslint@1.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8/manifests"},{"name":"conventional-changelog-express@0.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6/manifests"},{"name":"conventional-changelog-jquery@1.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7/manifests"},{"name":"conventional-changelog-preset-loader@1.1.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8/manifests"},{"name":"conventional-changelog-writer@3.0.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7/manifests"},{"name":"conventional-commits-parser@2.1.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7/manifests"},{"name":"conventional-recommended-bump@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8/manifests"},{"name":"git-raw-commits@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6/manifests"},{"name":"git-semver-tags@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21/manifests"},{"name":"standard-changelog@1.0.16","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16/manifests"},{"name":"conventional-changelog-codemirror@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6/manifests"},{"name":"conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-core@2.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7/manifests"},{"name":"conventional-changelog-codemirror@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6/manifests"},{"name":"conventional-changelog-cli@1.3.18","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18/manifests"},{"name":"conventional-changelog-ember@0.3.8","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8/manifests"},{"name":"conventional-changelog-writer@3.0.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6/manifests"},{"name":"conventional-changelog-atom@0.2.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6/manifests"},{"name":"conventional-changelog-eslint@1.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7/manifests"},{"name":"standard-changelog@1.0.15","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15/manifests"},{"name":"conventional-changelog-angular@3.0.3","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3/manifests"},{"name":"conventional-changelog-jquery@1.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-angular@3.0.2","sha":"1cc079df803f58b52c8aa997fff43e9c162266e7","kind":"tag","published_at":"2018-03-22T14:14:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2/manifests"},{"name":"conventional-changelog-ember@0.3.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7/manifests"},{"name":"standard-changelog@1.0.14","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14/manifests"},{"name":"gulp-conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19/manifests"},{"name":"git-semver-tags@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5/manifests"},{"name":"git-raw-commits@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7/manifests"},{"name":"conventional-commits-parser@2.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6/manifests"},{"name":"conventional-commits-filter@1.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5/manifests"},{"name":"conventional-changelog-preset-loader@1.1.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7/manifests"},{"name":"conventional-changelog-jshint@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5/manifests"},{"name":"conventional-changelog-jquery@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5/manifests"},{"name":"conventional-changelog-express@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6/manifests"},{"name":"conventional-changelog-core@2.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5/manifests"},{"name":"conventional-changelog-cli@1.3.17","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17/manifests"},{"name":"conventional-changelog-atom@0.2.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5/manifests"},{"name":"conventional-changelog-angular@3.0.1","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1/manifests"},{"name":"conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19/manifests"},{"name":"conventional-changelog-angular@3.0.0","sha":"49997aaba373502e5b38bd366846934641e95799","kind":"tag","published_at":"2018-03-22T13:45:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.16","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16/manifests"},{"name":"conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18/manifests"},{"name":"gulp-conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-eslint@1.0.5","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5/manifests"},{"name":"conventional-changelog-cli@1.3.15","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15/manifests"},{"name":"conventional-changelog-codemirror@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4/manifests"},{"name":"conventional-changelog-express@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4/manifests"},{"name":"conventional-changelog-jquery@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4/manifests"},{"name":"conventional-changelog-jshint@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4/manifests"},{"name":"conventional-commits-filter@1.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5/manifests"},{"name":"conventional-commits-parser@2.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5/manifests"},{"name":"conventional-recommended-bump@2.0.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6/manifests"},{"name":"standard-changelog@1.0.13","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13/manifests"},{"name":"gulp-conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17/manifests"},{"name":"git-semver-tags@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4/manifests"},{"name":"git-raw-commits@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4/manifests"},{"name":"conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17/manifests"},{"name":"conventional-changelog-angular@1.6.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6/manifests"},{"name":"conventional-changelog-atom@0.2.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4/manifests"},{"name":"gulp-conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog-angular@1.6.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5/manifests"},{"name":"conventional-changelog-atom@0.2.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3/manifests"},{"name":"conventional-changelog-cli@1.3.14","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14/manifests"},{"name":"conventional-changelog-codemirror@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4/manifests"},{"name":"conventional-changelog-ember@0.3.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3/manifests"},{"name":"conventional-changelog-express@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3/manifests"},{"name":"conventional-changelog-jshint@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5/manifests"},{"name":"conventional-changelog-writer@3.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3/manifests"},{"name":"conventional-commits-filter@1.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4/manifests"},{"name":"conventional-commits-parser@2.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4/manifests"},{"name":"conventional-recommended-bump@2.0.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5/manifests"},{"name":"git-raw-commits@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3/manifests"},{"name":"git-semver-tags@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3/manifests"},{"name":"standard-changelog@1.0.12","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12/manifests"},{"name":"conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15/manifests"},{"name":"gulp-conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15/manifests"},{"name":"conventional-recommended-bump@2.0.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4/manifests"},{"name":"conventional-changelog-cli@1.3.13","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13/manifests"},{"name":"conventional-changelog-preset-loader@1.1.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4/manifests"},{"name":"git-raw-commits@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2/manifests"},{"name":"standard-changelog@1.0.11","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11/manifests"},{"name":"conventional-recommended-bump@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3/manifests"},{"name":"gulp-conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14/manifests"},{"name":"git-semver-tags@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2/manifests"},{"name":"conventional-changelog-eslint@1.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2/manifests"},{"name":"conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14/manifests"},{"name":"conventional-changelog-angular@1.6.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4/manifests"},{"name":"conventional-changelog-atom@0.2.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2/manifests"},{"name":"conventional-changelog-cli@1.3.12","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12/manifests"},{"name":"conventional-changelog-codemirror@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2/manifests"},{"name":"conventional-changelog-core@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.3.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4/manifests"},{"name":"conventional-changelog-express@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2/manifests"},{"name":"conventional-changelog-jquery@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2/manifests"},{"name":"conventional-changelog-jshint@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3/manifests"},{"name":"conventional-commits-filter@1.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3/manifests"},{"name":"conventional-changelog-writer@3.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13/manifests"},{"name":"standard-changelog@1.0.10","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10/manifests"},{"name":"git-raw-commits@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1/manifests"},{"name":"conventional-commits-parser@2.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2/manifests"},{"name":"conventional-changelog-writer@3.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1/manifests"},{"name":"conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13/manifests"},{"name":"conventional-commits-filter@1.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2/manifests"},{"name":"conventional-recommended-bump@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2/manifests"},{"name":"git-semver-tags@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1/manifests"},{"name":"conventional-changelog-core@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2/manifests"},{"name":"conventional-changelog-codemirror@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1/manifests"},{"name":"conventional-changelog-angular@1.6.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3/manifests"},{"name":"conventional-changelog-cli@1.3.11","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11/manifests"},{"name":"conventional-changelog-atom@0.2.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1/manifests"},{"name":"conventional-changelog-ember@0.3.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1/manifests"},{"name":"conventional-changelog-express@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3/manifests"},{"name":"conventional-changelog-jshint@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1/manifests"},{"name":"conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12/manifests"},{"name":"gulp-conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12/manifests"},{"name":"conventional-changelog-cli@1.3.10","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10/manifests"},{"name":"conventional-recommended-bump@2.0.1","sha":"a4f0aa902d3e966fe6d6b1d46f2130838524cfbf","kind":"tag","published_at":"2018-02-12T14:54:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1/manifests"},{"name":"conventional-recommended-bump@2.0.0","sha":"9885d205ed96338575335652d006f475408e1195","kind":"tag","published_at":"2018-02-12T14:30:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0/manifests"},{"name":"conventional-changelog-preset-loader@1.1.2","sha":"a450d974237d440009ec3fb4c63974cf066e8f79","kind":"tag","published_at":"2018-02-12T04:07:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.1","sha":"5af1f00dcc4e1f9c3299bc7feb322a88b711f042","kind":"tag","published_at":"2018-02-09T04:17:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.0","sha":"c3eb36dbc52f383df6f3dcf3a3870b01ceee0b8b","kind":"tag","published_at":"2018-02-08T14:46:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0/manifests"},{"name":"conventional-changelog-ember@0.3.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1/manifests"},{"name":"conventional-changelog-angular@1.6.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2/manifests"},{"name":"gulp-conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11/manifests"},{"name":"standard-changelog@1.0.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9/manifests"},{"name":"conventional-recommended-bump@1.2.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1/manifests"},{"name":"conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11/manifests"},{"name":"conventional-changelog-cli@1.3.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9/manifests"},{"name":"conventional-changelog-core@2.0.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1/manifests"},{"name":"gulp-conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10/manifests"},{"name":"standard-changelog@1.0.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8/manifests"},{"name":"git-semver-tags@1.3.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.2.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0/manifests"},{"name":"conventional-changelog-writer@3.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0/manifests"},{"name":"conventional-changelog-eslint@1.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.3.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1/manifests"},{"name":"conventional-changelog-core@2.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8/manifests"},{"name":"conventional-changelog-angular@1.6.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1/manifests"},{"name":"conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10/manifests"},{"name":"conventional-changelog-core@1.9.5","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5/manifests"},{"name":"conventional-changelog-ember@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0/manifests"},{"name":"conventional-changelog-eslint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0/manifests"},{"name":"conventional-changelog-cli@1.3.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7/manifests"},{"name":"conventional-changelog-express@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0/manifests"},{"name":"conventional-changelog-jquery@1.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0/manifests"},{"name":"conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-jshint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0/manifests"},{"name":"gulp-conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9/manifests"},{"name":"standard-changelog@1.0.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7/manifests"},{"name":"conventional-changelog-angular@1.6.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0/manifests"},{"name":"conventional-changelog-codemirror@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0/manifests"},{"name":"conventional-changelog-atom@0.2.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0/manifests"},{"name":"conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8/manifests"},{"name":"standard-changelog@1.0.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6/manifests"},{"name":"gulp-conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8/manifests"},{"name":"conventional-recommended-bump@1.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0/manifests"},{"name":"conventional-commits-parser@2.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0/manifests"},{"name":"conventional-commits-filter@1.1.1","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1/manifests"},{"name":"conventional-changelog-writer@2.0.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.2.10","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10/manifests"},{"name":"conventional-changelog-core@1.9.4","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4/manifests"},{"name":"conventional-changelog-cli@1.3.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6/manifests"},{"name":"conventional-changelog-angular@1.5.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3/manifests"},{"name":"conventional-changelog-ember@0.2.9","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9/manifests"},{"name":"standard-changelog@1.0.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5/manifests"},{"name":"gulp-conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7/manifests"},{"name":"git-semver-tags@1.2.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3/manifests"},{"name":"git-raw-commits@1.3.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.0.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3/manifests"},{"name":"conventional-commits-parser@2.0.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1/manifests"},{"name":"conventional-commits-filter@1.1.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0/manifests"},{"name":"conventional-changelog-writer@2.0.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2/manifests"},{"name":"conventional-changelog-jshint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1/manifests"},{"name":"conventional-changelog-jquery@1.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1/manifests"},{"name":"conventional-changelog-express@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1/manifests"},{"name":"conventional-changelog-eslint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1/manifests"},{"name":"conventional-changelog-core@1.9.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3/manifests"},{"name":"conventional-changelog-codemirror@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1/manifests"},{"name":"conventional-changelog-cli@1.3.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5/manifests"},{"name":"conventional-changelog-atom@0.1.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2/manifests"},{"name":"conventional-changelog-angular@1.5.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2/manifests"},{"name":"conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7/manifests"},{"name":"@marionebl/conventional-commits-parser@3.0.0","sha":"edf4068ce4c3ea6ac5b61323473ab655be5eb895","kind":"tag","published_at":"2017-11-01T07:09:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/@marionebl/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/@marionebl/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4/manifests"},{"name":"git-semver-tags@1.2.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2/manifests"},{"name":"conventional-recommended-bump@1.0.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-ember@0.2.8","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8/manifests"},{"name":"conventional-changelog-core@1.9.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2/manifests"},{"name":"standard-changelog@1.0.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4/manifests"},{"name":"conventional-changelog-angular@1.5.1","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1/manifests"},{"name":"conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6/manifests"},{"name":"standard-changelog@1.0.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3/manifests"},{"name":"conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-angular@1.5.0","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0/manifests"},{"name":"conventional-changelog-cli@1.3.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3/manifests"},{"name":"gulp-conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-writer@2.0.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1/manifests"},{"name":"conventional-changelog-core@1.9.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1/manifests"},{"name":"conventional-changelog-ember@0.2.7","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7/manifests"},{"name":"git-semver-tags@1.2.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1/manifests"},{"name":"conventional-changelog-jshint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0/manifests"},{"name":"conventional-changelog-jquery@1.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0/manifests"},{"name":"conventional-changelog-express@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0/manifests"},{"name":"conventional-changelog-eslint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0/manifests"},{"name":"conventional-commits-parser@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0/manifests"},{"name":"conventional-changelog-writer@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1/manifests"},{"name":"conventional-changelog-core@1.9.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0/manifests"},{"name":"conventional-changelog-codemirror@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0/manifests"},{"name":"conventional-changelog-cli@1.3.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2/manifests"},{"name":"conventional-changelog-atom@0.1.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1/manifests"},{"name":"conventional-changelog-angular@1.4.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0/manifests"},{"name":"conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4/manifests"},{"name":"gulp-conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4/manifests"},{"name":"standard-changelog@1.0.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2/manifests"},{"name":"conventional-changelog-ember@0.2.6","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6/manifests"},{"name":"conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3/manifests"},{"name":"conventional-changelog-angular@1.3.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3/manifests"},{"name":"conventional-changelog-cli@1.3.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1/manifests"},{"name":"conventional-changelog-core@1.8.0","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.8.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0/manifests"},{"name":"conventional-changelog-ember@0.2.5","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5/manifests"},{"name":"gulp-conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3/manifests"},{"name":"standard-changelog@1.0.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1/manifests"},{"name":"git-semver-tags@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0/manifests"},{"name":"standard-changelog@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2/manifests"},{"name":"git-raw-commits@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0/manifests"},{"name":"conventional-recommended-bump@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.2.4","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4/manifests"},{"name":"conventional-changelog-core@1.7.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.7.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0/manifests"},{"name":"conventional-changelog-cli@1.3.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0/manifests"},{"name":"conventional-changelog-angular@1.3.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2/manifests"},{"name":"conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2/manifests"},{"name":"gulp-conventional-changelog@1.1.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"tag","published_at":"2017-03-10T05:35:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0/manifests"},{"name":"standard-changelog@0.0.2","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@0.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-ember@0.2.3","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3/manifests"},{"name":"conventional-changelog-core@1.6.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0/manifests"},{"name":"conventional-changelog-angular@1.3.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1/manifests"},{"name":"conventional-changelog-cli@1.2.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1/manifests"},{"name":"conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-cli@1.2.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:01:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0/manifests"},{"name":"conventional-changelog-core@1.5.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:00:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0/manifests"},{"name":"git-raw-commits@1.1.2","sha":"f5fe78b1f15791cb0499744bf278dff22b52732f","kind":"tag","published_at":"2017-03-09T07:37:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2/manifests"},{"name":"git-semver-tags@1.1.2","sha":"7be07c7c0f49572b1c0e9c98f004b599d8b5bb1a","kind":"tag","published_at":"2017-03-09T07:35:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2/manifests"},{"name":"v1.1.0","sha":"600d411569271467389c3cbe71f7f657980e89a1","kind":"tag","published_at":"2016-02-13T06:59:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"9591280a8d09220aced3383abe3bc7ecbb34b503","kind":"tag","published_at":"2016-02-13T06:37:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"beef421f56939190a4ca30c28788eda1b3f9480d","kind":"tag","published_at":"2016-02-05T13:49:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"c8e90ab7fddd0b98855913e73fc12f9dc9dc81b1","kind":"tag","published_at":"2016-02-05T12:59:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0/manifests"},{"name":"v0.5.3","sha":"d79ce243223260b153699b99de0503698546ea63","kind":"tag","published_at":"2015-12-25T05:07:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"9e7b771072a2680c6c335fcad38003aade53213e","kind":"tag","published_at":"2015-12-23T12:24:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"4bf7d8df29f7be29552b82ec2b7112fad0c39a3e","kind":"tag","published_at":"2015-10-20T09:52:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"5ca2204b472704543ebbc744a22f8f90ec659659","kind":"tag","published_at":"2015-09-30T08:49:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"e5f2f3bc675e2c7e5cc6aa0ed50da7941833e492","kind":"tag","published_at":"2015-09-04T03:16:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"7536a0b351cc4f2764e71cbc268a178ab595259d","kind":"tag","published_at":"2015-08-17T01:28:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"56fa3d92620a41a875b3337fa51d04d6df23b1a8","kind":"tag","published_at":"2015-08-15T12:34:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"eefec0ef598a92e78510ee8626fd9bbcdb1398e4","kind":"tag","published_at":"2015-08-15T11:19:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0/manifests"},{"name":"v0.3.2","sha":"74b99dca61eafd56ba93605016b086a1108e77fe","kind":"tag","published_at":"2015-08-13T03:12:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"a1aca9c31a45aded77962bd0defc32e503aec213","kind":"commit","published_at":"2015-08-11T06:23:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"b489672d27ff703337c540f0fbc43f6486a84d99","kind":"commit","published_at":"2015-08-09T03:27:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"12e3cd6b151353dbe7f584adabbe5dd8a28424db","kind":"commit","published_at":"2015-07-24T08:13:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"f437b457b5ea6c105535a360144000f8315db54d","kind":"commit","published_at":"2015-07-24T04:54:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0/manifests"},{"name":"v0.1.3","sha":"c8fa9d0b94f8ac07f162623e4b9e9e68aad82e62","kind":"commit","published_at":"2015-07-22T11:06:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"6ba5d6e4b90a154dbca6ec0f80c66ad5995cd770","kind":"commit","published_at":"2015-07-22T07:10:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c015f8762f70eff2be7b8d7fb82438689239d717","kind":"commit","published_at":"2015-07-20T07:55:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"7253d0fea773e3f7cc0a3fb8278c9da070df26ee","kind":"commit","published_at":"2015-07-20T07:12:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.3","sha":"0c9f1e89bfacec8e08bac8ef96d64e3abdbecda7","kind":"commit","published_at":"2015-07-17T11:02:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"fec1baf43b8c0156682d4014a4fd066bd24ad448","kind":"commit","published_at":"2015-07-17T06:23:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"a5ea0dfada48601b9e3fbec78dd37d70380a2db6","kind":"commit","published_at":"2015-07-15T08:03:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1/manifests"},{"name":"v0.1.0-alpha.3","sha":"9b6cc68a2c17c9671363fe7af5de7ebd3a06aaeb","kind":"commit","published_at":"2015-07-06T01:27:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3/manifests"},{"name":"v0.1.0-alpha.2","sha":"34b0f460c34ecc48af857d8ee5d7038970ba56fb","kind":"commit","published_at":"2015-06-29T12:04:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2/manifests"},{"name":"v0.1.0-alpha.1","sha":"05b3415fc699ab43f3fa33b5ecd040ab5ecdf9e2","kind":"commit","published_at":"2015-06-24T04:42:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1/manifests"},{"name":"v0.0.17","sha":"3cae05244e48af9cf4abbef3114060db585a574c","kind":"commit","published_at":"2015-04-03T02:12:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"c0719ce6ba16778dd34c2cfdc81e7f3c5321409d","kind":"commit","published_at":"2015-03-19T04:15:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"57af04dc3e362c0e327b716279c9143028c6e0da","kind":"commit","published_at":"2015-03-18T20:23:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"69be290efb58a6a92e9ae78d7b37168d293920b5","kind":"commit","published_at":"2015-03-13T21:22:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"15a39d02ba3d666e7820eecbb8c5493ef2f6040a","kind":"commit","published_at":"2015-03-12T23:17:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13/manifests"},{"name":"v0.0.11","sha":"37f5561553c30d8f0f2c949502ea278da64949cd","kind":"tag","published_at":"2014-05-28T13:14:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"ad6f6ec5499d2c902b88da95487862d50e5ad776","kind":"tag","published_at":"2014-05-28T12:51:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"87efbabd9bc2a0fd83255e6cb856961b10aef9eb","kind":"tag","published_at":"2014-05-06T17:11:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"94b12cf69c51264b1edb6c81b50a262f0536894b","kind":"tag","published_at":"2014-04-10T14:45:48.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"1cf17e494fd7d8538c55189c72c0cf57d145ef41","kind":"tag","published_at":"2014-04-10T14:06:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"861f9ec93de28be4185b35815c2b6ab17746eb3f","kind":"commit","published_at":"2014-01-23T19:39:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"3f59f7356c86f30ef8e8754386373c2a8f97b367","kind":"commit","published_at":"2014-01-23T18:59:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6fa2c22464dcd964df604550c2ce2ed1d2f4362b","kind":"commit","published_at":"2014-01-04T21:36:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4/manifests"}]},"repo_metadata_updated_at":"2024-10-30T01:55:06.857Z","dependent_packages_count":461,"downloads":28126119,"downloads_period":"last-month","dependent_repos_count":140459,"rankings":{"downloads":0.07170388312939274,"dependent_repos_count":0.08447613731181582,"dependent_packages_count":0.12187002565964848,"stargazers_count":1.154472815396108,"forks_count":1.396504006357065,"docker_downloads_count":0.2583580539005932,"average":0.5145641536257705},"purl":"pkg:npm/conventional-commits-filter","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/conventional-commits-filter","docker_dependents_count":1047,"docker_downloads_count":111550654,"usage_url":"https://repos.ecosyste.ms/usage/npm/conventional-commits-filter","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/conventional-commits-filter/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-10-29T18:02:55.825Z","issues_count":181,"pull_requests_count":485,"avg_time_to_close_issue":20290008.44047619,"avg_time_to_close_pull_request":6351261.275949367,"issues_closed_count":84,"pull_requests_closed_count":395,"pull_request_authors_count":71,"issue_authors_count":111,"avg_comments_per_issue":2.0994475138121547,"avg_comments_per_pull_request":1.31340206185567,"merged_pull_requests_count":306,"bot_issues_count":3,"bot_pull_requests_count":234,"past_year_issues_count":63,"past_year_pull_requests_count":160,"past_year_avg_time_to_close_issue":562479.2894736842,"past_year_avg_time_to_close_pull_request":1292364.6666666667,"past_year_issues_closed_count":38,"past_year_pull_requests_closed_count":129,"past_year_pull_request_authors_count":19,"past_year_issue_authors_count":37,"past_year_avg_comments_per_issue":1.4603174603174602,"past_year_avg_comments_per_pull_request":1.15,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":61,"past_year_merged_pull_requests_count":108,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues","maintainers":[{"login":"dangreen","count":83,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"},{"login":"bcoe","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bcoe"},{"login":"tommywo","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tommywo"}],"active_maintainers":[{"login":"dangreen","count":70,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-commits-filter/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-commits-filter/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-commits-filter/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-commits-filter/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-commits-filter/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-commits-filter/codemeta","maintainers":[{"uuid":"stevemao","login":"stevemao","name":null,"email":"steve.mao@healthinteract.com.au","url":null,"packages_count":167,"html_url":"https://www.npmjs.com/~stevemao","role":null,"created_at":"2022-11-10T11:39:37.038Z","updated_at":"2022-11-10T11:39:37.038Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/stevemao/packages"},{"uuid":"bcoe","login":"bcoe","name":null,"email":"bencoe@gmail.com","url":null,"packages_count":557,"html_url":"https://www.npmjs.com/~bcoe","role":null,"created_at":"2022-11-10T11:39:37.024Z","updated_at":"2022-11-10T11:39:37.024Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/bcoe/packages"},{"uuid":"oss-bot","login":"oss-bot","name":null,"email":"bencoe+oss-bot@gmail.com","url":null,"packages_count":57,"html_url":"https://www.npmjs.com/~oss-bot","role":null,"created_at":"2022-11-10T11:39:36.996Z","updated_at":"2022-11-10T11:39:36.996Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/oss-bot/packages"},{"uuid":"tapppi","login":"tapppi","name":null,"email":"moilanen.tapani@gmail.com","url":null,"packages_count":27,"html_url":"https://www.npmjs.com/~tapppi","role":null,"created_at":"2022-11-10T11:39:37.044Z","updated_at":"2022-11-10T11:39:37.044Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/tapppi/packages"},{"uuid":"dangreen","login":"dangreen","name":null,"email":"danon0404@gmail.com","url":null,"packages_count":110,"html_url":"https://www.npmjs.com/~dangreen","role":null,"created_at":"2026-02-10T17:38:32.123Z","updated_at":"2026-02-10T17:38:32.123Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/dangreen/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5644415,"maintainers_count":1200486,"namespaces_count":399623,"keywords_count":847874,"github":"npm","metadata":{"funded_packages_count":171745},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-06-10T05:11:46.456Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":1555049,"name":"conventional-recommended-bump","ecosystem":"npm","description":"Get a recommended version bump based on conventional commits.","homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-recommended-bump#readme","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":["conventional-recommended-bump","recommend","conventional","bump"],"namespace":null,"versions_count":52,"first_release_published_at":"2015-06-17T03:50:44.787Z","latest_release_published_at":"2025-06-07T17:09:31.436Z","latest_release_number":"11.2.0","last_synced_at":"2026-06-13T12:22:57.726Z","created_at":"2022-04-09T05:41:38.579Z","updated_at":"2026-06-13T12:22:57.726Z","registry_url":"https://www.npmjs.com/package/conventional-recommended-bump","install_command":"npm install conventional-recommended-bump","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"next":"6.0.11","latest":"11.2.0"}},"repo_metadata":{"id":12961414,"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2024-06-18T04:54:14.000Z","size":5832,"stargazers_count":7627,"open_issues_count":249,"forks_count":715,"subscribers_count":58,"default_branch":"master","last_synced_at":"2024-06-19T09:40:31.278Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2024-06-19T09:40:44.711Z","dependencies_parsed_at":"2022-07-13T10:30:31.523Z","dependency_job_id":"5f6d159e-c4c6-405b-9fa7-976ffc4dfa04","html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1464,"total_committers":136,"mean_commits":"10.764705882352942","dds":"0.40095628415300544","last_synced_commit":"58f0887283a200d52e49607baf7b352f26177b05"},"previous_names":["ajoslin/conventional-changelog"],"tags_count":777,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":215686924,"owners_count":15916249,"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"},"owner_record":{"login":"conventional-changelog","name":"conventional-changelog","uuid":"16443515","kind":"organization","description":"Tools to generate changelogs and release notes from a project's commit messages and metadata.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16443515?v=4","repositories_count":12,"last_synced_at":"2024-03-25T20:05:25.442Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/conventional-changelog","funding_links":[],"total_stars":31480,"followers":325,"following":0,"created_at":"2022-11-02T16:25:21.572Z","updated_at":"2024-03-25T20:05:26.809Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog/repositories"},"tags":[{"name":"git-client-v1.0.1","sha":"d3b8aaa16337993bbad4d91db1ffac5a7568756b","kind":"commit","published_at":"2024-05-06T14:46:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1/manifests"},{"name":"conventional-changelog-v6.0.0","sha":"83bb15ba5de08f080884fc906c6db3c99c8b2131","kind":"commit","published_at":"2024-04-26T22:08:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0/manifests"},{"name":"conventional-changelog-core-v8.0.0","sha":"7bc92fc05e4447f311ad52b6e39d36f461eaf083","kind":"commit","published_at":"2024-04-26T22:07:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v8.0.0","sha":"3129c812139bf7454a64b4d506e6b85cd5abc77c","kind":"commit","published_at":"2024-04-26T22:06:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0/manifests"},{"name":"git-semver-tags-v8.0.0","sha":"fbd1b3bcd6253a32de89eb21145c2eb70d9396b6","kind":"commit","published_at":"2024-04-26T22:05:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v5.0.0","sha":"e34c96db3dbebedb17a6583aae8855dddd056f83","kind":"commit","published_at":"2024-04-26T22:04:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0/manifests"},{"name":"conventional-changelog-angular-v8.0.0","sha":"2aa6291a93eb881230e896f87a5232873b6a9717","kind":"commit","published_at":"2024-04-26T22:04:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0/manifests"},{"name":"conventional-changelog-jquery-v6.0.0","sha":"1c71cd6d4868ef2e158963e277609a9794806306","kind":"commit","published_at":"2024-04-26T22:03:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v8.0.0","sha":"533e36277d1779a5ac79a06210c603b5f88bc030","kind":"commit","published_at":"2024-04-26T22:00:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0/manifests"},{"name":"conventional-changelog-eslint-v6.0.0","sha":"c7459cd7d1e1ab82c9a5d552b008c02aba290cad","kind":"commit","published_at":"2024-04-26T21:59:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0/manifests"},{"name":"git-raw-commits-v5.0.0","sha":"f61ea377e843db0852c35911785895ec43481f11","kind":"commit","published_at":"2024-04-26T21:58:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0/manifests"},{"name":"conventional-changelog-codemirror-v5.0.0","sha":"77525286ffc8869a6ac351ebe28198842815cb7c","kind":"commit","published_at":"2024-04-26T21:57:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0/manifests"},{"name":"conventional-changelog-cli-v5.0.0","sha":"a75cef688b9a1557ca981178d4d35c18963160b6","kind":"commit","published_at":"2024-04-26T21:53:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0/manifests"},{"name":"conventional-changelog-express-v5.0.0","sha":"a6ab80d6e30091a8b743ee97a87e7400af1ebc53","kind":"commit","published_at":"2024-04-26T21:53:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v10.0.0","sha":"d7c409b02f1d58cf6f0293edcadbe5f00a78a622","kind":"commit","published_at":"2024-04-26T21:52:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v10.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v10.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0/manifests"},{"name":"conventional-changelog-atom-v5.0.0","sha":"3b2b9d0ec2382f73d9cf000a1004596f90ece916","kind":"commit","published_at":"2024-04-26T21:51:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0/manifests"},{"name":"conventional-changelog-jshint-v5.0.0","sha":"d7dae509e72b09d1496ae51f1f04c15581c828fc","kind":"commit","published_at":"2024-04-26T21:50:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0/manifests"},{"name":"conventional-changelog-ember-v5.0.0","sha":"2e99dfa49112ffe6c864dd0e436f0db1e696b1f9","kind":"commit","published_at":"2024-04-26T21:50:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0/manifests"},{"name":"conventional-commits-parser-v6.0.0","sha":"646e1be132ccd0f32e3074de2f511be5c610984f","kind":"commit","published_at":"2024-04-26T21:48:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0/manifests"},{"name":"conventional-commits-filter-v5.0.0","sha":"be4266b7ef7b84ba5c198dfa8c143229f8a5b128","kind":"commit","published_at":"2024-04-26T21:47:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0/manifests"},{"name":"standard-changelog-v6.0.0","sha":"3e9b9387f29e48a508b70b88f26b40a6db9fea16","kind":"commit","published_at":"2024-04-26T21:45:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v5.0.0","sha":"041a1a9b73b201add30494aed19d026b948bd8f1","kind":"commit","published_at":"2024-04-26T21:41:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0/manifests"},{"name":"git-client-v1.0.0","sha":"7e51fe970576503cae3ab94e6e9b3e01017b044d","kind":"commit","published_at":"2024-04-26T21:21:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0/manifests"},{"name":"git-semver-tags-v7.0.1","sha":"fac8045242099c016f5f3905e54e02b7d466bd7b","kind":"commit","published_at":"2023-09-10T23:53:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1/manifests"},{"name":"conventional-changelog-writer-v7.0.1","sha":"e3a643ad39ec3bc4cfb1dff2aa1101333df33dc3","kind":"commit","published_at":"2023-09-10T23:49:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1/manifests"},{"name":"conventional-changelog-cli-v4.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0/manifests"},{"name":"conventional-changelog-v5.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0/manifests"},{"name":"conventional-changelog-core-v7.0.0","sha":"2e467dd39a35c3813597711a37690897183b4abc","kind":"commit","published_at":"2023-09-08T22:03:37.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0/manifests"},{"name":"git-semver-tags-v7.0.0","sha":"a13f788bd505d8253a2d92413fc4a7780e11ec07","kind":"commit","published_at":"2023-09-08T21:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0/manifests"},{"name":"standard-changelog-v5.0.0","sha":"34569c7a3fd2b0362a461517a1f4e20e7eecd9fc","kind":"commit","published_at":"2023-09-08T21:55:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v9.0.0","sha":"ad633d9d81f66ef80d7f77832a264cb0c5b971ef","kind":"commit","published_at":"2023-09-08T21:50:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.2","sha":"50113f9b569259d991f1a734a192964ca71f0118","kind":"commit","published_at":"2023-09-08T21:41:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2/manifests"},{"name":"conventional-changelog-preset-loader-v4.1.0","sha":"a14d2186575f6061f236c9a47d803694b18f8373","kind":"commit","published_at":"2023-09-08T21:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.1","sha":"ca4324b0a690b2595f8b574882ff95329a2dc195","kind":"commit","published_at":"2023-08-27T19:11:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1/manifests"},{"name":"conventional-commits-filter-v4.0.0","sha":"26fc9ea274dc0c62442ec9d97b20a2ebb49138bf","kind":"commit","published_at":"2023-08-27T12:55:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0/manifests"},{"name":"standard-changelog-v4.0.0","sha":"5b788265774bf4b63d3c83a178ca53e8e7095903","kind":"commit","published_at":"2023-08-27T12:50:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-eslint-v5.0.0","sha":"679594c0716275771cc23b314e4362899fe72f87","kind":"commit","published_at":"2023-08-27T12:46:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0/manifests"},{"name":"git-semver-tags-v6.0.0","sha":"1c75c72d9b5d59e3ea4e914c58a85f7559f29602","kind":"commit","published_at":"2023-08-27T12:40:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0/manifests"},{"name":"conventional-recommended-bump-v8.0.0","sha":"624377a24e8e3658bcf2329a9a98f9a7b02a4cb3","kind":"commit","published_at":"2023-08-27T12:33:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0/manifests"},{"name":"conventional-changelog-writer-v7.0.0","sha":"d669bb67dc713cb1e4374e3216ed7d83cde743c5","kind":"commit","published_at":"2023-08-27T12:27:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0/manifests"},{"name":"conventional-changelog-codemirror-v4.0.0","sha":"933fd0b3dd355d648faf57241b796a714004c722","kind":"commit","published_at":"2023-08-27T12:23:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0/manifests"},{"name":"conventional-changelog-express-v4.0.0","sha":"c9e9ceb3a3727659bd117bab01cbc7642d588f06","kind":"commit","published_at":"2023-08-27T12:16:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0/manifests"},{"name":"conventional-changelog-ember-v4.0.0","sha":"5d7c16268f79b7f180e34e997fdb37373d714666","kind":"commit","published_at":"2023-08-27T12:11:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0/manifests"},{"name":"conventional-changelog-jquery-v5.0.0","sha":"d643efb1050dcdaecee626044315644ff9b9e43b","kind":"commit","published_at":"2023-08-27T12:07:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v4.0.0","sha":"636646dd9ae062e9652a7f9ccaf6c329e6e9f924","kind":"commit","published_at":"2023-08-27T12:03:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0/manifests"},{"name":"conventional-changelog-v5.0.0","sha":"7985de3edc9e655369651ad464cb39b791887dc7","kind":"commit","published_at":"2023-08-27T11:58:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.0","sha":"5f0fe40743d8f559ab94ed11bbb4b8bda6fa6dcb","kind":"commit","published_at":"2023-08-27T11:51:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0/manifests"},{"name":"conventional-changelog-angular-v7.0.0","sha":"6c7a2e1a8807988bcb1a9842f72d14be3b1a89e3","kind":"commit","published_at":"2023-08-27T11:46:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0/manifests"},{"name":"conventional-changelog-jshint-v4.0.0","sha":"0204a9a340d2c85411e8de8905bc74c6146e5618","kind":"commit","published_at":"2023-08-27T11:41:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0/manifests"},{"name":"conventional-changelog-atom-v4.0.0","sha":"ab9b2c10e098ec8837d141102549f3eef698364c","kind":"commit","published_at":"2023-08-27T11:36:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0/manifests"},{"name":"conventional-changelog-cli-v4.0.0","sha":"29df6c4597afad27b9cda06f58eb564bcca609c4","kind":"commit","published_at":"2023-08-27T11:21:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0/manifests"},{"name":"conventional-changelog-core-v6.0.0","sha":"45613bbc2d13c798732e4b2bd4b2fa9ea67157d6","kind":"commit","published_at":"2023-08-27T11:17:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v4.0.0","sha":"5a896e3ef3aa9e751fcc74d7c76fa21d6d526cb0","kind":"commit","published_at":"2023-08-27T11:08:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0/manifests"},{"name":"git-raw-commits-v4.0.0","sha":"878fc56b43bc617177bf47fd8643a3b8b86078e5","kind":"commit","published_at":"2023-08-27T11:01:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0/manifests"},{"name":"conventional-commits-parser-v5.0.0","sha":"299de5acbe55a7d19dcdd2adc34681eae7264abf","kind":"commit","published_at":"2023-08-26T17:50:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0/manifests"},{"name":"git-semver-tags-v5.0.1","sha":"87914a362866a380e98a29edf19b2173e0911d8a","kind":"commit","published_at":"2023-07-09T19:10:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1/manifests"},{"name":"conventional-changelog-writer-v6.0.1","sha":"c123edea220b450cfa26813b6f198c3e8ebbd2b4","kind":"commit","published_at":"2023-07-09T14:49:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.2","sha":"83773c5e1a8874ea9809ca9db1dff60b7df1daae","kind":"commit","published_at":"2023-06-28T17:43:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.1.0","sha":"2e5fe6d9574ba896fa90b5bfcb50fb73d28af6d6","kind":"commit","published_at":"2023-06-17T21:30:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v7.0.1","sha":"f251b6899e313a9b23f3c8deb8b8b57217040892","kind":"commit","published_at":"2023-06-06T23:24:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.1","sha":"5b458dff9edf766446449acd1bbb8027a1e39fa5","kind":"commit","published_at":"2023-06-06T23:17:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1/manifests"},{"name":"gulp-conventional-changelog-v3.0.0","sha":"8ef6232797e5bf7c80422221374c53c03d5df36d","kind":"commit","published_at":"2023-06-06T22:50:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0/manifests"},{"name":"standard-changelog-v3.0.0","sha":"ea65f017b42b914ece780fd2fc799a6946912ed8","kind":"commit","published_at":"2023-06-06T22:42:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0/manifests"},{"name":"conventional-changelog-cli-v3.0.0","sha":"f00f4549cee9406054b77057a8135183fcd89710","kind":"commit","published_at":"2023-06-06T22:29:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0/manifests"},{"name":"conventional-changelog-v4.0.0","sha":"1a240f91ed584ed43e7f9c82235ca60eff0f4fa5","kind":"commit","published_at":"2023-06-06T19:50:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-core-v5.0.0","sha":"8507f601486c8ff6806156c50091262dee13ec54","kind":"commit","published_at":"2023-06-06T19:23:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v7.0.0","sha":"e1662ca7a6c688d28a334282a5e863f52866f3e8","kind":"commit","published_at":"2023-06-06T18:39:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v3.0.0","sha":"5d80d155425147a0b045af09536e5962cbfff620","kind":"commit","published_at":"2023-06-06T15:08:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.0.0","sha":"a30fc7ae219cf871b46cbe9d2c76a9730b70e272","kind":"commit","published_at":"2023-06-06T14:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v6.0.0","sha":"aa5d46c7b13b7b31f78af4b3c31c087c39eea41d","kind":"commit","published_at":"2023-06-06T14:46:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0/manifests"},{"name":"conventional-commits-filter-v3.0.0","sha":"502a73fe41aebb7b563c5ca69521e0b1bab904df","kind":"commit","published_at":"2023-06-06T14:32:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0/manifests"},{"name":"conventional-commits-parser-v4.0.0","sha":"9f7fe891e75c64937c28baa39a6c795a01603ab7","kind":"commit","published_at":"2023-06-06T14:24:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0/manifests"},{"name":"git-raw-commits-v3.0.0","sha":"571f2d549f10744a12ab3bc5dc5e0b749cb72667","kind":"commit","published_at":"2023-06-06T14:16:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0/manifests"},{"name":"git-semver-tags-v5.0.0","sha":"445c796d04105d10dd62d07039bc6a7fc9f263a5","kind":"commit","published_at":"2023-06-06T13:51:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0/manifests"},{"name":"conventional-changelog-atom-v3.0.0","sha":"208787aa2f5db8de1c2d43c56d71e6dfb9510781","kind":"commit","published_at":"2023-06-06T13:43:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0/manifests"},{"name":"conventional-changelog-angular-v6.0.0","sha":"c4ebf98acc15f37154aae5de53a225e896c4a157","kind":"commit","published_at":"2023-06-06T13:36:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0/manifests"},{"name":"conventional-changelog-codemirror-v3.0.0","sha":"0772453bee083917a05b9696d063ee3dc69957f9","kind":"commit","published_at":"2023-06-06T13:25:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0/manifests"},{"name":"conventional-changelog-ember-v3.0.0","sha":"e473d0c8af7c0cf8a54f775556796f50f3e695c2","kind":"commit","published_at":"2023-06-06T13:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0/manifests"},{"name":"conventional-changelog-eslint-v4.0.0","sha":"b3b896bc5b9e3ed65dcfc08c57967a252f37cfd1","kind":"commit","published_at":"2023-06-06T12:56:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0/manifests"},{"name":"conventional-changelog-express-v3.0.0","sha":"5594385d1dd2490b0fb508a60b6f30e8be6616ce","kind":"commit","published_at":"2023-06-06T12:37:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0/manifests"},{"name":"conventional-changelog-jquery-v4.0.0","sha":"51a3015a907b2cea900114359c36ce0e9664b72d","kind":"commit","published_at":"2023-06-06T12:17:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0/manifests"},{"name":"conventional-changelog-jshint-v3.0.0","sha":"281e5f883476e90b75cae4373a67436c86e94f6a","kind":"commit","published_at":"2023-06-06T12:02:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v5.0.0","sha":"ba6df7cf62de5f448368bed4398f6ddf633d2cbd","kind":"commit","published_at":"2022-05-27T18:02:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0/manifests"},{"name":"conventional-changelog-writer-v5.0.1","sha":"21b73f974adc4490a318d9c892055655cb82c538","kind":"commit","published_at":"2021-12-29T21:36:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.3","sha":"02757d342290bcf51a49d49e5e72f5eae6c6f6da","kind":"commit","published_at":"2021-12-29T19:52:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3/manifests"},{"name":"conventional-commits-parser-v3.2.4","sha":"1d0f62d4ac4911ef0d912d5401f783b152cee624","kind":"commit","published_at":"2021-12-29T19:46:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4/manifests"},{"name":"git-raw-commits-v2.0.11","sha":"95384dbd105ffe4f86bbc6ccad3e5405a1cbfe04","kind":"commit","published_at":"2021-12-29T19:39:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.2","sha":"1827696185192a8dd258ea7c3370090238b0fb76","kind":"commit","published_at":"2021-12-25T18:06:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2/manifests"},{"name":"conventional-changelog-cli-v2.2.2","sha":"8ce6a7bbd3fae87aa9d56fca68c2e16fbb2cace5","kind":"commit","published_at":"2021-12-25T17:22:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2/manifests"},{"name":"conventional-changelog-v3.1.25","sha":"8e9c3d76aaffd7fe67a78270b3ad9b881e953e7e","kind":"commit","published_at":"2021-12-24T18:50:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25/manifests"},{"name":"conventional-commits-parser-v3.2.3","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3/manifests"},{"name":"conventional-changelog-cli-v2.2.1","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.1","sha":"c35708d56a55e31b750aec1f745e5be52f0a75f2","kind":"commit","published_at":"2021-09-09T19:06:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1/manifests"},{"name":"conventional-commits-parser-v3.2.2","sha":"1bae48ff85eff0736ea6691b7214f3fc9c026256","kind":"commit","published_at":"2021-09-09T14:45:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2/manifests"},{"name":"conventional-changelog-core-v4.2.4","sha":"02fbc2d42d0faf53d4b7a2b0525626088a6ac8ba","kind":"commit","published_at":"2021-09-09T14:37:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4/manifests"},{"name":"conventional-changelog-angular-v5.0.13","sha":"e30343b4676d26b416080294dc74ebba001c0716","kind":"commit","published_at":"2021-09-09T14:31:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v5.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13/manifests"},{"name":"conventional-changelog-core-v4.2.3","sha":"318b555b6ef3aebdb5a8d4c7c734fd7234712dd3","kind":"commit","published_at":"2021-07-03T00:24:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.0","sha":"537c37d7801872c3e57e4200c64154a4d2ea042a","kind":"commit","published_at":"2021-04-30T00:15:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0/manifests"},{"name":"conventional-commits-parser-v3.2.1","sha":"758dda2937b6784f0cc6a535286862fcf95b6f06","kind":"commit","published_at":"2021-02-15T21:32:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1/manifests"},{"name":"git-raw-commits-v2.0.10","sha":"ffecaccb6e117afae9f68f1d48ff9a69554da950","kind":"commit","published_at":"2021-01-27T16:36:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10/manifests"},{"name":"conventional-changelog-writer-v5.0.0","sha":"61ef6491add84b841e1797baf09f62bbdd90dcd4","kind":"commit","published_at":"2020-12-30T22:40:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v6.1.0","sha":"3b0fb22b0bb49137b9ecddaeb349f66025205c57","kind":"commit","published_at":"2020-12-30T16:58:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0/manifests"},{"name":"conventional-changelog-core-v4.2.2","sha":"317eeb3137caff69bcc9a67fce3dc67663a010db","kind":"commit","published_at":"2020-12-30T00:53:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2/manifests"},{"name":"conventional-recommended-bump-v6.0.12","sha":"90ecc5d93bfd7626857eda5d240f92393d896be0","kind":"commit","published_at":"2020-12-30T00:43:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12/manifests"},{"name":"git-raw-commits-v2.0.9","sha":"227f3e23af86912c0cd64fdb1a820ac92e5757c5","kind":"commit","published_at":"2020-12-29T23:59:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9/manifests"},{"name":"conventional-changelog-writer-v4.1.0","sha":"77725cfb12ca3ca22abb9421b4af012a49207e7a","kind":"commit","published_at":"2020-12-29T23:41:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0/manifests"},{"name":"conventional-changelog-atom@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8/manifests"},{"name":"conventional-changelog-angular@5.0.12","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12/manifests"},{"name":"conventional-changelog@3.1.24","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24/manifests"},{"name":"git-raw-commits@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8/manifests"},{"name":"standard-changelog@2.0.27","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27/manifests"},{"name":"gulp-conventional-changelog@2.0.35","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35/manifests"},{"name":"git-semver-tags@4.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1/manifests"},{"name":"conventional-recommended-bump@6.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11/manifests"},{"name":"conventional-commits-parser@3.2.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0/manifests"},{"name":"conventional-commits-filter@2.0.7","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7/manifests"},{"name":"conventional-changelog-writer@4.0.18","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18/manifests"},{"name":"conventional-changelog-jshint@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9/manifests"},{"name":"conventional-changelog-jquery@3.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11/manifests"},{"name":"conventional-changelog-express@2.0.6","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9/manifests"},{"name":"conventional-changelog-ember@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9/manifests"},{"name":"conventional-changelog-core@4.2.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.5.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1/manifests"},{"name":"conventional-changelog-v3.1.24","sha":"f8fcbc2e8b0834c29178ace6382b438a020ad828","kind":"commit","published_at":"2020-10-25T02:45:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24/manifests"},{"name":"conventional-recommended-bump@6.0.10","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10/manifests"},{"name":"standard-changelog@2.0.26","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26/manifests"},{"name":"gulp-conventional-changelog@2.0.34","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34/manifests"},{"name":"git-semver-tags@4.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0/manifests"},{"name":"conventional-changelog-core@4.2.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.4.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0/manifests"},{"name":"conventional-changelog-cli@2.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0/manifests"},{"name":"conventional-changelog@3.1.23","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23/manifests"},{"name":"standard-changelog@2.0.25","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25/manifests"},{"name":"conventional-changelog-writer@4.0.17","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17/manifests"},{"name":"conventional-changelog-jshint@2.0.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8/manifests"},{"name":"conventional-changelog-core@4.1.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8/manifests"},{"name":"conventional-changelog@3.1.22","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22/manifests"},{"name":"conventional-changelog-angular@5.0.11","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.35","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35/manifests"},{"name":"gulp-conventional-changelog@2.0.33","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.1","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1/manifests"},{"name":"conventional-changelog-core@4.1.7","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7/manifests"},{"name":"conventional-changelog@3.1.21","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21/manifests"},{"name":"conventional-changelog-writer@4.0.16","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.34","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34/manifests"},{"name":"standard-changelog@2.0.24","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24/manifests"},{"name":"gulp-conventional-changelog@2.0.32","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32/manifests"},{"name":"git-semver-tags@4.0.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.3.4","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4/manifests"},{"name":"standard-changelog@2.0.23","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23/manifests"},{"name":"gulp-conventional-changelog@2.0.31","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31/manifests"},{"name":"conventional-changelog-eslint@3.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.15","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10/manifests"},{"name":"conventional-changelog@3.1.20","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20/manifests"},{"name":"conventional-changelog-atom@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7/manifests"},{"name":"conventional-changelog-cli@2.0.33","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33/manifests"},{"name":"conventional-changelog-codemirror@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0/manifests"},{"name":"conventional-changelog-core@4.1.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6/manifests"},{"name":"conventional-changelog-ember@2.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8/manifests"},{"name":"conventional-commits-filter@2.0.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6/manifests"},{"name":"conventional-commits-parser@3.1.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.9","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9/manifests"},{"name":"git-raw-commits@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7/manifests"},{"name":"conventional-changelog-express@2.0.5","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10/manifests"},{"name":"conventional-changelog-jshint@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7/manifests"},{"name":"conventional-changelog-preset-loader-v2.3.2","sha":"9f6c56cb960a5043823cfb85b9843991201cbb51","kind":"commit","published_at":"2020-05-08T19:21:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v2.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2/manifests"},{"name":"conventional-changelog-core@4.1.5","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5/manifests"},{"name":"gulp-conventional-changelog@2.0.30","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30/manifests"},{"name":"standard-changelog@2.0.22","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22/manifests"},{"name":"conventional-changelog@3.1.19","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19/manifests"},{"name":"conventional-changelog-cli@2.0.32","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32/manifests"},{"name":"conventional-changelog-cli@2.0.31","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31/manifests"},{"name":"standard-changelog@2.0.21","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21/manifests"},{"name":"gulp-conventional-changelog@2.0.29","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29/manifests"},{"name":"conventional-changelog-core@4.1.4","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4/manifests"},{"name":"conventional-changelog@3.1.18","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18/manifests"},{"name":"conventional-changelog@3.1.17","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17/manifests"},{"name":"standard-changelog@2.0.20","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20/manifests"},{"name":"gulp-conventional-changelog@2.0.28","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28/manifests"},{"name":"conventional-changelog-core@4.1.3","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.30","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30/manifests"},{"name":"conventional-changelog-cli@2.0.29","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29/manifests"},{"name":"standard-changelog@2.0.19","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19/manifests"},{"name":"gulp-conventional-changelog@2.0.27","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27/manifests"},{"name":"conventional-changelog-core@4.1.2","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2/manifests"},{"name":"conventional-changelog@3.1.16","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16/manifests"},{"name":"conventional-changelog-cli@2.0.28","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28/manifests"},{"name":"standard-changelog@2.0.18","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18/manifests"},{"name":"gulp-conventional-changelog@2.0.26","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26/manifests"},{"name":"git-semver-tags@3.0.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1/manifests"},{"name":"git-raw-commits@2.0.3","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3/manifests"},{"name":"conventional-recommended-bump@6.0.5","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5/manifests"},{"name":"conventional-commits-parser@3.0.8","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.11","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11/manifests"},{"name":"conventional-changelog-core@4.1.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1/manifests"},{"name":"conventional-changelog@3.1.15","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15/manifests"},{"name":"gulp-conventional-changelog@2.0.25","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25/manifests"},{"name":"conventional-changelog@3.1.14","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14/manifests"},{"name":"conventional-changelog-angular@5.0.6","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6/manifests"},{"name":"conventional-changelog-cli@2.0.27","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.3","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3/manifests"},{"name":"conventional-changelog-core@4.1.0","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0/manifests"},{"name":"conventional-commits-parser@3.0.7","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7/manifests"},{"name":"conventional-recommended-bump@6.0.4","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4/manifests"},{"name":"standard-changelog@2.0.17","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17/manifests"},{"name":"conventional-changelog-cli@2.0.26","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.2","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2/manifests"},{"name":"conventional-changelog-core@4.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3/manifests"},{"name":"conventional-commits-parser@3.0.6","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6/manifests"},{"name":"conventional-recommended-bump@6.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.24","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24/manifests"},{"name":"standard-changelog@2.0.16","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16/manifests"},{"name":"conventional-changelog-writer@4.0.10","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10/manifests"},{"name":"conventional-changelog-preset-loader@2.3.0","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0/manifests"},{"name":"conventional-changelog@3.1.13","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13/manifests"},{"name":"conventional-changelog-jshint@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.9","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9/manifests"},{"name":"conventional-commits-parser@3.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5/manifests"},{"name":"conventional-changelog@3.1.12","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12/manifests"},{"name":"conventional-recommended-bump@6.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.23","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23/manifests"},{"name":"standard-changelog@2.0.15","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5/manifests"},{"name":"conventional-changelog-atom@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.25","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25/manifests"},{"name":"conventional-changelog-codemirror@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.1","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1/manifests"},{"name":"conventional-changelog-core@4.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2/manifests"},{"name":"conventional-changelog-ember@2.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4/manifests"},{"name":"conventional-changelog-eslint@3.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.6","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6/manifests"},{"name":"standard-changelog@2.0.14","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14/manifests"},{"name":"gulp-conventional-changelog@2.0.22","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22/manifests"},{"name":"conventional-recommended-bump@6.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1/manifests"},{"name":"conventional-commits-parser@3.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4/manifests"},{"name":"conventional-changelog-writer@4.0.8","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8/manifests"},{"name":"conventional-changelog-jshint@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.5","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5/manifests"},{"name":"conventional-changelog-eslint@3.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3/manifests"},{"name":"conventional-changelog-ember@2.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3/manifests"},{"name":"conventional-changelog-core@4.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.0","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.24","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24/manifests"},{"name":"conventional-changelog-atom@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4/manifests"},{"name":"conventional-changelog@3.1.11","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11/manifests"},{"name":"conventional-changelog-preset-loader@2.2.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0/manifests"},{"name":"standard-changelog@2.0.13","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13/manifests"},{"name":"gulp-conventional-changelog@2.0.21","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21/manifests"},{"name":"git-semver-tags@3.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0/manifests"},{"name":"conventional-recommended-bump@6.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.7","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7/manifests"},{"name":"conventional-changelog@3.1.10","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10/manifests"},{"name":"conventional-changelog-cli@2.0.23","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23/manifests"},{"name":"conventional-changelog-conventionalcommits@4.1.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0/manifests"},{"name":"conventional-changelog-core@4.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.1","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.0.0","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0/manifests"},{"name":"conventional-changelog-core@3.2.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3/manifests"},{"name":"conventional-changelog-writer@4.0.6","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6/manifests"},{"name":"conventional-commits-parser@3.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3/manifests"},{"name":"conventional-changelog@3.1.9","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9/manifests"},{"name":"standard-changelog@2.0.12","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.20","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20/manifests"},{"name":"git-semver-tags@2.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.22","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22/manifests"},{"name":"standard-changelog@2.0.11","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11/manifests"},{"name":"conventional-changelog@3.1.8","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8/manifests"},{"name":"conventional-changelog-cli@2.0.21","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.2","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.19","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19/manifests"},{"name":"conventional-changelog@3.1.7","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7/manifests"},{"name":"conventional-changelog-cli@2.0.20","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.1","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.18","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18/manifests"},{"name":"conventional-changelog-cli@2.0.19","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.17","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17/manifests"},{"name":"conventional-changelog@3.1.6","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6/manifests"},{"name":"conventional-changelog@3.1.5","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5/manifests"},{"name":"conventional-changelog-conventionalcommits@2.0.0","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.16","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.18","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.2","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.17","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17/manifests"},{"name":"conventional-changelog@3.1.4","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.15","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15/manifests"},{"name":"conventional-changelog-writer@4.0.5","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5/manifests"},{"name":"standard-changelog@2.0.10","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10/manifests"},{"name":"gulp-conventional-changelog@2.0.14","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14/manifests"},{"name":"conventional-changelog@3.1.3","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3/manifests"},{"name":"conventional-changelog-core@3.2.2","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2/manifests"},{"name":"conventional-changelog-cli@2.0.16","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.15","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15/manifests"},{"name":"standard-changelog@2.0.9","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.1.2","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2/manifests"},{"name":"conventional-changelog-core@3.2.1","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1/manifests"},{"name":"gulp-conventional-changelog@2.0.13","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13/manifests"},{"name":"conventional-changelog@3.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1/manifests"},{"name":"gulp-conventional-changelog@2.0.12","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12/manifests"},{"name":"conventional-recommended-bump@4.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1/manifests"},{"name":"conventional-changelog-preset-loader@2.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.14","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14/manifests"},{"name":"conventional-changelog-preset-loader@2.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0/manifests"},{"name":"conventional-changelog-writer@4.0.4","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4/manifests"},{"name":"conventional-commits-filter@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2/manifests"},{"name":"conventional-commits-parser@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2/manifests"},{"name":"conventional-recommended-bump@4.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0/manifests"},{"name":"gulp-conventional-changelog@2.0.11","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11/manifests"},{"name":"standard-changelog@2.0.8","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8/manifests"},{"name":"git-raw-commits@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2/manifests"},{"name":"conventional-changelog@3.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0/manifests"},{"name":"conventional-changelog-cli@2.0.13","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0/manifests"},{"name":"conventional-changelog-core@3.2.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0/manifests"},{"name":"conventional-changelog-eslint@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2/manifests"},{"name":"standard-changelog@2.0.7","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6/manifests"},{"name":"conventional-changelog-angular@5.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.12","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.10","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10/manifests"},{"name":"conventional-changelog-writer@4.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3/manifests"},{"name":"conventional-changelog-core@3.1.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6/manifests"},{"name":"conventional-recommended-bump@4.0.4","sha":"da729f68f9dc581623deb587c705ef65d189a9f4","kind":"tag","published_at":"2018-11-01T06:56:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4/manifests"},{"name":"standard-changelog@2.0.6","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6/manifests"},{"name":"conventional-changelog-core@3.1.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5/manifests"},{"name":"conventional-changelog-writer@4.0.2","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.9","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.0.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.11","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.10","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10/manifests"},{"name":"conventional-changelog-core@3.1.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.8","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8/manifests"},{"name":"conventional-changelog@3.0.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4/manifests"},{"name":"git-semver-tags@2.0.2","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.3","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3/manifests"},{"name":"standard-changelog@2.0.5","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5/manifests"},{"name":"standard-changelog@2.0.4","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.7","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3/manifests"},{"name":"conventional-changelog-core@3.1.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.9","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9/manifests"},{"name":"standard-changelog@2.0.3","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.8","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8/manifests"},{"name":"conventional-changelog-core@3.1.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2/manifests"},{"name":"gulp-conventional-changelog@2.0.6","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6/manifests"},{"name":"conventional-changelog@3.0.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.5","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.7","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7/manifests"},{"name":"conventional-changelog@3.0.1","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1/manifests"},{"name":"standard-changelog@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4/manifests"},{"name":"git-semver-tags@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1/manifests"},{"name":"git-raw-commits@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2/manifests"},{"name":"conventional-commits-parser@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1/manifests"},{"name":"conventional-commits-filter@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1/manifests"},{"name":"conventional-changelog-writer@4.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1/manifests"},{"name":"conventional-changelog-preset-loader@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4/manifests"},{"name":"conventional-changelog-express@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1/manifests"},{"name":"conventional-changelog-eslint@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2/manifests"},{"name":"conventional-changelog-core@3.1.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1/manifests"},{"name":"conventional-changelog-codemirror@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.6","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6/manifests"},{"name":"conventional-changelog-atom@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1/manifests"},{"name":"conventional-changelog-angular@5.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2/manifests"},{"name":"conventional-changelog@3.0.0","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.5","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.3","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.2","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.4","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3/manifests"},{"name":"standard-changelog@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3/manifests"},{"name":"conventional-changelog-core@3.1.0","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0/manifests"},{"name":"conventional-changelog-ember@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1/manifests"},{"name":"conventional-changelog-jquery@3.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1/manifests"},{"name":"conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0/manifests"},{"name":"conventional-recommended-bump@4.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0/manifests"},{"name":"conventional-changelog-jquery@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0/manifests"},{"name":"conventional-changelog-express@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0/manifests"},{"name":"conventional-changelog-eslint@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0/manifests"},{"name":"conventional-changelog-ember@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1/manifests"},{"name":"conventional-changelog-atom@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1/manifests"},{"name":"conventional-changelog-angular@4.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1/manifests"},{"name":"conventional-changelog-jquery@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0/manifests"},{"name":"conventional-changelog-jshint@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0/manifests"},{"name":"standard-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0/manifests"},{"name":"conventional-recommended-bump@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0/manifests"},{"name":"conventional-commits-parser@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0/manifests"},{"name":"conventional-commits-filter@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0/manifests"},{"name":"conventional-changelog-ember@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0/manifests"},{"name":"conventional-changelog-express@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0/manifests"},{"name":"git-semver-tags@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0/manifests"},{"name":"git-raw-commits@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0/manifests"},{"name":"conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-angular@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0/manifests"},{"name":"conventional-changelog-atom@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0/manifests"},{"name":"conventional-changelog-core@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0/manifests"},{"name":"conventional-changelog-eslint@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-core@2.0.11","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11/manifests"},{"name":"conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-cli@1.3.22","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22/manifests"},{"name":"conventional-changelog-ember@0.3.12","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12/manifests"},{"name":"conventional-recommended-bump@2.0.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9/manifests"},{"name":"conventional-changelog-angular@3.0.7","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7/manifests"},{"name":"gulp-conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24/manifests"},{"name":"standard-changelog@1.0.19","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19/manifests"},{"name":"conventional-changelog-jquery@1.3.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9/manifests"},{"name":"conventional-changelog-angular@3.0.6","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6/manifests"},{"name":"standard-changelog@1.0.18","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18/manifests"},{"name":"gulp-conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-writer@3.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9/manifests"},{"name":"conventional-changelog-jshint@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8/manifests"},{"name":"conventional-changelog-jquery@1.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8/manifests"},{"name":"conventional-changelog-eslint@1.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9/manifests"},{"name":"conventional-changelog-ember@0.3.11","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11/manifests"},{"name":"conventional-changelog-core@2.0.10","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10/manifests"},{"name":"conventional-changelog-codemirror@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8/manifests"},{"name":"conventional-changelog-cli@1.3.21","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21/manifests"},{"name":"conventional-changelog-atom@0.2.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8/manifests"},{"name":"conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23/manifests"},{"name":"gulp-conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-core@2.0.9","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9/manifests"},{"name":"conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-cli@1.3.20","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20/manifests"},{"name":"conventional-changelog-writer@3.0.8","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8/manifests"},{"name":"standard-changelog@1.0.17","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17/manifests"},{"name":"conventional-changelog-angular@3.0.5","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.10","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10/manifests"},{"name":"conventional-changelog-cli@1.3.19","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19/manifests"},{"name":"conventional-changelog-angular@3.0.4","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4/manifests"},{"name":"conventional-changelog-atom@0.2.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7/manifests"},{"name":"conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-core@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.9","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9/manifests"},{"name":"conventional-changelog-eslint@1.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8/manifests"},{"name":"conventional-changelog-express@0.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6/manifests"},{"name":"conventional-changelog-jquery@1.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7/manifests"},{"name":"conventional-changelog-preset-loader@1.1.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8/manifests"},{"name":"conventional-changelog-writer@3.0.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7/manifests"},{"name":"conventional-commits-parser@2.1.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7/manifests"},{"name":"conventional-recommended-bump@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8/manifests"},{"name":"git-raw-commits@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6/manifests"},{"name":"git-semver-tags@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21/manifests"},{"name":"standard-changelog@1.0.16","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16/manifests"},{"name":"conventional-changelog-codemirror@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6/manifests"},{"name":"conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-core@2.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7/manifests"},{"name":"conventional-changelog-codemirror@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6/manifests"},{"name":"conventional-changelog-cli@1.3.18","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18/manifests"},{"name":"conventional-changelog-ember@0.3.8","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8/manifests"},{"name":"conventional-changelog-writer@3.0.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6/manifests"},{"name":"conventional-changelog-atom@0.2.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6/manifests"},{"name":"conventional-changelog-eslint@1.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7/manifests"},{"name":"standard-changelog@1.0.15","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15/manifests"},{"name":"conventional-changelog-angular@3.0.3","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3/manifests"},{"name":"conventional-changelog-jquery@1.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-angular@3.0.2","sha":"1cc079df803f58b52c8aa997fff43e9c162266e7","kind":"tag","published_at":"2018-03-22T14:14:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2/manifests"},{"name":"conventional-changelog-ember@0.3.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7/manifests"},{"name":"standard-changelog@1.0.14","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14/manifests"},{"name":"gulp-conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19/manifests"},{"name":"git-semver-tags@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5/manifests"},{"name":"git-raw-commits@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7/manifests"},{"name":"conventional-commits-parser@2.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6/manifests"},{"name":"conventional-commits-filter@1.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5/manifests"},{"name":"conventional-changelog-preset-loader@1.1.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7/manifests"},{"name":"conventional-changelog-jshint@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5/manifests"},{"name":"conventional-changelog-jquery@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5/manifests"},{"name":"conventional-changelog-express@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6/manifests"},{"name":"conventional-changelog-core@2.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5/manifests"},{"name":"conventional-changelog-cli@1.3.17","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17/manifests"},{"name":"conventional-changelog-atom@0.2.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5/manifests"},{"name":"conventional-changelog-angular@3.0.1","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1/manifests"},{"name":"conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19/manifests"},{"name":"conventional-changelog-angular@3.0.0","sha":"49997aaba373502e5b38bd366846934641e95799","kind":"tag","published_at":"2018-03-22T13:45:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.16","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16/manifests"},{"name":"conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18/manifests"},{"name":"gulp-conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-eslint@1.0.5","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5/manifests"},{"name":"conventional-changelog-cli@1.3.15","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15/manifests"},{"name":"conventional-changelog-codemirror@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4/manifests"},{"name":"conventional-changelog-express@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4/manifests"},{"name":"conventional-changelog-jquery@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4/manifests"},{"name":"conventional-changelog-jshint@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4/manifests"},{"name":"conventional-commits-filter@1.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5/manifests"},{"name":"conventional-commits-parser@2.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5/manifests"},{"name":"conventional-recommended-bump@2.0.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6/manifests"},{"name":"standard-changelog@1.0.13","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13/manifests"},{"name":"gulp-conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17/manifests"},{"name":"git-semver-tags@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4/manifests"},{"name":"git-raw-commits@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4/manifests"},{"name":"conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17/manifests"},{"name":"conventional-changelog-angular@1.6.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6/manifests"},{"name":"conventional-changelog-atom@0.2.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4/manifests"},{"name":"gulp-conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog-angular@1.6.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5/manifests"},{"name":"conventional-changelog-atom@0.2.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3/manifests"},{"name":"conventional-changelog-cli@1.3.14","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14/manifests"},{"name":"conventional-changelog-codemirror@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4/manifests"},{"name":"conventional-changelog-ember@0.3.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3/manifests"},{"name":"conventional-changelog-express@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3/manifests"},{"name":"conventional-changelog-jshint@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5/manifests"},{"name":"conventional-changelog-writer@3.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3/manifests"},{"name":"conventional-commits-filter@1.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4/manifests"},{"name":"conventional-commits-parser@2.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4/manifests"},{"name":"conventional-recommended-bump@2.0.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5/manifests"},{"name":"git-raw-commits@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3/manifests"},{"name":"git-semver-tags@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3/manifests"},{"name":"standard-changelog@1.0.12","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12/manifests"},{"name":"conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15/manifests"},{"name":"gulp-conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15/manifests"},{"name":"conventional-recommended-bump@2.0.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4/manifests"},{"name":"conventional-changelog-cli@1.3.13","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13/manifests"},{"name":"conventional-changelog-preset-loader@1.1.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4/manifests"},{"name":"git-raw-commits@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2/manifests"},{"name":"standard-changelog@1.0.11","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11/manifests"},{"name":"conventional-recommended-bump@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3/manifests"},{"name":"gulp-conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14/manifests"},{"name":"git-semver-tags@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2/manifests"},{"name":"conventional-changelog-eslint@1.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2/manifests"},{"name":"conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14/manifests"},{"name":"conventional-changelog-angular@1.6.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4/manifests"},{"name":"conventional-changelog-atom@0.2.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2/manifests"},{"name":"conventional-changelog-cli@1.3.12","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12/manifests"},{"name":"conventional-changelog-codemirror@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2/manifests"},{"name":"conventional-changelog-core@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.3.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4/manifests"},{"name":"conventional-changelog-express@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2/manifests"},{"name":"conventional-changelog-jquery@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2/manifests"},{"name":"conventional-changelog-jshint@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3/manifests"},{"name":"conventional-commits-filter@1.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3/manifests"},{"name":"conventional-changelog-writer@3.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13/manifests"},{"name":"standard-changelog@1.0.10","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10/manifests"},{"name":"git-raw-commits@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1/manifests"},{"name":"conventional-commits-parser@2.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2/manifests"},{"name":"conventional-changelog-writer@3.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1/manifests"},{"name":"conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13/manifests"},{"name":"conventional-commits-filter@1.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2/manifests"},{"name":"conventional-recommended-bump@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2/manifests"},{"name":"git-semver-tags@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1/manifests"},{"name":"conventional-changelog-core@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2/manifests"},{"name":"conventional-changelog-codemirror@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1/manifests"},{"name":"conventional-changelog-angular@1.6.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3/manifests"},{"name":"conventional-changelog-cli@1.3.11","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11/manifests"},{"name":"conventional-changelog-atom@0.2.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1/manifests"},{"name":"conventional-changelog-ember@0.3.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1/manifests"},{"name":"conventional-changelog-express@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3/manifests"},{"name":"conventional-changelog-jshint@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1/manifests"},{"name":"conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12/manifests"},{"name":"gulp-conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12/manifests"},{"name":"conventional-changelog-cli@1.3.10","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10/manifests"},{"name":"conventional-recommended-bump@2.0.1","sha":"a4f0aa902d3e966fe6d6b1d46f2130838524cfbf","kind":"tag","published_at":"2018-02-12T14:54:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1/manifests"},{"name":"conventional-recommended-bump@2.0.0","sha":"9885d205ed96338575335652d006f475408e1195","kind":"tag","published_at":"2018-02-12T14:30:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0/manifests"},{"name":"conventional-changelog-preset-loader@1.1.2","sha":"a450d974237d440009ec3fb4c63974cf066e8f79","kind":"tag","published_at":"2018-02-12T04:07:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.1","sha":"5af1f00dcc4e1f9c3299bc7feb322a88b711f042","kind":"tag","published_at":"2018-02-09T04:17:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.0","sha":"c3eb36dbc52f383df6f3dcf3a3870b01ceee0b8b","kind":"tag","published_at":"2018-02-08T14:46:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0/manifests"},{"name":"conventional-changelog-ember@0.3.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1/manifests"},{"name":"conventional-changelog-angular@1.6.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2/manifests"},{"name":"gulp-conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11/manifests"},{"name":"standard-changelog@1.0.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9/manifests"},{"name":"conventional-recommended-bump@1.2.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1/manifests"},{"name":"conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11/manifests"},{"name":"conventional-changelog-cli@1.3.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9/manifests"},{"name":"conventional-changelog-core@2.0.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1/manifests"},{"name":"gulp-conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10/manifests"},{"name":"standard-changelog@1.0.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8/manifests"},{"name":"git-semver-tags@1.3.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.2.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0/manifests"},{"name":"conventional-changelog-writer@3.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0/manifests"},{"name":"conventional-changelog-eslint@1.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.3.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1/manifests"},{"name":"conventional-changelog-core@2.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8/manifests"},{"name":"conventional-changelog-angular@1.6.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1/manifests"},{"name":"conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10/manifests"},{"name":"conventional-changelog-core@1.9.5","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5/manifests"},{"name":"conventional-changelog-ember@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0/manifests"},{"name":"conventional-changelog-eslint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0/manifests"},{"name":"conventional-changelog-cli@1.3.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7/manifests"},{"name":"conventional-changelog-express@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0/manifests"},{"name":"conventional-changelog-jquery@1.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0/manifests"},{"name":"conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-jshint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0/manifests"},{"name":"gulp-conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9/manifests"},{"name":"standard-changelog@1.0.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7/manifests"},{"name":"conventional-changelog-angular@1.6.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0/manifests"},{"name":"conventional-changelog-codemirror@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0/manifests"},{"name":"conventional-changelog-atom@0.2.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0/manifests"},{"name":"conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8/manifests"},{"name":"standard-changelog@1.0.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6/manifests"},{"name":"gulp-conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8/manifests"},{"name":"conventional-recommended-bump@1.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0/manifests"},{"name":"conventional-commits-parser@2.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0/manifests"},{"name":"conventional-commits-filter@1.1.1","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1/manifests"},{"name":"conventional-changelog-writer@2.0.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.2.10","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10/manifests"},{"name":"conventional-changelog-core@1.9.4","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4/manifests"},{"name":"conventional-changelog-cli@1.3.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6/manifests"},{"name":"conventional-changelog-angular@1.5.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3/manifests"},{"name":"conventional-changelog-ember@0.2.9","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9/manifests"},{"name":"standard-changelog@1.0.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5/manifests"},{"name":"gulp-conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7/manifests"},{"name":"git-semver-tags@1.2.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3/manifests"},{"name":"git-raw-commits@1.3.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.0.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3/manifests"},{"name":"conventional-commits-parser@2.0.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1/manifests"},{"name":"conventional-commits-filter@1.1.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0/manifests"},{"name":"conventional-changelog-writer@2.0.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2/manifests"},{"name":"conventional-changelog-jshint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1/manifests"},{"name":"conventional-changelog-jquery@1.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1/manifests"},{"name":"conventional-changelog-express@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1/manifests"},{"name":"conventional-changelog-eslint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1/manifests"},{"name":"conventional-changelog-core@1.9.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3/manifests"},{"name":"conventional-changelog-codemirror@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1/manifests"},{"name":"conventional-changelog-cli@1.3.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5/manifests"},{"name":"conventional-changelog-atom@0.1.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2/manifests"},{"name":"conventional-changelog-angular@1.5.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2/manifests"},{"name":"conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7/manifests"},{"name":"@marionebl/conventional-commits-parser@3.0.0","sha":"edf4068ce4c3ea6ac5b61323473ab655be5eb895","kind":"tag","published_at":"2017-11-01T07:09:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/@marionebl/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/@marionebl/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4/manifests"},{"name":"git-semver-tags@1.2.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2/manifests"},{"name":"conventional-recommended-bump@1.0.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-ember@0.2.8","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8/manifests"},{"name":"conventional-changelog-core@1.9.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2/manifests"},{"name":"standard-changelog@1.0.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4/manifests"},{"name":"conventional-changelog-angular@1.5.1","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1/manifests"},{"name":"conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6/manifests"},{"name":"standard-changelog@1.0.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3/manifests"},{"name":"conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-angular@1.5.0","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0/manifests"},{"name":"conventional-changelog-cli@1.3.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3/manifests"},{"name":"gulp-conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-writer@2.0.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1/manifests"},{"name":"conventional-changelog-core@1.9.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1/manifests"},{"name":"conventional-changelog-ember@0.2.7","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7/manifests"},{"name":"git-semver-tags@1.2.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1/manifests"},{"name":"conventional-changelog-jshint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0/manifests"},{"name":"conventional-changelog-jquery@1.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0/manifests"},{"name":"conventional-changelog-express@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0/manifests"},{"name":"conventional-changelog-eslint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0/manifests"},{"name":"conventional-commits-parser@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0/manifests"},{"name":"conventional-changelog-writer@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1/manifests"},{"name":"conventional-changelog-core@1.9.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0/manifests"},{"name":"conventional-changelog-codemirror@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0/manifests"},{"name":"conventional-changelog-cli@1.3.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2/manifests"},{"name":"conventional-changelog-atom@0.1.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1/manifests"},{"name":"conventional-changelog-angular@1.4.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0/manifests"},{"name":"conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4/manifests"},{"name":"gulp-conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4/manifests"},{"name":"standard-changelog@1.0.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2/manifests"},{"name":"conventional-changelog-ember@0.2.6","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6/manifests"},{"name":"conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3/manifests"},{"name":"conventional-changelog-angular@1.3.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3/manifests"},{"name":"conventional-changelog-cli@1.3.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1/manifests"},{"name":"conventional-changelog-core@1.8.0","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.8.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0/manifests"},{"name":"conventional-changelog-ember@0.2.5","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5/manifests"},{"name":"gulp-conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3/manifests"},{"name":"standard-changelog@1.0.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1/manifests"},{"name":"git-semver-tags@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0/manifests"},{"name":"standard-changelog@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2/manifests"},{"name":"git-raw-commits@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0/manifests"},{"name":"conventional-recommended-bump@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.2.4","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4/manifests"},{"name":"conventional-changelog-core@1.7.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.7.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0/manifests"},{"name":"conventional-changelog-cli@1.3.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0/manifests"},{"name":"conventional-changelog-angular@1.3.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2/manifests"},{"name":"conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2/manifests"},{"name":"gulp-conventional-changelog@1.1.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"tag","published_at":"2017-03-10T05:35:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0/manifests"},{"name":"standard-changelog@0.0.2","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@0.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-ember@0.2.3","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3/manifests"},{"name":"conventional-changelog-core@1.6.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0/manifests"},{"name":"conventional-changelog-angular@1.3.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1/manifests"},{"name":"conventional-changelog-cli@1.2.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1/manifests"},{"name":"conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-cli@1.2.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:01:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0/manifests"},{"name":"conventional-changelog-core@1.5.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:00:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0/manifests"},{"name":"git-raw-commits@1.1.2","sha":"f5fe78b1f15791cb0499744bf278dff22b52732f","kind":"tag","published_at":"2017-03-09T07:37:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2/manifests"},{"name":"git-semver-tags@1.1.2","sha":"7be07c7c0f49572b1c0e9c98f004b599d8b5bb1a","kind":"tag","published_at":"2017-03-09T07:35:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2/manifests"},{"name":"v1.1.0","sha":"600d411569271467389c3cbe71f7f657980e89a1","kind":"tag","published_at":"2016-02-13T06:59:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"9591280a8d09220aced3383abe3bc7ecbb34b503","kind":"tag","published_at":"2016-02-13T06:37:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"beef421f56939190a4ca30c28788eda1b3f9480d","kind":"tag","published_at":"2016-02-05T13:49:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"c8e90ab7fddd0b98855913e73fc12f9dc9dc81b1","kind":"tag","published_at":"2016-02-05T12:59:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0/manifests"},{"name":"v0.5.3","sha":"d79ce243223260b153699b99de0503698546ea63","kind":"tag","published_at":"2015-12-25T05:07:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"9e7b771072a2680c6c335fcad38003aade53213e","kind":"tag","published_at":"2015-12-23T12:24:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"4bf7d8df29f7be29552b82ec2b7112fad0c39a3e","kind":"tag","published_at":"2015-10-20T09:52:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"5ca2204b472704543ebbc744a22f8f90ec659659","kind":"tag","published_at":"2015-09-30T08:49:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"e5f2f3bc675e2c7e5cc6aa0ed50da7941833e492","kind":"tag","published_at":"2015-09-04T03:16:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"7536a0b351cc4f2764e71cbc268a178ab595259d","kind":"tag","published_at":"2015-08-17T01:28:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"56fa3d92620a41a875b3337fa51d04d6df23b1a8","kind":"tag","published_at":"2015-08-15T12:34:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"eefec0ef598a92e78510ee8626fd9bbcdb1398e4","kind":"tag","published_at":"2015-08-15T11:19:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0/manifests"},{"name":"v0.3.2","sha":"74b99dca61eafd56ba93605016b086a1108e77fe","kind":"tag","published_at":"2015-08-13T03:12:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"a1aca9c31a45aded77962bd0defc32e503aec213","kind":"commit","published_at":"2015-08-11T06:23:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"b489672d27ff703337c540f0fbc43f6486a84d99","kind":"commit","published_at":"2015-08-09T03:27:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"12e3cd6b151353dbe7f584adabbe5dd8a28424db","kind":"commit","published_at":"2015-07-24T08:13:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"f437b457b5ea6c105535a360144000f8315db54d","kind":"commit","published_at":"2015-07-24T04:54:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0/manifests"},{"name":"v0.1.3","sha":"c8fa9d0b94f8ac07f162623e4b9e9e68aad82e62","kind":"commit","published_at":"2015-07-22T11:06:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"6ba5d6e4b90a154dbca6ec0f80c66ad5995cd770","kind":"commit","published_at":"2015-07-22T07:10:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c015f8762f70eff2be7b8d7fb82438689239d717","kind":"commit","published_at":"2015-07-20T07:55:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"7253d0fea773e3f7cc0a3fb8278c9da070df26ee","kind":"commit","published_at":"2015-07-20T07:12:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.3","sha":"0c9f1e89bfacec8e08bac8ef96d64e3abdbecda7","kind":"commit","published_at":"2015-07-17T11:02:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"fec1baf43b8c0156682d4014a4fd066bd24ad448","kind":"commit","published_at":"2015-07-17T06:23:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"a5ea0dfada48601b9e3fbec78dd37d70380a2db6","kind":"commit","published_at":"2015-07-15T08:03:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1/manifests"},{"name":"v0.1.0-alpha.3","sha":"9b6cc68a2c17c9671363fe7af5de7ebd3a06aaeb","kind":"commit","published_at":"2015-07-06T01:27:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3/manifests"},{"name":"v0.1.0-alpha.2","sha":"34b0f460c34ecc48af857d8ee5d7038970ba56fb","kind":"commit","published_at":"2015-06-29T12:04:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2/manifests"},{"name":"v0.1.0-alpha.1","sha":"05b3415fc699ab43f3fa33b5ecd040ab5ecdf9e2","kind":"commit","published_at":"2015-06-24T04:42:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1/manifests"},{"name":"v0.0.17","sha":"3cae05244e48af9cf4abbef3114060db585a574c","kind":"commit","published_at":"2015-04-03T02:12:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"c0719ce6ba16778dd34c2cfdc81e7f3c5321409d","kind":"commit","published_at":"2015-03-19T04:15:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"57af04dc3e362c0e327b716279c9143028c6e0da","kind":"commit","published_at":"2015-03-18T20:23:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"69be290efb58a6a92e9ae78d7b37168d293920b5","kind":"commit","published_at":"2015-03-13T21:22:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"15a39d02ba3d666e7820eecbb8c5493ef2f6040a","kind":"commit","published_at":"2015-03-12T23:17:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13/manifests"},{"name":"v0.0.11","sha":"37f5561553c30d8f0f2c949502ea278da64949cd","kind":"tag","published_at":"2014-05-28T13:14:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"ad6f6ec5499d2c902b88da95487862d50e5ad776","kind":"tag","published_at":"2014-05-28T12:51:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"87efbabd9bc2a0fd83255e6cb856961b10aef9eb","kind":"tag","published_at":"2014-05-06T17:11:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"94b12cf69c51264b1edb6c81b50a262f0536894b","kind":"tag","published_at":"2014-04-10T14:45:48.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"1cf17e494fd7d8538c55189c72c0cf57d145ef41","kind":"tag","published_at":"2014-04-10T14:06:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"861f9ec93de28be4185b35815c2b6ab17746eb3f","kind":"commit","published_at":"2014-01-23T19:39:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"3f59f7356c86f30ef8e8754386373c2a8f97b367","kind":"commit","published_at":"2014-01-23T18:59:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6fa2c22464dcd964df604550c2ce2ed1d2f4362b","kind":"commit","published_at":"2014-01-04T21:36:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4/manifests"}]},"repo_metadata_updated_at":"2024-09-07T18:55:41.544Z","dependent_packages_count":923,"downloads":12898424,"downloads_period":"last-month","dependent_repos_count":86766,"rankings":{"downloads":0.09486759849970829,"dependent_repos_count":0.10385859322022978,"dependent_packages_count":0.0728242563032895,"stargazers_count":1.1604545241929183,"forks_count":1.4011947099339848,"docker_downloads_count":0.40190586680611573,"average":0.5391842581593743},"purl":"pkg:npm/conventional-recommended-bump","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/conventional-recommended-bump","docker_dependents_count":665,"docker_downloads_count":89432064,"usage_url":"https://repos.ecosyste.ms/usage/npm/conventional-recommended-bump","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/conventional-recommended-bump/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-09-07T04:08:43.960Z","issues_count":175,"pull_requests_count":479,"avg_time_to_close_issue":19345133.890243903,"avg_time_to_close_pull_request":6038480.121447029,"issues_closed_count":82,"pull_requests_closed_count":387,"pull_request_authors_count":71,"issue_authors_count":107,"avg_comments_per_issue":2.125714285714286,"avg_comments_per_pull_request":1.3089770354906054,"merged_pull_requests_count":302,"bot_issues_count":3,"bot_pull_requests_count":228,"past_year_issues_count":63,"past_year_pull_requests_count":211,"past_year_avg_time_to_close_issue":902885.6585365854,"past_year_avg_time_to_close_pull_request":924625.8044692738,"past_year_issues_closed_count":41,"past_year_pull_requests_closed_count":179,"past_year_pull_request_authors_count":23,"past_year_issue_authors_count":38,"past_year_avg_comments_per_issue":1.5714285714285714,"past_year_avg_comments_per_pull_request":1.085308056872038,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":94,"past_year_merged_pull_requests_count":141,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues","maintainers":[{"login":"dangreen","count":83,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"},{"login":"bcoe","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bcoe"},{"login":"tommywo","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tommywo"}],"active_maintainers":[{"login":"dangreen","count":72,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-recommended-bump/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-recommended-bump/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-recommended-bump/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-recommended-bump/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-recommended-bump/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-recommended-bump/codemeta","maintainers":[{"uuid":"stevemao","login":"stevemao","name":null,"email":"steve.mao@healthinteract.com.au","url":null,"packages_count":167,"html_url":"https://www.npmjs.com/~stevemao","role":null,"created_at":"2022-11-10T11:37:35.851Z","updated_at":"2022-11-10T11:37:35.851Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/stevemao/packages"},{"uuid":"bcoe","login":"bcoe","name":null,"email":"bencoe@gmail.com","url":null,"packages_count":557,"html_url":"https://www.npmjs.com/~bcoe","role":null,"created_at":"2022-11-10T11:37:35.812Z","updated_at":"2022-11-10T11:37:35.812Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/bcoe/packages"},{"uuid":"oss-bot","login":"oss-bot","name":null,"email":"bencoe+oss-bot@gmail.com","url":null,"packages_count":57,"html_url":"https://www.npmjs.com/~oss-bot","role":null,"created_at":"2022-11-10T11:37:35.841Z","updated_at":"2022-11-10T11:37:35.841Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/oss-bot/packages"},{"uuid":"tapppi","login":"tapppi","name":null,"email":"moilanen.tapani@gmail.com","url":null,"packages_count":27,"html_url":"https://www.npmjs.com/~tapppi","role":null,"created_at":"2022-11-10T11:37:35.860Z","updated_at":"2022-11-10T11:37:35.860Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/tapppi/packages"},{"uuid":"dangreen","login":"dangreen","name":null,"email":"danon0404@gmail.com","url":null,"packages_count":110,"html_url":"https://www.npmjs.com/~dangreen","role":null,"created_at":"2026-02-11T03:00:46.318Z","updated_at":"2026-02-11T03:00:46.318Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/dangreen/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5644415,"maintainers_count":1200486,"namespaces_count":399623,"keywords_count":847874,"github":"npm","metadata":{"funded_packages_count":171745},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-06-10T05:11:46.456Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":13064862,"name":"nodePackages_latest.conventional-changelog-cli","ecosystem":"nixpkgs","description":"Generate a changelog from git metadata.","homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#readme","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-01T17:03:22.715Z","latest_release_published_at":"2026-02-01T17:03:22.715Z","latest_release_number":"5.0.0","last_synced_at":"2026-03-08T00:17:04.049Z","created_at":"2026-02-01T17:02:56.022Z","updated_at":"2026-03-08T02:02:25.789Z","registry_url":"https://search.nixos.org/packages?channel=24.11\u0026query=nodePackages_latest.conventional-changelog-cli","install_command":"nix-env -iA nixpkgs.nodePackages_latest.conventional-changelog-cli","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-24.11/pkgs/development/node-packages/node-packages.nix#L63222","metadata":{"nix_attribute":"conventional-changelog-cli-5.0.0","position":"pkgs/development/node-packages/node-packages.nix:63222","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin"],"broken":false,"insecure":false,"unfree":false,"outputs":["out"],"upstream_ecosystem":"npm","upstream_name":"conventional-changelog-cli","upstream_purl":"pkg:npm/conventional-changelog-cli"},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:nix/nodePackages_latest.conventional-changelog-cli?channel=24.11\u0026repository_url=https://channels.nixos.org/nixos-24.11","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/nodePackages_latest.conventional-changelog-cli","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/nodePackages_latest.conventional-changelog-cli","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/nodePackages_latest.conventional-changelog-cli/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/nodePackages_latest.conventional-changelog-cli/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/nodePackages_latest.conventional-changelog-cli/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/nodePackages_latest.conventional-changelog-cli/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/nodePackages_latest.conventional-changelog-cli/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/nodePackages_latest.conventional-changelog-cli/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/nodePackages_latest.conventional-changelog-cli/codemeta","maintainers":[],"registry":{"name":"nixpkgs-24.11","url":"https://channels.nixos.org/nixos-24.11","ecosystem":"nixpkgs","default":false,"packages_count":121983,"maintainers_count":3777,"namespaces_count":0,"keywords_count":739,"github":"NixOS","metadata":{"funded_packages_count":283},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.059Z","updated_at":"2026-06-10T05:16:24.031Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/namespaces"}},{"id":1554928,"name":"conventional-changelog-codemirror","ecosystem":"npm","description":"CodeMirror preset for conventional-changelog.","homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-codemirror#readme","licenses":"ISC","normalized_licenses":["ISC"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":["conventional-changelog","codemirror","preset"],"namespace":null,"versions_count":23,"first_release_published_at":"2015-12-26T07:50:53.246Z","latest_release_published_at":"2026-03-04T22:07:53.745Z","latest_release_number":"5.1.0","last_synced_at":"2026-06-13T13:06:23.474Z","created_at":"2022-04-09T05:41:21.819Z","updated_at":"2026-06-13T13:06:23.474Z","registry_url":"https://www.npmjs.com/package/conventional-changelog-codemirror","install_command":"npm install conventional-changelog-codemirror","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"next":"2.0.8","latest":"5.1.0"}},"repo_metadata":{"id":12961414,"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2026-05-25T22:06:24.000Z","size":6460,"stargazers_count":8449,"open_issues_count":249,"forks_count":736,"subscribers_count":48,"default_branch":"master","last_synced_at":"2026-05-27T10:06:02.477Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2026-05-26T14:51:47.000Z","dependencies_parsed_at":"2026-03-05T00:02:02.010Z","dependency_job_id":null,"html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1686,"total_committers":150,"mean_commits":11.24,"dds":0.4792408066429419,"last_synced_commit":"65550d9a30cfab4b00b3e982e42bd68fedafcefc"},"previous_names":["ajoslin/conventional-changelog"],"tags_count":827,"template":false,"template_full_name":null,"purl":"pkg:github/conventional-changelog/conventional-changelog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/sbom","scorecard":{"id":174827,"data":{"date":"2025-08-11","repo":{"name":"github.com/conventional-changelog/conventional-changelog","commit":"1552de5434163eb63d3bf73d97bcb3bf34de8586"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 7 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":1,"reason":"Found 4/22 approved changesets -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/checks.yml:1","Warn: no topLevel permission defined: .github/workflows/commit.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Warn: no topLevel permission defined: .github/workflows/tests.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/checks.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/checks.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/commit.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/commit.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/commit.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:50: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:85: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:87: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:91: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:102: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Info:   0 out of  17 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  14 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: ISC License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 16 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":7,"reason":"3 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-xffm-g5w8-qvg7","Warn: Project is vulnerable to: GHSA-67mh-4wv8-2f99","Warn: Project is vulnerable to: GHSA-52f5-9888-hmc6"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-16T17:26:40.503Z","repository_id":12961414,"created_at":"2025-08-16T17:26:40.503Z","updated_at":"2025-08-16T17:26:40.503Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33649345,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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"},"tags":[]},"repo_metadata_updated_at":"2026-06-07T13:39:40.680Z","dependent_packages_count":351,"downloads":8987952,"downloads_period":"last-month","dependent_repos_count":65845,"rankings":{"downloads":0.14175521582728776,"dependent_repos_count":0.11744311795372803,"dependent_packages_count":0.15231473299126472,"stargazers_count":1.1604545241929183,"forks_count":1.4011947099339848,"docker_downloads_count":0.3271489667778544,"average":0.550051877946173},"purl":"pkg:npm/conventional-changelog-codemirror","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/conventional-changelog-codemirror","docker_dependents_count":401,"docker_downloads_count":31643307,"usage_url":"https://repos.ecosyste.ms/usage/npm/conventional-changelog-codemirror","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/conventional-changelog-codemirror/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-03-29T16:05:08.034Z","issues_count":166,"pull_requests_count":551,"avg_time_to_close_issue":34607795.898734175,"avg_time_to_close_pull_request":12382117.55485232,"issues_closed_count":79,"pull_requests_closed_count":474,"pull_request_authors_count":92,"issue_authors_count":141,"avg_comments_per_issue":2.102409638554217,"avg_comments_per_pull_request":1.2304900181488203,"merged_pull_requests_count":349,"bot_issues_count":3,"bot_pull_requests_count":277,"past_year_issues_count":15,"past_year_pull_requests_count":71,"past_year_avg_time_to_close_issue":2122494.2,"past_year_avg_time_to_close_pull_request":2099090.2708333335,"past_year_issues_closed_count":5,"past_year_pull_requests_closed_count":48,"past_year_pull_request_authors_count":20,"past_year_issue_authors_count":13,"past_year_avg_comments_per_issue":2.2666666666666666,"past_year_avg_comments_per_pull_request":0.9577464788732394,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":41,"past_year_merged_pull_requests_count":39,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues","maintainers":[{"login":"dangreen","count":95,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"},{"login":"bcoe","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bcoe"},{"login":"tommywo","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tommywo"}],"active_maintainers":[{"login":"dangreen","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-codemirror/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-codemirror/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-codemirror/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-codemirror/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-codemirror/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-codemirror/codemeta","maintainers":[{"uuid":"stevemao","login":"stevemao","name":null,"email":"steve.mao@healthinteract.com.au","url":null,"packages_count":167,"html_url":"https://www.npmjs.com/~stevemao","role":null,"created_at":"2022-11-10T11:48:11.294Z","updated_at":"2022-11-10T11:48:11.294Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/stevemao/packages"},{"uuid":"bcoe","login":"bcoe","name":null,"email":"bencoe@gmail.com","url":null,"packages_count":557,"html_url":"https://www.npmjs.com/~bcoe","role":null,"created_at":"2022-11-10T11:48:11.281Z","updated_at":"2022-11-10T11:48:11.281Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/bcoe/packages"},{"uuid":"oss-bot","login":"oss-bot","name":null,"email":"bencoe+oss-bot@gmail.com","url":null,"packages_count":57,"html_url":"https://www.npmjs.com/~oss-bot","role":null,"created_at":"2022-11-10T11:48:11.258Z","updated_at":"2022-11-10T11:48:11.258Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/oss-bot/packages"},{"uuid":"tapppi","login":"tapppi","name":null,"email":"moilanen.tapani@gmail.com","url":null,"packages_count":27,"html_url":"https://www.npmjs.com/~tapppi","role":null,"created_at":"2022-11-10T11:48:11.312Z","updated_at":"2022-11-10T11:48:11.312Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/tapppi/packages"},{"uuid":"dangreen","login":"dangreen","name":null,"email":"danon0404@gmail.com","url":null,"packages_count":110,"html_url":"https://www.npmjs.com/~dangreen","role":null,"created_at":"2025-02-12T22:21:05.997Z","updated_at":"2025-02-12T22:21:05.997Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/dangreen/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5644415,"maintainers_count":1200486,"namespaces_count":399623,"keywords_count":847874,"github":"npm","metadata":{"funded_packages_count":171745},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-06-10T05:11:46.456Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":1554946,"name":"conventional-changelog-ember","ecosystem":"npm","description":"Ember preset for conventional-changelog.","homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-ember#readme","licenses":"ISC","normalized_licenses":["ISC"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":["conventional-changelog","ember","preset"],"namespace":null,"versions_count":37,"first_release_published_at":"2015-12-26T07:34:32.221Z","latest_release_published_at":"2026-03-04T22:07:59.699Z","latest_release_number":"5.1.0","last_synced_at":"2026-06-13T13:13:16.494Z","created_at":"2022-04-09T05:41:24.039Z","updated_at":"2026-06-13T13:13:16.494Z","registry_url":"https://www.npmjs.com/package/conventional-changelog-ember","install_command":"npm install conventional-changelog-ember","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"next":"2.0.9","latest":"5.1.0"}},"repo_metadata":{"id":12961414,"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2024-10-29T00:17:17.000Z","size":5764,"stargazers_count":7819,"open_issues_count":260,"forks_count":714,"subscribers_count":58,"default_branch":"master","last_synced_at":"2024-10-29T15:45:38.606Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2024-10-29T14:21:13.000Z","dependencies_parsed_at":"2022-07-13T10:30:31.523Z","dependency_job_id":"5f6d159e-c4c6-405b-9fa7-976ffc4dfa04","html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1464,"total_committers":136,"mean_commits":"10.764705882352942","dds":"0.40095628415300544","last_synced_commit":"58f0887283a200d52e49607baf7b352f26177b05"},"previous_names":["ajoslin/conventional-changelog"],"tags_count":777,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222090770,"owners_count":16929471,"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"},"owner_record":{"login":"conventional-changelog","name":"conventional-changelog","uuid":"16443515","kind":"organization","description":"Tools to generate changelogs and release notes from a project's commit messages and metadata.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16443515?v=4","repositories_count":12,"last_synced_at":"2024-03-25T20:05:25.442Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/conventional-changelog","funding_links":[],"total_stars":31480,"followers":325,"following":0,"created_at":"2022-11-02T16:25:21.572Z","updated_at":"2024-03-25T20:05:26.809Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog/repositories"},"tags":[{"name":"git-client-v1.0.1","sha":"d3b8aaa16337993bbad4d91db1ffac5a7568756b","kind":"commit","published_at":"2024-05-06T14:46:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1/manifests"},{"name":"conventional-changelog-v6.0.0","sha":"83bb15ba5de08f080884fc906c6db3c99c8b2131","kind":"commit","published_at":"2024-04-26T22:08:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0/manifests"},{"name":"conventional-changelog-core-v8.0.0","sha":"7bc92fc05e4447f311ad52b6e39d36f461eaf083","kind":"commit","published_at":"2024-04-26T22:07:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v8.0.0","sha":"3129c812139bf7454a64b4d506e6b85cd5abc77c","kind":"commit","published_at":"2024-04-26T22:06:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0/manifests"},{"name":"git-semver-tags-v8.0.0","sha":"fbd1b3bcd6253a32de89eb21145c2eb70d9396b6","kind":"commit","published_at":"2024-04-26T22:05:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v5.0.0","sha":"e34c96db3dbebedb17a6583aae8855dddd056f83","kind":"commit","published_at":"2024-04-26T22:04:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0/manifests"},{"name":"conventional-changelog-angular-v8.0.0","sha":"2aa6291a93eb881230e896f87a5232873b6a9717","kind":"commit","published_at":"2024-04-26T22:04:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0/manifests"},{"name":"conventional-changelog-jquery-v6.0.0","sha":"1c71cd6d4868ef2e158963e277609a9794806306","kind":"commit","published_at":"2024-04-26T22:03:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v8.0.0","sha":"533e36277d1779a5ac79a06210c603b5f88bc030","kind":"commit","published_at":"2024-04-26T22:00:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0/manifests"},{"name":"conventional-changelog-eslint-v6.0.0","sha":"c7459cd7d1e1ab82c9a5d552b008c02aba290cad","kind":"commit","published_at":"2024-04-26T21:59:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0/manifests"},{"name":"git-raw-commits-v5.0.0","sha":"f61ea377e843db0852c35911785895ec43481f11","kind":"commit","published_at":"2024-04-26T21:58:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0/manifests"},{"name":"conventional-changelog-codemirror-v5.0.0","sha":"77525286ffc8869a6ac351ebe28198842815cb7c","kind":"commit","published_at":"2024-04-26T21:57:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0/manifests"},{"name":"conventional-changelog-cli-v5.0.0","sha":"a75cef688b9a1557ca981178d4d35c18963160b6","kind":"commit","published_at":"2024-04-26T21:53:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0/manifests"},{"name":"conventional-changelog-express-v5.0.0","sha":"a6ab80d6e30091a8b743ee97a87e7400af1ebc53","kind":"commit","published_at":"2024-04-26T21:53:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v10.0.0","sha":"d7c409b02f1d58cf6f0293edcadbe5f00a78a622","kind":"commit","published_at":"2024-04-26T21:52:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v10.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v10.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0/manifests"},{"name":"conventional-changelog-atom-v5.0.0","sha":"3b2b9d0ec2382f73d9cf000a1004596f90ece916","kind":"commit","published_at":"2024-04-26T21:51:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0/manifests"},{"name":"conventional-changelog-jshint-v5.0.0","sha":"d7dae509e72b09d1496ae51f1f04c15581c828fc","kind":"commit","published_at":"2024-04-26T21:50:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0/manifests"},{"name":"conventional-changelog-ember-v5.0.0","sha":"2e99dfa49112ffe6c864dd0e436f0db1e696b1f9","kind":"commit","published_at":"2024-04-26T21:50:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0/manifests"},{"name":"conventional-commits-parser-v6.0.0","sha":"646e1be132ccd0f32e3074de2f511be5c610984f","kind":"commit","published_at":"2024-04-26T21:48:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0/manifests"},{"name":"conventional-commits-filter-v5.0.0","sha":"be4266b7ef7b84ba5c198dfa8c143229f8a5b128","kind":"commit","published_at":"2024-04-26T21:47:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0/manifests"},{"name":"standard-changelog-v6.0.0","sha":"3e9b9387f29e48a508b70b88f26b40a6db9fea16","kind":"commit","published_at":"2024-04-26T21:45:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v5.0.0","sha":"041a1a9b73b201add30494aed19d026b948bd8f1","kind":"commit","published_at":"2024-04-26T21:41:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0/manifests"},{"name":"git-client-v1.0.0","sha":"7e51fe970576503cae3ab94e6e9b3e01017b044d","kind":"commit","published_at":"2024-04-26T21:21:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0/manifests"},{"name":"git-semver-tags-v7.0.1","sha":"fac8045242099c016f5f3905e54e02b7d466bd7b","kind":"commit","published_at":"2023-09-10T23:53:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1/manifests"},{"name":"conventional-changelog-writer-v7.0.1","sha":"e3a643ad39ec3bc4cfb1dff2aa1101333df33dc3","kind":"commit","published_at":"2023-09-10T23:49:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1/manifests"},{"name":"conventional-changelog-cli-v4.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0/manifests"},{"name":"conventional-changelog-v5.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0/manifests"},{"name":"conventional-changelog-core-v7.0.0","sha":"2e467dd39a35c3813597711a37690897183b4abc","kind":"commit","published_at":"2023-09-08T22:03:37.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0/manifests"},{"name":"git-semver-tags-v7.0.0","sha":"a13f788bd505d8253a2d92413fc4a7780e11ec07","kind":"commit","published_at":"2023-09-08T21:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0/manifests"},{"name":"standard-changelog-v5.0.0","sha":"34569c7a3fd2b0362a461517a1f4e20e7eecd9fc","kind":"commit","published_at":"2023-09-08T21:55:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v9.0.0","sha":"ad633d9d81f66ef80d7f77832a264cb0c5b971ef","kind":"commit","published_at":"2023-09-08T21:50:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.2","sha":"50113f9b569259d991f1a734a192964ca71f0118","kind":"commit","published_at":"2023-09-08T21:41:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2/manifests"},{"name":"conventional-changelog-preset-loader-v4.1.0","sha":"a14d2186575f6061f236c9a47d803694b18f8373","kind":"commit","published_at":"2023-09-08T21:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.1","sha":"ca4324b0a690b2595f8b574882ff95329a2dc195","kind":"commit","published_at":"2023-08-27T19:11:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1/manifests"},{"name":"conventional-commits-filter-v4.0.0","sha":"26fc9ea274dc0c62442ec9d97b20a2ebb49138bf","kind":"commit","published_at":"2023-08-27T12:55:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0/manifests"},{"name":"standard-changelog-v4.0.0","sha":"5b788265774bf4b63d3c83a178ca53e8e7095903","kind":"commit","published_at":"2023-08-27T12:50:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-eslint-v5.0.0","sha":"679594c0716275771cc23b314e4362899fe72f87","kind":"commit","published_at":"2023-08-27T12:46:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0/manifests"},{"name":"git-semver-tags-v6.0.0","sha":"1c75c72d9b5d59e3ea4e914c58a85f7559f29602","kind":"commit","published_at":"2023-08-27T12:40:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0/manifests"},{"name":"conventional-recommended-bump-v8.0.0","sha":"624377a24e8e3658bcf2329a9a98f9a7b02a4cb3","kind":"commit","published_at":"2023-08-27T12:33:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0/manifests"},{"name":"conventional-changelog-writer-v7.0.0","sha":"d669bb67dc713cb1e4374e3216ed7d83cde743c5","kind":"commit","published_at":"2023-08-27T12:27:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0/manifests"},{"name":"conventional-changelog-codemirror-v4.0.0","sha":"933fd0b3dd355d648faf57241b796a714004c722","kind":"commit","published_at":"2023-08-27T12:23:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0/manifests"},{"name":"conventional-changelog-express-v4.0.0","sha":"c9e9ceb3a3727659bd117bab01cbc7642d588f06","kind":"commit","published_at":"2023-08-27T12:16:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0/manifests"},{"name":"conventional-changelog-ember-v4.0.0","sha":"5d7c16268f79b7f180e34e997fdb37373d714666","kind":"commit","published_at":"2023-08-27T12:11:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0/manifests"},{"name":"conventional-changelog-jquery-v5.0.0","sha":"d643efb1050dcdaecee626044315644ff9b9e43b","kind":"commit","published_at":"2023-08-27T12:07:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v4.0.0","sha":"636646dd9ae062e9652a7f9ccaf6c329e6e9f924","kind":"commit","published_at":"2023-08-27T12:03:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0/manifests"},{"name":"conventional-changelog-v5.0.0","sha":"7985de3edc9e655369651ad464cb39b791887dc7","kind":"commit","published_at":"2023-08-27T11:58:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.0","sha":"5f0fe40743d8f559ab94ed11bbb4b8bda6fa6dcb","kind":"commit","published_at":"2023-08-27T11:51:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0/manifests"},{"name":"conventional-changelog-angular-v7.0.0","sha":"6c7a2e1a8807988bcb1a9842f72d14be3b1a89e3","kind":"commit","published_at":"2023-08-27T11:46:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0/manifests"},{"name":"conventional-changelog-jshint-v4.0.0","sha":"0204a9a340d2c85411e8de8905bc74c6146e5618","kind":"commit","published_at":"2023-08-27T11:41:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0/manifests"},{"name":"conventional-changelog-atom-v4.0.0","sha":"ab9b2c10e098ec8837d141102549f3eef698364c","kind":"commit","published_at":"2023-08-27T11:36:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0/manifests"},{"name":"conventional-changelog-cli-v4.0.0","sha":"29df6c4597afad27b9cda06f58eb564bcca609c4","kind":"commit","published_at":"2023-08-27T11:21:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0/manifests"},{"name":"conventional-changelog-core-v6.0.0","sha":"45613bbc2d13c798732e4b2bd4b2fa9ea67157d6","kind":"commit","published_at":"2023-08-27T11:17:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v4.0.0","sha":"5a896e3ef3aa9e751fcc74d7c76fa21d6d526cb0","kind":"commit","published_at":"2023-08-27T11:08:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0/manifests"},{"name":"git-raw-commits-v4.0.0","sha":"878fc56b43bc617177bf47fd8643a3b8b86078e5","kind":"commit","published_at":"2023-08-27T11:01:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0/manifests"},{"name":"conventional-commits-parser-v5.0.0","sha":"299de5acbe55a7d19dcdd2adc34681eae7264abf","kind":"commit","published_at":"2023-08-26T17:50:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0/manifests"},{"name":"git-semver-tags-v5.0.1","sha":"87914a362866a380e98a29edf19b2173e0911d8a","kind":"commit","published_at":"2023-07-09T19:10:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1/manifests"},{"name":"conventional-changelog-writer-v6.0.1","sha":"c123edea220b450cfa26813b6f198c3e8ebbd2b4","kind":"commit","published_at":"2023-07-09T14:49:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.2","sha":"83773c5e1a8874ea9809ca9db1dff60b7df1daae","kind":"commit","published_at":"2023-06-28T17:43:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.1.0","sha":"2e5fe6d9574ba896fa90b5bfcb50fb73d28af6d6","kind":"commit","published_at":"2023-06-17T21:30:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v7.0.1","sha":"f251b6899e313a9b23f3c8deb8b8b57217040892","kind":"commit","published_at":"2023-06-06T23:24:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.1","sha":"5b458dff9edf766446449acd1bbb8027a1e39fa5","kind":"commit","published_at":"2023-06-06T23:17:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1/manifests"},{"name":"gulp-conventional-changelog-v3.0.0","sha":"8ef6232797e5bf7c80422221374c53c03d5df36d","kind":"commit","published_at":"2023-06-06T22:50:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0/manifests"},{"name":"standard-changelog-v3.0.0","sha":"ea65f017b42b914ece780fd2fc799a6946912ed8","kind":"commit","published_at":"2023-06-06T22:42:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0/manifests"},{"name":"conventional-changelog-cli-v3.0.0","sha":"f00f4549cee9406054b77057a8135183fcd89710","kind":"commit","published_at":"2023-06-06T22:29:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0/manifests"},{"name":"conventional-changelog-v4.0.0","sha":"1a240f91ed584ed43e7f9c82235ca60eff0f4fa5","kind":"commit","published_at":"2023-06-06T19:50:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-core-v5.0.0","sha":"8507f601486c8ff6806156c50091262dee13ec54","kind":"commit","published_at":"2023-06-06T19:23:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v7.0.0","sha":"e1662ca7a6c688d28a334282a5e863f52866f3e8","kind":"commit","published_at":"2023-06-06T18:39:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v3.0.0","sha":"5d80d155425147a0b045af09536e5962cbfff620","kind":"commit","published_at":"2023-06-06T15:08:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.0.0","sha":"a30fc7ae219cf871b46cbe9d2c76a9730b70e272","kind":"commit","published_at":"2023-06-06T14:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v6.0.0","sha":"aa5d46c7b13b7b31f78af4b3c31c087c39eea41d","kind":"commit","published_at":"2023-06-06T14:46:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0/manifests"},{"name":"conventional-commits-filter-v3.0.0","sha":"502a73fe41aebb7b563c5ca69521e0b1bab904df","kind":"commit","published_at":"2023-06-06T14:32:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0/manifests"},{"name":"conventional-commits-parser-v4.0.0","sha":"9f7fe891e75c64937c28baa39a6c795a01603ab7","kind":"commit","published_at":"2023-06-06T14:24:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0/manifests"},{"name":"git-raw-commits-v3.0.0","sha":"571f2d549f10744a12ab3bc5dc5e0b749cb72667","kind":"commit","published_at":"2023-06-06T14:16:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0/manifests"},{"name":"git-semver-tags-v5.0.0","sha":"445c796d04105d10dd62d07039bc6a7fc9f263a5","kind":"commit","published_at":"2023-06-06T13:51:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0/manifests"},{"name":"conventional-changelog-atom-v3.0.0","sha":"208787aa2f5db8de1c2d43c56d71e6dfb9510781","kind":"commit","published_at":"2023-06-06T13:43:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0/manifests"},{"name":"conventional-changelog-angular-v6.0.0","sha":"c4ebf98acc15f37154aae5de53a225e896c4a157","kind":"commit","published_at":"2023-06-06T13:36:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0/manifests"},{"name":"conventional-changelog-codemirror-v3.0.0","sha":"0772453bee083917a05b9696d063ee3dc69957f9","kind":"commit","published_at":"2023-06-06T13:25:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0/manifests"},{"name":"conventional-changelog-ember-v3.0.0","sha":"e473d0c8af7c0cf8a54f775556796f50f3e695c2","kind":"commit","published_at":"2023-06-06T13:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0/manifests"},{"name":"conventional-changelog-eslint-v4.0.0","sha":"b3b896bc5b9e3ed65dcfc08c57967a252f37cfd1","kind":"commit","published_at":"2023-06-06T12:56:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0/manifests"},{"name":"conventional-changelog-express-v3.0.0","sha":"5594385d1dd2490b0fb508a60b6f30e8be6616ce","kind":"commit","published_at":"2023-06-06T12:37:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0/manifests"},{"name":"conventional-changelog-jquery-v4.0.0","sha":"51a3015a907b2cea900114359c36ce0e9664b72d","kind":"commit","published_at":"2023-06-06T12:17:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0/manifests"},{"name":"conventional-changelog-jshint-v3.0.0","sha":"281e5f883476e90b75cae4373a67436c86e94f6a","kind":"commit","published_at":"2023-06-06T12:02:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v5.0.0","sha":"ba6df7cf62de5f448368bed4398f6ddf633d2cbd","kind":"commit","published_at":"2022-05-27T18:02:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0/manifests"},{"name":"conventional-changelog-writer-v5.0.1","sha":"21b73f974adc4490a318d9c892055655cb82c538","kind":"commit","published_at":"2021-12-29T21:36:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.3","sha":"02757d342290bcf51a49d49e5e72f5eae6c6f6da","kind":"commit","published_at":"2021-12-29T19:52:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3/manifests"},{"name":"conventional-commits-parser-v3.2.4","sha":"1d0f62d4ac4911ef0d912d5401f783b152cee624","kind":"commit","published_at":"2021-12-29T19:46:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4/manifests"},{"name":"git-raw-commits-v2.0.11","sha":"95384dbd105ffe4f86bbc6ccad3e5405a1cbfe04","kind":"commit","published_at":"2021-12-29T19:39:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.2","sha":"1827696185192a8dd258ea7c3370090238b0fb76","kind":"commit","published_at":"2021-12-25T18:06:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2/manifests"},{"name":"conventional-changelog-cli-v2.2.2","sha":"8ce6a7bbd3fae87aa9d56fca68c2e16fbb2cace5","kind":"commit","published_at":"2021-12-25T17:22:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2/manifests"},{"name":"conventional-changelog-v3.1.25","sha":"8e9c3d76aaffd7fe67a78270b3ad9b881e953e7e","kind":"commit","published_at":"2021-12-24T18:50:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25/manifests"},{"name":"conventional-commits-parser-v3.2.3","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3/manifests"},{"name":"conventional-changelog-cli-v2.2.1","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.1","sha":"c35708d56a55e31b750aec1f745e5be52f0a75f2","kind":"commit","published_at":"2021-09-09T19:06:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1/manifests"},{"name":"conventional-commits-parser-v3.2.2","sha":"1bae48ff85eff0736ea6691b7214f3fc9c026256","kind":"commit","published_at":"2021-09-09T14:45:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2/manifests"},{"name":"conventional-changelog-core-v4.2.4","sha":"02fbc2d42d0faf53d4b7a2b0525626088a6ac8ba","kind":"commit","published_at":"2021-09-09T14:37:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4/manifests"},{"name":"conventional-changelog-angular-v5.0.13","sha":"e30343b4676d26b416080294dc74ebba001c0716","kind":"commit","published_at":"2021-09-09T14:31:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v5.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13/manifests"},{"name":"conventional-changelog-core-v4.2.3","sha":"318b555b6ef3aebdb5a8d4c7c734fd7234712dd3","kind":"commit","published_at":"2021-07-03T00:24:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.0","sha":"537c37d7801872c3e57e4200c64154a4d2ea042a","kind":"commit","published_at":"2021-04-30T00:15:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0/manifests"},{"name":"conventional-commits-parser-v3.2.1","sha":"758dda2937b6784f0cc6a535286862fcf95b6f06","kind":"commit","published_at":"2021-02-15T21:32:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1/manifests"},{"name":"git-raw-commits-v2.0.10","sha":"ffecaccb6e117afae9f68f1d48ff9a69554da950","kind":"commit","published_at":"2021-01-27T16:36:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10/manifests"},{"name":"conventional-changelog-writer-v5.0.0","sha":"61ef6491add84b841e1797baf09f62bbdd90dcd4","kind":"commit","published_at":"2020-12-30T22:40:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v6.1.0","sha":"3b0fb22b0bb49137b9ecddaeb349f66025205c57","kind":"commit","published_at":"2020-12-30T16:58:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0/manifests"},{"name":"conventional-changelog-core-v4.2.2","sha":"317eeb3137caff69bcc9a67fce3dc67663a010db","kind":"commit","published_at":"2020-12-30T00:53:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2/manifests"},{"name":"conventional-recommended-bump-v6.0.12","sha":"90ecc5d93bfd7626857eda5d240f92393d896be0","kind":"commit","published_at":"2020-12-30T00:43:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12/manifests"},{"name":"git-raw-commits-v2.0.9","sha":"227f3e23af86912c0cd64fdb1a820ac92e5757c5","kind":"commit","published_at":"2020-12-29T23:59:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9/manifests"},{"name":"conventional-changelog-writer-v4.1.0","sha":"77725cfb12ca3ca22abb9421b4af012a49207e7a","kind":"commit","published_at":"2020-12-29T23:41:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0/manifests"},{"name":"conventional-changelog-atom@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8/manifests"},{"name":"conventional-changelog-angular@5.0.12","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12/manifests"},{"name":"conventional-changelog@3.1.24","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24/manifests"},{"name":"git-raw-commits@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8/manifests"},{"name":"standard-changelog@2.0.27","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27/manifests"},{"name":"gulp-conventional-changelog@2.0.35","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35/manifests"},{"name":"git-semver-tags@4.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1/manifests"},{"name":"conventional-recommended-bump@6.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11/manifests"},{"name":"conventional-commits-parser@3.2.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0/manifests"},{"name":"conventional-commits-filter@2.0.7","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7/manifests"},{"name":"conventional-changelog-writer@4.0.18","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18/manifests"},{"name":"conventional-changelog-jshint@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9/manifests"},{"name":"conventional-changelog-jquery@3.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11/manifests"},{"name":"conventional-changelog-express@2.0.6","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9/manifests"},{"name":"conventional-changelog-ember@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9/manifests"},{"name":"conventional-changelog-core@4.2.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.5.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1/manifests"},{"name":"conventional-changelog-v3.1.24","sha":"f8fcbc2e8b0834c29178ace6382b438a020ad828","kind":"commit","published_at":"2020-10-25T02:45:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24/manifests"},{"name":"conventional-recommended-bump@6.0.10","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10/manifests"},{"name":"standard-changelog@2.0.26","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26/manifests"},{"name":"gulp-conventional-changelog@2.0.34","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34/manifests"},{"name":"git-semver-tags@4.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0/manifests"},{"name":"conventional-changelog-core@4.2.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.4.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0/manifests"},{"name":"conventional-changelog-cli@2.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0/manifests"},{"name":"conventional-changelog@3.1.23","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23/manifests"},{"name":"standard-changelog@2.0.25","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25/manifests"},{"name":"conventional-changelog-writer@4.0.17","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17/manifests"},{"name":"conventional-changelog-jshint@2.0.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8/manifests"},{"name":"conventional-changelog-core@4.1.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8/manifests"},{"name":"conventional-changelog@3.1.22","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22/manifests"},{"name":"conventional-changelog-angular@5.0.11","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.35","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35/manifests"},{"name":"gulp-conventional-changelog@2.0.33","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.1","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1/manifests"},{"name":"conventional-changelog-core@4.1.7","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7/manifests"},{"name":"conventional-changelog@3.1.21","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21/manifests"},{"name":"conventional-changelog-writer@4.0.16","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.34","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34/manifests"},{"name":"standard-changelog@2.0.24","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24/manifests"},{"name":"gulp-conventional-changelog@2.0.32","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32/manifests"},{"name":"git-semver-tags@4.0.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.3.4","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4/manifests"},{"name":"standard-changelog@2.0.23","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23/manifests"},{"name":"gulp-conventional-changelog@2.0.31","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31/manifests"},{"name":"conventional-changelog-eslint@3.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.15","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10/manifests"},{"name":"conventional-changelog@3.1.20","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20/manifests"},{"name":"conventional-changelog-atom@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7/manifests"},{"name":"conventional-changelog-cli@2.0.33","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33/manifests"},{"name":"conventional-changelog-codemirror@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0/manifests"},{"name":"conventional-changelog-core@4.1.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6/manifests"},{"name":"conventional-changelog-ember@2.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8/manifests"},{"name":"conventional-commits-filter@2.0.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6/manifests"},{"name":"conventional-commits-parser@3.1.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.9","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9/manifests"},{"name":"git-raw-commits@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7/manifests"},{"name":"conventional-changelog-express@2.0.5","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10/manifests"},{"name":"conventional-changelog-jshint@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7/manifests"},{"name":"conventional-changelog-preset-loader-v2.3.2","sha":"9f6c56cb960a5043823cfb85b9843991201cbb51","kind":"commit","published_at":"2020-05-08T19:21:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v2.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2/manifests"},{"name":"conventional-changelog-core@4.1.5","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5/manifests"},{"name":"gulp-conventional-changelog@2.0.30","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30/manifests"},{"name":"standard-changelog@2.0.22","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22/manifests"},{"name":"conventional-changelog@3.1.19","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19/manifests"},{"name":"conventional-changelog-cli@2.0.32","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32/manifests"},{"name":"conventional-changelog-cli@2.0.31","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31/manifests"},{"name":"standard-changelog@2.0.21","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21/manifests"},{"name":"gulp-conventional-changelog@2.0.29","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29/manifests"},{"name":"conventional-changelog-core@4.1.4","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4/manifests"},{"name":"conventional-changelog@3.1.18","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18/manifests"},{"name":"conventional-changelog@3.1.17","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17/manifests"},{"name":"standard-changelog@2.0.20","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20/manifests"},{"name":"gulp-conventional-changelog@2.0.28","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28/manifests"},{"name":"conventional-changelog-core@4.1.3","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.30","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30/manifests"},{"name":"conventional-changelog-cli@2.0.29","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29/manifests"},{"name":"standard-changelog@2.0.19","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19/manifests"},{"name":"gulp-conventional-changelog@2.0.27","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27/manifests"},{"name":"conventional-changelog-core@4.1.2","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2/manifests"},{"name":"conventional-changelog@3.1.16","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16/manifests"},{"name":"conventional-changelog-cli@2.0.28","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28/manifests"},{"name":"standard-changelog@2.0.18","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18/manifests"},{"name":"gulp-conventional-changelog@2.0.26","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26/manifests"},{"name":"git-semver-tags@3.0.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1/manifests"},{"name":"git-raw-commits@2.0.3","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3/manifests"},{"name":"conventional-recommended-bump@6.0.5","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5/manifests"},{"name":"conventional-commits-parser@3.0.8","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.11","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11/manifests"},{"name":"conventional-changelog-core@4.1.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1/manifests"},{"name":"conventional-changelog@3.1.15","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15/manifests"},{"name":"gulp-conventional-changelog@2.0.25","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25/manifests"},{"name":"conventional-changelog@3.1.14","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14/manifests"},{"name":"conventional-changelog-angular@5.0.6","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6/manifests"},{"name":"conventional-changelog-cli@2.0.27","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.3","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3/manifests"},{"name":"conventional-changelog-core@4.1.0","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0/manifests"},{"name":"conventional-commits-parser@3.0.7","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7/manifests"},{"name":"conventional-recommended-bump@6.0.4","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4/manifests"},{"name":"standard-changelog@2.0.17","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17/manifests"},{"name":"conventional-changelog-cli@2.0.26","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.2","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2/manifests"},{"name":"conventional-changelog-core@4.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3/manifests"},{"name":"conventional-commits-parser@3.0.6","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6/manifests"},{"name":"conventional-recommended-bump@6.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.24","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24/manifests"},{"name":"standard-changelog@2.0.16","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16/manifests"},{"name":"conventional-changelog-writer@4.0.10","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10/manifests"},{"name":"conventional-changelog-preset-loader@2.3.0","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0/manifests"},{"name":"conventional-changelog@3.1.13","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13/manifests"},{"name":"conventional-changelog-jshint@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.9","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9/manifests"},{"name":"conventional-commits-parser@3.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5/manifests"},{"name":"conventional-changelog@3.1.12","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12/manifests"},{"name":"conventional-recommended-bump@6.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.23","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23/manifests"},{"name":"standard-changelog@2.0.15","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5/manifests"},{"name":"conventional-changelog-atom@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.25","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25/manifests"},{"name":"conventional-changelog-codemirror@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.1","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1/manifests"},{"name":"conventional-changelog-core@4.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2/manifests"},{"name":"conventional-changelog-ember@2.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4/manifests"},{"name":"conventional-changelog-eslint@3.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.6","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6/manifests"},{"name":"standard-changelog@2.0.14","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14/manifests"},{"name":"gulp-conventional-changelog@2.0.22","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22/manifests"},{"name":"conventional-recommended-bump@6.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1/manifests"},{"name":"conventional-commits-parser@3.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4/manifests"},{"name":"conventional-changelog-writer@4.0.8","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8/manifests"},{"name":"conventional-changelog-jshint@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.5","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5/manifests"},{"name":"conventional-changelog-eslint@3.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3/manifests"},{"name":"conventional-changelog-ember@2.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3/manifests"},{"name":"conventional-changelog-core@4.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.0","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.24","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24/manifests"},{"name":"conventional-changelog-atom@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4/manifests"},{"name":"conventional-changelog@3.1.11","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11/manifests"},{"name":"conventional-changelog-preset-loader@2.2.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0/manifests"},{"name":"standard-changelog@2.0.13","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13/manifests"},{"name":"gulp-conventional-changelog@2.0.21","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21/manifests"},{"name":"git-semver-tags@3.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0/manifests"},{"name":"conventional-recommended-bump@6.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.7","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7/manifests"},{"name":"conventional-changelog@3.1.10","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10/manifests"},{"name":"conventional-changelog-cli@2.0.23","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23/manifests"},{"name":"conventional-changelog-conventionalcommits@4.1.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0/manifests"},{"name":"conventional-changelog-core@4.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.1","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.0.0","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0/manifests"},{"name":"conventional-changelog-core@3.2.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3/manifests"},{"name":"conventional-changelog-writer@4.0.6","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6/manifests"},{"name":"conventional-commits-parser@3.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3/manifests"},{"name":"conventional-changelog@3.1.9","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9/manifests"},{"name":"standard-changelog@2.0.12","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.20","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20/manifests"},{"name":"git-semver-tags@2.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.22","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22/manifests"},{"name":"standard-changelog@2.0.11","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11/manifests"},{"name":"conventional-changelog@3.1.8","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8/manifests"},{"name":"conventional-changelog-cli@2.0.21","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.2","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.19","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19/manifests"},{"name":"conventional-changelog@3.1.7","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7/manifests"},{"name":"conventional-changelog-cli@2.0.20","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.1","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.18","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18/manifests"},{"name":"conventional-changelog-cli@2.0.19","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.17","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17/manifests"},{"name":"conventional-changelog@3.1.6","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6/manifests"},{"name":"conventional-changelog@3.1.5","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5/manifests"},{"name":"conventional-changelog-conventionalcommits@2.0.0","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.16","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.18","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.2","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.17","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17/manifests"},{"name":"conventional-changelog@3.1.4","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.15","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15/manifests"},{"name":"conventional-changelog-writer@4.0.5","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5/manifests"},{"name":"standard-changelog@2.0.10","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10/manifests"},{"name":"gulp-conventional-changelog@2.0.14","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14/manifests"},{"name":"conventional-changelog@3.1.3","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3/manifests"},{"name":"conventional-changelog-core@3.2.2","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2/manifests"},{"name":"conventional-changelog-cli@2.0.16","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.15","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15/manifests"},{"name":"standard-changelog@2.0.9","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.1.2","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2/manifests"},{"name":"conventional-changelog-core@3.2.1","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1/manifests"},{"name":"gulp-conventional-changelog@2.0.13","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13/manifests"},{"name":"conventional-changelog@3.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1/manifests"},{"name":"gulp-conventional-changelog@2.0.12","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12/manifests"},{"name":"conventional-recommended-bump@4.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1/manifests"},{"name":"conventional-changelog-preset-loader@2.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.14","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14/manifests"},{"name":"conventional-changelog-preset-loader@2.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0/manifests"},{"name":"conventional-changelog-writer@4.0.4","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4/manifests"},{"name":"conventional-commits-filter@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2/manifests"},{"name":"conventional-commits-parser@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2/manifests"},{"name":"conventional-recommended-bump@4.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0/manifests"},{"name":"gulp-conventional-changelog@2.0.11","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11/manifests"},{"name":"standard-changelog@2.0.8","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8/manifests"},{"name":"git-raw-commits@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2/manifests"},{"name":"conventional-changelog@3.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0/manifests"},{"name":"conventional-changelog-cli@2.0.13","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0/manifests"},{"name":"conventional-changelog-core@3.2.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0/manifests"},{"name":"conventional-changelog-eslint@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2/manifests"},{"name":"standard-changelog@2.0.7","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6/manifests"},{"name":"conventional-changelog-angular@5.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.12","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.10","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10/manifests"},{"name":"conventional-changelog-writer@4.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3/manifests"},{"name":"conventional-changelog-core@3.1.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6/manifests"},{"name":"conventional-recommended-bump@4.0.4","sha":"da729f68f9dc581623deb587c705ef65d189a9f4","kind":"tag","published_at":"2018-11-01T06:56:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4/manifests"},{"name":"standard-changelog@2.0.6","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6/manifests"},{"name":"conventional-changelog-core@3.1.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5/manifests"},{"name":"conventional-changelog-writer@4.0.2","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.9","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.0.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.11","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.10","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10/manifests"},{"name":"conventional-changelog-core@3.1.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.8","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8/manifests"},{"name":"conventional-changelog@3.0.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4/manifests"},{"name":"git-semver-tags@2.0.2","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.3","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3/manifests"},{"name":"standard-changelog@2.0.5","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5/manifests"},{"name":"standard-changelog@2.0.4","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.7","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3/manifests"},{"name":"conventional-changelog-core@3.1.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.9","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9/manifests"},{"name":"standard-changelog@2.0.3","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.8","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8/manifests"},{"name":"conventional-changelog-core@3.1.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2/manifests"},{"name":"gulp-conventional-changelog@2.0.6","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6/manifests"},{"name":"conventional-changelog@3.0.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.5","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.7","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7/manifests"},{"name":"conventional-changelog@3.0.1","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1/manifests"},{"name":"standard-changelog@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4/manifests"},{"name":"git-semver-tags@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1/manifests"},{"name":"git-raw-commits@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2/manifests"},{"name":"conventional-commits-parser@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1/manifests"},{"name":"conventional-commits-filter@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1/manifests"},{"name":"conventional-changelog-writer@4.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1/manifests"},{"name":"conventional-changelog-preset-loader@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4/manifests"},{"name":"conventional-changelog-express@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1/manifests"},{"name":"conventional-changelog-eslint@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2/manifests"},{"name":"conventional-changelog-core@3.1.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1/manifests"},{"name":"conventional-changelog-codemirror@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.6","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6/manifests"},{"name":"conventional-changelog-atom@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1/manifests"},{"name":"conventional-changelog-angular@5.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2/manifests"},{"name":"conventional-changelog@3.0.0","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.5","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.3","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.2","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.4","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3/manifests"},{"name":"standard-changelog@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3/manifests"},{"name":"conventional-changelog-core@3.1.0","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0/manifests"},{"name":"conventional-changelog-ember@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1/manifests"},{"name":"conventional-changelog-jquery@3.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1/manifests"},{"name":"conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0/manifests"},{"name":"conventional-recommended-bump@4.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0/manifests"},{"name":"conventional-changelog-jquery@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0/manifests"},{"name":"conventional-changelog-express@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0/manifests"},{"name":"conventional-changelog-eslint@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0/manifests"},{"name":"conventional-changelog-ember@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1/manifests"},{"name":"conventional-changelog-atom@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1/manifests"},{"name":"conventional-changelog-angular@4.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1/manifests"},{"name":"conventional-changelog-jquery@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0/manifests"},{"name":"conventional-changelog-jshint@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0/manifests"},{"name":"standard-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0/manifests"},{"name":"conventional-recommended-bump@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0/manifests"},{"name":"conventional-commits-parser@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0/manifests"},{"name":"conventional-commits-filter@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0/manifests"},{"name":"conventional-changelog-ember@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0/manifests"},{"name":"conventional-changelog-express@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0/manifests"},{"name":"git-semver-tags@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0/manifests"},{"name":"git-raw-commits@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0/manifests"},{"name":"conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-angular@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0/manifests"},{"name":"conventional-changelog-atom@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0/manifests"},{"name":"conventional-changelog-core@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0/manifests"},{"name":"conventional-changelog-eslint@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-core@2.0.11","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11/manifests"},{"name":"conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-cli@1.3.22","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22/manifests"},{"name":"conventional-changelog-ember@0.3.12","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12/manifests"},{"name":"conventional-recommended-bump@2.0.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9/manifests"},{"name":"conventional-changelog-angular@3.0.7","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7/manifests"},{"name":"gulp-conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24/manifests"},{"name":"standard-changelog@1.0.19","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19/manifests"},{"name":"conventional-changelog-jquery@1.3.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9/manifests"},{"name":"conventional-changelog-angular@3.0.6","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6/manifests"},{"name":"standard-changelog@1.0.18","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18/manifests"},{"name":"gulp-conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-writer@3.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9/manifests"},{"name":"conventional-changelog-jshint@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8/manifests"},{"name":"conventional-changelog-jquery@1.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8/manifests"},{"name":"conventional-changelog-eslint@1.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9/manifests"},{"name":"conventional-changelog-ember@0.3.11","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11/manifests"},{"name":"conventional-changelog-core@2.0.10","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10/manifests"},{"name":"conventional-changelog-codemirror@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8/manifests"},{"name":"conventional-changelog-cli@1.3.21","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21/manifests"},{"name":"conventional-changelog-atom@0.2.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8/manifests"},{"name":"conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23/manifests"},{"name":"gulp-conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-core@2.0.9","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9/manifests"},{"name":"conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-cli@1.3.20","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20/manifests"},{"name":"conventional-changelog-writer@3.0.8","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8/manifests"},{"name":"standard-changelog@1.0.17","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17/manifests"},{"name":"conventional-changelog-angular@3.0.5","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.10","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10/manifests"},{"name":"conventional-changelog-cli@1.3.19","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19/manifests"},{"name":"conventional-changelog-angular@3.0.4","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4/manifests"},{"name":"conventional-changelog-atom@0.2.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7/manifests"},{"name":"conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-core@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.9","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9/manifests"},{"name":"conventional-changelog-eslint@1.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8/manifests"},{"name":"conventional-changelog-express@0.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6/manifests"},{"name":"conventional-changelog-jquery@1.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7/manifests"},{"name":"conventional-changelog-preset-loader@1.1.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8/manifests"},{"name":"conventional-changelog-writer@3.0.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7/manifests"},{"name":"conventional-commits-parser@2.1.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7/manifests"},{"name":"conventional-recommended-bump@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8/manifests"},{"name":"git-raw-commits@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6/manifests"},{"name":"git-semver-tags@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21/manifests"},{"name":"standard-changelog@1.0.16","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16/manifests"},{"name":"conventional-changelog-codemirror@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6/manifests"},{"name":"conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-core@2.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7/manifests"},{"name":"conventional-changelog-codemirror@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6/manifests"},{"name":"conventional-changelog-cli@1.3.18","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18/manifests"},{"name":"conventional-changelog-ember@0.3.8","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8/manifests"},{"name":"conventional-changelog-writer@3.0.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6/manifests"},{"name":"conventional-changelog-atom@0.2.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6/manifests"},{"name":"conventional-changelog-eslint@1.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7/manifests"},{"name":"standard-changelog@1.0.15","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15/manifests"},{"name":"conventional-changelog-angular@3.0.3","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3/manifests"},{"name":"conventional-changelog-jquery@1.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-angular@3.0.2","sha":"1cc079df803f58b52c8aa997fff43e9c162266e7","kind":"tag","published_at":"2018-03-22T14:14:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2/manifests"},{"name":"conventional-changelog-ember@0.3.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7/manifests"},{"name":"standard-changelog@1.0.14","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14/manifests"},{"name":"gulp-conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19/manifests"},{"name":"git-semver-tags@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5/manifests"},{"name":"git-raw-commits@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7/manifests"},{"name":"conventional-commits-parser@2.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6/manifests"},{"name":"conventional-commits-filter@1.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5/manifests"},{"name":"conventional-changelog-preset-loader@1.1.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7/manifests"},{"name":"conventional-changelog-jshint@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5/manifests"},{"name":"conventional-changelog-jquery@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5/manifests"},{"name":"conventional-changelog-express@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6/manifests"},{"name":"conventional-changelog-core@2.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5/manifests"},{"name":"conventional-changelog-cli@1.3.17","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17/manifests"},{"name":"conventional-changelog-atom@0.2.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5/manifests"},{"name":"conventional-changelog-angular@3.0.1","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1/manifests"},{"name":"conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19/manifests"},{"name":"conventional-changelog-angular@3.0.0","sha":"49997aaba373502e5b38bd366846934641e95799","kind":"tag","published_at":"2018-03-22T13:45:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.16","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16/manifests"},{"name":"conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18/manifests"},{"name":"gulp-conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-eslint@1.0.5","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5/manifests"},{"name":"conventional-changelog-cli@1.3.15","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15/manifests"},{"name":"conventional-changelog-codemirror@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4/manifests"},{"name":"conventional-changelog-express@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4/manifests"},{"name":"conventional-changelog-jquery@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4/manifests"},{"name":"conventional-changelog-jshint@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4/manifests"},{"name":"conventional-commits-filter@1.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5/manifests"},{"name":"conventional-commits-parser@2.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5/manifests"},{"name":"conventional-recommended-bump@2.0.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6/manifests"},{"name":"standard-changelog@1.0.13","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13/manifests"},{"name":"gulp-conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17/manifests"},{"name":"git-semver-tags@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4/manifests"},{"name":"git-raw-commits@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4/manifests"},{"name":"conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17/manifests"},{"name":"conventional-changelog-angular@1.6.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6/manifests"},{"name":"conventional-changelog-atom@0.2.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4/manifests"},{"name":"gulp-conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog-angular@1.6.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5/manifests"},{"name":"conventional-changelog-atom@0.2.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3/manifests"},{"name":"conventional-changelog-cli@1.3.14","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14/manifests"},{"name":"conventional-changelog-codemirror@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4/manifests"},{"name":"conventional-changelog-ember@0.3.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3/manifests"},{"name":"conventional-changelog-express@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3/manifests"},{"name":"conventional-changelog-jshint@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5/manifests"},{"name":"conventional-changelog-writer@3.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3/manifests"},{"name":"conventional-commits-filter@1.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4/manifests"},{"name":"conventional-commits-parser@2.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4/manifests"},{"name":"conventional-recommended-bump@2.0.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5/manifests"},{"name":"git-raw-commits@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3/manifests"},{"name":"git-semver-tags@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3/manifests"},{"name":"standard-changelog@1.0.12","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12/manifests"},{"name":"conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15/manifests"},{"name":"gulp-conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15/manifests"},{"name":"conventional-recommended-bump@2.0.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4/manifests"},{"name":"conventional-changelog-cli@1.3.13","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13/manifests"},{"name":"conventional-changelog-preset-loader@1.1.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4/manifests"},{"name":"git-raw-commits@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2/manifests"},{"name":"standard-changelog@1.0.11","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11/manifests"},{"name":"conventional-recommended-bump@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3/manifests"},{"name":"gulp-conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14/manifests"},{"name":"git-semver-tags@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2/manifests"},{"name":"conventional-changelog-eslint@1.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2/manifests"},{"name":"conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14/manifests"},{"name":"conventional-changelog-angular@1.6.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4/manifests"},{"name":"conventional-changelog-atom@0.2.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2/manifests"},{"name":"conventional-changelog-cli@1.3.12","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12/manifests"},{"name":"conventional-changelog-codemirror@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2/manifests"},{"name":"conventional-changelog-core@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.3.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4/manifests"},{"name":"conventional-changelog-express@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2/manifests"},{"name":"conventional-changelog-jquery@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2/manifests"},{"name":"conventional-changelog-jshint@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3/manifests"},{"name":"conventional-commits-filter@1.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3/manifests"},{"name":"conventional-changelog-writer@3.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13/manifests"},{"name":"standard-changelog@1.0.10","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10/manifests"},{"name":"git-raw-commits@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1/manifests"},{"name":"conventional-commits-parser@2.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2/manifests"},{"name":"conventional-changelog-writer@3.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1/manifests"},{"name":"conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13/manifests"},{"name":"conventional-commits-filter@1.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2/manifests"},{"name":"conventional-recommended-bump@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2/manifests"},{"name":"git-semver-tags@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1/manifests"},{"name":"conventional-changelog-core@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2/manifests"},{"name":"conventional-changelog-codemirror@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1/manifests"},{"name":"conventional-changelog-angular@1.6.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3/manifests"},{"name":"conventional-changelog-cli@1.3.11","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11/manifests"},{"name":"conventional-changelog-atom@0.2.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1/manifests"},{"name":"conventional-changelog-ember@0.3.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1/manifests"},{"name":"conventional-changelog-express@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3/manifests"},{"name":"conventional-changelog-jshint@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1/manifests"},{"name":"conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12/manifests"},{"name":"gulp-conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12/manifests"},{"name":"conventional-changelog-cli@1.3.10","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10/manifests"},{"name":"conventional-recommended-bump@2.0.1","sha":"a4f0aa902d3e966fe6d6b1d46f2130838524cfbf","kind":"tag","published_at":"2018-02-12T14:54:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1/manifests"},{"name":"conventional-recommended-bump@2.0.0","sha":"9885d205ed96338575335652d006f475408e1195","kind":"tag","published_at":"2018-02-12T14:30:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0/manifests"},{"name":"conventional-changelog-preset-loader@1.1.2","sha":"a450d974237d440009ec3fb4c63974cf066e8f79","kind":"tag","published_at":"2018-02-12T04:07:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.1","sha":"5af1f00dcc4e1f9c3299bc7feb322a88b711f042","kind":"tag","published_at":"2018-02-09T04:17:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.0","sha":"c3eb36dbc52f383df6f3dcf3a3870b01ceee0b8b","kind":"tag","published_at":"2018-02-08T14:46:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0/manifests"},{"name":"conventional-changelog-ember@0.3.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1/manifests"},{"name":"conventional-changelog-angular@1.6.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2/manifests"},{"name":"gulp-conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11/manifests"},{"name":"standard-changelog@1.0.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9/manifests"},{"name":"conventional-recommended-bump@1.2.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1/manifests"},{"name":"conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11/manifests"},{"name":"conventional-changelog-cli@1.3.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9/manifests"},{"name":"conventional-changelog-core@2.0.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1/manifests"},{"name":"gulp-conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10/manifests"},{"name":"standard-changelog@1.0.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8/manifests"},{"name":"git-semver-tags@1.3.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.2.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0/manifests"},{"name":"conventional-changelog-writer@3.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0/manifests"},{"name":"conventional-changelog-eslint@1.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.3.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1/manifests"},{"name":"conventional-changelog-core@2.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8/manifests"},{"name":"conventional-changelog-angular@1.6.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1/manifests"},{"name":"conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10/manifests"},{"name":"conventional-changelog-core@1.9.5","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5/manifests"},{"name":"conventional-changelog-ember@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0/manifests"},{"name":"conventional-changelog-eslint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0/manifests"},{"name":"conventional-changelog-cli@1.3.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7/manifests"},{"name":"conventional-changelog-express@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0/manifests"},{"name":"conventional-changelog-jquery@1.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0/manifests"},{"name":"conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-jshint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0/manifests"},{"name":"gulp-conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9/manifests"},{"name":"standard-changelog@1.0.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7/manifests"},{"name":"conventional-changelog-angular@1.6.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0/manifests"},{"name":"conventional-changelog-codemirror@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0/manifests"},{"name":"conventional-changelog-atom@0.2.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0/manifests"},{"name":"conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8/manifests"},{"name":"standard-changelog@1.0.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6/manifests"},{"name":"gulp-conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8/manifests"},{"name":"conventional-recommended-bump@1.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0/manifests"},{"name":"conventional-commits-parser@2.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0/manifests"},{"name":"conventional-commits-filter@1.1.1","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1/manifests"},{"name":"conventional-changelog-writer@2.0.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.2.10","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10/manifests"},{"name":"conventional-changelog-core@1.9.4","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4/manifests"},{"name":"conventional-changelog-cli@1.3.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6/manifests"},{"name":"conventional-changelog-angular@1.5.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3/manifests"},{"name":"conventional-changelog-ember@0.2.9","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9/manifests"},{"name":"standard-changelog@1.0.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5/manifests"},{"name":"gulp-conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7/manifests"},{"name":"git-semver-tags@1.2.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3/manifests"},{"name":"git-raw-commits@1.3.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.0.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3/manifests"},{"name":"conventional-commits-parser@2.0.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1/manifests"},{"name":"conventional-commits-filter@1.1.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0/manifests"},{"name":"conventional-changelog-writer@2.0.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2/manifests"},{"name":"conventional-changelog-jshint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1/manifests"},{"name":"conventional-changelog-jquery@1.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1/manifests"},{"name":"conventional-changelog-express@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1/manifests"},{"name":"conventional-changelog-eslint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1/manifests"},{"name":"conventional-changelog-core@1.9.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3/manifests"},{"name":"conventional-changelog-codemirror@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1/manifests"},{"name":"conventional-changelog-cli@1.3.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5/manifests"},{"name":"conventional-changelog-atom@0.1.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2/manifests"},{"name":"conventional-changelog-angular@1.5.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2/manifests"},{"name":"conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7/manifests"},{"name":"@marionebl/conventional-commits-parser@3.0.0","sha":"edf4068ce4c3ea6ac5b61323473ab655be5eb895","kind":"tag","published_at":"2017-11-01T07:09:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/@marionebl/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/@marionebl/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4/manifests"},{"name":"git-semver-tags@1.2.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2/manifests"},{"name":"conventional-recommended-bump@1.0.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-ember@0.2.8","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8/manifests"},{"name":"conventional-changelog-core@1.9.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2/manifests"},{"name":"standard-changelog@1.0.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4/manifests"},{"name":"conventional-changelog-angular@1.5.1","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1/manifests"},{"name":"conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6/manifests"},{"name":"standard-changelog@1.0.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3/manifests"},{"name":"conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-angular@1.5.0","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0/manifests"},{"name":"conventional-changelog-cli@1.3.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3/manifests"},{"name":"gulp-conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-writer@2.0.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1/manifests"},{"name":"conventional-changelog-core@1.9.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1/manifests"},{"name":"conventional-changelog-ember@0.2.7","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7/manifests"},{"name":"git-semver-tags@1.2.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1/manifests"},{"name":"conventional-changelog-jshint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0/manifests"},{"name":"conventional-changelog-jquery@1.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0/manifests"},{"name":"conventional-changelog-express@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0/manifests"},{"name":"conventional-changelog-eslint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0/manifests"},{"name":"conventional-commits-parser@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0/manifests"},{"name":"conventional-changelog-writer@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1/manifests"},{"name":"conventional-changelog-core@1.9.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0/manifests"},{"name":"conventional-changelog-codemirror@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0/manifests"},{"name":"conventional-changelog-cli@1.3.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2/manifests"},{"name":"conventional-changelog-atom@0.1.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1/manifests"},{"name":"conventional-changelog-angular@1.4.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0/manifests"},{"name":"conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4/manifests"},{"name":"gulp-conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4/manifests"},{"name":"standard-changelog@1.0.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2/manifests"},{"name":"conventional-changelog-ember@0.2.6","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6/manifests"},{"name":"conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3/manifests"},{"name":"conventional-changelog-angular@1.3.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3/manifests"},{"name":"conventional-changelog-cli@1.3.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1/manifests"},{"name":"conventional-changelog-core@1.8.0","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.8.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0/manifests"},{"name":"conventional-changelog-ember@0.2.5","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5/manifests"},{"name":"gulp-conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3/manifests"},{"name":"standard-changelog@1.0.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1/manifests"},{"name":"git-semver-tags@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0/manifests"},{"name":"standard-changelog@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2/manifests"},{"name":"git-raw-commits@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0/manifests"},{"name":"conventional-recommended-bump@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.2.4","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4/manifests"},{"name":"conventional-changelog-core@1.7.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.7.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0/manifests"},{"name":"conventional-changelog-cli@1.3.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0/manifests"},{"name":"conventional-changelog-angular@1.3.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2/manifests"},{"name":"conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2/manifests"},{"name":"gulp-conventional-changelog@1.1.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"tag","published_at":"2017-03-10T05:35:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0/manifests"},{"name":"standard-changelog@0.0.2","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@0.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-ember@0.2.3","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3/manifests"},{"name":"conventional-changelog-core@1.6.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0/manifests"},{"name":"conventional-changelog-angular@1.3.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1/manifests"},{"name":"conventional-changelog-cli@1.2.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1/manifests"},{"name":"conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-cli@1.2.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:01:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0/manifests"},{"name":"conventional-changelog-core@1.5.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:00:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0/manifests"},{"name":"git-raw-commits@1.1.2","sha":"f5fe78b1f15791cb0499744bf278dff22b52732f","kind":"tag","published_at":"2017-03-09T07:37:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2/manifests"},{"name":"git-semver-tags@1.1.2","sha":"7be07c7c0f49572b1c0e9c98f004b599d8b5bb1a","kind":"tag","published_at":"2017-03-09T07:35:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2/manifests"},{"name":"v1.1.0","sha":"600d411569271467389c3cbe71f7f657980e89a1","kind":"tag","published_at":"2016-02-13T06:59:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"9591280a8d09220aced3383abe3bc7ecbb34b503","kind":"tag","published_at":"2016-02-13T06:37:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"beef421f56939190a4ca30c28788eda1b3f9480d","kind":"tag","published_at":"2016-02-05T13:49:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"c8e90ab7fddd0b98855913e73fc12f9dc9dc81b1","kind":"tag","published_at":"2016-02-05T12:59:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0/manifests"},{"name":"v0.5.3","sha":"d79ce243223260b153699b99de0503698546ea63","kind":"tag","published_at":"2015-12-25T05:07:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"9e7b771072a2680c6c335fcad38003aade53213e","kind":"tag","published_at":"2015-12-23T12:24:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"4bf7d8df29f7be29552b82ec2b7112fad0c39a3e","kind":"tag","published_at":"2015-10-20T09:52:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"5ca2204b472704543ebbc744a22f8f90ec659659","kind":"tag","published_at":"2015-09-30T08:49:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"e5f2f3bc675e2c7e5cc6aa0ed50da7941833e492","kind":"tag","published_at":"2015-09-04T03:16:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"7536a0b351cc4f2764e71cbc268a178ab595259d","kind":"tag","published_at":"2015-08-17T01:28:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"56fa3d92620a41a875b3337fa51d04d6df23b1a8","kind":"tag","published_at":"2015-08-15T12:34:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"eefec0ef598a92e78510ee8626fd9bbcdb1398e4","kind":"tag","published_at":"2015-08-15T11:19:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0/manifests"},{"name":"v0.3.2","sha":"74b99dca61eafd56ba93605016b086a1108e77fe","kind":"tag","published_at":"2015-08-13T03:12:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"a1aca9c31a45aded77962bd0defc32e503aec213","kind":"commit","published_at":"2015-08-11T06:23:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"b489672d27ff703337c540f0fbc43f6486a84d99","kind":"commit","published_at":"2015-08-09T03:27:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"12e3cd6b151353dbe7f584adabbe5dd8a28424db","kind":"commit","published_at":"2015-07-24T08:13:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"f437b457b5ea6c105535a360144000f8315db54d","kind":"commit","published_at":"2015-07-24T04:54:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0/manifests"},{"name":"v0.1.3","sha":"c8fa9d0b94f8ac07f162623e4b9e9e68aad82e62","kind":"commit","published_at":"2015-07-22T11:06:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"6ba5d6e4b90a154dbca6ec0f80c66ad5995cd770","kind":"commit","published_at":"2015-07-22T07:10:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c015f8762f70eff2be7b8d7fb82438689239d717","kind":"commit","published_at":"2015-07-20T07:55:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"7253d0fea773e3f7cc0a3fb8278c9da070df26ee","kind":"commit","published_at":"2015-07-20T07:12:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.3","sha":"0c9f1e89bfacec8e08bac8ef96d64e3abdbecda7","kind":"commit","published_at":"2015-07-17T11:02:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"fec1baf43b8c0156682d4014a4fd066bd24ad448","kind":"commit","published_at":"2015-07-17T06:23:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"a5ea0dfada48601b9e3fbec78dd37d70380a2db6","kind":"commit","published_at":"2015-07-15T08:03:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1/manifests"},{"name":"v0.1.0-alpha.3","sha":"9b6cc68a2c17c9671363fe7af5de7ebd3a06aaeb","kind":"commit","published_at":"2015-07-06T01:27:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3/manifests"},{"name":"v0.1.0-alpha.2","sha":"34b0f460c34ecc48af857d8ee5d7038970ba56fb","kind":"commit","published_at":"2015-06-29T12:04:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2/manifests"},{"name":"v0.1.0-alpha.1","sha":"05b3415fc699ab43f3fa33b5ecd040ab5ecdf9e2","kind":"commit","published_at":"2015-06-24T04:42:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1/manifests"},{"name":"v0.0.17","sha":"3cae05244e48af9cf4abbef3114060db585a574c","kind":"commit","published_at":"2015-04-03T02:12:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"c0719ce6ba16778dd34c2cfdc81e7f3c5321409d","kind":"commit","published_at":"2015-03-19T04:15:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"57af04dc3e362c0e327b716279c9143028c6e0da","kind":"commit","published_at":"2015-03-18T20:23:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"69be290efb58a6a92e9ae78d7b37168d293920b5","kind":"commit","published_at":"2015-03-13T21:22:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"15a39d02ba3d666e7820eecbb8c5493ef2f6040a","kind":"commit","published_at":"2015-03-12T23:17:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13/manifests"},{"name":"v0.0.11","sha":"37f5561553c30d8f0f2c949502ea278da64949cd","kind":"tag","published_at":"2014-05-28T13:14:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"ad6f6ec5499d2c902b88da95487862d50e5ad776","kind":"tag","published_at":"2014-05-28T12:51:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"87efbabd9bc2a0fd83255e6cb856961b10aef9eb","kind":"tag","published_at":"2014-05-06T17:11:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"94b12cf69c51264b1edb6c81b50a262f0536894b","kind":"tag","published_at":"2014-04-10T14:45:48.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"1cf17e494fd7d8538c55189c72c0cf57d145ef41","kind":"tag","published_at":"2014-04-10T14:06:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"861f9ec93de28be4185b35815c2b6ab17746eb3f","kind":"commit","published_at":"2014-01-23T19:39:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"3f59f7356c86f30ef8e8754386373c2a8f97b367","kind":"commit","published_at":"2014-01-23T18:59:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6fa2c22464dcd964df604550c2ce2ed1d2f4362b","kind":"commit","published_at":"2014-01-04T21:36:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4/manifests"}]},"repo_metadata_updated_at":"2024-10-29T22:24:37.146Z","dependent_packages_count":379,"downloads":8594614,"downloads_period":"last-month","dependent_repos_count":65888,"rankings":{"downloads":0.14167118783924548,"dependent_repos_count":0.11733108063633835,"dependent_packages_count":0.14554274638658046,"stargazers_count":1.1604545241929183,"forks_count":1.4011947099339848,"docker_downloads_count":0.3271489667778544,"average":0.5488905359611537},"purl":"pkg:npm/conventional-changelog-ember","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/conventional-changelog-ember","docker_dependents_count":401,"docker_downloads_count":31643307,"usage_url":"https://repos.ecosyste.ms/usage/npm/conventional-changelog-ember","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/conventional-changelog-ember/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-10-29T18:02:55.825Z","issues_count":181,"pull_requests_count":485,"avg_time_to_close_issue":20290008.44047619,"avg_time_to_close_pull_request":6351261.275949367,"issues_closed_count":84,"pull_requests_closed_count":395,"pull_request_authors_count":71,"issue_authors_count":111,"avg_comments_per_issue":2.0994475138121547,"avg_comments_per_pull_request":1.31340206185567,"merged_pull_requests_count":306,"bot_issues_count":3,"bot_pull_requests_count":234,"past_year_issues_count":63,"past_year_pull_requests_count":160,"past_year_avg_time_to_close_issue":562479.2894736842,"past_year_avg_time_to_close_pull_request":1292364.6666666667,"past_year_issues_closed_count":38,"past_year_pull_requests_closed_count":129,"past_year_pull_request_authors_count":19,"past_year_issue_authors_count":37,"past_year_avg_comments_per_issue":1.4603174603174602,"past_year_avg_comments_per_pull_request":1.15,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":61,"past_year_merged_pull_requests_count":108,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues","maintainers":[{"login":"dangreen","count":83,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"},{"login":"bcoe","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bcoe"},{"login":"tommywo","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tommywo"}],"active_maintainers":[{"login":"dangreen","count":70,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-ember/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-ember/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-ember/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-ember/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-ember/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-ember/codemeta","maintainers":[{"uuid":"stevemao","login":"stevemao","name":null,"email":"steve.mao@healthinteract.com.au","url":null,"packages_count":167,"html_url":"https://www.npmjs.com/~stevemao","role":null,"created_at":"2022-11-10T11:47:19.084Z","updated_at":"2022-11-10T11:47:19.084Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/stevemao/packages"},{"uuid":"bcoe","login":"bcoe","name":null,"email":"bencoe@gmail.com","url":null,"packages_count":557,"html_url":"https://www.npmjs.com/~bcoe","role":null,"created_at":"2022-11-10T11:47:19.077Z","updated_at":"2022-11-10T11:47:19.077Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/bcoe/packages"},{"uuid":"oss-bot","login":"oss-bot","name":null,"email":"bencoe+oss-bot@gmail.com","url":null,"packages_count":57,"html_url":"https://www.npmjs.com/~oss-bot","role":null,"created_at":"2022-11-10T11:47:19.047Z","updated_at":"2022-11-10T11:47:19.047Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/oss-bot/packages"},{"uuid":"tapppi","login":"tapppi","name":null,"email":"moilanen.tapani@gmail.com","url":null,"packages_count":27,"html_url":"https://www.npmjs.com/~tapppi","role":null,"created_at":"2022-11-10T11:47:19.092Z","updated_at":"2022-11-10T11:47:19.092Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/tapppi/packages"},{"uuid":"dangreen","login":"dangreen","name":null,"email":"danon0404@gmail.com","url":null,"packages_count":110,"html_url":"https://www.npmjs.com/~dangreen","role":null,"created_at":"2026-02-11T12:03:57.688Z","updated_at":"2026-02-11T12:03:57.688Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/dangreen/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5644415,"maintainers_count":1200486,"namespaces_count":399623,"keywords_count":847874,"github":"npm","metadata":{"funded_packages_count":171745},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-06-10T05:11:46.456Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":1554989,"name":"conventional-changelog-preset-loader","ecosystem":"npm","description":"Configuration preset loader for `conventional-changelog`.","homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-preset-loader#readme","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":["conventional-changelog","preset","loader"],"namespace":null,"versions_count":20,"first_release_published_at":"2018-02-08T14:46:52.866Z","latest_release_published_at":"2024-05-03T22:57:07.863Z","latest_release_number":"5.0.0","last_synced_at":"2026-06-13T13:14:17.638Z","created_at":"2022-04-09T05:41:30.497Z","updated_at":"2026-06-13T13:14:17.638Z","registry_url":"https://www.npmjs.com/package/conventional-changelog-preset-loader","install_command":"npm install conventional-changelog-preset-loader","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"5.0.0","next":"2.3.4"}},"repo_metadata":{"id":12961414,"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2024-10-29T00:17:17.000Z","size":5764,"stargazers_count":7819,"open_issues_count":260,"forks_count":714,"subscribers_count":58,"default_branch":"master","last_synced_at":"2024-10-29T15:45:38.606Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2024-10-29T14:21:13.000Z","dependencies_parsed_at":"2022-07-13T10:30:31.523Z","dependency_job_id":"5f6d159e-c4c6-405b-9fa7-976ffc4dfa04","html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1464,"total_committers":136,"mean_commits":"10.764705882352942","dds":"0.40095628415300544","last_synced_commit":"58f0887283a200d52e49607baf7b352f26177b05"},"previous_names":["ajoslin/conventional-changelog"],"tags_count":777,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222090770,"owners_count":16929471,"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"},"owner_record":{"login":"conventional-changelog","name":"conventional-changelog","uuid":"16443515","kind":"organization","description":"Tools to generate changelogs and release notes from a project's commit messages and metadata.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16443515?v=4","repositories_count":12,"last_synced_at":"2024-03-25T20:05:25.442Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/conventional-changelog","funding_links":[],"total_stars":31480,"followers":325,"following":0,"created_at":"2022-11-02T16:25:21.572Z","updated_at":"2024-03-25T20:05:26.809Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog/repositories"},"tags":[{"name":"git-client-v1.0.1","sha":"d3b8aaa16337993bbad4d91db1ffac5a7568756b","kind":"commit","published_at":"2024-05-06T14:46:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1/manifests"},{"name":"conventional-changelog-v6.0.0","sha":"83bb15ba5de08f080884fc906c6db3c99c8b2131","kind":"commit","published_at":"2024-04-26T22:08:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0/manifests"},{"name":"conventional-changelog-core-v8.0.0","sha":"7bc92fc05e4447f311ad52b6e39d36f461eaf083","kind":"commit","published_at":"2024-04-26T22:07:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v8.0.0","sha":"3129c812139bf7454a64b4d506e6b85cd5abc77c","kind":"commit","published_at":"2024-04-26T22:06:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0/manifests"},{"name":"git-semver-tags-v8.0.0","sha":"fbd1b3bcd6253a32de89eb21145c2eb70d9396b6","kind":"commit","published_at":"2024-04-26T22:05:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v5.0.0","sha":"e34c96db3dbebedb17a6583aae8855dddd056f83","kind":"commit","published_at":"2024-04-26T22:04:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0/manifests"},{"name":"conventional-changelog-angular-v8.0.0","sha":"2aa6291a93eb881230e896f87a5232873b6a9717","kind":"commit","published_at":"2024-04-26T22:04:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0/manifests"},{"name":"conventional-changelog-jquery-v6.0.0","sha":"1c71cd6d4868ef2e158963e277609a9794806306","kind":"commit","published_at":"2024-04-26T22:03:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v8.0.0","sha":"533e36277d1779a5ac79a06210c603b5f88bc030","kind":"commit","published_at":"2024-04-26T22:00:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0/manifests"},{"name":"conventional-changelog-eslint-v6.0.0","sha":"c7459cd7d1e1ab82c9a5d552b008c02aba290cad","kind":"commit","published_at":"2024-04-26T21:59:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0/manifests"},{"name":"git-raw-commits-v5.0.0","sha":"f61ea377e843db0852c35911785895ec43481f11","kind":"commit","published_at":"2024-04-26T21:58:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0/manifests"},{"name":"conventional-changelog-codemirror-v5.0.0","sha":"77525286ffc8869a6ac351ebe28198842815cb7c","kind":"commit","published_at":"2024-04-26T21:57:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0/manifests"},{"name":"conventional-changelog-cli-v5.0.0","sha":"a75cef688b9a1557ca981178d4d35c18963160b6","kind":"commit","published_at":"2024-04-26T21:53:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0/manifests"},{"name":"conventional-changelog-express-v5.0.0","sha":"a6ab80d6e30091a8b743ee97a87e7400af1ebc53","kind":"commit","published_at":"2024-04-26T21:53:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v10.0.0","sha":"d7c409b02f1d58cf6f0293edcadbe5f00a78a622","kind":"commit","published_at":"2024-04-26T21:52:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v10.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v10.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0/manifests"},{"name":"conventional-changelog-atom-v5.0.0","sha":"3b2b9d0ec2382f73d9cf000a1004596f90ece916","kind":"commit","published_at":"2024-04-26T21:51:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0/manifests"},{"name":"conventional-changelog-jshint-v5.0.0","sha":"d7dae509e72b09d1496ae51f1f04c15581c828fc","kind":"commit","published_at":"2024-04-26T21:50:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0/manifests"},{"name":"conventional-changelog-ember-v5.0.0","sha":"2e99dfa49112ffe6c864dd0e436f0db1e696b1f9","kind":"commit","published_at":"2024-04-26T21:50:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0/manifests"},{"name":"conventional-commits-parser-v6.0.0","sha":"646e1be132ccd0f32e3074de2f511be5c610984f","kind":"commit","published_at":"2024-04-26T21:48:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0/manifests"},{"name":"conventional-commits-filter-v5.0.0","sha":"be4266b7ef7b84ba5c198dfa8c143229f8a5b128","kind":"commit","published_at":"2024-04-26T21:47:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0/manifests"},{"name":"standard-changelog-v6.0.0","sha":"3e9b9387f29e48a508b70b88f26b40a6db9fea16","kind":"commit","published_at":"2024-04-26T21:45:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v5.0.0","sha":"041a1a9b73b201add30494aed19d026b948bd8f1","kind":"commit","published_at":"2024-04-26T21:41:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0/manifests"},{"name":"git-client-v1.0.0","sha":"7e51fe970576503cae3ab94e6e9b3e01017b044d","kind":"commit","published_at":"2024-04-26T21:21:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0/manifests"},{"name":"git-semver-tags-v7.0.1","sha":"fac8045242099c016f5f3905e54e02b7d466bd7b","kind":"commit","published_at":"2023-09-10T23:53:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1/manifests"},{"name":"conventional-changelog-writer-v7.0.1","sha":"e3a643ad39ec3bc4cfb1dff2aa1101333df33dc3","kind":"commit","published_at":"2023-09-10T23:49:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1/manifests"},{"name":"conventional-changelog-cli-v4.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0/manifests"},{"name":"conventional-changelog-v5.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0/manifests"},{"name":"conventional-changelog-core-v7.0.0","sha":"2e467dd39a35c3813597711a37690897183b4abc","kind":"commit","published_at":"2023-09-08T22:03:37.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0/manifests"},{"name":"git-semver-tags-v7.0.0","sha":"a13f788bd505d8253a2d92413fc4a7780e11ec07","kind":"commit","published_at":"2023-09-08T21:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0/manifests"},{"name":"standard-changelog-v5.0.0","sha":"34569c7a3fd2b0362a461517a1f4e20e7eecd9fc","kind":"commit","published_at":"2023-09-08T21:55:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v9.0.0","sha":"ad633d9d81f66ef80d7f77832a264cb0c5b971ef","kind":"commit","published_at":"2023-09-08T21:50:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.2","sha":"50113f9b569259d991f1a734a192964ca71f0118","kind":"commit","published_at":"2023-09-08T21:41:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2/manifests"},{"name":"conventional-changelog-preset-loader-v4.1.0","sha":"a14d2186575f6061f236c9a47d803694b18f8373","kind":"commit","published_at":"2023-09-08T21:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.1","sha":"ca4324b0a690b2595f8b574882ff95329a2dc195","kind":"commit","published_at":"2023-08-27T19:11:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1/manifests"},{"name":"conventional-commits-filter-v4.0.0","sha":"26fc9ea274dc0c62442ec9d97b20a2ebb49138bf","kind":"commit","published_at":"2023-08-27T12:55:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0/manifests"},{"name":"standard-changelog-v4.0.0","sha":"5b788265774bf4b63d3c83a178ca53e8e7095903","kind":"commit","published_at":"2023-08-27T12:50:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-eslint-v5.0.0","sha":"679594c0716275771cc23b314e4362899fe72f87","kind":"commit","published_at":"2023-08-27T12:46:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0/manifests"},{"name":"git-semver-tags-v6.0.0","sha":"1c75c72d9b5d59e3ea4e914c58a85f7559f29602","kind":"commit","published_at":"2023-08-27T12:40:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0/manifests"},{"name":"conventional-recommended-bump-v8.0.0","sha":"624377a24e8e3658bcf2329a9a98f9a7b02a4cb3","kind":"commit","published_at":"2023-08-27T12:33:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0/manifests"},{"name":"conventional-changelog-writer-v7.0.0","sha":"d669bb67dc713cb1e4374e3216ed7d83cde743c5","kind":"commit","published_at":"2023-08-27T12:27:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0/manifests"},{"name":"conventional-changelog-codemirror-v4.0.0","sha":"933fd0b3dd355d648faf57241b796a714004c722","kind":"commit","published_at":"2023-08-27T12:23:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0/manifests"},{"name":"conventional-changelog-express-v4.0.0","sha":"c9e9ceb3a3727659bd117bab01cbc7642d588f06","kind":"commit","published_at":"2023-08-27T12:16:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0/manifests"},{"name":"conventional-changelog-ember-v4.0.0","sha":"5d7c16268f79b7f180e34e997fdb37373d714666","kind":"commit","published_at":"2023-08-27T12:11:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0/manifests"},{"name":"conventional-changelog-jquery-v5.0.0","sha":"d643efb1050dcdaecee626044315644ff9b9e43b","kind":"commit","published_at":"2023-08-27T12:07:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v4.0.0","sha":"636646dd9ae062e9652a7f9ccaf6c329e6e9f924","kind":"commit","published_at":"2023-08-27T12:03:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0/manifests"},{"name":"conventional-changelog-v5.0.0","sha":"7985de3edc9e655369651ad464cb39b791887dc7","kind":"commit","published_at":"2023-08-27T11:58:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.0","sha":"5f0fe40743d8f559ab94ed11bbb4b8bda6fa6dcb","kind":"commit","published_at":"2023-08-27T11:51:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0/manifests"},{"name":"conventional-changelog-angular-v7.0.0","sha":"6c7a2e1a8807988bcb1a9842f72d14be3b1a89e3","kind":"commit","published_at":"2023-08-27T11:46:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0/manifests"},{"name":"conventional-changelog-jshint-v4.0.0","sha":"0204a9a340d2c85411e8de8905bc74c6146e5618","kind":"commit","published_at":"2023-08-27T11:41:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0/manifests"},{"name":"conventional-changelog-atom-v4.0.0","sha":"ab9b2c10e098ec8837d141102549f3eef698364c","kind":"commit","published_at":"2023-08-27T11:36:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0/manifests"},{"name":"conventional-changelog-cli-v4.0.0","sha":"29df6c4597afad27b9cda06f58eb564bcca609c4","kind":"commit","published_at":"2023-08-27T11:21:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0/manifests"},{"name":"conventional-changelog-core-v6.0.0","sha":"45613bbc2d13c798732e4b2bd4b2fa9ea67157d6","kind":"commit","published_at":"2023-08-27T11:17:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v4.0.0","sha":"5a896e3ef3aa9e751fcc74d7c76fa21d6d526cb0","kind":"commit","published_at":"2023-08-27T11:08:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0/manifests"},{"name":"git-raw-commits-v4.0.0","sha":"878fc56b43bc617177bf47fd8643a3b8b86078e5","kind":"commit","published_at":"2023-08-27T11:01:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0/manifests"},{"name":"conventional-commits-parser-v5.0.0","sha":"299de5acbe55a7d19dcdd2adc34681eae7264abf","kind":"commit","published_at":"2023-08-26T17:50:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0/manifests"},{"name":"git-semver-tags-v5.0.1","sha":"87914a362866a380e98a29edf19b2173e0911d8a","kind":"commit","published_at":"2023-07-09T19:10:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1/manifests"},{"name":"conventional-changelog-writer-v6.0.1","sha":"c123edea220b450cfa26813b6f198c3e8ebbd2b4","kind":"commit","published_at":"2023-07-09T14:49:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.2","sha":"83773c5e1a8874ea9809ca9db1dff60b7df1daae","kind":"commit","published_at":"2023-06-28T17:43:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.1.0","sha":"2e5fe6d9574ba896fa90b5bfcb50fb73d28af6d6","kind":"commit","published_at":"2023-06-17T21:30:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v7.0.1","sha":"f251b6899e313a9b23f3c8deb8b8b57217040892","kind":"commit","published_at":"2023-06-06T23:24:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.1","sha":"5b458dff9edf766446449acd1bbb8027a1e39fa5","kind":"commit","published_at":"2023-06-06T23:17:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1/manifests"},{"name":"gulp-conventional-changelog-v3.0.0","sha":"8ef6232797e5bf7c80422221374c53c03d5df36d","kind":"commit","published_at":"2023-06-06T22:50:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0/manifests"},{"name":"standard-changelog-v3.0.0","sha":"ea65f017b42b914ece780fd2fc799a6946912ed8","kind":"commit","published_at":"2023-06-06T22:42:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0/manifests"},{"name":"conventional-changelog-cli-v3.0.0","sha":"f00f4549cee9406054b77057a8135183fcd89710","kind":"commit","published_at":"2023-06-06T22:29:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0/manifests"},{"name":"conventional-changelog-v4.0.0","sha":"1a240f91ed584ed43e7f9c82235ca60eff0f4fa5","kind":"commit","published_at":"2023-06-06T19:50:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-core-v5.0.0","sha":"8507f601486c8ff6806156c50091262dee13ec54","kind":"commit","published_at":"2023-06-06T19:23:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v7.0.0","sha":"e1662ca7a6c688d28a334282a5e863f52866f3e8","kind":"commit","published_at":"2023-06-06T18:39:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v3.0.0","sha":"5d80d155425147a0b045af09536e5962cbfff620","kind":"commit","published_at":"2023-06-06T15:08:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.0.0","sha":"a30fc7ae219cf871b46cbe9d2c76a9730b70e272","kind":"commit","published_at":"2023-06-06T14:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v6.0.0","sha":"aa5d46c7b13b7b31f78af4b3c31c087c39eea41d","kind":"commit","published_at":"2023-06-06T14:46:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0/manifests"},{"name":"conventional-commits-filter-v3.0.0","sha":"502a73fe41aebb7b563c5ca69521e0b1bab904df","kind":"commit","published_at":"2023-06-06T14:32:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0/manifests"},{"name":"conventional-commits-parser-v4.0.0","sha":"9f7fe891e75c64937c28baa39a6c795a01603ab7","kind":"commit","published_at":"2023-06-06T14:24:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0/manifests"},{"name":"git-raw-commits-v3.0.0","sha":"571f2d549f10744a12ab3bc5dc5e0b749cb72667","kind":"commit","published_at":"2023-06-06T14:16:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0/manifests"},{"name":"git-semver-tags-v5.0.0","sha":"445c796d04105d10dd62d07039bc6a7fc9f263a5","kind":"commit","published_at":"2023-06-06T13:51:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0/manifests"},{"name":"conventional-changelog-atom-v3.0.0","sha":"208787aa2f5db8de1c2d43c56d71e6dfb9510781","kind":"commit","published_at":"2023-06-06T13:43:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0/manifests"},{"name":"conventional-changelog-angular-v6.0.0","sha":"c4ebf98acc15f37154aae5de53a225e896c4a157","kind":"commit","published_at":"2023-06-06T13:36:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0/manifests"},{"name":"conventional-changelog-codemirror-v3.0.0","sha":"0772453bee083917a05b9696d063ee3dc69957f9","kind":"commit","published_at":"2023-06-06T13:25:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0/manifests"},{"name":"conventional-changelog-ember-v3.0.0","sha":"e473d0c8af7c0cf8a54f775556796f50f3e695c2","kind":"commit","published_at":"2023-06-06T13:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0/manifests"},{"name":"conventional-changelog-eslint-v4.0.0","sha":"b3b896bc5b9e3ed65dcfc08c57967a252f37cfd1","kind":"commit","published_at":"2023-06-06T12:56:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0/manifests"},{"name":"conventional-changelog-express-v3.0.0","sha":"5594385d1dd2490b0fb508a60b6f30e8be6616ce","kind":"commit","published_at":"2023-06-06T12:37:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0/manifests"},{"name":"conventional-changelog-jquery-v4.0.0","sha":"51a3015a907b2cea900114359c36ce0e9664b72d","kind":"commit","published_at":"2023-06-06T12:17:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0/manifests"},{"name":"conventional-changelog-jshint-v3.0.0","sha":"281e5f883476e90b75cae4373a67436c86e94f6a","kind":"commit","published_at":"2023-06-06T12:02:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v5.0.0","sha":"ba6df7cf62de5f448368bed4398f6ddf633d2cbd","kind":"commit","published_at":"2022-05-27T18:02:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0/manifests"},{"name":"conventional-changelog-writer-v5.0.1","sha":"21b73f974adc4490a318d9c892055655cb82c538","kind":"commit","published_at":"2021-12-29T21:36:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.3","sha":"02757d342290bcf51a49d49e5e72f5eae6c6f6da","kind":"commit","published_at":"2021-12-29T19:52:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3/manifests"},{"name":"conventional-commits-parser-v3.2.4","sha":"1d0f62d4ac4911ef0d912d5401f783b152cee624","kind":"commit","published_at":"2021-12-29T19:46:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4/manifests"},{"name":"git-raw-commits-v2.0.11","sha":"95384dbd105ffe4f86bbc6ccad3e5405a1cbfe04","kind":"commit","published_at":"2021-12-29T19:39:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.2","sha":"1827696185192a8dd258ea7c3370090238b0fb76","kind":"commit","published_at":"2021-12-25T18:06:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2/manifests"},{"name":"conventional-changelog-cli-v2.2.2","sha":"8ce6a7bbd3fae87aa9d56fca68c2e16fbb2cace5","kind":"commit","published_at":"2021-12-25T17:22:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2/manifests"},{"name":"conventional-changelog-v3.1.25","sha":"8e9c3d76aaffd7fe67a78270b3ad9b881e953e7e","kind":"commit","published_at":"2021-12-24T18:50:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25/manifests"},{"name":"conventional-commits-parser-v3.2.3","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3/manifests"},{"name":"conventional-changelog-cli-v2.2.1","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.1","sha":"c35708d56a55e31b750aec1f745e5be52f0a75f2","kind":"commit","published_at":"2021-09-09T19:06:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1/manifests"},{"name":"conventional-commits-parser-v3.2.2","sha":"1bae48ff85eff0736ea6691b7214f3fc9c026256","kind":"commit","published_at":"2021-09-09T14:45:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2/manifests"},{"name":"conventional-changelog-core-v4.2.4","sha":"02fbc2d42d0faf53d4b7a2b0525626088a6ac8ba","kind":"commit","published_at":"2021-09-09T14:37:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4/manifests"},{"name":"conventional-changelog-angular-v5.0.13","sha":"e30343b4676d26b416080294dc74ebba001c0716","kind":"commit","published_at":"2021-09-09T14:31:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v5.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13/manifests"},{"name":"conventional-changelog-core-v4.2.3","sha":"318b555b6ef3aebdb5a8d4c7c734fd7234712dd3","kind":"commit","published_at":"2021-07-03T00:24:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.0","sha":"537c37d7801872c3e57e4200c64154a4d2ea042a","kind":"commit","published_at":"2021-04-30T00:15:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0/manifests"},{"name":"conventional-commits-parser-v3.2.1","sha":"758dda2937b6784f0cc6a535286862fcf95b6f06","kind":"commit","published_at":"2021-02-15T21:32:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1/manifests"},{"name":"git-raw-commits-v2.0.10","sha":"ffecaccb6e117afae9f68f1d48ff9a69554da950","kind":"commit","published_at":"2021-01-27T16:36:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10/manifests"},{"name":"conventional-changelog-writer-v5.0.0","sha":"61ef6491add84b841e1797baf09f62bbdd90dcd4","kind":"commit","published_at":"2020-12-30T22:40:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v6.1.0","sha":"3b0fb22b0bb49137b9ecddaeb349f66025205c57","kind":"commit","published_at":"2020-12-30T16:58:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0/manifests"},{"name":"conventional-changelog-core-v4.2.2","sha":"317eeb3137caff69bcc9a67fce3dc67663a010db","kind":"commit","published_at":"2020-12-30T00:53:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2/manifests"},{"name":"conventional-recommended-bump-v6.0.12","sha":"90ecc5d93bfd7626857eda5d240f92393d896be0","kind":"commit","published_at":"2020-12-30T00:43:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12/manifests"},{"name":"git-raw-commits-v2.0.9","sha":"227f3e23af86912c0cd64fdb1a820ac92e5757c5","kind":"commit","published_at":"2020-12-29T23:59:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9/manifests"},{"name":"conventional-changelog-writer-v4.1.0","sha":"77725cfb12ca3ca22abb9421b4af012a49207e7a","kind":"commit","published_at":"2020-12-29T23:41:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0/manifests"},{"name":"conventional-changelog-atom@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8/manifests"},{"name":"conventional-changelog-angular@5.0.12","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12/manifests"},{"name":"conventional-changelog@3.1.24","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24/manifests"},{"name":"git-raw-commits@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8/manifests"},{"name":"standard-changelog@2.0.27","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27/manifests"},{"name":"gulp-conventional-changelog@2.0.35","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35/manifests"},{"name":"git-semver-tags@4.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1/manifests"},{"name":"conventional-recommended-bump@6.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11/manifests"},{"name":"conventional-commits-parser@3.2.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0/manifests"},{"name":"conventional-commits-filter@2.0.7","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7/manifests"},{"name":"conventional-changelog-writer@4.0.18","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18/manifests"},{"name":"conventional-changelog-jshint@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9/manifests"},{"name":"conventional-changelog-jquery@3.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11/manifests"},{"name":"conventional-changelog-express@2.0.6","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9/manifests"},{"name":"conventional-changelog-ember@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9/manifests"},{"name":"conventional-changelog-core@4.2.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.5.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1/manifests"},{"name":"conventional-changelog-v3.1.24","sha":"f8fcbc2e8b0834c29178ace6382b438a020ad828","kind":"commit","published_at":"2020-10-25T02:45:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24/manifests"},{"name":"conventional-recommended-bump@6.0.10","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10/manifests"},{"name":"standard-changelog@2.0.26","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26/manifests"},{"name":"gulp-conventional-changelog@2.0.34","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34/manifests"},{"name":"git-semver-tags@4.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0/manifests"},{"name":"conventional-changelog-core@4.2.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.4.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0/manifests"},{"name":"conventional-changelog-cli@2.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0/manifests"},{"name":"conventional-changelog@3.1.23","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23/manifests"},{"name":"standard-changelog@2.0.25","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25/manifests"},{"name":"conventional-changelog-writer@4.0.17","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17/manifests"},{"name":"conventional-changelog-jshint@2.0.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8/manifests"},{"name":"conventional-changelog-core@4.1.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8/manifests"},{"name":"conventional-changelog@3.1.22","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22/manifests"},{"name":"conventional-changelog-angular@5.0.11","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.35","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35/manifests"},{"name":"gulp-conventional-changelog@2.0.33","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.1","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1/manifests"},{"name":"conventional-changelog-core@4.1.7","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7/manifests"},{"name":"conventional-changelog@3.1.21","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21/manifests"},{"name":"conventional-changelog-writer@4.0.16","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.34","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34/manifests"},{"name":"standard-changelog@2.0.24","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24/manifests"},{"name":"gulp-conventional-changelog@2.0.32","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32/manifests"},{"name":"git-semver-tags@4.0.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.3.4","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4/manifests"},{"name":"standard-changelog@2.0.23","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23/manifests"},{"name":"gulp-conventional-changelog@2.0.31","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31/manifests"},{"name":"conventional-changelog-eslint@3.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.15","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10/manifests"},{"name":"conventional-changelog@3.1.20","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20/manifests"},{"name":"conventional-changelog-atom@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7/manifests"},{"name":"conventional-changelog-cli@2.0.33","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33/manifests"},{"name":"conventional-changelog-codemirror@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0/manifests"},{"name":"conventional-changelog-core@4.1.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6/manifests"},{"name":"conventional-changelog-ember@2.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8/manifests"},{"name":"conventional-commits-filter@2.0.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6/manifests"},{"name":"conventional-commits-parser@3.1.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.9","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9/manifests"},{"name":"git-raw-commits@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7/manifests"},{"name":"conventional-changelog-express@2.0.5","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10/manifests"},{"name":"conventional-changelog-jshint@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7/manifests"},{"name":"conventional-changelog-preset-loader-v2.3.2","sha":"9f6c56cb960a5043823cfb85b9843991201cbb51","kind":"commit","published_at":"2020-05-08T19:21:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v2.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2/manifests"},{"name":"conventional-changelog-core@4.1.5","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5/manifests"},{"name":"gulp-conventional-changelog@2.0.30","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30/manifests"},{"name":"standard-changelog@2.0.22","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22/manifests"},{"name":"conventional-changelog@3.1.19","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19/manifests"},{"name":"conventional-changelog-cli@2.0.32","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32/manifests"},{"name":"conventional-changelog-cli@2.0.31","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31/manifests"},{"name":"standard-changelog@2.0.21","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21/manifests"},{"name":"gulp-conventional-changelog@2.0.29","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29/manifests"},{"name":"conventional-changelog-core@4.1.4","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4/manifests"},{"name":"conventional-changelog@3.1.18","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18/manifests"},{"name":"conventional-changelog@3.1.17","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17/manifests"},{"name":"standard-changelog@2.0.20","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20/manifests"},{"name":"gulp-conventional-changelog@2.0.28","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28/manifests"},{"name":"conventional-changelog-core@4.1.3","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.30","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30/manifests"},{"name":"conventional-changelog-cli@2.0.29","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29/manifests"},{"name":"standard-changelog@2.0.19","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19/manifests"},{"name":"gulp-conventional-changelog@2.0.27","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27/manifests"},{"name":"conventional-changelog-core@4.1.2","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2/manifests"},{"name":"conventional-changelog@3.1.16","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16/manifests"},{"name":"conventional-changelog-cli@2.0.28","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28/manifests"},{"name":"standard-changelog@2.0.18","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18/manifests"},{"name":"gulp-conventional-changelog@2.0.26","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26/manifests"},{"name":"git-semver-tags@3.0.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1/manifests"},{"name":"git-raw-commits@2.0.3","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3/manifests"},{"name":"conventional-recommended-bump@6.0.5","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5/manifests"},{"name":"conventional-commits-parser@3.0.8","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.11","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11/manifests"},{"name":"conventional-changelog-core@4.1.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1/manifests"},{"name":"conventional-changelog@3.1.15","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15/manifests"},{"name":"gulp-conventional-changelog@2.0.25","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25/manifests"},{"name":"conventional-changelog@3.1.14","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14/manifests"},{"name":"conventional-changelog-angular@5.0.6","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6/manifests"},{"name":"conventional-changelog-cli@2.0.27","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.3","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3/manifests"},{"name":"conventional-changelog-core@4.1.0","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0/manifests"},{"name":"conventional-commits-parser@3.0.7","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7/manifests"},{"name":"conventional-recommended-bump@6.0.4","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4/manifests"},{"name":"standard-changelog@2.0.17","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17/manifests"},{"name":"conventional-changelog-cli@2.0.26","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.2","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2/manifests"},{"name":"conventional-changelog-core@4.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3/manifests"},{"name":"conventional-commits-parser@3.0.6","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6/manifests"},{"name":"conventional-recommended-bump@6.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.24","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24/manifests"},{"name":"standard-changelog@2.0.16","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16/manifests"},{"name":"conventional-changelog-writer@4.0.10","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10/manifests"},{"name":"conventional-changelog-preset-loader@2.3.0","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0/manifests"},{"name":"conventional-changelog@3.1.13","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13/manifests"},{"name":"conventional-changelog-jshint@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.9","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9/manifests"},{"name":"conventional-commits-parser@3.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5/manifests"},{"name":"conventional-changelog@3.1.12","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12/manifests"},{"name":"conventional-recommended-bump@6.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.23","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23/manifests"},{"name":"standard-changelog@2.0.15","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5/manifests"},{"name":"conventional-changelog-atom@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.25","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25/manifests"},{"name":"conventional-changelog-codemirror@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.1","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1/manifests"},{"name":"conventional-changelog-core@4.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2/manifests"},{"name":"conventional-changelog-ember@2.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4/manifests"},{"name":"conventional-changelog-eslint@3.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.6","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6/manifests"},{"name":"standard-changelog@2.0.14","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14/manifests"},{"name":"gulp-conventional-changelog@2.0.22","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22/manifests"},{"name":"conventional-recommended-bump@6.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1/manifests"},{"name":"conventional-commits-parser@3.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4/manifests"},{"name":"conventional-changelog-writer@4.0.8","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8/manifests"},{"name":"conventional-changelog-jshint@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.5","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5/manifests"},{"name":"conventional-changelog-eslint@3.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3/manifests"},{"name":"conventional-changelog-ember@2.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3/manifests"},{"name":"conventional-changelog-core@4.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.0","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.24","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24/manifests"},{"name":"conventional-changelog-atom@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4/manifests"},{"name":"conventional-changelog@3.1.11","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11/manifests"},{"name":"conventional-changelog-preset-loader@2.2.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0/manifests"},{"name":"standard-changelog@2.0.13","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13/manifests"},{"name":"gulp-conventional-changelog@2.0.21","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21/manifests"},{"name":"git-semver-tags@3.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0/manifests"},{"name":"conventional-recommended-bump@6.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.7","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7/manifests"},{"name":"conventional-changelog@3.1.10","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10/manifests"},{"name":"conventional-changelog-cli@2.0.23","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23/manifests"},{"name":"conventional-changelog-conventionalcommits@4.1.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0/manifests"},{"name":"conventional-changelog-core@4.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.1","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.0.0","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0/manifests"},{"name":"conventional-changelog-core@3.2.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3/manifests"},{"name":"conventional-changelog-writer@4.0.6","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6/manifests"},{"name":"conventional-commits-parser@3.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3/manifests"},{"name":"conventional-changelog@3.1.9","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9/manifests"},{"name":"standard-changelog@2.0.12","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.20","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20/manifests"},{"name":"git-semver-tags@2.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.22","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22/manifests"},{"name":"standard-changelog@2.0.11","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11/manifests"},{"name":"conventional-changelog@3.1.8","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8/manifests"},{"name":"conventional-changelog-cli@2.0.21","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.2","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.19","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19/manifests"},{"name":"conventional-changelog@3.1.7","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7/manifests"},{"name":"conventional-changelog-cli@2.0.20","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.1","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.18","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18/manifests"},{"name":"conventional-changelog-cli@2.0.19","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.17","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17/manifests"},{"name":"conventional-changelog@3.1.6","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6/manifests"},{"name":"conventional-changelog@3.1.5","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5/manifests"},{"name":"conventional-changelog-conventionalcommits@2.0.0","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.16","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.18","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.2","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.17","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17/manifests"},{"name":"conventional-changelog@3.1.4","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.15","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15/manifests"},{"name":"conventional-changelog-writer@4.0.5","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5/manifests"},{"name":"standard-changelog@2.0.10","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10/manifests"},{"name":"gulp-conventional-changelog@2.0.14","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14/manifests"},{"name":"conventional-changelog@3.1.3","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3/manifests"},{"name":"conventional-changelog-core@3.2.2","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2/manifests"},{"name":"conventional-changelog-cli@2.0.16","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.15","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15/manifests"},{"name":"standard-changelog@2.0.9","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.1.2","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2/manifests"},{"name":"conventional-changelog-core@3.2.1","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1/manifests"},{"name":"gulp-conventional-changelog@2.0.13","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13/manifests"},{"name":"conventional-changelog@3.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1/manifests"},{"name":"gulp-conventional-changelog@2.0.12","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12/manifests"},{"name":"conventional-recommended-bump@4.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1/manifests"},{"name":"conventional-changelog-preset-loader@2.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.14","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14/manifests"},{"name":"conventional-changelog-preset-loader@2.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0/manifests"},{"name":"conventional-changelog-writer@4.0.4","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4/manifests"},{"name":"conventional-commits-filter@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2/manifests"},{"name":"conventional-commits-parser@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2/manifests"},{"name":"conventional-recommended-bump@4.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0/manifests"},{"name":"gulp-conventional-changelog@2.0.11","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11/manifests"},{"name":"standard-changelog@2.0.8","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8/manifests"},{"name":"git-raw-commits@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2/manifests"},{"name":"conventional-changelog@3.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0/manifests"},{"name":"conventional-changelog-cli@2.0.13","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0/manifests"},{"name":"conventional-changelog-core@3.2.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0/manifests"},{"name":"conventional-changelog-eslint@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2/manifests"},{"name":"standard-changelog@2.0.7","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6/manifests"},{"name":"conventional-changelog-angular@5.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.12","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.10","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10/manifests"},{"name":"conventional-changelog-writer@4.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3/manifests"},{"name":"conventional-changelog-core@3.1.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6/manifests"},{"name":"conventional-recommended-bump@4.0.4","sha":"da729f68f9dc581623deb587c705ef65d189a9f4","kind":"tag","published_at":"2018-11-01T06:56:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4/manifests"},{"name":"standard-changelog@2.0.6","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6/manifests"},{"name":"conventional-changelog-core@3.1.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5/manifests"},{"name":"conventional-changelog-writer@4.0.2","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.9","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.0.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.11","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.10","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10/manifests"},{"name":"conventional-changelog-core@3.1.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.8","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8/manifests"},{"name":"conventional-changelog@3.0.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4/manifests"},{"name":"git-semver-tags@2.0.2","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.3","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3/manifests"},{"name":"standard-changelog@2.0.5","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5/manifests"},{"name":"standard-changelog@2.0.4","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.7","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3/manifests"},{"name":"conventional-changelog-core@3.1.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.9","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9/manifests"},{"name":"standard-changelog@2.0.3","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.8","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8/manifests"},{"name":"conventional-changelog-core@3.1.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2/manifests"},{"name":"gulp-conventional-changelog@2.0.6","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6/manifests"},{"name":"conventional-changelog@3.0.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.5","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.7","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7/manifests"},{"name":"conventional-changelog@3.0.1","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1/manifests"},{"name":"standard-changelog@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4/manifests"},{"name":"git-semver-tags@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1/manifests"},{"name":"git-raw-commits@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2/manifests"},{"name":"conventional-commits-parser@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1/manifests"},{"name":"conventional-commits-filter@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1/manifests"},{"name":"conventional-changelog-writer@4.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1/manifests"},{"name":"conventional-changelog-preset-loader@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4/manifests"},{"name":"conventional-changelog-express@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1/manifests"},{"name":"conventional-changelog-eslint@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2/manifests"},{"name":"conventional-changelog-core@3.1.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1/manifests"},{"name":"conventional-changelog-codemirror@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.6","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6/manifests"},{"name":"conventional-changelog-atom@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1/manifests"},{"name":"conventional-changelog-angular@5.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2/manifests"},{"name":"conventional-changelog@3.0.0","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.5","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.3","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.2","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.4","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3/manifests"},{"name":"standard-changelog@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3/manifests"},{"name":"conventional-changelog-core@3.1.0","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0/manifests"},{"name":"conventional-changelog-ember@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1/manifests"},{"name":"conventional-changelog-jquery@3.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1/manifests"},{"name":"conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0/manifests"},{"name":"conventional-recommended-bump@4.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0/manifests"},{"name":"conventional-changelog-jquery@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0/manifests"},{"name":"conventional-changelog-express@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0/manifests"},{"name":"conventional-changelog-eslint@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0/manifests"},{"name":"conventional-changelog-ember@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1/manifests"},{"name":"conventional-changelog-atom@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1/manifests"},{"name":"conventional-changelog-angular@4.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1/manifests"},{"name":"conventional-changelog-jquery@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0/manifests"},{"name":"conventional-changelog-jshint@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0/manifests"},{"name":"standard-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0/manifests"},{"name":"conventional-recommended-bump@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0/manifests"},{"name":"conventional-commits-parser@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0/manifests"},{"name":"conventional-commits-filter@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0/manifests"},{"name":"conventional-changelog-ember@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0/manifests"},{"name":"conventional-changelog-express@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0/manifests"},{"name":"git-semver-tags@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0/manifests"},{"name":"git-raw-commits@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0/manifests"},{"name":"conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-angular@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0/manifests"},{"name":"conventional-changelog-atom@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0/manifests"},{"name":"conventional-changelog-core@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0/manifests"},{"name":"conventional-changelog-eslint@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-core@2.0.11","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11/manifests"},{"name":"conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-cli@1.3.22","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22/manifests"},{"name":"conventional-changelog-ember@0.3.12","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12/manifests"},{"name":"conventional-recommended-bump@2.0.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9/manifests"},{"name":"conventional-changelog-angular@3.0.7","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7/manifests"},{"name":"gulp-conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24/manifests"},{"name":"standard-changelog@1.0.19","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19/manifests"},{"name":"conventional-changelog-jquery@1.3.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9/manifests"},{"name":"conventional-changelog-angular@3.0.6","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6/manifests"},{"name":"standard-changelog@1.0.18","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18/manifests"},{"name":"gulp-conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-writer@3.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9/manifests"},{"name":"conventional-changelog-jshint@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8/manifests"},{"name":"conventional-changelog-jquery@1.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8/manifests"},{"name":"conventional-changelog-eslint@1.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9/manifests"},{"name":"conventional-changelog-ember@0.3.11","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11/manifests"},{"name":"conventional-changelog-core@2.0.10","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10/manifests"},{"name":"conventional-changelog-codemirror@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8/manifests"},{"name":"conventional-changelog-cli@1.3.21","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21/manifests"},{"name":"conventional-changelog-atom@0.2.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8/manifests"},{"name":"conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23/manifests"},{"name":"gulp-conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-core@2.0.9","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9/manifests"},{"name":"conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-cli@1.3.20","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20/manifests"},{"name":"conventional-changelog-writer@3.0.8","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8/manifests"},{"name":"standard-changelog@1.0.17","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17/manifests"},{"name":"conventional-changelog-angular@3.0.5","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.10","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10/manifests"},{"name":"conventional-changelog-cli@1.3.19","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19/manifests"},{"name":"conventional-changelog-angular@3.0.4","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4/manifests"},{"name":"conventional-changelog-atom@0.2.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7/manifests"},{"name":"conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-core@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.9","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9/manifests"},{"name":"conventional-changelog-eslint@1.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8/manifests"},{"name":"conventional-changelog-express@0.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6/manifests"},{"name":"conventional-changelog-jquery@1.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7/manifests"},{"name":"conventional-changelog-preset-loader@1.1.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8/manifests"},{"name":"conventional-changelog-writer@3.0.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7/manifests"},{"name":"conventional-commits-parser@2.1.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7/manifests"},{"name":"conventional-recommended-bump@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8/manifests"},{"name":"git-raw-commits@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6/manifests"},{"name":"git-semver-tags@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21/manifests"},{"name":"standard-changelog@1.0.16","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16/manifests"},{"name":"conventional-changelog-codemirror@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6/manifests"},{"name":"conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-core@2.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7/manifests"},{"name":"conventional-changelog-codemirror@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6/manifests"},{"name":"conventional-changelog-cli@1.3.18","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18/manifests"},{"name":"conventional-changelog-ember@0.3.8","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8/manifests"},{"name":"conventional-changelog-writer@3.0.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6/manifests"},{"name":"conventional-changelog-atom@0.2.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6/manifests"},{"name":"conventional-changelog-eslint@1.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7/manifests"},{"name":"standard-changelog@1.0.15","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15/manifests"},{"name":"conventional-changelog-angular@3.0.3","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3/manifests"},{"name":"conventional-changelog-jquery@1.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-angular@3.0.2","sha":"1cc079df803f58b52c8aa997fff43e9c162266e7","kind":"tag","published_at":"2018-03-22T14:14:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2/manifests"},{"name":"conventional-changelog-ember@0.3.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7/manifests"},{"name":"standard-changelog@1.0.14","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14/manifests"},{"name":"gulp-conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19/manifests"},{"name":"git-semver-tags@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5/manifests"},{"name":"git-raw-commits@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7/manifests"},{"name":"conventional-commits-parser@2.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6/manifests"},{"name":"conventional-commits-filter@1.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5/manifests"},{"name":"conventional-changelog-preset-loader@1.1.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7/manifests"},{"name":"conventional-changelog-jshint@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5/manifests"},{"name":"conventional-changelog-jquery@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5/manifests"},{"name":"conventional-changelog-express@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6/manifests"},{"name":"conventional-changelog-core@2.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5/manifests"},{"name":"conventional-changelog-cli@1.3.17","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17/manifests"},{"name":"conventional-changelog-atom@0.2.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5/manifests"},{"name":"conventional-changelog-angular@3.0.1","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1/manifests"},{"name":"conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19/manifests"},{"name":"conventional-changelog-angular@3.0.0","sha":"49997aaba373502e5b38bd366846934641e95799","kind":"tag","published_at":"2018-03-22T13:45:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.16","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16/manifests"},{"name":"conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18/manifests"},{"name":"gulp-conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-eslint@1.0.5","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5/manifests"},{"name":"conventional-changelog-cli@1.3.15","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15/manifests"},{"name":"conventional-changelog-codemirror@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4/manifests"},{"name":"conventional-changelog-express@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4/manifests"},{"name":"conventional-changelog-jquery@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4/manifests"},{"name":"conventional-changelog-jshint@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4/manifests"},{"name":"conventional-commits-filter@1.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5/manifests"},{"name":"conventional-commits-parser@2.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5/manifests"},{"name":"conventional-recommended-bump@2.0.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6/manifests"},{"name":"standard-changelog@1.0.13","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13/manifests"},{"name":"gulp-conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17/manifests"},{"name":"git-semver-tags@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4/manifests"},{"name":"git-raw-commits@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4/manifests"},{"name":"conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17/manifests"},{"name":"conventional-changelog-angular@1.6.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6/manifests"},{"name":"conventional-changelog-atom@0.2.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4/manifests"},{"name":"gulp-conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog-angular@1.6.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5/manifests"},{"name":"conventional-changelog-atom@0.2.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3/manifests"},{"name":"conventional-changelog-cli@1.3.14","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14/manifests"},{"name":"conventional-changelog-codemirror@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4/manifests"},{"name":"conventional-changelog-ember@0.3.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3/manifests"},{"name":"conventional-changelog-express@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3/manifests"},{"name":"conventional-changelog-jshint@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5/manifests"},{"name":"conventional-changelog-writer@3.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3/manifests"},{"name":"conventional-commits-filter@1.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4/manifests"},{"name":"conventional-commits-parser@2.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4/manifests"},{"name":"conventional-recommended-bump@2.0.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5/manifests"},{"name":"git-raw-commits@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3/manifests"},{"name":"git-semver-tags@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3/manifests"},{"name":"standard-changelog@1.0.12","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12/manifests"},{"name":"conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15/manifests"},{"name":"gulp-conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15/manifests"},{"name":"conventional-recommended-bump@2.0.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4/manifests"},{"name":"conventional-changelog-cli@1.3.13","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13/manifests"},{"name":"conventional-changelog-preset-loader@1.1.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4/manifests"},{"name":"git-raw-commits@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2/manifests"},{"name":"standard-changelog@1.0.11","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11/manifests"},{"name":"conventional-recommended-bump@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3/manifests"},{"name":"gulp-conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14/manifests"},{"name":"git-semver-tags@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2/manifests"},{"name":"conventional-changelog-eslint@1.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2/manifests"},{"name":"conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14/manifests"},{"name":"conventional-changelog-angular@1.6.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4/manifests"},{"name":"conventional-changelog-atom@0.2.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2/manifests"},{"name":"conventional-changelog-cli@1.3.12","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12/manifests"},{"name":"conventional-changelog-codemirror@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2/manifests"},{"name":"conventional-changelog-core@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.3.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4/manifests"},{"name":"conventional-changelog-express@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2/manifests"},{"name":"conventional-changelog-jquery@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2/manifests"},{"name":"conventional-changelog-jshint@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3/manifests"},{"name":"conventional-commits-filter@1.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3/manifests"},{"name":"conventional-changelog-writer@3.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13/manifests"},{"name":"standard-changelog@1.0.10","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10/manifests"},{"name":"git-raw-commits@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1/manifests"},{"name":"conventional-commits-parser@2.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2/manifests"},{"name":"conventional-changelog-writer@3.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1/manifests"},{"name":"conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13/manifests"},{"name":"conventional-commits-filter@1.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2/manifests"},{"name":"conventional-recommended-bump@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2/manifests"},{"name":"git-semver-tags@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1/manifests"},{"name":"conventional-changelog-core@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2/manifests"},{"name":"conventional-changelog-codemirror@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1/manifests"},{"name":"conventional-changelog-angular@1.6.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3/manifests"},{"name":"conventional-changelog-cli@1.3.11","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11/manifests"},{"name":"conventional-changelog-atom@0.2.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1/manifests"},{"name":"conventional-changelog-ember@0.3.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1/manifests"},{"name":"conventional-changelog-express@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3/manifests"},{"name":"conventional-changelog-jshint@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1/manifests"},{"name":"conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12/manifests"},{"name":"gulp-conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12/manifests"},{"name":"conventional-changelog-cli@1.3.10","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10/manifests"},{"name":"conventional-recommended-bump@2.0.1","sha":"a4f0aa902d3e966fe6d6b1d46f2130838524cfbf","kind":"tag","published_at":"2018-02-12T14:54:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1/manifests"},{"name":"conventional-recommended-bump@2.0.0","sha":"9885d205ed96338575335652d006f475408e1195","kind":"tag","published_at":"2018-02-12T14:30:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0/manifests"},{"name":"conventional-changelog-preset-loader@1.1.2","sha":"a450d974237d440009ec3fb4c63974cf066e8f79","kind":"tag","published_at":"2018-02-12T04:07:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.1","sha":"5af1f00dcc4e1f9c3299bc7feb322a88b711f042","kind":"tag","published_at":"2018-02-09T04:17:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.0","sha":"c3eb36dbc52f383df6f3dcf3a3870b01ceee0b8b","kind":"tag","published_at":"2018-02-08T14:46:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0/manifests"},{"name":"conventional-changelog-ember@0.3.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1/manifests"},{"name":"conventional-changelog-angular@1.6.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2/manifests"},{"name":"gulp-conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11/manifests"},{"name":"standard-changelog@1.0.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9/manifests"},{"name":"conventional-recommended-bump@1.2.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1/manifests"},{"name":"conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11/manifests"},{"name":"conventional-changelog-cli@1.3.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9/manifests"},{"name":"conventional-changelog-core@2.0.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1/manifests"},{"name":"gulp-conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10/manifests"},{"name":"standard-changelog@1.0.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8/manifests"},{"name":"git-semver-tags@1.3.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.2.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0/manifests"},{"name":"conventional-changelog-writer@3.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0/manifests"},{"name":"conventional-changelog-eslint@1.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.3.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1/manifests"},{"name":"conventional-changelog-core@2.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8/manifests"},{"name":"conventional-changelog-angular@1.6.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1/manifests"},{"name":"conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10/manifests"},{"name":"conventional-changelog-core@1.9.5","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5/manifests"},{"name":"conventional-changelog-ember@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0/manifests"},{"name":"conventional-changelog-eslint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0/manifests"},{"name":"conventional-changelog-cli@1.3.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7/manifests"},{"name":"conventional-changelog-express@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0/manifests"},{"name":"conventional-changelog-jquery@1.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0/manifests"},{"name":"conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-jshint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0/manifests"},{"name":"gulp-conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9/manifests"},{"name":"standard-changelog@1.0.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7/manifests"},{"name":"conventional-changelog-angular@1.6.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0/manifests"},{"name":"conventional-changelog-codemirror@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0/manifests"},{"name":"conventional-changelog-atom@0.2.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0/manifests"},{"name":"conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8/manifests"},{"name":"standard-changelog@1.0.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6/manifests"},{"name":"gulp-conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8/manifests"},{"name":"conventional-recommended-bump@1.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0/manifests"},{"name":"conventional-commits-parser@2.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0/manifests"},{"name":"conventional-commits-filter@1.1.1","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1/manifests"},{"name":"conventional-changelog-writer@2.0.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.2.10","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10/manifests"},{"name":"conventional-changelog-core@1.9.4","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4/manifests"},{"name":"conventional-changelog-cli@1.3.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6/manifests"},{"name":"conventional-changelog-angular@1.5.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3/manifests"},{"name":"conventional-changelog-ember@0.2.9","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9/manifests"},{"name":"standard-changelog@1.0.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5/manifests"},{"name":"gulp-conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7/manifests"},{"name":"git-semver-tags@1.2.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3/manifests"},{"name":"git-raw-commits@1.3.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.0.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3/manifests"},{"name":"conventional-commits-parser@2.0.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1/manifests"},{"name":"conventional-commits-filter@1.1.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0/manifests"},{"name":"conventional-changelog-writer@2.0.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2/manifests"},{"name":"conventional-changelog-jshint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1/manifests"},{"name":"conventional-changelog-jquery@1.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1/manifests"},{"name":"conventional-changelog-express@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1/manifests"},{"name":"conventional-changelog-eslint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1/manifests"},{"name":"conventional-changelog-core@1.9.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3/manifests"},{"name":"conventional-changelog-codemirror@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1/manifests"},{"name":"conventional-changelog-cli@1.3.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5/manifests"},{"name":"conventional-changelog-atom@0.1.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2/manifests"},{"name":"conventional-changelog-angular@1.5.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2/manifests"},{"name":"conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7/manifests"},{"name":"@marionebl/conventional-commits-parser@3.0.0","sha":"edf4068ce4c3ea6ac5b61323473ab655be5eb895","kind":"tag","published_at":"2017-11-01T07:09:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/@marionebl/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/@marionebl/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4/manifests"},{"name":"git-semver-tags@1.2.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2/manifests"},{"name":"conventional-recommended-bump@1.0.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-ember@0.2.8","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8/manifests"},{"name":"conventional-changelog-core@1.9.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2/manifests"},{"name":"standard-changelog@1.0.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4/manifests"},{"name":"conventional-changelog-angular@1.5.1","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1/manifests"},{"name":"conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6/manifests"},{"name":"standard-changelog@1.0.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3/manifests"},{"name":"conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-angular@1.5.0","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0/manifests"},{"name":"conventional-changelog-cli@1.3.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3/manifests"},{"name":"gulp-conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-writer@2.0.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1/manifests"},{"name":"conventional-changelog-core@1.9.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1/manifests"},{"name":"conventional-changelog-ember@0.2.7","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7/manifests"},{"name":"git-semver-tags@1.2.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1/manifests"},{"name":"conventional-changelog-jshint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0/manifests"},{"name":"conventional-changelog-jquery@1.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0/manifests"},{"name":"conventional-changelog-express@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0/manifests"},{"name":"conventional-changelog-eslint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0/manifests"},{"name":"conventional-commits-parser@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0/manifests"},{"name":"conventional-changelog-writer@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1/manifests"},{"name":"conventional-changelog-core@1.9.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0/manifests"},{"name":"conventional-changelog-codemirror@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0/manifests"},{"name":"conventional-changelog-cli@1.3.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2/manifests"},{"name":"conventional-changelog-atom@0.1.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1/manifests"},{"name":"conventional-changelog-angular@1.4.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0/manifests"},{"name":"conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4/manifests"},{"name":"gulp-conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4/manifests"},{"name":"standard-changelog@1.0.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2/manifests"},{"name":"conventional-changelog-ember@0.2.6","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6/manifests"},{"name":"conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3/manifests"},{"name":"conventional-changelog-angular@1.3.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3/manifests"},{"name":"conventional-changelog-cli@1.3.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1/manifests"},{"name":"conventional-changelog-core@1.8.0","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.8.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0/manifests"},{"name":"conventional-changelog-ember@0.2.5","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5/manifests"},{"name":"gulp-conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3/manifests"},{"name":"standard-changelog@1.0.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1/manifests"},{"name":"git-semver-tags@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0/manifests"},{"name":"standard-changelog@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2/manifests"},{"name":"git-raw-commits@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0/manifests"},{"name":"conventional-recommended-bump@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.2.4","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4/manifests"},{"name":"conventional-changelog-core@1.7.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.7.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0/manifests"},{"name":"conventional-changelog-cli@1.3.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0/manifests"},{"name":"conventional-changelog-angular@1.3.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2/manifests"},{"name":"conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2/manifests"},{"name":"gulp-conventional-changelog@1.1.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"tag","published_at":"2017-03-10T05:35:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0/manifests"},{"name":"standard-changelog@0.0.2","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@0.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-ember@0.2.3","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3/manifests"},{"name":"conventional-changelog-core@1.6.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0/manifests"},{"name":"conventional-changelog-angular@1.3.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1/manifests"},{"name":"conventional-changelog-cli@1.2.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1/manifests"},{"name":"conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-cli@1.2.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:01:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0/manifests"},{"name":"conventional-changelog-core@1.5.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:00:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0/manifests"},{"name":"git-raw-commits@1.1.2","sha":"f5fe78b1f15791cb0499744bf278dff22b52732f","kind":"tag","published_at":"2017-03-09T07:37:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2/manifests"},{"name":"git-semver-tags@1.1.2","sha":"7be07c7c0f49572b1c0e9c98f004b599d8b5bb1a","kind":"tag","published_at":"2017-03-09T07:35:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2/manifests"},{"name":"v1.1.0","sha":"600d411569271467389c3cbe71f7f657980e89a1","kind":"tag","published_at":"2016-02-13T06:59:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"9591280a8d09220aced3383abe3bc7ecbb34b503","kind":"tag","published_at":"2016-02-13T06:37:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"beef421f56939190a4ca30c28788eda1b3f9480d","kind":"tag","published_at":"2016-02-05T13:49:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"c8e90ab7fddd0b98855913e73fc12f9dc9dc81b1","kind":"tag","published_at":"2016-02-05T12:59:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0/manifests"},{"name":"v0.5.3","sha":"d79ce243223260b153699b99de0503698546ea63","kind":"tag","published_at":"2015-12-25T05:07:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"9e7b771072a2680c6c335fcad38003aade53213e","kind":"tag","published_at":"2015-12-23T12:24:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"4bf7d8df29f7be29552b82ec2b7112fad0c39a3e","kind":"tag","published_at":"2015-10-20T09:52:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"5ca2204b472704543ebbc744a22f8f90ec659659","kind":"tag","published_at":"2015-09-30T08:49:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"e5f2f3bc675e2c7e5cc6aa0ed50da7941833e492","kind":"tag","published_at":"2015-09-04T03:16:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"7536a0b351cc4f2764e71cbc268a178ab595259d","kind":"tag","published_at":"2015-08-17T01:28:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"56fa3d92620a41a875b3337fa51d04d6df23b1a8","kind":"tag","published_at":"2015-08-15T12:34:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"eefec0ef598a92e78510ee8626fd9bbcdb1398e4","kind":"tag","published_at":"2015-08-15T11:19:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0/manifests"},{"name":"v0.3.2","sha":"74b99dca61eafd56ba93605016b086a1108e77fe","kind":"tag","published_at":"2015-08-13T03:12:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"a1aca9c31a45aded77962bd0defc32e503aec213","kind":"commit","published_at":"2015-08-11T06:23:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"b489672d27ff703337c540f0fbc43f6486a84d99","kind":"commit","published_at":"2015-08-09T03:27:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"12e3cd6b151353dbe7f584adabbe5dd8a28424db","kind":"commit","published_at":"2015-07-24T08:13:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"f437b457b5ea6c105535a360144000f8315db54d","kind":"commit","published_at":"2015-07-24T04:54:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0/manifests"},{"name":"v0.1.3","sha":"c8fa9d0b94f8ac07f162623e4b9e9e68aad82e62","kind":"commit","published_at":"2015-07-22T11:06:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"6ba5d6e4b90a154dbca6ec0f80c66ad5995cd770","kind":"commit","published_at":"2015-07-22T07:10:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c015f8762f70eff2be7b8d7fb82438689239d717","kind":"commit","published_at":"2015-07-20T07:55:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"7253d0fea773e3f7cc0a3fb8278c9da070df26ee","kind":"commit","published_at":"2015-07-20T07:12:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.3","sha":"0c9f1e89bfacec8e08bac8ef96d64e3abdbecda7","kind":"commit","published_at":"2015-07-17T11:02:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"fec1baf43b8c0156682d4014a4fd066bd24ad448","kind":"commit","published_at":"2015-07-17T06:23:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"a5ea0dfada48601b9e3fbec78dd37d70380a2db6","kind":"commit","published_at":"2015-07-15T08:03:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1/manifests"},{"name":"v0.1.0-alpha.3","sha":"9b6cc68a2c17c9671363fe7af5de7ebd3a06aaeb","kind":"commit","published_at":"2015-07-06T01:27:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3/manifests"},{"name":"v0.1.0-alpha.2","sha":"34b0f460c34ecc48af857d8ee5d7038970ba56fb","kind":"commit","published_at":"2015-06-29T12:04:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2/manifests"},{"name":"v0.1.0-alpha.1","sha":"05b3415fc699ab43f3fa33b5ecd040ab5ecdf9e2","kind":"commit","published_at":"2015-06-24T04:42:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1/manifests"},{"name":"v0.0.17","sha":"3cae05244e48af9cf4abbef3114060db585a574c","kind":"commit","published_at":"2015-04-03T02:12:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"c0719ce6ba16778dd34c2cfdc81e7f3c5321409d","kind":"commit","published_at":"2015-03-19T04:15:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"57af04dc3e362c0e327b716279c9143028c6e0da","kind":"commit","published_at":"2015-03-18T20:23:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"69be290efb58a6a92e9ae78d7b37168d293920b5","kind":"commit","published_at":"2015-03-13T21:22:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"15a39d02ba3d666e7820eecbb8c5493ef2f6040a","kind":"commit","published_at":"2015-03-12T23:17:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13/manifests"},{"name":"v0.0.11","sha":"37f5561553c30d8f0f2c949502ea278da64949cd","kind":"tag","published_at":"2014-05-28T13:14:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"ad6f6ec5499d2c902b88da95487862d50e5ad776","kind":"tag","published_at":"2014-05-28T12:51:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"87efbabd9bc2a0fd83255e6cb856961b10aef9eb","kind":"tag","published_at":"2014-05-06T17:11:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"94b12cf69c51264b1edb6c81b50a262f0536894b","kind":"tag","published_at":"2014-04-10T14:45:48.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"1cf17e494fd7d8538c55189c72c0cf57d145ef41","kind":"tag","published_at":"2014-04-10T14:06:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"861f9ec93de28be4185b35815c2b6ab17746eb3f","kind":"commit","published_at":"2014-01-23T19:39:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"3f59f7356c86f30ef8e8754386373c2a8f97b367","kind":"commit","published_at":"2014-01-23T18:59:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6fa2c22464dcd964df604550c2ce2ed1d2f4362b","kind":"commit","published_at":"2014-01-04T21:36:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4/manifests"}]},"repo_metadata_updated_at":"2024-10-30T00:53:27.572Z","dependent_packages_count":395,"downloads":15210119,"downloads_period":"last-month","dependent_repos_count":91456,"rankings":{"downloads":0.09010601251064705,"dependent_repos_count":0.10164585620178368,"dependent_packages_count":0.1407782537948342,"stargazers_count":1.154472815396108,"forks_count":1.396504006357065,"docker_downloads_count":0.32465613646593405,"average":0.5346938467877287},"purl":"pkg:npm/conventional-changelog-preset-loader","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/conventional-changelog-preset-loader","docker_dependents_count":758,"docker_downloads_count":94761274,"usage_url":"https://repos.ecosyste.ms/usage/npm/conventional-changelog-preset-loader","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/conventional-changelog-preset-loader/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-10-29T18:02:55.825Z","issues_count":181,"pull_requests_count":485,"avg_time_to_close_issue":20290008.44047619,"avg_time_to_close_pull_request":6351261.275949367,"issues_closed_count":84,"pull_requests_closed_count":395,"pull_request_authors_count":71,"issue_authors_count":111,"avg_comments_per_issue":2.0994475138121547,"avg_comments_per_pull_request":1.31340206185567,"merged_pull_requests_count":306,"bot_issues_count":3,"bot_pull_requests_count":234,"past_year_issues_count":63,"past_year_pull_requests_count":160,"past_year_avg_time_to_close_issue":562479.2894736842,"past_year_avg_time_to_close_pull_request":1292364.6666666667,"past_year_issues_closed_count":38,"past_year_pull_requests_closed_count":129,"past_year_pull_request_authors_count":19,"past_year_issue_authors_count":37,"past_year_avg_comments_per_issue":1.4603174603174602,"past_year_avg_comments_per_pull_request":1.15,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":61,"past_year_merged_pull_requests_count":108,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues","maintainers":[{"login":"dangreen","count":83,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"},{"login":"bcoe","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bcoe"},{"login":"tommywo","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tommywo"}],"active_maintainers":[{"login":"dangreen","count":70,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-preset-loader/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-preset-loader/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-preset-loader/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-preset-loader/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-preset-loader/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-preset-loader/codemeta","maintainers":[{"uuid":"bcoe","login":"bcoe","name":null,"email":"bencoe@gmail.com","url":null,"packages_count":557,"html_url":"https://www.npmjs.com/~bcoe","role":null,"created_at":"2022-11-10T11:41:54.806Z","updated_at":"2022-11-10T11:41:54.806Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/bcoe/packages"},{"uuid":"oss-bot","login":"oss-bot","name":null,"email":"bencoe+oss-bot@gmail.com","url":null,"packages_count":57,"html_url":"https://www.npmjs.com/~oss-bot","role":null,"created_at":"2022-11-10T11:41:54.803Z","updated_at":"2022-11-10T11:41:54.803Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/oss-bot/packages"},{"uuid":"dangreen","login":"dangreen","name":null,"email":"danon0404@gmail.com","url":null,"packages_count":110,"html_url":"https://www.npmjs.com/~dangreen","role":null,"created_at":"2026-02-11T13:40:34.881Z","updated_at":"2026-02-11T13:40:34.881Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/dangreen/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5644415,"maintainers_count":1200486,"namespaces_count":399623,"keywords_count":847874,"github":"npm","metadata":{"funded_packages_count":171745},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-06-10T05:11:46.456Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":9800281,"name":"@conventional-changelog/git-client","ecosystem":"npm","description":"Simple git client for conventional changelog packages.","homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/git-client#readme","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":["git","client","conventional","changelog"],"namespace":"conventional-changelog","versions_count":11,"first_release_published_at":"2024-04-26T21:25:49.839Z","latest_release_published_at":"2026-04-07T20:41:11.487Z","latest_release_number":"2.7.0","last_synced_at":"2026-06-13T02:11:42.878Z","created_at":"2024-04-27T10:41:05.246Z","updated_at":"2026-06-13T16:11:55.580Z","registry_url":"https://www.npmjs.com/package/@conventional-changelog/git-client","install_command":"npm install @conventional-changelog/git-client","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"2.7.0"}},"repo_metadata":{"id":12961414,"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2024-06-18T04:54:14.000Z","size":5832,"stargazers_count":7627,"open_issues_count":249,"forks_count":715,"subscribers_count":58,"default_branch":"master","last_synced_at":"2024-06-19T09:40:31.278Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2024-06-19T09:40:44.711Z","dependencies_parsed_at":"2022-07-13T10:30:31.523Z","dependency_job_id":"5f6d159e-c4c6-405b-9fa7-976ffc4dfa04","html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1464,"total_committers":136,"mean_commits":"10.764705882352942","dds":"0.40095628415300544","last_synced_commit":"58f0887283a200d52e49607baf7b352f26177b05"},"previous_names":["ajoslin/conventional-changelog"],"tags_count":777,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":215686924,"owners_count":15916249,"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"},"owner_record":{"login":"conventional-changelog","name":"conventional-changelog","uuid":"16443515","kind":"organization","description":"Tools to generate changelogs and release notes from a project's commit messages and metadata.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16443515?v=4","repositories_count":12,"last_synced_at":"2024-03-25T20:05:25.442Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/conventional-changelog","funding_links":[],"total_stars":31480,"followers":325,"following":0,"created_at":"2022-11-02T16:25:21.572Z","updated_at":"2024-03-25T20:05:26.809Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog/repositories"},"tags":[{"name":"git-client-v1.0.1","sha":"d3b8aaa16337993bbad4d91db1ffac5a7568756b","kind":"commit","published_at":"2024-05-06T14:46:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1/manifests"},{"name":"conventional-changelog-v6.0.0","sha":"83bb15ba5de08f080884fc906c6db3c99c8b2131","kind":"commit","published_at":"2024-04-26T22:08:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0/manifests"},{"name":"conventional-changelog-core-v8.0.0","sha":"7bc92fc05e4447f311ad52b6e39d36f461eaf083","kind":"commit","published_at":"2024-04-26T22:07:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v8.0.0","sha":"3129c812139bf7454a64b4d506e6b85cd5abc77c","kind":"commit","published_at":"2024-04-26T22:06:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0/manifests"},{"name":"git-semver-tags-v8.0.0","sha":"fbd1b3bcd6253a32de89eb21145c2eb70d9396b6","kind":"commit","published_at":"2024-04-26T22:05:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v5.0.0","sha":"e34c96db3dbebedb17a6583aae8855dddd056f83","kind":"commit","published_at":"2024-04-26T22:04:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0/manifests"},{"name":"conventional-changelog-angular-v8.0.0","sha":"2aa6291a93eb881230e896f87a5232873b6a9717","kind":"commit","published_at":"2024-04-26T22:04:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0/manifests"},{"name":"conventional-changelog-jquery-v6.0.0","sha":"1c71cd6d4868ef2e158963e277609a9794806306","kind":"commit","published_at":"2024-04-26T22:03:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v8.0.0","sha":"533e36277d1779a5ac79a06210c603b5f88bc030","kind":"commit","published_at":"2024-04-26T22:00:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0/manifests"},{"name":"conventional-changelog-eslint-v6.0.0","sha":"c7459cd7d1e1ab82c9a5d552b008c02aba290cad","kind":"commit","published_at":"2024-04-26T21:59:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0/manifests"},{"name":"git-raw-commits-v5.0.0","sha":"f61ea377e843db0852c35911785895ec43481f11","kind":"commit","published_at":"2024-04-26T21:58:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0/manifests"},{"name":"conventional-changelog-codemirror-v5.0.0","sha":"77525286ffc8869a6ac351ebe28198842815cb7c","kind":"commit","published_at":"2024-04-26T21:57:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0/manifests"},{"name":"conventional-changelog-cli-v5.0.0","sha":"a75cef688b9a1557ca981178d4d35c18963160b6","kind":"commit","published_at":"2024-04-26T21:53:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0/manifests"},{"name":"conventional-changelog-express-v5.0.0","sha":"a6ab80d6e30091a8b743ee97a87e7400af1ebc53","kind":"commit","published_at":"2024-04-26T21:53:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v10.0.0","sha":"d7c409b02f1d58cf6f0293edcadbe5f00a78a622","kind":"commit","published_at":"2024-04-26T21:52:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v10.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v10.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0/manifests"},{"name":"conventional-changelog-atom-v5.0.0","sha":"3b2b9d0ec2382f73d9cf000a1004596f90ece916","kind":"commit","published_at":"2024-04-26T21:51:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0/manifests"},{"name":"conventional-changelog-jshint-v5.0.0","sha":"d7dae509e72b09d1496ae51f1f04c15581c828fc","kind":"commit","published_at":"2024-04-26T21:50:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0/manifests"},{"name":"conventional-changelog-ember-v5.0.0","sha":"2e99dfa49112ffe6c864dd0e436f0db1e696b1f9","kind":"commit","published_at":"2024-04-26T21:50:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0/manifests"},{"name":"conventional-commits-parser-v6.0.0","sha":"646e1be132ccd0f32e3074de2f511be5c610984f","kind":"commit","published_at":"2024-04-26T21:48:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0/manifests"},{"name":"conventional-commits-filter-v5.0.0","sha":"be4266b7ef7b84ba5c198dfa8c143229f8a5b128","kind":"commit","published_at":"2024-04-26T21:47:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0/manifests"},{"name":"standard-changelog-v6.0.0","sha":"3e9b9387f29e48a508b70b88f26b40a6db9fea16","kind":"commit","published_at":"2024-04-26T21:45:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v5.0.0","sha":"041a1a9b73b201add30494aed19d026b948bd8f1","kind":"commit","published_at":"2024-04-26T21:41:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0/manifests"},{"name":"git-client-v1.0.0","sha":"7e51fe970576503cae3ab94e6e9b3e01017b044d","kind":"commit","published_at":"2024-04-26T21:21:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0/manifests"},{"name":"git-semver-tags-v7.0.1","sha":"fac8045242099c016f5f3905e54e02b7d466bd7b","kind":"commit","published_at":"2023-09-10T23:53:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1/manifests"},{"name":"conventional-changelog-writer-v7.0.1","sha":"e3a643ad39ec3bc4cfb1dff2aa1101333df33dc3","kind":"commit","published_at":"2023-09-10T23:49:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1/manifests"},{"name":"conventional-changelog-cli-v4.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0/manifests"},{"name":"conventional-changelog-v5.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0/manifests"},{"name":"conventional-changelog-core-v7.0.0","sha":"2e467dd39a35c3813597711a37690897183b4abc","kind":"commit","published_at":"2023-09-08T22:03:37.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0/manifests"},{"name":"git-semver-tags-v7.0.0","sha":"a13f788bd505d8253a2d92413fc4a7780e11ec07","kind":"commit","published_at":"2023-09-08T21:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0/manifests"},{"name":"standard-changelog-v5.0.0","sha":"34569c7a3fd2b0362a461517a1f4e20e7eecd9fc","kind":"commit","published_at":"2023-09-08T21:55:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v9.0.0","sha":"ad633d9d81f66ef80d7f77832a264cb0c5b971ef","kind":"commit","published_at":"2023-09-08T21:50:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.2","sha":"50113f9b569259d991f1a734a192964ca71f0118","kind":"commit","published_at":"2023-09-08T21:41:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2/manifests"},{"name":"conventional-changelog-preset-loader-v4.1.0","sha":"a14d2186575f6061f236c9a47d803694b18f8373","kind":"commit","published_at":"2023-09-08T21:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.1","sha":"ca4324b0a690b2595f8b574882ff95329a2dc195","kind":"commit","published_at":"2023-08-27T19:11:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1/manifests"},{"name":"conventional-commits-filter-v4.0.0","sha":"26fc9ea274dc0c62442ec9d97b20a2ebb49138bf","kind":"commit","published_at":"2023-08-27T12:55:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0/manifests"},{"name":"standard-changelog-v4.0.0","sha":"5b788265774bf4b63d3c83a178ca53e8e7095903","kind":"commit","published_at":"2023-08-27T12:50:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-eslint-v5.0.0","sha":"679594c0716275771cc23b314e4362899fe72f87","kind":"commit","published_at":"2023-08-27T12:46:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0/manifests"},{"name":"git-semver-tags-v6.0.0","sha":"1c75c72d9b5d59e3ea4e914c58a85f7559f29602","kind":"commit","published_at":"2023-08-27T12:40:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0/manifests"},{"name":"conventional-recommended-bump-v8.0.0","sha":"624377a24e8e3658bcf2329a9a98f9a7b02a4cb3","kind":"commit","published_at":"2023-08-27T12:33:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0/manifests"},{"name":"conventional-changelog-writer-v7.0.0","sha":"d669bb67dc713cb1e4374e3216ed7d83cde743c5","kind":"commit","published_at":"2023-08-27T12:27:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0/manifests"},{"name":"conventional-changelog-codemirror-v4.0.0","sha":"933fd0b3dd355d648faf57241b796a714004c722","kind":"commit","published_at":"2023-08-27T12:23:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0/manifests"},{"name":"conventional-changelog-express-v4.0.0","sha":"c9e9ceb3a3727659bd117bab01cbc7642d588f06","kind":"commit","published_at":"2023-08-27T12:16:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0/manifests"},{"name":"conventional-changelog-ember-v4.0.0","sha":"5d7c16268f79b7f180e34e997fdb37373d714666","kind":"commit","published_at":"2023-08-27T12:11:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0/manifests"},{"name":"conventional-changelog-jquery-v5.0.0","sha":"d643efb1050dcdaecee626044315644ff9b9e43b","kind":"commit","published_at":"2023-08-27T12:07:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v4.0.0","sha":"636646dd9ae062e9652a7f9ccaf6c329e6e9f924","kind":"commit","published_at":"2023-08-27T12:03:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0/manifests"},{"name":"conventional-changelog-v5.0.0","sha":"7985de3edc9e655369651ad464cb39b791887dc7","kind":"commit","published_at":"2023-08-27T11:58:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.0","sha":"5f0fe40743d8f559ab94ed11bbb4b8bda6fa6dcb","kind":"commit","published_at":"2023-08-27T11:51:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0/manifests"},{"name":"conventional-changelog-angular-v7.0.0","sha":"6c7a2e1a8807988bcb1a9842f72d14be3b1a89e3","kind":"commit","published_at":"2023-08-27T11:46:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0/manifests"},{"name":"conventional-changelog-jshint-v4.0.0","sha":"0204a9a340d2c85411e8de8905bc74c6146e5618","kind":"commit","published_at":"2023-08-27T11:41:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0/manifests"},{"name":"conventional-changelog-atom-v4.0.0","sha":"ab9b2c10e098ec8837d141102549f3eef698364c","kind":"commit","published_at":"2023-08-27T11:36:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0/manifests"},{"name":"conventional-changelog-cli-v4.0.0","sha":"29df6c4597afad27b9cda06f58eb564bcca609c4","kind":"commit","published_at":"2023-08-27T11:21:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0/manifests"},{"name":"conventional-changelog-core-v6.0.0","sha":"45613bbc2d13c798732e4b2bd4b2fa9ea67157d6","kind":"commit","published_at":"2023-08-27T11:17:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v4.0.0","sha":"5a896e3ef3aa9e751fcc74d7c76fa21d6d526cb0","kind":"commit","published_at":"2023-08-27T11:08:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0/manifests"},{"name":"git-raw-commits-v4.0.0","sha":"878fc56b43bc617177bf47fd8643a3b8b86078e5","kind":"commit","published_at":"2023-08-27T11:01:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0/manifests"},{"name":"conventional-commits-parser-v5.0.0","sha":"299de5acbe55a7d19dcdd2adc34681eae7264abf","kind":"commit","published_at":"2023-08-26T17:50:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0/manifests"},{"name":"git-semver-tags-v5.0.1","sha":"87914a362866a380e98a29edf19b2173e0911d8a","kind":"commit","published_at":"2023-07-09T19:10:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1/manifests"},{"name":"conventional-changelog-writer-v6.0.1","sha":"c123edea220b450cfa26813b6f198c3e8ebbd2b4","kind":"commit","published_at":"2023-07-09T14:49:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.2","sha":"83773c5e1a8874ea9809ca9db1dff60b7df1daae","kind":"commit","published_at":"2023-06-28T17:43:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.1.0","sha":"2e5fe6d9574ba896fa90b5bfcb50fb73d28af6d6","kind":"commit","published_at":"2023-06-17T21:30:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v7.0.1","sha":"f251b6899e313a9b23f3c8deb8b8b57217040892","kind":"commit","published_at":"2023-06-06T23:24:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.1","sha":"5b458dff9edf766446449acd1bbb8027a1e39fa5","kind":"commit","published_at":"2023-06-06T23:17:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1/manifests"},{"name":"gulp-conventional-changelog-v3.0.0","sha":"8ef6232797e5bf7c80422221374c53c03d5df36d","kind":"commit","published_at":"2023-06-06T22:50:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0/manifests"},{"name":"standard-changelog-v3.0.0","sha":"ea65f017b42b914ece780fd2fc799a6946912ed8","kind":"commit","published_at":"2023-06-06T22:42:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0/manifests"},{"name":"conventional-changelog-cli-v3.0.0","sha":"f00f4549cee9406054b77057a8135183fcd89710","kind":"commit","published_at":"2023-06-06T22:29:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0/manifests"},{"name":"conventional-changelog-v4.0.0","sha":"1a240f91ed584ed43e7f9c82235ca60eff0f4fa5","kind":"commit","published_at":"2023-06-06T19:50:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-core-v5.0.0","sha":"8507f601486c8ff6806156c50091262dee13ec54","kind":"commit","published_at":"2023-06-06T19:23:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v7.0.0","sha":"e1662ca7a6c688d28a334282a5e863f52866f3e8","kind":"commit","published_at":"2023-06-06T18:39:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v3.0.0","sha":"5d80d155425147a0b045af09536e5962cbfff620","kind":"commit","published_at":"2023-06-06T15:08:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.0.0","sha":"a30fc7ae219cf871b46cbe9d2c76a9730b70e272","kind":"commit","published_at":"2023-06-06T14:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v6.0.0","sha":"aa5d46c7b13b7b31f78af4b3c31c087c39eea41d","kind":"commit","published_at":"2023-06-06T14:46:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0/manifests"},{"name":"conventional-commits-filter-v3.0.0","sha":"502a73fe41aebb7b563c5ca69521e0b1bab904df","kind":"commit","published_at":"2023-06-06T14:32:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0/manifests"},{"name":"conventional-commits-parser-v4.0.0","sha":"9f7fe891e75c64937c28baa39a6c795a01603ab7","kind":"commit","published_at":"2023-06-06T14:24:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0/manifests"},{"name":"git-raw-commits-v3.0.0","sha":"571f2d549f10744a12ab3bc5dc5e0b749cb72667","kind":"commit","published_at":"2023-06-06T14:16:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0/manifests"},{"name":"git-semver-tags-v5.0.0","sha":"445c796d04105d10dd62d07039bc6a7fc9f263a5","kind":"commit","published_at":"2023-06-06T13:51:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0/manifests"},{"name":"conventional-changelog-atom-v3.0.0","sha":"208787aa2f5db8de1c2d43c56d71e6dfb9510781","kind":"commit","published_at":"2023-06-06T13:43:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0/manifests"},{"name":"conventional-changelog-angular-v6.0.0","sha":"c4ebf98acc15f37154aae5de53a225e896c4a157","kind":"commit","published_at":"2023-06-06T13:36:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0/manifests"},{"name":"conventional-changelog-codemirror-v3.0.0","sha":"0772453bee083917a05b9696d063ee3dc69957f9","kind":"commit","published_at":"2023-06-06T13:25:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0/manifests"},{"name":"conventional-changelog-ember-v3.0.0","sha":"e473d0c8af7c0cf8a54f775556796f50f3e695c2","kind":"commit","published_at":"2023-06-06T13:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0/manifests"},{"name":"conventional-changelog-eslint-v4.0.0","sha":"b3b896bc5b9e3ed65dcfc08c57967a252f37cfd1","kind":"commit","published_at":"2023-06-06T12:56:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0/manifests"},{"name":"conventional-changelog-express-v3.0.0","sha":"5594385d1dd2490b0fb508a60b6f30e8be6616ce","kind":"commit","published_at":"2023-06-06T12:37:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0/manifests"},{"name":"conventional-changelog-jquery-v4.0.0","sha":"51a3015a907b2cea900114359c36ce0e9664b72d","kind":"commit","published_at":"2023-06-06T12:17:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0/manifests"},{"name":"conventional-changelog-jshint-v3.0.0","sha":"281e5f883476e90b75cae4373a67436c86e94f6a","kind":"commit","published_at":"2023-06-06T12:02:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v5.0.0","sha":"ba6df7cf62de5f448368bed4398f6ddf633d2cbd","kind":"commit","published_at":"2022-05-27T18:02:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0/manifests"},{"name":"conventional-changelog-writer-v5.0.1","sha":"21b73f974adc4490a318d9c892055655cb82c538","kind":"commit","published_at":"2021-12-29T21:36:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.3","sha":"02757d342290bcf51a49d49e5e72f5eae6c6f6da","kind":"commit","published_at":"2021-12-29T19:52:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3/manifests"},{"name":"conventional-commits-parser-v3.2.4","sha":"1d0f62d4ac4911ef0d912d5401f783b152cee624","kind":"commit","published_at":"2021-12-29T19:46:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4/manifests"},{"name":"git-raw-commits-v2.0.11","sha":"95384dbd105ffe4f86bbc6ccad3e5405a1cbfe04","kind":"commit","published_at":"2021-12-29T19:39:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.2","sha":"1827696185192a8dd258ea7c3370090238b0fb76","kind":"commit","published_at":"2021-12-25T18:06:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2/manifests"},{"name":"conventional-changelog-cli-v2.2.2","sha":"8ce6a7bbd3fae87aa9d56fca68c2e16fbb2cace5","kind":"commit","published_at":"2021-12-25T17:22:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2/manifests"},{"name":"conventional-changelog-v3.1.25","sha":"8e9c3d76aaffd7fe67a78270b3ad9b881e953e7e","kind":"commit","published_at":"2021-12-24T18:50:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25/manifests"},{"name":"conventional-commits-parser-v3.2.3","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3/manifests"},{"name":"conventional-changelog-cli-v2.2.1","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.1","sha":"c35708d56a55e31b750aec1f745e5be52f0a75f2","kind":"commit","published_at":"2021-09-09T19:06:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1/manifests"},{"name":"conventional-commits-parser-v3.2.2","sha":"1bae48ff85eff0736ea6691b7214f3fc9c026256","kind":"commit","published_at":"2021-09-09T14:45:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2/manifests"},{"name":"conventional-changelog-core-v4.2.4","sha":"02fbc2d42d0faf53d4b7a2b0525626088a6ac8ba","kind":"commit","published_at":"2021-09-09T14:37:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4/manifests"},{"name":"conventional-changelog-angular-v5.0.13","sha":"e30343b4676d26b416080294dc74ebba001c0716","kind":"commit","published_at":"2021-09-09T14:31:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v5.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13/manifests"},{"name":"conventional-changelog-core-v4.2.3","sha":"318b555b6ef3aebdb5a8d4c7c734fd7234712dd3","kind":"commit","published_at":"2021-07-03T00:24:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.0","sha":"537c37d7801872c3e57e4200c64154a4d2ea042a","kind":"commit","published_at":"2021-04-30T00:15:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0/manifests"},{"name":"conventional-commits-parser-v3.2.1","sha":"758dda2937b6784f0cc6a535286862fcf95b6f06","kind":"commit","published_at":"2021-02-15T21:32:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1/manifests"},{"name":"git-raw-commits-v2.0.10","sha":"ffecaccb6e117afae9f68f1d48ff9a69554da950","kind":"commit","published_at":"2021-01-27T16:36:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10/manifests"},{"name":"conventional-changelog-writer-v5.0.0","sha":"61ef6491add84b841e1797baf09f62bbdd90dcd4","kind":"commit","published_at":"2020-12-30T22:40:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v6.1.0","sha":"3b0fb22b0bb49137b9ecddaeb349f66025205c57","kind":"commit","published_at":"2020-12-30T16:58:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0/manifests"},{"name":"conventional-changelog-core-v4.2.2","sha":"317eeb3137caff69bcc9a67fce3dc67663a010db","kind":"commit","published_at":"2020-12-30T00:53:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2/manifests"},{"name":"conventional-recommended-bump-v6.0.12","sha":"90ecc5d93bfd7626857eda5d240f92393d896be0","kind":"commit","published_at":"2020-12-30T00:43:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12/manifests"},{"name":"git-raw-commits-v2.0.9","sha":"227f3e23af86912c0cd64fdb1a820ac92e5757c5","kind":"commit","published_at":"2020-12-29T23:59:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9/manifests"},{"name":"conventional-changelog-writer-v4.1.0","sha":"77725cfb12ca3ca22abb9421b4af012a49207e7a","kind":"commit","published_at":"2020-12-29T23:41:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0/manifests"},{"name":"conventional-changelog-atom@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8/manifests"},{"name":"conventional-changelog-angular@5.0.12","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12/manifests"},{"name":"conventional-changelog@3.1.24","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24/manifests"},{"name":"git-raw-commits@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8/manifests"},{"name":"standard-changelog@2.0.27","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27/manifests"},{"name":"gulp-conventional-changelog@2.0.35","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35/manifests"},{"name":"git-semver-tags@4.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1/manifests"},{"name":"conventional-recommended-bump@6.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11/manifests"},{"name":"conventional-commits-parser@3.2.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0/manifests"},{"name":"conventional-commits-filter@2.0.7","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7/manifests"},{"name":"conventional-changelog-writer@4.0.18","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18/manifests"},{"name":"conventional-changelog-jshint@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9/manifests"},{"name":"conventional-changelog-jquery@3.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11/manifests"},{"name":"conventional-changelog-express@2.0.6","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9/manifests"},{"name":"conventional-changelog-ember@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9/manifests"},{"name":"conventional-changelog-core@4.2.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.5.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1/manifests"},{"name":"conventional-changelog-v3.1.24","sha":"f8fcbc2e8b0834c29178ace6382b438a020ad828","kind":"commit","published_at":"2020-10-25T02:45:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24/manifests"},{"name":"conventional-recommended-bump@6.0.10","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10/manifests"},{"name":"standard-changelog@2.0.26","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26/manifests"},{"name":"gulp-conventional-changelog@2.0.34","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34/manifests"},{"name":"git-semver-tags@4.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0/manifests"},{"name":"conventional-changelog-core@4.2.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.4.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0/manifests"},{"name":"conventional-changelog-cli@2.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0/manifests"},{"name":"conventional-changelog@3.1.23","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23/manifests"},{"name":"standard-changelog@2.0.25","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25/manifests"},{"name":"conventional-changelog-writer@4.0.17","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17/manifests"},{"name":"conventional-changelog-jshint@2.0.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8/manifests"},{"name":"conventional-changelog-core@4.1.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8/manifests"},{"name":"conventional-changelog@3.1.22","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22/manifests"},{"name":"conventional-changelog-angular@5.0.11","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.35","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35/manifests"},{"name":"gulp-conventional-changelog@2.0.33","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.1","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1/manifests"},{"name":"conventional-changelog-core@4.1.7","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7/manifests"},{"name":"conventional-changelog@3.1.21","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21/manifests"},{"name":"conventional-changelog-writer@4.0.16","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.34","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34/manifests"},{"name":"standard-changelog@2.0.24","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24/manifests"},{"name":"gulp-conventional-changelog@2.0.32","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32/manifests"},{"name":"git-semver-tags@4.0.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.3.4","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4/manifests"},{"name":"standard-changelog@2.0.23","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23/manifests"},{"name":"gulp-conventional-changelog@2.0.31","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31/manifests"},{"name":"conventional-changelog-eslint@3.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.15","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10/manifests"},{"name":"conventional-changelog@3.1.20","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20/manifests"},{"name":"conventional-changelog-atom@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7/manifests"},{"name":"conventional-changelog-cli@2.0.33","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33/manifests"},{"name":"conventional-changelog-codemirror@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0/manifests"},{"name":"conventional-changelog-core@4.1.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6/manifests"},{"name":"conventional-changelog-ember@2.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8/manifests"},{"name":"conventional-commits-filter@2.0.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6/manifests"},{"name":"conventional-commits-parser@3.1.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.9","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9/manifests"},{"name":"git-raw-commits@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7/manifests"},{"name":"conventional-changelog-express@2.0.5","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10/manifests"},{"name":"conventional-changelog-jshint@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7/manifests"},{"name":"conventional-changelog-preset-loader-v2.3.2","sha":"9f6c56cb960a5043823cfb85b9843991201cbb51","kind":"commit","published_at":"2020-05-08T19:21:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v2.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2/manifests"},{"name":"conventional-changelog-core@4.1.5","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5/manifests"},{"name":"gulp-conventional-changelog@2.0.30","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30/manifests"},{"name":"standard-changelog@2.0.22","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22/manifests"},{"name":"conventional-changelog@3.1.19","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19/manifests"},{"name":"conventional-changelog-cli@2.0.32","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32/manifests"},{"name":"conventional-changelog-cli@2.0.31","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31/manifests"},{"name":"standard-changelog@2.0.21","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21/manifests"},{"name":"gulp-conventional-changelog@2.0.29","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29/manifests"},{"name":"conventional-changelog-core@4.1.4","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4/manifests"},{"name":"conventional-changelog@3.1.18","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18/manifests"},{"name":"conventional-changelog@3.1.17","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17/manifests"},{"name":"standard-changelog@2.0.20","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20/manifests"},{"name":"gulp-conventional-changelog@2.0.28","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28/manifests"},{"name":"conventional-changelog-core@4.1.3","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.30","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30/manifests"},{"name":"conventional-changelog-cli@2.0.29","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29/manifests"},{"name":"standard-changelog@2.0.19","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19/manifests"},{"name":"gulp-conventional-changelog@2.0.27","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27/manifests"},{"name":"conventional-changelog-core@4.1.2","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2/manifests"},{"name":"conventional-changelog@3.1.16","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16/manifests"},{"name":"conventional-changelog-cli@2.0.28","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28/manifests"},{"name":"standard-changelog@2.0.18","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18/manifests"},{"name":"gulp-conventional-changelog@2.0.26","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26/manifests"},{"name":"git-semver-tags@3.0.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1/manifests"},{"name":"git-raw-commits@2.0.3","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3/manifests"},{"name":"conventional-recommended-bump@6.0.5","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5/manifests"},{"name":"conventional-commits-parser@3.0.8","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.11","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11/manifests"},{"name":"conventional-changelog-core@4.1.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1/manifests"},{"name":"conventional-changelog@3.1.15","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15/manifests"},{"name":"gulp-conventional-changelog@2.0.25","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25/manifests"},{"name":"conventional-changelog@3.1.14","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14/manifests"},{"name":"conventional-changelog-angular@5.0.6","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6/manifests"},{"name":"conventional-changelog-cli@2.0.27","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.3","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3/manifests"},{"name":"conventional-changelog-core@4.1.0","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0/manifests"},{"name":"conventional-commits-parser@3.0.7","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7/manifests"},{"name":"conventional-recommended-bump@6.0.4","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4/manifests"},{"name":"standard-changelog@2.0.17","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17/manifests"},{"name":"conventional-changelog-cli@2.0.26","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.2","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2/manifests"},{"name":"conventional-changelog-core@4.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3/manifests"},{"name":"conventional-commits-parser@3.0.6","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6/manifests"},{"name":"conventional-recommended-bump@6.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.24","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24/manifests"},{"name":"standard-changelog@2.0.16","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16/manifests"},{"name":"conventional-changelog-writer@4.0.10","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10/manifests"},{"name":"conventional-changelog-preset-loader@2.3.0","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0/manifests"},{"name":"conventional-changelog@3.1.13","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13/manifests"},{"name":"conventional-changelog-jshint@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.9","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9/manifests"},{"name":"conventional-commits-parser@3.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5/manifests"},{"name":"conventional-changelog@3.1.12","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12/manifests"},{"name":"conventional-recommended-bump@6.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.23","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23/manifests"},{"name":"standard-changelog@2.0.15","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5/manifests"},{"name":"conventional-changelog-atom@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.25","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25/manifests"},{"name":"conventional-changelog-codemirror@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.1","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1/manifests"},{"name":"conventional-changelog-core@4.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2/manifests"},{"name":"conventional-changelog-ember@2.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4/manifests"},{"name":"conventional-changelog-eslint@3.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.6","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6/manifests"},{"name":"standard-changelog@2.0.14","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14/manifests"},{"name":"gulp-conventional-changelog@2.0.22","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22/manifests"},{"name":"conventional-recommended-bump@6.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1/manifests"},{"name":"conventional-commits-parser@3.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4/manifests"},{"name":"conventional-changelog-writer@4.0.8","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8/manifests"},{"name":"conventional-changelog-jshint@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.5","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5/manifests"},{"name":"conventional-changelog-eslint@3.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3/manifests"},{"name":"conventional-changelog-ember@2.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3/manifests"},{"name":"conventional-changelog-core@4.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.0","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.24","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24/manifests"},{"name":"conventional-changelog-atom@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4/manifests"},{"name":"conventional-changelog@3.1.11","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11/manifests"},{"name":"conventional-changelog-preset-loader@2.2.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0/manifests"},{"name":"standard-changelog@2.0.13","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13/manifests"},{"name":"gulp-conventional-changelog@2.0.21","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21/manifests"},{"name":"git-semver-tags@3.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0/manifests"},{"name":"conventional-recommended-bump@6.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.7","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7/manifests"},{"name":"conventional-changelog@3.1.10","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10/manifests"},{"name":"conventional-changelog-cli@2.0.23","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23/manifests"},{"name":"conventional-changelog-conventionalcommits@4.1.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0/manifests"},{"name":"conventional-changelog-core@4.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.1","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.0.0","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0/manifests"},{"name":"conventional-changelog-core@3.2.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3/manifests"},{"name":"conventional-changelog-writer@4.0.6","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6/manifests"},{"name":"conventional-commits-parser@3.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3/manifests"},{"name":"conventional-changelog@3.1.9","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9/manifests"},{"name":"standard-changelog@2.0.12","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.20","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20/manifests"},{"name":"git-semver-tags@2.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.22","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22/manifests"},{"name":"standard-changelog@2.0.11","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11/manifests"},{"name":"conventional-changelog@3.1.8","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8/manifests"},{"name":"conventional-changelog-cli@2.0.21","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.2","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.19","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19/manifests"},{"name":"conventional-changelog@3.1.7","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7/manifests"},{"name":"conventional-changelog-cli@2.0.20","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.1","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.18","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18/manifests"},{"name":"conventional-changelog-cli@2.0.19","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.17","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17/manifests"},{"name":"conventional-changelog@3.1.6","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6/manifests"},{"name":"conventional-changelog@3.1.5","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5/manifests"},{"name":"conventional-changelog-conventionalcommits@2.0.0","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.16","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.18","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.2","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.17","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17/manifests"},{"name":"conventional-changelog@3.1.4","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.15","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15/manifests"},{"name":"conventional-changelog-writer@4.0.5","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5/manifests"},{"name":"standard-changelog@2.0.10","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10/manifests"},{"name":"gulp-conventional-changelog@2.0.14","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14/manifests"},{"name":"conventional-changelog@3.1.3","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3/manifests"},{"name":"conventional-changelog-core@3.2.2","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2/manifests"},{"name":"conventional-changelog-cli@2.0.16","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.15","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15/manifests"},{"name":"standard-changelog@2.0.9","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.1.2","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2/manifests"},{"name":"conventional-changelog-core@3.2.1","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1/manifests"},{"name":"gulp-conventional-changelog@2.0.13","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13/manifests"},{"name":"conventional-changelog@3.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1/manifests"},{"name":"gulp-conventional-changelog@2.0.12","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12/manifests"},{"name":"conventional-recommended-bump@4.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1/manifests"},{"name":"conventional-changelog-preset-loader@2.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.14","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14/manifests"},{"name":"conventional-changelog-preset-loader@2.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0/manifests"},{"name":"conventional-changelog-writer@4.0.4","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4/manifests"},{"name":"conventional-commits-filter@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2/manifests"},{"name":"conventional-commits-parser@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2/manifests"},{"name":"conventional-recommended-bump@4.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0/manifests"},{"name":"gulp-conventional-changelog@2.0.11","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11/manifests"},{"name":"standard-changelog@2.0.8","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8/manifests"},{"name":"git-raw-commits@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2/manifests"},{"name":"conventional-changelog@3.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0/manifests"},{"name":"conventional-changelog-cli@2.0.13","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0/manifests"},{"name":"conventional-changelog-core@3.2.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0/manifests"},{"name":"conventional-changelog-eslint@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2/manifests"},{"name":"standard-changelog@2.0.7","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6/manifests"},{"name":"conventional-changelog-angular@5.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.12","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.10","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10/manifests"},{"name":"conventional-changelog-writer@4.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3/manifests"},{"name":"conventional-changelog-core@3.1.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6/manifests"},{"name":"conventional-recommended-bump@4.0.4","sha":"da729f68f9dc581623deb587c705ef65d189a9f4","kind":"tag","published_at":"2018-11-01T06:56:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4/manifests"},{"name":"standard-changelog@2.0.6","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6/manifests"},{"name":"conventional-changelog-core@3.1.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5/manifests"},{"name":"conventional-changelog-writer@4.0.2","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.9","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.0.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.11","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.10","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10/manifests"},{"name":"conventional-changelog-core@3.1.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.8","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8/manifests"},{"name":"conventional-changelog@3.0.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4/manifests"},{"name":"git-semver-tags@2.0.2","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.3","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3/manifests"},{"name":"standard-changelog@2.0.5","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5/manifests"},{"name":"standard-changelog@2.0.4","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.7","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3/manifests"},{"name":"conventional-changelog-core@3.1.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.9","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9/manifests"},{"name":"standard-changelog@2.0.3","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.8","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8/manifests"},{"name":"conventional-changelog-core@3.1.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2/manifests"},{"name":"gulp-conventional-changelog@2.0.6","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6/manifests"},{"name":"conventional-changelog@3.0.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.5","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.7","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7/manifests"},{"name":"conventional-changelog@3.0.1","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1/manifests"},{"name":"standard-changelog@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4/manifests"},{"name":"git-semver-tags@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1/manifests"},{"name":"git-raw-commits@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2/manifests"},{"name":"conventional-commits-parser@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1/manifests"},{"name":"conventional-commits-filter@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1/manifests"},{"name":"conventional-changelog-writer@4.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1/manifests"},{"name":"conventional-changelog-preset-loader@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4/manifests"},{"name":"conventional-changelog-express@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1/manifests"},{"name":"conventional-changelog-eslint@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2/manifests"},{"name":"conventional-changelog-core@3.1.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1/manifests"},{"name":"conventional-changelog-codemirror@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.6","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6/manifests"},{"name":"conventional-changelog-atom@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1/manifests"},{"name":"conventional-changelog-angular@5.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2/manifests"},{"name":"conventional-changelog@3.0.0","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.5","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.3","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.2","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.4","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3/manifests"},{"name":"standard-changelog@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3/manifests"},{"name":"conventional-changelog-core@3.1.0","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0/manifests"},{"name":"conventional-changelog-ember@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1/manifests"},{"name":"conventional-changelog-jquery@3.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1/manifests"},{"name":"conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0/manifests"},{"name":"conventional-recommended-bump@4.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0/manifests"},{"name":"conventional-changelog-jquery@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0/manifests"},{"name":"conventional-changelog-express@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0/manifests"},{"name":"conventional-changelog-eslint@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0/manifests"},{"name":"conventional-changelog-ember@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1/manifests"},{"name":"conventional-changelog-atom@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1/manifests"},{"name":"conventional-changelog-angular@4.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1/manifests"},{"name":"conventional-changelog-jquery@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0/manifests"},{"name":"conventional-changelog-jshint@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0/manifests"},{"name":"standard-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0/manifests"},{"name":"conventional-recommended-bump@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0/manifests"},{"name":"conventional-commits-parser@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0/manifests"},{"name":"conventional-commits-filter@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0/manifests"},{"name":"conventional-changelog-ember@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0/manifests"},{"name":"conventional-changelog-express@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0/manifests"},{"name":"git-semver-tags@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0/manifests"},{"name":"git-raw-commits@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0/manifests"},{"name":"conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-angular@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0/manifests"},{"name":"conventional-changelog-atom@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0/manifests"},{"name":"conventional-changelog-core@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0/manifests"},{"name":"conventional-changelog-eslint@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-core@2.0.11","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11/manifests"},{"name":"conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-cli@1.3.22","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22/manifests"},{"name":"conventional-changelog-ember@0.3.12","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12/manifests"},{"name":"conventional-recommended-bump@2.0.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9/manifests"},{"name":"conventional-changelog-angular@3.0.7","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7/manifests"},{"name":"gulp-conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24/manifests"},{"name":"standard-changelog@1.0.19","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19/manifests"},{"name":"conventional-changelog-jquery@1.3.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9/manifests"},{"name":"conventional-changelog-angular@3.0.6","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6/manifests"},{"name":"standard-changelog@1.0.18","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18/manifests"},{"name":"gulp-conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-writer@3.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9/manifests"},{"name":"conventional-changelog-jshint@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8/manifests"},{"name":"conventional-changelog-jquery@1.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8/manifests"},{"name":"conventional-changelog-eslint@1.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9/manifests"},{"name":"conventional-changelog-ember@0.3.11","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11/manifests"},{"name":"conventional-changelog-core@2.0.10","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10/manifests"},{"name":"conventional-changelog-codemirror@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8/manifests"},{"name":"conventional-changelog-cli@1.3.21","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21/manifests"},{"name":"conventional-changelog-atom@0.2.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8/manifests"},{"name":"conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23/manifests"},{"name":"gulp-conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-core@2.0.9","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9/manifests"},{"name":"conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-cli@1.3.20","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20/manifests"},{"name":"conventional-changelog-writer@3.0.8","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8/manifests"},{"name":"standard-changelog@1.0.17","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17/manifests"},{"name":"conventional-changelog-angular@3.0.5","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.10","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10/manifests"},{"name":"conventional-changelog-cli@1.3.19","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19/manifests"},{"name":"conventional-changelog-angular@3.0.4","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4/manifests"},{"name":"conventional-changelog-atom@0.2.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7/manifests"},{"name":"conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-core@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.9","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9/manifests"},{"name":"conventional-changelog-eslint@1.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8/manifests"},{"name":"conventional-changelog-express@0.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6/manifests"},{"name":"conventional-changelog-jquery@1.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7/manifests"},{"name":"conventional-changelog-preset-loader@1.1.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8/manifests"},{"name":"conventional-changelog-writer@3.0.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7/manifests"},{"name":"conventional-commits-parser@2.1.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7/manifests"},{"name":"conventional-recommended-bump@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8/manifests"},{"name":"git-raw-commits@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6/manifests"},{"name":"git-semver-tags@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21/manifests"},{"name":"standard-changelog@1.0.16","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16/manifests"},{"name":"conventional-changelog-codemirror@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6/manifests"},{"name":"conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-core@2.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7/manifests"},{"name":"conventional-changelog-codemirror@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6/manifests"},{"name":"conventional-changelog-cli@1.3.18","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18/manifests"},{"name":"conventional-changelog-ember@0.3.8","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8/manifests"},{"name":"conventional-changelog-writer@3.0.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6/manifests"},{"name":"conventional-changelog-atom@0.2.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6/manifests"},{"name":"conventional-changelog-eslint@1.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7/manifests"},{"name":"standard-changelog@1.0.15","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15/manifests"},{"name":"conventional-changelog-angular@3.0.3","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3/manifests"},{"name":"conventional-changelog-jquery@1.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-angular@3.0.2","sha":"1cc079df803f58b52c8aa997fff43e9c162266e7","kind":"tag","published_at":"2018-03-22T14:14:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2/manifests"},{"name":"conventional-changelog-ember@0.3.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7/manifests"},{"name":"standard-changelog@1.0.14","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14/manifests"},{"name":"gulp-conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19/manifests"},{"name":"git-semver-tags@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5/manifests"},{"name":"git-raw-commits@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7/manifests"},{"name":"conventional-commits-parser@2.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6/manifests"},{"name":"conventional-commits-filter@1.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5/manifests"},{"name":"conventional-changelog-preset-loader@1.1.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7/manifests"},{"name":"conventional-changelog-jshint@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5/manifests"},{"name":"conventional-changelog-jquery@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5/manifests"},{"name":"conventional-changelog-express@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6/manifests"},{"name":"conventional-changelog-core@2.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5/manifests"},{"name":"conventional-changelog-cli@1.3.17","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17/manifests"},{"name":"conventional-changelog-atom@0.2.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5/manifests"},{"name":"conventional-changelog-angular@3.0.1","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1/manifests"},{"name":"conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19/manifests"},{"name":"conventional-changelog-angular@3.0.0","sha":"49997aaba373502e5b38bd366846934641e95799","kind":"tag","published_at":"2018-03-22T13:45:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.16","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16/manifests"},{"name":"conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18/manifests"},{"name":"gulp-conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-eslint@1.0.5","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5/manifests"},{"name":"conventional-changelog-cli@1.3.15","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15/manifests"},{"name":"conventional-changelog-codemirror@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4/manifests"},{"name":"conventional-changelog-express@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4/manifests"},{"name":"conventional-changelog-jquery@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4/manifests"},{"name":"conventional-changelog-jshint@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4/manifests"},{"name":"conventional-commits-filter@1.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5/manifests"},{"name":"conventional-commits-parser@2.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5/manifests"},{"name":"conventional-recommended-bump@2.0.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6/manifests"},{"name":"standard-changelog@1.0.13","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13/manifests"},{"name":"gulp-conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17/manifests"},{"name":"git-semver-tags@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4/manifests"},{"name":"git-raw-commits@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4/manifests"},{"name":"conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17/manifests"},{"name":"conventional-changelog-angular@1.6.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6/manifests"},{"name":"conventional-changelog-atom@0.2.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4/manifests"},{"name":"gulp-conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog-angular@1.6.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5/manifests"},{"name":"conventional-changelog-atom@0.2.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3/manifests"},{"name":"conventional-changelog-cli@1.3.14","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14/manifests"},{"name":"conventional-changelog-codemirror@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4/manifests"},{"name":"conventional-changelog-ember@0.3.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3/manifests"},{"name":"conventional-changelog-express@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3/manifests"},{"name":"conventional-changelog-jshint@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5/manifests"},{"name":"conventional-changelog-writer@3.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3/manifests"},{"name":"conventional-commits-filter@1.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4/manifests"},{"name":"conventional-commits-parser@2.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4/manifests"},{"name":"conventional-recommended-bump@2.0.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5/manifests"},{"name":"git-raw-commits@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3/manifests"},{"name":"git-semver-tags@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3/manifests"},{"name":"standard-changelog@1.0.12","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12/manifests"},{"name":"conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15/manifests"},{"name":"gulp-conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15/manifests"},{"name":"conventional-recommended-bump@2.0.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4/manifests"},{"name":"conventional-changelog-cli@1.3.13","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13/manifests"},{"name":"conventional-changelog-preset-loader@1.1.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4/manifests"},{"name":"git-raw-commits@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2/manifests"},{"name":"standard-changelog@1.0.11","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11/manifests"},{"name":"conventional-recommended-bump@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3/manifests"},{"name":"gulp-conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14/manifests"},{"name":"git-semver-tags@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2/manifests"},{"name":"conventional-changelog-eslint@1.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2/manifests"},{"name":"conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14/manifests"},{"name":"conventional-changelog-angular@1.6.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4/manifests"},{"name":"conventional-changelog-atom@0.2.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2/manifests"},{"name":"conventional-changelog-cli@1.3.12","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12/manifests"},{"name":"conventional-changelog-codemirror@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2/manifests"},{"name":"conventional-changelog-core@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.3.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4/manifests"},{"name":"conventional-changelog-express@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2/manifests"},{"name":"conventional-changelog-jquery@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2/manifests"},{"name":"conventional-changelog-jshint@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3/manifests"},{"name":"conventional-commits-filter@1.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3/manifests"},{"name":"conventional-changelog-writer@3.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13/manifests"},{"name":"standard-changelog@1.0.10","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10/manifests"},{"name":"git-raw-commits@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1/manifests"},{"name":"conventional-commits-parser@2.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2/manifests"},{"name":"conventional-changelog-writer@3.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1/manifests"},{"name":"conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13/manifests"},{"name":"conventional-commits-filter@1.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2/manifests"},{"name":"conventional-recommended-bump@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2/manifests"},{"name":"git-semver-tags@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1/manifests"},{"name":"conventional-changelog-core@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2/manifests"},{"name":"conventional-changelog-codemirror@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1/manifests"},{"name":"conventional-changelog-angular@1.6.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3/manifests"},{"name":"conventional-changelog-cli@1.3.11","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11/manifests"},{"name":"conventional-changelog-atom@0.2.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1/manifests"},{"name":"conventional-changelog-ember@0.3.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1/manifests"},{"name":"conventional-changelog-express@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3/manifests"},{"name":"conventional-changelog-jshint@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1/manifests"},{"name":"conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12/manifests"},{"name":"gulp-conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12/manifests"},{"name":"conventional-changelog-cli@1.3.10","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10/manifests"},{"name":"conventional-recommended-bump@2.0.1","sha":"a4f0aa902d3e966fe6d6b1d46f2130838524cfbf","kind":"tag","published_at":"2018-02-12T14:54:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1/manifests"},{"name":"conventional-recommended-bump@2.0.0","sha":"9885d205ed96338575335652d006f475408e1195","kind":"tag","published_at":"2018-02-12T14:30:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0/manifests"},{"name":"conventional-changelog-preset-loader@1.1.2","sha":"a450d974237d440009ec3fb4c63974cf066e8f79","kind":"tag","published_at":"2018-02-12T04:07:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.1","sha":"5af1f00dcc4e1f9c3299bc7feb322a88b711f042","kind":"tag","published_at":"2018-02-09T04:17:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.0","sha":"c3eb36dbc52f383df6f3dcf3a3870b01ceee0b8b","kind":"tag","published_at":"2018-02-08T14:46:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0/manifests"},{"name":"conventional-changelog-ember@0.3.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1/manifests"},{"name":"conventional-changelog-angular@1.6.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2/manifests"},{"name":"gulp-conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11/manifests"},{"name":"standard-changelog@1.0.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9/manifests"},{"name":"conventional-recommended-bump@1.2.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1/manifests"},{"name":"conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11/manifests"},{"name":"conventional-changelog-cli@1.3.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9/manifests"},{"name":"conventional-changelog-core@2.0.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1/manifests"},{"name":"gulp-conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10/manifests"},{"name":"standard-changelog@1.0.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8/manifests"},{"name":"git-semver-tags@1.3.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.2.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0/manifests"},{"name":"conventional-changelog-writer@3.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0/manifests"},{"name":"conventional-changelog-eslint@1.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.3.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1/manifests"},{"name":"conventional-changelog-core@2.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8/manifests"},{"name":"conventional-changelog-angular@1.6.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1/manifests"},{"name":"conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10/manifests"},{"name":"conventional-changelog-core@1.9.5","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5/manifests"},{"name":"conventional-changelog-ember@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0/manifests"},{"name":"conventional-changelog-eslint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0/manifests"},{"name":"conventional-changelog-cli@1.3.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7/manifests"},{"name":"conventional-changelog-express@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0/manifests"},{"name":"conventional-changelog-jquery@1.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0/manifests"},{"name":"conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-jshint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0/manifests"},{"name":"gulp-conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9/manifests"},{"name":"standard-changelog@1.0.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7/manifests"},{"name":"conventional-changelog-angular@1.6.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0/manifests"},{"name":"conventional-changelog-codemirror@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0/manifests"},{"name":"conventional-changelog-atom@0.2.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0/manifests"},{"name":"conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8/manifests"},{"name":"standard-changelog@1.0.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6/manifests"},{"name":"gulp-conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8/manifests"},{"name":"conventional-recommended-bump@1.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0/manifests"},{"name":"conventional-commits-parser@2.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0/manifests"},{"name":"conventional-commits-filter@1.1.1","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1/manifests"},{"name":"conventional-changelog-writer@2.0.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.2.10","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10/manifests"},{"name":"conventional-changelog-core@1.9.4","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4/manifests"},{"name":"conventional-changelog-cli@1.3.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6/manifests"},{"name":"conventional-changelog-angular@1.5.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3/manifests"},{"name":"conventional-changelog-ember@0.2.9","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9/manifests"},{"name":"standard-changelog@1.0.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5/manifests"},{"name":"gulp-conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7/manifests"},{"name":"git-semver-tags@1.2.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3/manifests"},{"name":"git-raw-commits@1.3.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.0.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3/manifests"},{"name":"conventional-commits-parser@2.0.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1/manifests"},{"name":"conventional-commits-filter@1.1.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0/manifests"},{"name":"conventional-changelog-writer@2.0.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2/manifests"},{"name":"conventional-changelog-jshint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1/manifests"},{"name":"conventional-changelog-jquery@1.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1/manifests"},{"name":"conventional-changelog-express@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1/manifests"},{"name":"conventional-changelog-eslint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1/manifests"},{"name":"conventional-changelog-core@1.9.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3/manifests"},{"name":"conventional-changelog-codemirror@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1/manifests"},{"name":"conventional-changelog-cli@1.3.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5/manifests"},{"name":"conventional-changelog-atom@0.1.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2/manifests"},{"name":"conventional-changelog-angular@1.5.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2/manifests"},{"name":"conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7/manifests"},{"name":"@marionebl/conventional-commits-parser@3.0.0","sha":"edf4068ce4c3ea6ac5b61323473ab655be5eb895","kind":"tag","published_at":"2017-11-01T07:09:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/@marionebl/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/@marionebl/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4/manifests"},{"name":"git-semver-tags@1.2.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2/manifests"},{"name":"conventional-recommended-bump@1.0.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-ember@0.2.8","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8/manifests"},{"name":"conventional-changelog-core@1.9.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2/manifests"},{"name":"standard-changelog@1.0.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4/manifests"},{"name":"conventional-changelog-angular@1.5.1","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1/manifests"},{"name":"conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6/manifests"},{"name":"standard-changelog@1.0.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3/manifests"},{"name":"conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-angular@1.5.0","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0/manifests"},{"name":"conventional-changelog-cli@1.3.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3/manifests"},{"name":"gulp-conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-writer@2.0.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1/manifests"},{"name":"conventional-changelog-core@1.9.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1/manifests"},{"name":"conventional-changelog-ember@0.2.7","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7/manifests"},{"name":"git-semver-tags@1.2.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1/manifests"},{"name":"conventional-changelog-jshint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0/manifests"},{"name":"conventional-changelog-jquery@1.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0/manifests"},{"name":"conventional-changelog-express@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0/manifests"},{"name":"conventional-changelog-eslint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0/manifests"},{"name":"conventional-commits-parser@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0/manifests"},{"name":"conventional-changelog-writer@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1/manifests"},{"name":"conventional-changelog-core@1.9.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0/manifests"},{"name":"conventional-changelog-codemirror@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0/manifests"},{"name":"conventional-changelog-cli@1.3.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2/manifests"},{"name":"conventional-changelog-atom@0.1.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1/manifests"},{"name":"conventional-changelog-angular@1.4.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0/manifests"},{"name":"conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4/manifests"},{"name":"gulp-conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4/manifests"},{"name":"standard-changelog@1.0.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2/manifests"},{"name":"conventional-changelog-ember@0.2.6","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6/manifests"},{"name":"conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3/manifests"},{"name":"conventional-changelog-angular@1.3.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3/manifests"},{"name":"conventional-changelog-cli@1.3.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1/manifests"},{"name":"conventional-changelog-core@1.8.0","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.8.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0/manifests"},{"name":"conventional-changelog-ember@0.2.5","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5/manifests"},{"name":"gulp-conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3/manifests"},{"name":"standard-changelog@1.0.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1/manifests"},{"name":"git-semver-tags@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0/manifests"},{"name":"standard-changelog@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2/manifests"},{"name":"git-raw-commits@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0/manifests"},{"name":"conventional-recommended-bump@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.2.4","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4/manifests"},{"name":"conventional-changelog-core@1.7.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.7.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0/manifests"},{"name":"conventional-changelog-cli@1.3.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0/manifests"},{"name":"conventional-changelog-angular@1.3.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2/manifests"},{"name":"conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2/manifests"},{"name":"gulp-conventional-changelog@1.1.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"tag","published_at":"2017-03-10T05:35:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0/manifests"},{"name":"standard-changelog@0.0.2","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@0.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-ember@0.2.3","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3/manifests"},{"name":"conventional-changelog-core@1.6.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0/manifests"},{"name":"conventional-changelog-angular@1.3.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1/manifests"},{"name":"conventional-changelog-cli@1.2.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1/manifests"},{"name":"conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-cli@1.2.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:01:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0/manifests"},{"name":"conventional-changelog-core@1.5.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:00:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0/manifests"},{"name":"git-raw-commits@1.1.2","sha":"f5fe78b1f15791cb0499744bf278dff22b52732f","kind":"tag","published_at":"2017-03-09T07:37:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2/manifests"},{"name":"git-semver-tags@1.1.2","sha":"7be07c7c0f49572b1c0e9c98f004b599d8b5bb1a","kind":"tag","published_at":"2017-03-09T07:35:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2/manifests"},{"name":"v1.1.0","sha":"600d411569271467389c3cbe71f7f657980e89a1","kind":"tag","published_at":"2016-02-13T06:59:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"9591280a8d09220aced3383abe3bc7ecbb34b503","kind":"tag","published_at":"2016-02-13T06:37:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"beef421f56939190a4ca30c28788eda1b3f9480d","kind":"tag","published_at":"2016-02-05T13:49:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"c8e90ab7fddd0b98855913e73fc12f9dc9dc81b1","kind":"tag","published_at":"2016-02-05T12:59:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0/manifests"},{"name":"v0.5.3","sha":"d79ce243223260b153699b99de0503698546ea63","kind":"tag","published_at":"2015-12-25T05:07:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"9e7b771072a2680c6c335fcad38003aade53213e","kind":"tag","published_at":"2015-12-23T12:24:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"4bf7d8df29f7be29552b82ec2b7112fad0c39a3e","kind":"tag","published_at":"2015-10-20T09:52:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"5ca2204b472704543ebbc744a22f8f90ec659659","kind":"tag","published_at":"2015-09-30T08:49:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"e5f2f3bc675e2c7e5cc6aa0ed50da7941833e492","kind":"tag","published_at":"2015-09-04T03:16:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"7536a0b351cc4f2764e71cbc268a178ab595259d","kind":"tag","published_at":"2015-08-17T01:28:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"56fa3d92620a41a875b3337fa51d04d6df23b1a8","kind":"tag","published_at":"2015-08-15T12:34:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"eefec0ef598a92e78510ee8626fd9bbcdb1398e4","kind":"tag","published_at":"2015-08-15T11:19:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0/manifests"},{"name":"v0.3.2","sha":"74b99dca61eafd56ba93605016b086a1108e77fe","kind":"tag","published_at":"2015-08-13T03:12:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"a1aca9c31a45aded77962bd0defc32e503aec213","kind":"commit","published_at":"2015-08-11T06:23:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"b489672d27ff703337c540f0fbc43f6486a84d99","kind":"commit","published_at":"2015-08-09T03:27:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"12e3cd6b151353dbe7f584adabbe5dd8a28424db","kind":"commit","published_at":"2015-07-24T08:13:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"f437b457b5ea6c105535a360144000f8315db54d","kind":"commit","published_at":"2015-07-24T04:54:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0/manifests"},{"name":"v0.1.3","sha":"c8fa9d0b94f8ac07f162623e4b9e9e68aad82e62","kind":"commit","published_at":"2015-07-22T11:06:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"6ba5d6e4b90a154dbca6ec0f80c66ad5995cd770","kind":"commit","published_at":"2015-07-22T07:10:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c015f8762f70eff2be7b8d7fb82438689239d717","kind":"commit","published_at":"2015-07-20T07:55:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"7253d0fea773e3f7cc0a3fb8278c9da070df26ee","kind":"commit","published_at":"2015-07-20T07:12:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.3","sha":"0c9f1e89bfacec8e08bac8ef96d64e3abdbecda7","kind":"commit","published_at":"2015-07-17T11:02:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"fec1baf43b8c0156682d4014a4fd066bd24ad448","kind":"commit","published_at":"2015-07-17T06:23:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"a5ea0dfada48601b9e3fbec78dd37d70380a2db6","kind":"commit","published_at":"2015-07-15T08:03:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1/manifests"},{"name":"v0.1.0-alpha.3","sha":"9b6cc68a2c17c9671363fe7af5de7ebd3a06aaeb","kind":"commit","published_at":"2015-07-06T01:27:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3/manifests"},{"name":"v0.1.0-alpha.2","sha":"34b0f460c34ecc48af857d8ee5d7038970ba56fb","kind":"commit","published_at":"2015-06-29T12:04:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2/manifests"},{"name":"v0.1.0-alpha.1","sha":"05b3415fc699ab43f3fa33b5ecd040ab5ecdf9e2","kind":"commit","published_at":"2015-06-24T04:42:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1/manifests"},{"name":"v0.0.17","sha":"3cae05244e48af9cf4abbef3114060db585a574c","kind":"commit","published_at":"2015-04-03T02:12:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"c0719ce6ba16778dd34c2cfdc81e7f3c5321409d","kind":"commit","published_at":"2015-03-19T04:15:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"57af04dc3e362c0e327b716279c9143028c6e0da","kind":"commit","published_at":"2015-03-18T20:23:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"69be290efb58a6a92e9ae78d7b37168d293920b5","kind":"commit","published_at":"2015-03-13T21:22:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"15a39d02ba3d666e7820eecbb8c5493ef2f6040a","kind":"commit","published_at":"2015-03-12T23:17:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13/manifests"},{"name":"v0.0.11","sha":"37f5561553c30d8f0f2c949502ea278da64949cd","kind":"tag","published_at":"2014-05-28T13:14:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"ad6f6ec5499d2c902b88da95487862d50e5ad776","kind":"tag","published_at":"2014-05-28T12:51:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"87efbabd9bc2a0fd83255e6cb856961b10aef9eb","kind":"tag","published_at":"2014-05-06T17:11:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"94b12cf69c51264b1edb6c81b50a262f0536894b","kind":"tag","published_at":"2014-04-10T14:45:48.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"1cf17e494fd7d8538c55189c72c0cf57d145ef41","kind":"tag","published_at":"2014-04-10T14:06:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"861f9ec93de28be4185b35815c2b6ab17746eb3f","kind":"commit","published_at":"2014-01-23T19:39:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"3f59f7356c86f30ef8e8754386373c2a8f97b367","kind":"commit","published_at":"2014-01-23T18:59:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6fa2c22464dcd964df604550c2ce2ed1d2f4362b","kind":"commit","published_at":"2014-01-04T21:36:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4/manifests"}]},"repo_metadata_updated_at":"2024-09-05T17:59:46.311Z","dependent_packages_count":0,"downloads":13760272,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":19.6162938729794,"dependent_repos_count":30.318754224356198,"dependent_packages_count":43.399929778888705,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":31.111659292074766},"purl":"pkg:npm/%40conventional-changelog/git-client","advisories":[{"uuid":"GSA_kwCzR0hTQS12aDI1LTU3NjQtOXdjcs4ABMab","url":"https://github.com/advisories/GHSA-vh25-5764-9wcr","title":"@conventional-changelog/git-client has Argument Injection vulnerability","description":"## Background on exploitation\n\nThis vulnerability manifests with the library's `getTags()` API,\nwhich allows specifying extra parameters passed to the `git log` command. In another API by this library - `getRawCommits()` there are secure practices taken to ensure that the extra parameter `path` is unable to inject an argument by ending the `git log` command with the special shell syntax `--`.\nHowever, the library does not follow the same practice for `getTags()` not attempts to sanitize for user input, validate the given params, or restrcit them to an allow list. Nor does it properly pass command-line flags to the `git` binary using the double-dash POSIX characters (`--`) to communicate the end of options.\n\nThus, allowing users to exploit an argument injection vulnerability in Git due to the\n`--output=` command-line option that results with overwriting arbitrary files.\n\n## Exploit\n\n1. Install `@conventional-changelog/git-client@1.0.1` or earlier\n2. Prepare a Git directory to be used as source\n3. Create the following script for the proof-of-concept:\n\n```js\nimport {\n  GitClient,\n} from \"@conventional-changelog/git-client\";\n\nasync function main() {\n  const gitDirectory = \"/tmp/some-git-directory\";\n  const client = new GitClient(gitDirectory);\n\n  const params = [\"--output=/tmp/r2d2\"];\n  for await (const tag of client.getTags(params)) {\n    console.log(tag);\n  }\n}\n\nmain();\n```\n\n3. Observe new file created on disk at `/tmp/r2d2`\n\n## Impact\n\nWhile the scope is only limited to writing a file with input from the git log result, it still allows to specify and overwrite any arbitrary files on disk, such as `.env` or as far as critical system configuration at `/etc` if the application is running as privileged `root` user.\n\nIt may be the library's design choice to expose a generic `params` object to allow any consuming users to specify random Git command line arguments, however it could be abused by attackers when developers aren't aware of the security risks which aren't communicated. As such, I recommend not ignoring, and either patching this insecure design gap with hardened secure coding practices (like in other APIs mentioned previously) or adding a security disclaimer to this library's documentation.\n\n# Author / Credit\n\nLiran Tal","origin":"UNSPECIFIED","severity":"MODERATE","published_at":"2025-09-22T18:01:01.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":5.3,"cvss_vector":"CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:L/I:L/A:H","references":["https://github.com/conventional-changelog/conventional-changelog/security/advisories/GHSA-vh25-5764-9wcr","https://github.com/conventional-changelog/conventional-changelog/commit/d95c9ffac05af58228bd89fa0ba37ad65741c6a2","https://nvd.nist.gov/vuln/detail/CVE-2025-59433","https://github.com/advisories/GHSA-vh25-5764-9wcr"],"source_kind":"github","identifiers":["GHSA-vh25-5764-9wcr","CVE-2025-59433"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","blast_radius":1.0,"created_at":"2025-09-22T19:00:25.701Z","updated_at":"2026-06-13T16:02:52.045Z","epss_percentage":0.0004,"epss_percentile":0.12525,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS12aDI1LTU3NjQtOXdjcs4ABMab","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS12aDI1LTU3NjQtOXdjcs4ABMab","packages":[{"ecosystem":"npm","package_name":"@conventional-changelog/git-client","versions":[{"first_patched_version":"2.0.0","vulnerable_version_range":"\u003c 2.0.0"}],"purl":"pkg:npm/%40conventional-changelog%2Fgit-client"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS12aDI1LTU3NjQtOXdjcs4ABMab/related_packages","related_advisories":[]}],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/@conventional-changelog/git-client","docker_dependents_count":1,"docker_downloads_count":140323,"usage_url":"https://repos.ecosyste.ms/usage/npm/@conventional-changelog/git-client","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/@conventional-changelog/git-client/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-09-04T23:04:01.314Z","issues_count":175,"pull_requests_count":479,"avg_time_to_close_issue":19345133.890243903,"avg_time_to_close_pull_request":6038480.121447029,"issues_closed_count":82,"pull_requests_closed_count":387,"pull_request_authors_count":71,"issue_authors_count":107,"avg_comments_per_issue":2.12,"avg_comments_per_pull_request":1.3068893528183716,"merged_pull_requests_count":302,"bot_issues_count":3,"bot_pull_requests_count":228,"past_year_issues_count":65,"past_year_pull_requests_count":215,"past_year_avg_time_to_close_issue":881436.8095238095,"past_year_avg_time_to_close_pull_request":919702.6333333333,"past_year_issues_closed_count":42,"past_year_pull_requests_closed_count":180,"past_year_pull_request_authors_count":24,"past_year_issue_authors_count":40,"past_year_avg_comments_per_issue":1.5538461538461539,"past_year_avg_comments_per_pull_request":1.0604651162790697,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":94,"past_year_merged_pull_requests_count":142,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues","maintainers":[{"login":"dangreen","count":83,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"},{"login":"bcoe","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bcoe"},{"login":"tommywo","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tommywo"}],"active_maintainers":[{"login":"dangreen","count":72,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@conventional-changelog%2Fgit-client/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@conventional-changelog%2Fgit-client/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@conventional-changelog%2Fgit-client/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@conventional-changelog%2Fgit-client/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@conventional-changelog%2Fgit-client/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@conventional-changelog%2Fgit-client/codemeta","maintainers":[{"uuid":"bcoe","login":"bcoe","name":null,"email":"bencoe@gmail.com","url":null,"packages_count":557,"html_url":"https://www.npmjs.com/~bcoe","role":null,"created_at":"2024-04-27T10:56:32.018Z","updated_at":"2024-04-27T10:56:32.018Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/bcoe/packages"},{"uuid":"oss-bot","login":"oss-bot","name":null,"email":"bencoe+oss-bot@gmail.com","url":null,"packages_count":57,"html_url":"https://www.npmjs.com/~oss-bot","role":null,"created_at":"2024-04-27T10:56:32.058Z","updated_at":"2024-04-27T10:56:32.058Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/oss-bot/packages"},{"uuid":"dangreen","login":"dangreen","name":null,"email":"danon0404@gmail.com","url":null,"packages_count":110,"html_url":"https://www.npmjs.com/~dangreen","role":null,"created_at":"2026-02-11T22:48:19.866Z","updated_at":"2026-02-11T22:48:19.866Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/dangreen/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5644415,"maintainers_count":1200486,"namespaces_count":399623,"keywords_count":847874,"github":"npm","metadata":{"funded_packages_count":171745},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-06-10T05:11:46.456Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":1554934,"name":"conventional-changelog-conventionalcommits","ecosystem":"npm","description":"Conventionalcommits.org preset for conventional-changelog.","homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-conventionalcommits#readme","licenses":"ISC","normalized_licenses":["ISC"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":["conventional-changelog","conventionalcommits.org","preset"],"namespace":null,"versions_count":32,"first_release_published_at":"2019-04-10T20:10:18.287Z","latest_release_published_at":"2026-03-29T15:46:34.075Z","latest_release_number":"9.3.1","last_synced_at":"2026-06-13T17:02:46.495Z","created_at":"2022-04-09T05:41:22.652Z","updated_at":"2026-06-13T17:02:46.495Z","registry_url":"https://www.npmjs.com/package/conventional-changelog-conventionalcommits","install_command":"npm install conventional-changelog-conventionalcommits","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"next":"4.5.0","latest":"9.3.1"}},"repo_metadata":{"id":12961414,"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2024-10-29T00:17:17.000Z","size":5764,"stargazers_count":7819,"open_issues_count":260,"forks_count":714,"subscribers_count":58,"default_branch":"master","last_synced_at":"2024-10-29T15:45:38.606Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2024-10-29T14:21:13.000Z","dependencies_parsed_at":"2022-07-13T10:30:31.523Z","dependency_job_id":"5f6d159e-c4c6-405b-9fa7-976ffc4dfa04","html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1464,"total_committers":136,"mean_commits":"10.764705882352942","dds":"0.40095628415300544","last_synced_commit":"58f0887283a200d52e49607baf7b352f26177b05"},"previous_names":["ajoslin/conventional-changelog"],"tags_count":777,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222090770,"owners_count":16929471,"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"},"owner_record":{"login":"conventional-changelog","name":"conventional-changelog","uuid":"16443515","kind":"organization","description":"Tools to generate changelogs and release notes from a project's commit messages and metadata.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16443515?v=4","repositories_count":12,"last_synced_at":"2024-03-25T20:05:25.442Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/conventional-changelog","funding_links":[],"total_stars":31480,"followers":325,"following":0,"created_at":"2022-11-02T16:25:21.572Z","updated_at":"2024-03-25T20:05:26.809Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog/repositories"},"tags":[{"name":"git-client-v1.0.1","sha":"d3b8aaa16337993bbad4d91db1ffac5a7568756b","kind":"commit","published_at":"2024-05-06T14:46:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1/manifests"},{"name":"conventional-changelog-v6.0.0","sha":"83bb15ba5de08f080884fc906c6db3c99c8b2131","kind":"commit","published_at":"2024-04-26T22:08:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0/manifests"},{"name":"conventional-changelog-core-v8.0.0","sha":"7bc92fc05e4447f311ad52b6e39d36f461eaf083","kind":"commit","published_at":"2024-04-26T22:07:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v8.0.0","sha":"3129c812139bf7454a64b4d506e6b85cd5abc77c","kind":"commit","published_at":"2024-04-26T22:06:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0/manifests"},{"name":"git-semver-tags-v8.0.0","sha":"fbd1b3bcd6253a32de89eb21145c2eb70d9396b6","kind":"commit","published_at":"2024-04-26T22:05:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v5.0.0","sha":"e34c96db3dbebedb17a6583aae8855dddd056f83","kind":"commit","published_at":"2024-04-26T22:04:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0/manifests"},{"name":"conventional-changelog-angular-v8.0.0","sha":"2aa6291a93eb881230e896f87a5232873b6a9717","kind":"commit","published_at":"2024-04-26T22:04:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0/manifests"},{"name":"conventional-changelog-jquery-v6.0.0","sha":"1c71cd6d4868ef2e158963e277609a9794806306","kind":"commit","published_at":"2024-04-26T22:03:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v8.0.0","sha":"533e36277d1779a5ac79a06210c603b5f88bc030","kind":"commit","published_at":"2024-04-26T22:00:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0/manifests"},{"name":"conventional-changelog-eslint-v6.0.0","sha":"c7459cd7d1e1ab82c9a5d552b008c02aba290cad","kind":"commit","published_at":"2024-04-26T21:59:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0/manifests"},{"name":"git-raw-commits-v5.0.0","sha":"f61ea377e843db0852c35911785895ec43481f11","kind":"commit","published_at":"2024-04-26T21:58:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0/manifests"},{"name":"conventional-changelog-codemirror-v5.0.0","sha":"77525286ffc8869a6ac351ebe28198842815cb7c","kind":"commit","published_at":"2024-04-26T21:57:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0/manifests"},{"name":"conventional-changelog-cli-v5.0.0","sha":"a75cef688b9a1557ca981178d4d35c18963160b6","kind":"commit","published_at":"2024-04-26T21:53:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0/manifests"},{"name":"conventional-changelog-express-v5.0.0","sha":"a6ab80d6e30091a8b743ee97a87e7400af1ebc53","kind":"commit","published_at":"2024-04-26T21:53:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v10.0.0","sha":"d7c409b02f1d58cf6f0293edcadbe5f00a78a622","kind":"commit","published_at":"2024-04-26T21:52:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v10.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v10.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0/manifests"},{"name":"conventional-changelog-atom-v5.0.0","sha":"3b2b9d0ec2382f73d9cf000a1004596f90ece916","kind":"commit","published_at":"2024-04-26T21:51:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0/manifests"},{"name":"conventional-changelog-jshint-v5.0.0","sha":"d7dae509e72b09d1496ae51f1f04c15581c828fc","kind":"commit","published_at":"2024-04-26T21:50:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0/manifests"},{"name":"conventional-changelog-ember-v5.0.0","sha":"2e99dfa49112ffe6c864dd0e436f0db1e696b1f9","kind":"commit","published_at":"2024-04-26T21:50:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0/manifests"},{"name":"conventional-commits-parser-v6.0.0","sha":"646e1be132ccd0f32e3074de2f511be5c610984f","kind":"commit","published_at":"2024-04-26T21:48:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0/manifests"},{"name":"conventional-commits-filter-v5.0.0","sha":"be4266b7ef7b84ba5c198dfa8c143229f8a5b128","kind":"commit","published_at":"2024-04-26T21:47:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0/manifests"},{"name":"standard-changelog-v6.0.0","sha":"3e9b9387f29e48a508b70b88f26b40a6db9fea16","kind":"commit","published_at":"2024-04-26T21:45:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v5.0.0","sha":"041a1a9b73b201add30494aed19d026b948bd8f1","kind":"commit","published_at":"2024-04-26T21:41:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0/manifests"},{"name":"git-client-v1.0.0","sha":"7e51fe970576503cae3ab94e6e9b3e01017b044d","kind":"commit","published_at":"2024-04-26T21:21:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0/manifests"},{"name":"git-semver-tags-v7.0.1","sha":"fac8045242099c016f5f3905e54e02b7d466bd7b","kind":"commit","published_at":"2023-09-10T23:53:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1/manifests"},{"name":"conventional-changelog-writer-v7.0.1","sha":"e3a643ad39ec3bc4cfb1dff2aa1101333df33dc3","kind":"commit","published_at":"2023-09-10T23:49:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1/manifests"},{"name":"conventional-changelog-cli-v4.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0/manifests"},{"name":"conventional-changelog-v5.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0/manifests"},{"name":"conventional-changelog-core-v7.0.0","sha":"2e467dd39a35c3813597711a37690897183b4abc","kind":"commit","published_at":"2023-09-08T22:03:37.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0/manifests"},{"name":"git-semver-tags-v7.0.0","sha":"a13f788bd505d8253a2d92413fc4a7780e11ec07","kind":"commit","published_at":"2023-09-08T21:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0/manifests"},{"name":"standard-changelog-v5.0.0","sha":"34569c7a3fd2b0362a461517a1f4e20e7eecd9fc","kind":"commit","published_at":"2023-09-08T21:55:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v9.0.0","sha":"ad633d9d81f66ef80d7f77832a264cb0c5b971ef","kind":"commit","published_at":"2023-09-08T21:50:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.2","sha":"50113f9b569259d991f1a734a192964ca71f0118","kind":"commit","published_at":"2023-09-08T21:41:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2/manifests"},{"name":"conventional-changelog-preset-loader-v4.1.0","sha":"a14d2186575f6061f236c9a47d803694b18f8373","kind":"commit","published_at":"2023-09-08T21:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.1","sha":"ca4324b0a690b2595f8b574882ff95329a2dc195","kind":"commit","published_at":"2023-08-27T19:11:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1/manifests"},{"name":"conventional-commits-filter-v4.0.0","sha":"26fc9ea274dc0c62442ec9d97b20a2ebb49138bf","kind":"commit","published_at":"2023-08-27T12:55:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0/manifests"},{"name":"standard-changelog-v4.0.0","sha":"5b788265774bf4b63d3c83a178ca53e8e7095903","kind":"commit","published_at":"2023-08-27T12:50:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-eslint-v5.0.0","sha":"679594c0716275771cc23b314e4362899fe72f87","kind":"commit","published_at":"2023-08-27T12:46:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0/manifests"},{"name":"git-semver-tags-v6.0.0","sha":"1c75c72d9b5d59e3ea4e914c58a85f7559f29602","kind":"commit","published_at":"2023-08-27T12:40:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0/manifests"},{"name":"conventional-recommended-bump-v8.0.0","sha":"624377a24e8e3658bcf2329a9a98f9a7b02a4cb3","kind":"commit","published_at":"2023-08-27T12:33:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0/manifests"},{"name":"conventional-changelog-writer-v7.0.0","sha":"d669bb67dc713cb1e4374e3216ed7d83cde743c5","kind":"commit","published_at":"2023-08-27T12:27:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0/manifests"},{"name":"conventional-changelog-codemirror-v4.0.0","sha":"933fd0b3dd355d648faf57241b796a714004c722","kind":"commit","published_at":"2023-08-27T12:23:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0/manifests"},{"name":"conventional-changelog-express-v4.0.0","sha":"c9e9ceb3a3727659bd117bab01cbc7642d588f06","kind":"commit","published_at":"2023-08-27T12:16:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0/manifests"},{"name":"conventional-changelog-ember-v4.0.0","sha":"5d7c16268f79b7f180e34e997fdb37373d714666","kind":"commit","published_at":"2023-08-27T12:11:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0/manifests"},{"name":"conventional-changelog-jquery-v5.0.0","sha":"d643efb1050dcdaecee626044315644ff9b9e43b","kind":"commit","published_at":"2023-08-27T12:07:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v4.0.0","sha":"636646dd9ae062e9652a7f9ccaf6c329e6e9f924","kind":"commit","published_at":"2023-08-27T12:03:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0/manifests"},{"name":"conventional-changelog-v5.0.0","sha":"7985de3edc9e655369651ad464cb39b791887dc7","kind":"commit","published_at":"2023-08-27T11:58:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.0","sha":"5f0fe40743d8f559ab94ed11bbb4b8bda6fa6dcb","kind":"commit","published_at":"2023-08-27T11:51:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0/manifests"},{"name":"conventional-changelog-angular-v7.0.0","sha":"6c7a2e1a8807988bcb1a9842f72d14be3b1a89e3","kind":"commit","published_at":"2023-08-27T11:46:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0/manifests"},{"name":"conventional-changelog-jshint-v4.0.0","sha":"0204a9a340d2c85411e8de8905bc74c6146e5618","kind":"commit","published_at":"2023-08-27T11:41:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0/manifests"},{"name":"conventional-changelog-atom-v4.0.0","sha":"ab9b2c10e098ec8837d141102549f3eef698364c","kind":"commit","published_at":"2023-08-27T11:36:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0/manifests"},{"name":"conventional-changelog-cli-v4.0.0","sha":"29df6c4597afad27b9cda06f58eb564bcca609c4","kind":"commit","published_at":"2023-08-27T11:21:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0/manifests"},{"name":"conventional-changelog-core-v6.0.0","sha":"45613bbc2d13c798732e4b2bd4b2fa9ea67157d6","kind":"commit","published_at":"2023-08-27T11:17:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v4.0.0","sha":"5a896e3ef3aa9e751fcc74d7c76fa21d6d526cb0","kind":"commit","published_at":"2023-08-27T11:08:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0/manifests"},{"name":"git-raw-commits-v4.0.0","sha":"878fc56b43bc617177bf47fd8643a3b8b86078e5","kind":"commit","published_at":"2023-08-27T11:01:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0/manifests"},{"name":"conventional-commits-parser-v5.0.0","sha":"299de5acbe55a7d19dcdd2adc34681eae7264abf","kind":"commit","published_at":"2023-08-26T17:50:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0/manifests"},{"name":"git-semver-tags-v5.0.1","sha":"87914a362866a380e98a29edf19b2173e0911d8a","kind":"commit","published_at":"2023-07-09T19:10:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1/manifests"},{"name":"conventional-changelog-writer-v6.0.1","sha":"c123edea220b450cfa26813b6f198c3e8ebbd2b4","kind":"commit","published_at":"2023-07-09T14:49:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.2","sha":"83773c5e1a8874ea9809ca9db1dff60b7df1daae","kind":"commit","published_at":"2023-06-28T17:43:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.1.0","sha":"2e5fe6d9574ba896fa90b5bfcb50fb73d28af6d6","kind":"commit","published_at":"2023-06-17T21:30:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v7.0.1","sha":"f251b6899e313a9b23f3c8deb8b8b57217040892","kind":"commit","published_at":"2023-06-06T23:24:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.1","sha":"5b458dff9edf766446449acd1bbb8027a1e39fa5","kind":"commit","published_at":"2023-06-06T23:17:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1/manifests"},{"name":"gulp-conventional-changelog-v3.0.0","sha":"8ef6232797e5bf7c80422221374c53c03d5df36d","kind":"commit","published_at":"2023-06-06T22:50:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0/manifests"},{"name":"standard-changelog-v3.0.0","sha":"ea65f017b42b914ece780fd2fc799a6946912ed8","kind":"commit","published_at":"2023-06-06T22:42:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0/manifests"},{"name":"conventional-changelog-cli-v3.0.0","sha":"f00f4549cee9406054b77057a8135183fcd89710","kind":"commit","published_at":"2023-06-06T22:29:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0/manifests"},{"name":"conventional-changelog-v4.0.0","sha":"1a240f91ed584ed43e7f9c82235ca60eff0f4fa5","kind":"commit","published_at":"2023-06-06T19:50:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-core-v5.0.0","sha":"8507f601486c8ff6806156c50091262dee13ec54","kind":"commit","published_at":"2023-06-06T19:23:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v7.0.0","sha":"e1662ca7a6c688d28a334282a5e863f52866f3e8","kind":"commit","published_at":"2023-06-06T18:39:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v3.0.0","sha":"5d80d155425147a0b045af09536e5962cbfff620","kind":"commit","published_at":"2023-06-06T15:08:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.0.0","sha":"a30fc7ae219cf871b46cbe9d2c76a9730b70e272","kind":"commit","published_at":"2023-06-06T14:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v6.0.0","sha":"aa5d46c7b13b7b31f78af4b3c31c087c39eea41d","kind":"commit","published_at":"2023-06-06T14:46:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0/manifests"},{"name":"conventional-commits-filter-v3.0.0","sha":"502a73fe41aebb7b563c5ca69521e0b1bab904df","kind":"commit","published_at":"2023-06-06T14:32:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0/manifests"},{"name":"conventional-commits-parser-v4.0.0","sha":"9f7fe891e75c64937c28baa39a6c795a01603ab7","kind":"commit","published_at":"2023-06-06T14:24:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0/manifests"},{"name":"git-raw-commits-v3.0.0","sha":"571f2d549f10744a12ab3bc5dc5e0b749cb72667","kind":"commit","published_at":"2023-06-06T14:16:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0/manifests"},{"name":"git-semver-tags-v5.0.0","sha":"445c796d04105d10dd62d07039bc6a7fc9f263a5","kind":"commit","published_at":"2023-06-06T13:51:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0/manifests"},{"name":"conventional-changelog-atom-v3.0.0","sha":"208787aa2f5db8de1c2d43c56d71e6dfb9510781","kind":"commit","published_at":"2023-06-06T13:43:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0/manifests"},{"name":"conventional-changelog-angular-v6.0.0","sha":"c4ebf98acc15f37154aae5de53a225e896c4a157","kind":"commit","published_at":"2023-06-06T13:36:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0/manifests"},{"name":"conventional-changelog-codemirror-v3.0.0","sha":"0772453bee083917a05b9696d063ee3dc69957f9","kind":"commit","published_at":"2023-06-06T13:25:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0/manifests"},{"name":"conventional-changelog-ember-v3.0.0","sha":"e473d0c8af7c0cf8a54f775556796f50f3e695c2","kind":"commit","published_at":"2023-06-06T13:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0/manifests"},{"name":"conventional-changelog-eslint-v4.0.0","sha":"b3b896bc5b9e3ed65dcfc08c57967a252f37cfd1","kind":"commit","published_at":"2023-06-06T12:56:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0/manifests"},{"name":"conventional-changelog-express-v3.0.0","sha":"5594385d1dd2490b0fb508a60b6f30e8be6616ce","kind":"commit","published_at":"2023-06-06T12:37:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0/manifests"},{"name":"conventional-changelog-jquery-v4.0.0","sha":"51a3015a907b2cea900114359c36ce0e9664b72d","kind":"commit","published_at":"2023-06-06T12:17:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0/manifests"},{"name":"conventional-changelog-jshint-v3.0.0","sha":"281e5f883476e90b75cae4373a67436c86e94f6a","kind":"commit","published_at":"2023-06-06T12:02:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v5.0.0","sha":"ba6df7cf62de5f448368bed4398f6ddf633d2cbd","kind":"commit","published_at":"2022-05-27T18:02:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0/manifests"},{"name":"conventional-changelog-writer-v5.0.1","sha":"21b73f974adc4490a318d9c892055655cb82c538","kind":"commit","published_at":"2021-12-29T21:36:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.3","sha":"02757d342290bcf51a49d49e5e72f5eae6c6f6da","kind":"commit","published_at":"2021-12-29T19:52:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3/manifests"},{"name":"conventional-commits-parser-v3.2.4","sha":"1d0f62d4ac4911ef0d912d5401f783b152cee624","kind":"commit","published_at":"2021-12-29T19:46:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4/manifests"},{"name":"git-raw-commits-v2.0.11","sha":"95384dbd105ffe4f86bbc6ccad3e5405a1cbfe04","kind":"commit","published_at":"2021-12-29T19:39:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.2","sha":"1827696185192a8dd258ea7c3370090238b0fb76","kind":"commit","published_at":"2021-12-25T18:06:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2/manifests"},{"name":"conventional-changelog-cli-v2.2.2","sha":"8ce6a7bbd3fae87aa9d56fca68c2e16fbb2cace5","kind":"commit","published_at":"2021-12-25T17:22:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2/manifests"},{"name":"conventional-changelog-v3.1.25","sha":"8e9c3d76aaffd7fe67a78270b3ad9b881e953e7e","kind":"commit","published_at":"2021-12-24T18:50:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25/manifests"},{"name":"conventional-commits-parser-v3.2.3","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3/manifests"},{"name":"conventional-changelog-cli-v2.2.1","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.1","sha":"c35708d56a55e31b750aec1f745e5be52f0a75f2","kind":"commit","published_at":"2021-09-09T19:06:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1/manifests"},{"name":"conventional-commits-parser-v3.2.2","sha":"1bae48ff85eff0736ea6691b7214f3fc9c026256","kind":"commit","published_at":"2021-09-09T14:45:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2/manifests"},{"name":"conventional-changelog-core-v4.2.4","sha":"02fbc2d42d0faf53d4b7a2b0525626088a6ac8ba","kind":"commit","published_at":"2021-09-09T14:37:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4/manifests"},{"name":"conventional-changelog-angular-v5.0.13","sha":"e30343b4676d26b416080294dc74ebba001c0716","kind":"commit","published_at":"2021-09-09T14:31:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v5.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13/manifests"},{"name":"conventional-changelog-core-v4.2.3","sha":"318b555b6ef3aebdb5a8d4c7c734fd7234712dd3","kind":"commit","published_at":"2021-07-03T00:24:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.0","sha":"537c37d7801872c3e57e4200c64154a4d2ea042a","kind":"commit","published_at":"2021-04-30T00:15:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0/manifests"},{"name":"conventional-commits-parser-v3.2.1","sha":"758dda2937b6784f0cc6a535286862fcf95b6f06","kind":"commit","published_at":"2021-02-15T21:32:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1/manifests"},{"name":"git-raw-commits-v2.0.10","sha":"ffecaccb6e117afae9f68f1d48ff9a69554da950","kind":"commit","published_at":"2021-01-27T16:36:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10/manifests"},{"name":"conventional-changelog-writer-v5.0.0","sha":"61ef6491add84b841e1797baf09f62bbdd90dcd4","kind":"commit","published_at":"2020-12-30T22:40:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v6.1.0","sha":"3b0fb22b0bb49137b9ecddaeb349f66025205c57","kind":"commit","published_at":"2020-12-30T16:58:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0/manifests"},{"name":"conventional-changelog-core-v4.2.2","sha":"317eeb3137caff69bcc9a67fce3dc67663a010db","kind":"commit","published_at":"2020-12-30T00:53:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2/manifests"},{"name":"conventional-recommended-bump-v6.0.12","sha":"90ecc5d93bfd7626857eda5d240f92393d896be0","kind":"commit","published_at":"2020-12-30T00:43:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12/manifests"},{"name":"git-raw-commits-v2.0.9","sha":"227f3e23af86912c0cd64fdb1a820ac92e5757c5","kind":"commit","published_at":"2020-12-29T23:59:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9/manifests"},{"name":"conventional-changelog-writer-v4.1.0","sha":"77725cfb12ca3ca22abb9421b4af012a49207e7a","kind":"commit","published_at":"2020-12-29T23:41:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0/manifests"},{"name":"conventional-changelog-atom@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8/manifests"},{"name":"conventional-changelog-angular@5.0.12","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12/manifests"},{"name":"conventional-changelog@3.1.24","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24/manifests"},{"name":"git-raw-commits@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8/manifests"},{"name":"standard-changelog@2.0.27","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27/manifests"},{"name":"gulp-conventional-changelog@2.0.35","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35/manifests"},{"name":"git-semver-tags@4.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1/manifests"},{"name":"conventional-recommended-bump@6.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11/manifests"},{"name":"conventional-commits-parser@3.2.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0/manifests"},{"name":"conventional-commits-filter@2.0.7","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7/manifests"},{"name":"conventional-changelog-writer@4.0.18","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18/manifests"},{"name":"conventional-changelog-jshint@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9/manifests"},{"name":"conventional-changelog-jquery@3.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11/manifests"},{"name":"conventional-changelog-express@2.0.6","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9/manifests"},{"name":"conventional-changelog-ember@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9/manifests"},{"name":"conventional-changelog-core@4.2.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.5.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1/manifests"},{"name":"conventional-changelog-v3.1.24","sha":"f8fcbc2e8b0834c29178ace6382b438a020ad828","kind":"commit","published_at":"2020-10-25T02:45:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24/manifests"},{"name":"conventional-recommended-bump@6.0.10","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10/manifests"},{"name":"standard-changelog@2.0.26","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26/manifests"},{"name":"gulp-conventional-changelog@2.0.34","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34/manifests"},{"name":"git-semver-tags@4.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0/manifests"},{"name":"conventional-changelog-core@4.2.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.4.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0/manifests"},{"name":"conventional-changelog-cli@2.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0/manifests"},{"name":"conventional-changelog@3.1.23","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23/manifests"},{"name":"standard-changelog@2.0.25","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25/manifests"},{"name":"conventional-changelog-writer@4.0.17","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17/manifests"},{"name":"conventional-changelog-jshint@2.0.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8/manifests"},{"name":"conventional-changelog-core@4.1.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8/manifests"},{"name":"conventional-changelog@3.1.22","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22/manifests"},{"name":"conventional-changelog-angular@5.0.11","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.35","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35/manifests"},{"name":"gulp-conventional-changelog@2.0.33","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.1","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1/manifests"},{"name":"conventional-changelog-core@4.1.7","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7/manifests"},{"name":"conventional-changelog@3.1.21","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21/manifests"},{"name":"conventional-changelog-writer@4.0.16","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.34","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34/manifests"},{"name":"standard-changelog@2.0.24","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24/manifests"},{"name":"gulp-conventional-changelog@2.0.32","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32/manifests"},{"name":"git-semver-tags@4.0.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.3.4","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4/manifests"},{"name":"standard-changelog@2.0.23","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23/manifests"},{"name":"gulp-conventional-changelog@2.0.31","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31/manifests"},{"name":"conventional-changelog-eslint@3.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.15","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10/manifests"},{"name":"conventional-changelog@3.1.20","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20/manifests"},{"name":"conventional-changelog-atom@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7/manifests"},{"name":"conventional-changelog-cli@2.0.33","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33/manifests"},{"name":"conventional-changelog-codemirror@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0/manifests"},{"name":"conventional-changelog-core@4.1.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6/manifests"},{"name":"conventional-changelog-ember@2.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8/manifests"},{"name":"conventional-commits-filter@2.0.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6/manifests"},{"name":"conventional-commits-parser@3.1.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.9","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9/manifests"},{"name":"git-raw-commits@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7/manifests"},{"name":"conventional-changelog-express@2.0.5","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10/manifests"},{"name":"conventional-changelog-jshint@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7/manifests"},{"name":"conventional-changelog-preset-loader-v2.3.2","sha":"9f6c56cb960a5043823cfb85b9843991201cbb51","kind":"commit","published_at":"2020-05-08T19:21:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v2.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2/manifests"},{"name":"conventional-changelog-core@4.1.5","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5/manifests"},{"name":"gulp-conventional-changelog@2.0.30","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30/manifests"},{"name":"standard-changelog@2.0.22","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22/manifests"},{"name":"conventional-changelog@3.1.19","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19/manifests"},{"name":"conventional-changelog-cli@2.0.32","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32/manifests"},{"name":"conventional-changelog-cli@2.0.31","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31/manifests"},{"name":"standard-changelog@2.0.21","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21/manifests"},{"name":"gulp-conventional-changelog@2.0.29","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29/manifests"},{"name":"conventional-changelog-core@4.1.4","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4/manifests"},{"name":"conventional-changelog@3.1.18","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18/manifests"},{"name":"conventional-changelog@3.1.17","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17/manifests"},{"name":"standard-changelog@2.0.20","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20/manifests"},{"name":"gulp-conventional-changelog@2.0.28","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28/manifests"},{"name":"conventional-changelog-core@4.1.3","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.30","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30/manifests"},{"name":"conventional-changelog-cli@2.0.29","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29/manifests"},{"name":"standard-changelog@2.0.19","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19/manifests"},{"name":"gulp-conventional-changelog@2.0.27","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27/manifests"},{"name":"conventional-changelog-core@4.1.2","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2/manifests"},{"name":"conventional-changelog@3.1.16","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16/manifests"},{"name":"conventional-changelog-cli@2.0.28","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28/manifests"},{"name":"standard-changelog@2.0.18","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18/manifests"},{"name":"gulp-conventional-changelog@2.0.26","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26/manifests"},{"name":"git-semver-tags@3.0.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1/manifests"},{"name":"git-raw-commits@2.0.3","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3/manifests"},{"name":"conventional-recommended-bump@6.0.5","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5/manifests"},{"name":"conventional-commits-parser@3.0.8","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.11","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11/manifests"},{"name":"conventional-changelog-core@4.1.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1/manifests"},{"name":"conventional-changelog@3.1.15","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15/manifests"},{"name":"gulp-conventional-changelog@2.0.25","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25/manifests"},{"name":"conventional-changelog@3.1.14","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14/manifests"},{"name":"conventional-changelog-angular@5.0.6","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6/manifests"},{"name":"conventional-changelog-cli@2.0.27","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.3","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3/manifests"},{"name":"conventional-changelog-core@4.1.0","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0/manifests"},{"name":"conventional-commits-parser@3.0.7","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7/manifests"},{"name":"conventional-recommended-bump@6.0.4","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4/manifests"},{"name":"standard-changelog@2.0.17","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17/manifests"},{"name":"conventional-changelog-cli@2.0.26","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.2","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2/manifests"},{"name":"conventional-changelog-core@4.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3/manifests"},{"name":"conventional-commits-parser@3.0.6","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6/manifests"},{"name":"conventional-recommended-bump@6.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.24","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24/manifests"},{"name":"standard-changelog@2.0.16","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16/manifests"},{"name":"conventional-changelog-writer@4.0.10","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10/manifests"},{"name":"conventional-changelog-preset-loader@2.3.0","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0/manifests"},{"name":"conventional-changelog@3.1.13","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13/manifests"},{"name":"conventional-changelog-jshint@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.9","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9/manifests"},{"name":"conventional-commits-parser@3.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5/manifests"},{"name":"conventional-changelog@3.1.12","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12/manifests"},{"name":"conventional-recommended-bump@6.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.23","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23/manifests"},{"name":"standard-changelog@2.0.15","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5/manifests"},{"name":"conventional-changelog-atom@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.25","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25/manifests"},{"name":"conventional-changelog-codemirror@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.1","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1/manifests"},{"name":"conventional-changelog-core@4.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2/manifests"},{"name":"conventional-changelog-ember@2.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4/manifests"},{"name":"conventional-changelog-eslint@3.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.6","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6/manifests"},{"name":"standard-changelog@2.0.14","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14/manifests"},{"name":"gulp-conventional-changelog@2.0.22","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22/manifests"},{"name":"conventional-recommended-bump@6.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1/manifests"},{"name":"conventional-commits-parser@3.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4/manifests"},{"name":"conventional-changelog-writer@4.0.8","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8/manifests"},{"name":"conventional-changelog-jshint@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.5","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5/manifests"},{"name":"conventional-changelog-eslint@3.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3/manifests"},{"name":"conventional-changelog-ember@2.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3/manifests"},{"name":"conventional-changelog-core@4.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.0","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.24","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24/manifests"},{"name":"conventional-changelog-atom@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4/manifests"},{"name":"conventional-changelog@3.1.11","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11/manifests"},{"name":"conventional-changelog-preset-loader@2.2.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0/manifests"},{"name":"standard-changelog@2.0.13","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13/manifests"},{"name":"gulp-conventional-changelog@2.0.21","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21/manifests"},{"name":"git-semver-tags@3.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0/manifests"},{"name":"conventional-recommended-bump@6.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.7","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7/manifests"},{"name":"conventional-changelog@3.1.10","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10/manifests"},{"name":"conventional-changelog-cli@2.0.23","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23/manifests"},{"name":"conventional-changelog-conventionalcommits@4.1.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0/manifests"},{"name":"conventional-changelog-core@4.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.1","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.0.0","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0/manifests"},{"name":"conventional-changelog-core@3.2.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3/manifests"},{"name":"conventional-changelog-writer@4.0.6","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6/manifests"},{"name":"conventional-commits-parser@3.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3/manifests"},{"name":"conventional-changelog@3.1.9","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9/manifests"},{"name":"standard-changelog@2.0.12","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.20","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20/manifests"},{"name":"git-semver-tags@2.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.22","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22/manifests"},{"name":"standard-changelog@2.0.11","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11/manifests"},{"name":"conventional-changelog@3.1.8","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8/manifests"},{"name":"conventional-changelog-cli@2.0.21","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.2","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.19","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19/manifests"},{"name":"conventional-changelog@3.1.7","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7/manifests"},{"name":"conventional-changelog-cli@2.0.20","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.1","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.18","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18/manifests"},{"name":"conventional-changelog-cli@2.0.19","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.17","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17/manifests"},{"name":"conventional-changelog@3.1.6","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6/manifests"},{"name":"conventional-changelog@3.1.5","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5/manifests"},{"name":"conventional-changelog-conventionalcommits@2.0.0","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.16","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.18","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.2","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.17","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17/manifests"},{"name":"conventional-changelog@3.1.4","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.15","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15/manifests"},{"name":"conventional-changelog-writer@4.0.5","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5/manifests"},{"name":"standard-changelog@2.0.10","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10/manifests"},{"name":"gulp-conventional-changelog@2.0.14","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14/manifests"},{"name":"conventional-changelog@3.1.3","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3/manifests"},{"name":"conventional-changelog-core@3.2.2","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2/manifests"},{"name":"conventional-changelog-cli@2.0.16","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.15","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15/manifests"},{"name":"standard-changelog@2.0.9","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.1.2","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2/manifests"},{"name":"conventional-changelog-core@3.2.1","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1/manifests"},{"name":"gulp-conventional-changelog@2.0.13","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13/manifests"},{"name":"conventional-changelog@3.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1/manifests"},{"name":"gulp-conventional-changelog@2.0.12","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12/manifests"},{"name":"conventional-recommended-bump@4.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1/manifests"},{"name":"conventional-changelog-preset-loader@2.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.14","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14/manifests"},{"name":"conventional-changelog-preset-loader@2.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0/manifests"},{"name":"conventional-changelog-writer@4.0.4","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4/manifests"},{"name":"conventional-commits-filter@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2/manifests"},{"name":"conventional-commits-parser@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2/manifests"},{"name":"conventional-recommended-bump@4.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0/manifests"},{"name":"gulp-conventional-changelog@2.0.11","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11/manifests"},{"name":"standard-changelog@2.0.8","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8/manifests"},{"name":"git-raw-commits@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2/manifests"},{"name":"conventional-changelog@3.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0/manifests"},{"name":"conventional-changelog-cli@2.0.13","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0/manifests"},{"name":"conventional-changelog-core@3.2.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0/manifests"},{"name":"conventional-changelog-eslint@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2/manifests"},{"name":"standard-changelog@2.0.7","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6/manifests"},{"name":"conventional-changelog-angular@5.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.12","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.10","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10/manifests"},{"name":"conventional-changelog-writer@4.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3/manifests"},{"name":"conventional-changelog-core@3.1.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6/manifests"},{"name":"conventional-recommended-bump@4.0.4","sha":"da729f68f9dc581623deb587c705ef65d189a9f4","kind":"tag","published_at":"2018-11-01T06:56:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4/manifests"},{"name":"standard-changelog@2.0.6","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6/manifests"},{"name":"conventional-changelog-core@3.1.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5/manifests"},{"name":"conventional-changelog-writer@4.0.2","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.9","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.0.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.11","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.10","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10/manifests"},{"name":"conventional-changelog-core@3.1.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.8","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8/manifests"},{"name":"conventional-changelog@3.0.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4/manifests"},{"name":"git-semver-tags@2.0.2","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.3","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3/manifests"},{"name":"standard-changelog@2.0.5","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5/manifests"},{"name":"standard-changelog@2.0.4","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.7","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3/manifests"},{"name":"conventional-changelog-core@3.1.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.9","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9/manifests"},{"name":"standard-changelog@2.0.3","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.8","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8/manifests"},{"name":"conventional-changelog-core@3.1.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2/manifests"},{"name":"gulp-conventional-changelog@2.0.6","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6/manifests"},{"name":"conventional-changelog@3.0.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.5","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.7","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7/manifests"},{"name":"conventional-changelog@3.0.1","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1/manifests"},{"name":"standard-changelog@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4/manifests"},{"name":"git-semver-tags@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1/manifests"},{"name":"git-raw-commits@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2/manifests"},{"name":"conventional-commits-parser@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1/manifests"},{"name":"conventional-commits-filter@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1/manifests"},{"name":"conventional-changelog-writer@4.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1/manifests"},{"name":"conventional-changelog-preset-loader@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4/manifests"},{"name":"conventional-changelog-express@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1/manifests"},{"name":"conventional-changelog-eslint@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2/manifests"},{"name":"conventional-changelog-core@3.1.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1/manifests"},{"name":"conventional-changelog-codemirror@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.6","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6/manifests"},{"name":"conventional-changelog-atom@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1/manifests"},{"name":"conventional-changelog-angular@5.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2/manifests"},{"name":"conventional-changelog@3.0.0","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.5","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.3","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.2","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.4","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3/manifests"},{"name":"standard-changelog@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3/manifests"},{"name":"conventional-changelog-core@3.1.0","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0/manifests"},{"name":"conventional-changelog-ember@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1/manifests"},{"name":"conventional-changelog-jquery@3.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1/manifests"},{"name":"conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0/manifests"},{"name":"conventional-recommended-bump@4.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0/manifests"},{"name":"conventional-changelog-jquery@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0/manifests"},{"name":"conventional-changelog-express@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0/manifests"},{"name":"conventional-changelog-eslint@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0/manifests"},{"name":"conventional-changelog-ember@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1/manifests"},{"name":"conventional-changelog-atom@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1/manifests"},{"name":"conventional-changelog-angular@4.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1/manifests"},{"name":"conventional-changelog-jquery@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0/manifests"},{"name":"conventional-changelog-jshint@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0/manifests"},{"name":"standard-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0/manifests"},{"name":"conventional-recommended-bump@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0/manifests"},{"name":"conventional-commits-parser@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0/manifests"},{"name":"conventional-commits-filter@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0/manifests"},{"name":"conventional-changelog-ember@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0/manifests"},{"name":"conventional-changelog-express@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0/manifests"},{"name":"git-semver-tags@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0/manifests"},{"name":"git-raw-commits@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0/manifests"},{"name":"conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-angular@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0/manifests"},{"name":"conventional-changelog-atom@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0/manifests"},{"name":"conventional-changelog-core@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0/manifests"},{"name":"conventional-changelog-eslint@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-core@2.0.11","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11/manifests"},{"name":"conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-cli@1.3.22","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22/manifests"},{"name":"conventional-changelog-ember@0.3.12","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12/manifests"},{"name":"conventional-recommended-bump@2.0.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9/manifests"},{"name":"conventional-changelog-angular@3.0.7","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7/manifests"},{"name":"gulp-conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24/manifests"},{"name":"standard-changelog@1.0.19","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19/manifests"},{"name":"conventional-changelog-jquery@1.3.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9/manifests"},{"name":"conventional-changelog-angular@3.0.6","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6/manifests"},{"name":"standard-changelog@1.0.18","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18/manifests"},{"name":"gulp-conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-writer@3.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9/manifests"},{"name":"conventional-changelog-jshint@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8/manifests"},{"name":"conventional-changelog-jquery@1.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8/manifests"},{"name":"conventional-changelog-eslint@1.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9/manifests"},{"name":"conventional-changelog-ember@0.3.11","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11/manifests"},{"name":"conventional-changelog-core@2.0.10","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10/manifests"},{"name":"conventional-changelog-codemirror@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8/manifests"},{"name":"conventional-changelog-cli@1.3.21","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21/manifests"},{"name":"conventional-changelog-atom@0.2.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8/manifests"},{"name":"conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23/manifests"},{"name":"gulp-conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-core@2.0.9","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9/manifests"},{"name":"conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-cli@1.3.20","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20/manifests"},{"name":"conventional-changelog-writer@3.0.8","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8/manifests"},{"name":"standard-changelog@1.0.17","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17/manifests"},{"name":"conventional-changelog-angular@3.0.5","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.10","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10/manifests"},{"name":"conventional-changelog-cli@1.3.19","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19/manifests"},{"name":"conventional-changelog-angular@3.0.4","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4/manifests"},{"name":"conventional-changelog-atom@0.2.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7/manifests"},{"name":"conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-core@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.9","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9/manifests"},{"name":"conventional-changelog-eslint@1.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8/manifests"},{"name":"conventional-changelog-express@0.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6/manifests"},{"name":"conventional-changelog-jquery@1.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7/manifests"},{"name":"conventional-changelog-preset-loader@1.1.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8/manifests"},{"name":"conventional-changelog-writer@3.0.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7/manifests"},{"name":"conventional-commits-parser@2.1.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7/manifests"},{"name":"conventional-recommended-bump@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8/manifests"},{"name":"git-raw-commits@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6/manifests"},{"name":"git-semver-tags@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21/manifests"},{"name":"standard-changelog@1.0.16","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16/manifests"},{"name":"conventional-changelog-codemirror@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6/manifests"},{"name":"conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-core@2.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7/manifests"},{"name":"conventional-changelog-codemirror@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6/manifests"},{"name":"conventional-changelog-cli@1.3.18","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18/manifests"},{"name":"conventional-changelog-ember@0.3.8","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8/manifests"},{"name":"conventional-changelog-writer@3.0.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6/manifests"},{"name":"conventional-changelog-atom@0.2.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6/manifests"},{"name":"conventional-changelog-eslint@1.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7/manifests"},{"name":"standard-changelog@1.0.15","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15/manifests"},{"name":"conventional-changelog-angular@3.0.3","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3/manifests"},{"name":"conventional-changelog-jquery@1.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-angular@3.0.2","sha":"1cc079df803f58b52c8aa997fff43e9c162266e7","kind":"tag","published_at":"2018-03-22T14:14:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2/manifests"},{"name":"conventional-changelog-ember@0.3.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7/manifests"},{"name":"standard-changelog@1.0.14","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14/manifests"},{"name":"gulp-conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19/manifests"},{"name":"git-semver-tags@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5/manifests"},{"name":"git-raw-commits@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7/manifests"},{"name":"conventional-commits-parser@2.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6/manifests"},{"name":"conventional-commits-filter@1.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5/manifests"},{"name":"conventional-changelog-preset-loader@1.1.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7/manifests"},{"name":"conventional-changelog-jshint@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5/manifests"},{"name":"conventional-changelog-jquery@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5/manifests"},{"name":"conventional-changelog-express@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6/manifests"},{"name":"conventional-changelog-core@2.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5/manifests"},{"name":"conventional-changelog-cli@1.3.17","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17/manifests"},{"name":"conventional-changelog-atom@0.2.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5/manifests"},{"name":"conventional-changelog-angular@3.0.1","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1/manifests"},{"name":"conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19/manifests"},{"name":"conventional-changelog-angular@3.0.0","sha":"49997aaba373502e5b38bd366846934641e95799","kind":"tag","published_at":"2018-03-22T13:45:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.16","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16/manifests"},{"name":"conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18/manifests"},{"name":"gulp-conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-eslint@1.0.5","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5/manifests"},{"name":"conventional-changelog-cli@1.3.15","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15/manifests"},{"name":"conventional-changelog-codemirror@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4/manifests"},{"name":"conventional-changelog-express@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4/manifests"},{"name":"conventional-changelog-jquery@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4/manifests"},{"name":"conventional-changelog-jshint@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4/manifests"},{"name":"conventional-commits-filter@1.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5/manifests"},{"name":"conventional-commits-parser@2.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5/manifests"},{"name":"conventional-recommended-bump@2.0.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6/manifests"},{"name":"standard-changelog@1.0.13","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13/manifests"},{"name":"gulp-conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17/manifests"},{"name":"git-semver-tags@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4/manifests"},{"name":"git-raw-commits@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4/manifests"},{"name":"conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17/manifests"},{"name":"conventional-changelog-angular@1.6.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6/manifests"},{"name":"conventional-changelog-atom@0.2.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4/manifests"},{"name":"gulp-conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog-angular@1.6.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5/manifests"},{"name":"conventional-changelog-atom@0.2.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3/manifests"},{"name":"conventional-changelog-cli@1.3.14","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14/manifests"},{"name":"conventional-changelog-codemirror@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4/manifests"},{"name":"conventional-changelog-ember@0.3.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3/manifests"},{"name":"conventional-changelog-express@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3/manifests"},{"name":"conventional-changelog-jshint@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5/manifests"},{"name":"conventional-changelog-writer@3.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3/manifests"},{"name":"conventional-commits-filter@1.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4/manifests"},{"name":"conventional-commits-parser@2.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4/manifests"},{"name":"conventional-recommended-bump@2.0.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5/manifests"},{"name":"git-raw-commits@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3/manifests"},{"name":"git-semver-tags@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3/manifests"},{"name":"standard-changelog@1.0.12","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12/manifests"},{"name":"conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15/manifests"},{"name":"gulp-conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15/manifests"},{"name":"conventional-recommended-bump@2.0.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4/manifests"},{"name":"conventional-changelog-cli@1.3.13","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13/manifests"},{"name":"conventional-changelog-preset-loader@1.1.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4/manifests"},{"name":"git-raw-commits@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2/manifests"},{"name":"standard-changelog@1.0.11","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11/manifests"},{"name":"conventional-recommended-bump@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3/manifests"},{"name":"gulp-conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14/manifests"},{"name":"git-semver-tags@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2/manifests"},{"name":"conventional-changelog-eslint@1.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2/manifests"},{"name":"conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14/manifests"},{"name":"conventional-changelog-angular@1.6.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4/manifests"},{"name":"conventional-changelog-atom@0.2.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2/manifests"},{"name":"conventional-changelog-cli@1.3.12","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12/manifests"},{"name":"conventional-changelog-codemirror@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2/manifests"},{"name":"conventional-changelog-core@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.3.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4/manifests"},{"name":"conventional-changelog-express@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2/manifests"},{"name":"conventional-changelog-jquery@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2/manifests"},{"name":"conventional-changelog-jshint@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3/manifests"},{"name":"conventional-commits-filter@1.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3/manifests"},{"name":"conventional-changelog-writer@3.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13/manifests"},{"name":"standard-changelog@1.0.10","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10/manifests"},{"name":"git-raw-commits@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1/manifests"},{"name":"conventional-commits-parser@2.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2/manifests"},{"name":"conventional-changelog-writer@3.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1/manifests"},{"name":"conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13/manifests"},{"name":"conventional-commits-filter@1.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2/manifests"},{"name":"conventional-recommended-bump@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2/manifests"},{"name":"git-semver-tags@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1/manifests"},{"name":"conventional-changelog-core@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2/manifests"},{"name":"conventional-changelog-codemirror@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1/manifests"},{"name":"conventional-changelog-angular@1.6.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3/manifests"},{"name":"conventional-changelog-cli@1.3.11","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11/manifests"},{"name":"conventional-changelog-atom@0.2.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1/manifests"},{"name":"conventional-changelog-ember@0.3.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1/manifests"},{"name":"conventional-changelog-express@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3/manifests"},{"name":"conventional-changelog-jshint@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1/manifests"},{"name":"conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12/manifests"},{"name":"gulp-conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12/manifests"},{"name":"conventional-changelog-cli@1.3.10","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10/manifests"},{"name":"conventional-recommended-bump@2.0.1","sha":"a4f0aa902d3e966fe6d6b1d46f2130838524cfbf","kind":"tag","published_at":"2018-02-12T14:54:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1/manifests"},{"name":"conventional-recommended-bump@2.0.0","sha":"9885d205ed96338575335652d006f475408e1195","kind":"tag","published_at":"2018-02-12T14:30:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0/manifests"},{"name":"conventional-changelog-preset-loader@1.1.2","sha":"a450d974237d440009ec3fb4c63974cf066e8f79","kind":"tag","published_at":"2018-02-12T04:07:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.1","sha":"5af1f00dcc4e1f9c3299bc7feb322a88b711f042","kind":"tag","published_at":"2018-02-09T04:17:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.0","sha":"c3eb36dbc52f383df6f3dcf3a3870b01ceee0b8b","kind":"tag","published_at":"2018-02-08T14:46:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0/manifests"},{"name":"conventional-changelog-ember@0.3.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1/manifests"},{"name":"conventional-changelog-angular@1.6.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2/manifests"},{"name":"gulp-conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11/manifests"},{"name":"standard-changelog@1.0.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9/manifests"},{"name":"conventional-recommended-bump@1.2.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1/manifests"},{"name":"conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11/manifests"},{"name":"conventional-changelog-cli@1.3.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9/manifests"},{"name":"conventional-changelog-core@2.0.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1/manifests"},{"name":"gulp-conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10/manifests"},{"name":"standard-changelog@1.0.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8/manifests"},{"name":"git-semver-tags@1.3.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.2.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0/manifests"},{"name":"conventional-changelog-writer@3.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0/manifests"},{"name":"conventional-changelog-eslint@1.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.3.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1/manifests"},{"name":"conventional-changelog-core@2.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8/manifests"},{"name":"conventional-changelog-angular@1.6.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1/manifests"},{"name":"conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10/manifests"},{"name":"conventional-changelog-core@1.9.5","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5/manifests"},{"name":"conventional-changelog-ember@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0/manifests"},{"name":"conventional-changelog-eslint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0/manifests"},{"name":"conventional-changelog-cli@1.3.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7/manifests"},{"name":"conventional-changelog-express@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0/manifests"},{"name":"conventional-changelog-jquery@1.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0/manifests"},{"name":"conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-jshint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0/manifests"},{"name":"gulp-conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9/manifests"},{"name":"standard-changelog@1.0.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7/manifests"},{"name":"conventional-changelog-angular@1.6.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0/manifests"},{"name":"conventional-changelog-codemirror@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0/manifests"},{"name":"conventional-changelog-atom@0.2.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0/manifests"},{"name":"conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8/manifests"},{"name":"standard-changelog@1.0.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6/manifests"},{"name":"gulp-conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8/manifests"},{"name":"conventional-recommended-bump@1.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0/manifests"},{"name":"conventional-commits-parser@2.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0/manifests"},{"name":"conventional-commits-filter@1.1.1","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1/manifests"},{"name":"conventional-changelog-writer@2.0.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.2.10","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10/manifests"},{"name":"conventional-changelog-core@1.9.4","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4/manifests"},{"name":"conventional-changelog-cli@1.3.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6/manifests"},{"name":"conventional-changelog-angular@1.5.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3/manifests"},{"name":"conventional-changelog-ember@0.2.9","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9/manifests"},{"name":"standard-changelog@1.0.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5/manifests"},{"name":"gulp-conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7/manifests"},{"name":"git-semver-tags@1.2.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3/manifests"},{"name":"git-raw-commits@1.3.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.0.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3/manifests"},{"name":"conventional-commits-parser@2.0.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1/manifests"},{"name":"conventional-commits-filter@1.1.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0/manifests"},{"name":"conventional-changelog-writer@2.0.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2/manifests"},{"name":"conventional-changelog-jshint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1/manifests"},{"name":"conventional-changelog-jquery@1.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1/manifests"},{"name":"conventional-changelog-express@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1/manifests"},{"name":"conventional-changelog-eslint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1/manifests"},{"name":"conventional-changelog-core@1.9.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3/manifests"},{"name":"conventional-changelog-codemirror@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1/manifests"},{"name":"conventional-changelog-cli@1.3.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5/manifests"},{"name":"conventional-changelog-atom@0.1.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2/manifests"},{"name":"conventional-changelog-angular@1.5.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2/manifests"},{"name":"conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7/manifests"},{"name":"@marionebl/conventional-commits-parser@3.0.0","sha":"edf4068ce4c3ea6ac5b61323473ab655be5eb895","kind":"tag","published_at":"2017-11-01T07:09:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/@marionebl/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/@marionebl/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4/manifests"},{"name":"git-semver-tags@1.2.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2/manifests"},{"name":"conventional-recommended-bump@1.0.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-ember@0.2.8","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8/manifests"},{"name":"conventional-changelog-core@1.9.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2/manifests"},{"name":"standard-changelog@1.0.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4/manifests"},{"name":"conventional-changelog-angular@1.5.1","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1/manifests"},{"name":"conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6/manifests"},{"name":"standard-changelog@1.0.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3/manifests"},{"name":"conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-angular@1.5.0","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0/manifests"},{"name":"conventional-changelog-cli@1.3.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3/manifests"},{"name":"gulp-conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-writer@2.0.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1/manifests"},{"name":"conventional-changelog-core@1.9.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1/manifests"},{"name":"conventional-changelog-ember@0.2.7","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7/manifests"},{"name":"git-semver-tags@1.2.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1/manifests"},{"name":"conventional-changelog-jshint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0/manifests"},{"name":"conventional-changelog-jquery@1.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0/manifests"},{"name":"conventional-changelog-express@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0/manifests"},{"name":"conventional-changelog-eslint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0/manifests"},{"name":"conventional-commits-parser@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0/manifests"},{"name":"conventional-changelog-writer@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1/manifests"},{"name":"conventional-changelog-core@1.9.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0/manifests"},{"name":"conventional-changelog-codemirror@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0/manifests"},{"name":"conventional-changelog-cli@1.3.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2/manifests"},{"name":"conventional-changelog-atom@0.1.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1/manifests"},{"name":"conventional-changelog-angular@1.4.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0/manifests"},{"name":"conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4/manifests"},{"name":"gulp-conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4/manifests"},{"name":"standard-changelog@1.0.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2/manifests"},{"name":"conventional-changelog-ember@0.2.6","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6/manifests"},{"name":"conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3/manifests"},{"name":"conventional-changelog-angular@1.3.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3/manifests"},{"name":"conventional-changelog-cli@1.3.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1/manifests"},{"name":"conventional-changelog-core@1.8.0","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.8.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0/manifests"},{"name":"conventional-changelog-ember@0.2.5","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5/manifests"},{"name":"gulp-conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3/manifests"},{"name":"standard-changelog@1.0.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1/manifests"},{"name":"git-semver-tags@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0/manifests"},{"name":"standard-changelog@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2/manifests"},{"name":"git-raw-commits@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0/manifests"},{"name":"conventional-recommended-bump@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.2.4","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4/manifests"},{"name":"conventional-changelog-core@1.7.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.7.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0/manifests"},{"name":"conventional-changelog-cli@1.3.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0/manifests"},{"name":"conventional-changelog-angular@1.3.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2/manifests"},{"name":"conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2/manifests"},{"name":"gulp-conventional-changelog@1.1.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"tag","published_at":"2017-03-10T05:35:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0/manifests"},{"name":"standard-changelog@0.0.2","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@0.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-ember@0.2.3","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3/manifests"},{"name":"conventional-changelog-core@1.6.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0/manifests"},{"name":"conventional-changelog-angular@1.3.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1/manifests"},{"name":"conventional-changelog-cli@1.2.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1/manifests"},{"name":"conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-cli@1.2.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:01:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0/manifests"},{"name":"conventional-changelog-core@1.5.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:00:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0/manifests"},{"name":"git-raw-commits@1.1.2","sha":"f5fe78b1f15791cb0499744bf278dff22b52732f","kind":"tag","published_at":"2017-03-09T07:37:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2/manifests"},{"name":"git-semver-tags@1.1.2","sha":"7be07c7c0f49572b1c0e9c98f004b599d8b5bb1a","kind":"tag","published_at":"2017-03-09T07:35:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2/manifests"},{"name":"v1.1.0","sha":"600d411569271467389c3cbe71f7f657980e89a1","kind":"tag","published_at":"2016-02-13T06:59:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"9591280a8d09220aced3383abe3bc7ecbb34b503","kind":"tag","published_at":"2016-02-13T06:37:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"beef421f56939190a4ca30c28788eda1b3f9480d","kind":"tag","published_at":"2016-02-05T13:49:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"c8e90ab7fddd0b98855913e73fc12f9dc9dc81b1","kind":"tag","published_at":"2016-02-05T12:59:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0/manifests"},{"name":"v0.5.3","sha":"d79ce243223260b153699b99de0503698546ea63","kind":"tag","published_at":"2015-12-25T05:07:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"9e7b771072a2680c6c335fcad38003aade53213e","kind":"tag","published_at":"2015-12-23T12:24:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"4bf7d8df29f7be29552b82ec2b7112fad0c39a3e","kind":"tag","published_at":"2015-10-20T09:52:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"5ca2204b472704543ebbc744a22f8f90ec659659","kind":"tag","published_at":"2015-09-30T08:49:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"e5f2f3bc675e2c7e5cc6aa0ed50da7941833e492","kind":"tag","published_at":"2015-09-04T03:16:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"7536a0b351cc4f2764e71cbc268a178ab595259d","kind":"tag","published_at":"2015-08-17T01:28:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"56fa3d92620a41a875b3337fa51d04d6df23b1a8","kind":"tag","published_at":"2015-08-15T12:34:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"eefec0ef598a92e78510ee8626fd9bbcdb1398e4","kind":"tag","published_at":"2015-08-15T11:19:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0/manifests"},{"name":"v0.3.2","sha":"74b99dca61eafd56ba93605016b086a1108e77fe","kind":"tag","published_at":"2015-08-13T03:12:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"a1aca9c31a45aded77962bd0defc32e503aec213","kind":"commit","published_at":"2015-08-11T06:23:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"b489672d27ff703337c540f0fbc43f6486a84d99","kind":"commit","published_at":"2015-08-09T03:27:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"12e3cd6b151353dbe7f584adabbe5dd8a28424db","kind":"commit","published_at":"2015-07-24T08:13:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"f437b457b5ea6c105535a360144000f8315db54d","kind":"commit","published_at":"2015-07-24T04:54:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0/manifests"},{"name":"v0.1.3","sha":"c8fa9d0b94f8ac07f162623e4b9e9e68aad82e62","kind":"commit","published_at":"2015-07-22T11:06:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"6ba5d6e4b90a154dbca6ec0f80c66ad5995cd770","kind":"commit","published_at":"2015-07-22T07:10:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c015f8762f70eff2be7b8d7fb82438689239d717","kind":"commit","published_at":"2015-07-20T07:55:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"7253d0fea773e3f7cc0a3fb8278c9da070df26ee","kind":"commit","published_at":"2015-07-20T07:12:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.3","sha":"0c9f1e89bfacec8e08bac8ef96d64e3abdbecda7","kind":"commit","published_at":"2015-07-17T11:02:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"fec1baf43b8c0156682d4014a4fd066bd24ad448","kind":"commit","published_at":"2015-07-17T06:23:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"a5ea0dfada48601b9e3fbec78dd37d70380a2db6","kind":"commit","published_at":"2015-07-15T08:03:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1/manifests"},{"name":"v0.1.0-alpha.3","sha":"9b6cc68a2c17c9671363fe7af5de7ebd3a06aaeb","kind":"commit","published_at":"2015-07-06T01:27:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3/manifests"},{"name":"v0.1.0-alpha.2","sha":"34b0f460c34ecc48af857d8ee5d7038970ba56fb","kind":"commit","published_at":"2015-06-29T12:04:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2/manifests"},{"name":"v0.1.0-alpha.1","sha":"05b3415fc699ab43f3fa33b5ecd040ab5ecdf9e2","kind":"commit","published_at":"2015-06-24T04:42:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1/manifests"},{"name":"v0.0.17","sha":"3cae05244e48af9cf4abbef3114060db585a574c","kind":"commit","published_at":"2015-04-03T02:12:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"c0719ce6ba16778dd34c2cfdc81e7f3c5321409d","kind":"commit","published_at":"2015-03-19T04:15:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"57af04dc3e362c0e327b716279c9143028c6e0da","kind":"commit","published_at":"2015-03-18T20:23:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"69be290efb58a6a92e9ae78d7b37168d293920b5","kind":"commit","published_at":"2015-03-13T21:22:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"15a39d02ba3d666e7820eecbb8c5493ef2f6040a","kind":"commit","published_at":"2015-03-12T23:17:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13/manifests"},{"name":"v0.0.11","sha":"37f5561553c30d8f0f2c949502ea278da64949cd","kind":"tag","published_at":"2014-05-28T13:14:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"ad6f6ec5499d2c902b88da95487862d50e5ad776","kind":"tag","published_at":"2014-05-28T12:51:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"87efbabd9bc2a0fd83255e6cb856961b10aef9eb","kind":"tag","published_at":"2014-05-06T17:11:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"94b12cf69c51264b1edb6c81b50a262f0536894b","kind":"tag","published_at":"2014-04-10T14:45:48.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"1cf17e494fd7d8538c55189c72c0cf57d145ef41","kind":"tag","published_at":"2014-04-10T14:06:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"861f9ec93de28be4185b35815c2b6ab17746eb3f","kind":"commit","published_at":"2014-01-23T19:39:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"3f59f7356c86f30ef8e8754386373c2a8f97b367","kind":"commit","published_at":"2014-01-23T18:59:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6fa2c22464dcd964df604550c2ce2ed1d2f4362b","kind":"commit","published_at":"2014-01-04T21:36:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4/manifests"}]},"repo_metadata_updated_at":"2024-10-29T21:56:38.385Z","dependent_packages_count":2297,"downloads":43716890,"downloads_period":"last-month","dependent_repos_count":94771,"rankings":{"downloads":0.07142378983591854,"dependent_repos_count":0.10021738040506532,"dependent_packages_count":0.03422740046254606,"stargazers_count":1.154472815396108,"forks_count":1.396504006357065,"docker_downloads_count":0.2147755374360092,"average":0.4952701549821186},"purl":"pkg:npm/conventional-changelog-conventionalcommits","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/conventional-changelog-conventionalcommits","docker_dependents_count":633,"docker_downloads_count":54649259,"usage_url":"https://repos.ecosyste.ms/usage/npm/conventional-changelog-conventionalcommits","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/conventional-changelog-conventionalcommits/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-10-29T18:02:55.825Z","issues_count":181,"pull_requests_count":485,"avg_time_to_close_issue":20290008.44047619,"avg_time_to_close_pull_request":6351261.275949367,"issues_closed_count":84,"pull_requests_closed_count":395,"pull_request_authors_count":71,"issue_authors_count":111,"avg_comments_per_issue":2.0994475138121547,"avg_comments_per_pull_request":1.31340206185567,"merged_pull_requests_count":306,"bot_issues_count":3,"bot_pull_requests_count":234,"past_year_issues_count":63,"past_year_pull_requests_count":160,"past_year_avg_time_to_close_issue":562479.2894736842,"past_year_avg_time_to_close_pull_request":1292364.6666666667,"past_year_issues_closed_count":38,"past_year_pull_requests_closed_count":129,"past_year_pull_request_authors_count":19,"past_year_issue_authors_count":37,"past_year_avg_comments_per_issue":1.4603174603174602,"past_year_avg_comments_per_pull_request":1.15,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":61,"past_year_merged_pull_requests_count":108,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues","maintainers":[{"login":"dangreen","count":83,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"},{"login":"bcoe","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bcoe"},{"login":"tommywo","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tommywo"}],"active_maintainers":[{"login":"dangreen","count":70,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-conventionalcommits/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-conventionalcommits/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-conventionalcommits/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-conventionalcommits/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-conventionalcommits/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-conventionalcommits/codemeta","maintainers":[{"uuid":"bcoe","login":"bcoe","name":null,"email":"bencoe@gmail.com","url":null,"packages_count":557,"html_url":"https://www.npmjs.com/~bcoe","role":null,"created_at":"2022-11-10T11:33:57.039Z","updated_at":"2022-11-10T11:33:57.039Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/bcoe/packages"},{"uuid":"oss-bot","login":"oss-bot","name":null,"email":"bencoe+oss-bot@gmail.com","url":null,"packages_count":57,"html_url":"https://www.npmjs.com/~oss-bot","role":null,"created_at":"2022-11-10T11:33:57.043Z","updated_at":"2022-11-10T11:33:57.043Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/oss-bot/packages"},{"uuid":"dangreen","login":"dangreen","name":null,"email":"danon0404@gmail.com","url":null,"packages_count":110,"html_url":"https://www.npmjs.com/~dangreen","role":null,"created_at":"2026-02-11T01:10:40.801Z","updated_at":"2026-02-11T01:10:40.801Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/dangreen/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5644415,"maintainers_count":1200486,"namespaces_count":399623,"keywords_count":847874,"github":"npm","metadata":{"funded_packages_count":171745},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-06-10T05:11:46.456Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":13285194,"name":"nodePackages.conventional-changelog-cli","ecosystem":"nixpkgs","description":"Generate a changelog from git metadata","homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#readme","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-02T05:45:54.845Z","latest_release_published_at":"2026-02-02T05:45:54.845Z","latest_release_number":"4.1.0","last_synced_at":"2026-03-08T04:51:18.420Z","created_at":"2026-02-02T05:45:09.295Z","updated_at":"2026-03-10T17:31:42.491Z","registry_url":"https://search.nixos.org/packages?channel=23.11\u0026query=nodePackages.conventional-changelog-cli","install_command":"nix-env -iA nixpkgs.nodePackages.conventional-changelog-cli","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-23.11/pkgs/development/node-packages/node-packages.nix#L71331","metadata":{"nix_attribute":"conventional-changelog-cli-4.1.0","position":"pkgs/development/node-packages/node-packages.nix:71331","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin"],"broken":false,"insecure":false,"unfree":false,"outputs":["out"],"upstream_ecosystem":"npm","upstream_name":"conventional-changelog-cli","upstream_purl":"pkg:npm/conventional-changelog-cli"},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:nix/nodePackages.conventional-changelog-cli?channel=23.11\u0026repository_url=https://channels.nixos.org/nixos-23.11","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/nodePackages.conventional-changelog-cli","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/nodePackages.conventional-changelog-cli","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/nodePackages.conventional-changelog-cli/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/nodePackages.conventional-changelog-cli/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/nodePackages.conventional-changelog-cli/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/nodePackages.conventional-changelog-cli/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/nodePackages.conventional-changelog-cli/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/nodePackages.conventional-changelog-cli/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/nodePackages.conventional-changelog-cli/codemeta","maintainers":[],"registry":{"name":"nixpkgs-23.11","url":"https://channels.nixos.org/nixos-23.11","ecosystem":"nixpkgs","default":false,"packages_count":108178,"maintainers_count":2997,"namespaces_count":0,"keywords_count":569,"github":"NixOS","metadata":{"funded_packages_count":229},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.577Z","updated_at":"2026-06-10T05:16:53.702Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/namespaces"}},{"id":2623295,"name":"zl-conventional-changelog-conventionalcommits","ecosystem":"npm","description":"conventional-changelog conventionalcommits.org preset","homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-angular#readme","licenses":"ISC","normalized_licenses":["ISC"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":["conventional-changelog","conventionalcommits.org","preset"],"namespace":null,"versions_count":4,"first_release_published_at":"2021-03-06T02:28:26.098Z","latest_release_published_at":"2021-03-06T04:10:49.340Z","latest_release_number":"1.0.3","last_synced_at":"2026-06-03T20:26:48.349Z","created_at":"2022-04-10T04:25:16.652Z","updated_at":"2026-06-03T20:26:48.349Z","registry_url":"https://www.npmjs.com/package/zl-conventional-changelog-conventionalcommits","install_command":"npm install zl-conventional-changelog-conventionalcommits","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"1.0.3"}},"repo_metadata":{"id":12961414,"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2024-06-18T04:54:14.000Z","size":5832,"stargazers_count":7627,"open_issues_count":249,"forks_count":715,"subscribers_count":58,"default_branch":"master","last_synced_at":"2024-06-19T09:40:31.278Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2024-06-19T09:40:44.711Z","dependencies_parsed_at":"2022-07-13T10:30:31.523Z","dependency_job_id":"5f6d159e-c4c6-405b-9fa7-976ffc4dfa04","html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1464,"total_committers":136,"mean_commits":"10.764705882352942","dds":"0.40095628415300544","last_synced_commit":"58f0887283a200d52e49607baf7b352f26177b05"},"previous_names":["ajoslin/conventional-changelog"],"tags_count":777,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":215686924,"owners_count":15916249,"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"},"owner_record":{"login":"conventional-changelog","name":"conventional-changelog","uuid":"16443515","kind":"organization","description":"Tools to generate changelogs and release notes from a project's commit messages and metadata.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16443515?v=4","repositories_count":12,"last_synced_at":"2024-03-25T20:05:25.442Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/conventional-changelog","funding_links":[],"total_stars":31480,"followers":325,"following":0,"created_at":"2022-11-02T16:25:21.572Z","updated_at":"2024-03-25T20:05:26.809Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog/repositories"},"tags":[{"name":"git-client-v1.0.1","sha":"d3b8aaa16337993bbad4d91db1ffac5a7568756b","kind":"commit","published_at":"2024-05-06T14:46:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1/manifests"},{"name":"conventional-changelog-v6.0.0","sha":"83bb15ba5de08f080884fc906c6db3c99c8b2131","kind":"commit","published_at":"2024-04-26T22:08:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0/manifests"},{"name":"conventional-changelog-core-v8.0.0","sha":"7bc92fc05e4447f311ad52b6e39d36f461eaf083","kind":"commit","published_at":"2024-04-26T22:07:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v8.0.0","sha":"3129c812139bf7454a64b4d506e6b85cd5abc77c","kind":"commit","published_at":"2024-04-26T22:06:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0/manifests"},{"name":"git-semver-tags-v8.0.0","sha":"fbd1b3bcd6253a32de89eb21145c2eb70d9396b6","kind":"commit","published_at":"2024-04-26T22:05:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v5.0.0","sha":"e34c96db3dbebedb17a6583aae8855dddd056f83","kind":"commit","published_at":"2024-04-26T22:04:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0/manifests"},{"name":"conventional-changelog-angular-v8.0.0","sha":"2aa6291a93eb881230e896f87a5232873b6a9717","kind":"commit","published_at":"2024-04-26T22:04:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0/manifests"},{"name":"conventional-changelog-jquery-v6.0.0","sha":"1c71cd6d4868ef2e158963e277609a9794806306","kind":"commit","published_at":"2024-04-26T22:03:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v8.0.0","sha":"533e36277d1779a5ac79a06210c603b5f88bc030","kind":"commit","published_at":"2024-04-26T22:00:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0/manifests"},{"name":"conventional-changelog-eslint-v6.0.0","sha":"c7459cd7d1e1ab82c9a5d552b008c02aba290cad","kind":"commit","published_at":"2024-04-26T21:59:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0/manifests"},{"name":"git-raw-commits-v5.0.0","sha":"f61ea377e843db0852c35911785895ec43481f11","kind":"commit","published_at":"2024-04-26T21:58:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0/manifests"},{"name":"conventional-changelog-codemirror-v5.0.0","sha":"77525286ffc8869a6ac351ebe28198842815cb7c","kind":"commit","published_at":"2024-04-26T21:57:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0/manifests"},{"name":"conventional-changelog-cli-v5.0.0","sha":"a75cef688b9a1557ca981178d4d35c18963160b6","kind":"commit","published_at":"2024-04-26T21:53:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0/manifests"},{"name":"conventional-changelog-express-v5.0.0","sha":"a6ab80d6e30091a8b743ee97a87e7400af1ebc53","kind":"commit","published_at":"2024-04-26T21:53:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v10.0.0","sha":"d7c409b02f1d58cf6f0293edcadbe5f00a78a622","kind":"commit","published_at":"2024-04-26T21:52:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v10.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v10.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0/manifests"},{"name":"conventional-changelog-atom-v5.0.0","sha":"3b2b9d0ec2382f73d9cf000a1004596f90ece916","kind":"commit","published_at":"2024-04-26T21:51:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0/manifests"},{"name":"conventional-changelog-jshint-v5.0.0","sha":"d7dae509e72b09d1496ae51f1f04c15581c828fc","kind":"commit","published_at":"2024-04-26T21:50:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0/manifests"},{"name":"conventional-changelog-ember-v5.0.0","sha":"2e99dfa49112ffe6c864dd0e436f0db1e696b1f9","kind":"commit","published_at":"2024-04-26T21:50:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0/manifests"},{"name":"conventional-commits-parser-v6.0.0","sha":"646e1be132ccd0f32e3074de2f511be5c610984f","kind":"commit","published_at":"2024-04-26T21:48:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0/manifests"},{"name":"conventional-commits-filter-v5.0.0","sha":"be4266b7ef7b84ba5c198dfa8c143229f8a5b128","kind":"commit","published_at":"2024-04-26T21:47:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0/manifests"},{"name":"standard-changelog-v6.0.0","sha":"3e9b9387f29e48a508b70b88f26b40a6db9fea16","kind":"commit","published_at":"2024-04-26T21:45:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v5.0.0","sha":"041a1a9b73b201add30494aed19d026b948bd8f1","kind":"commit","published_at":"2024-04-26T21:41:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0/manifests"},{"name":"git-client-v1.0.0","sha":"7e51fe970576503cae3ab94e6e9b3e01017b044d","kind":"commit","published_at":"2024-04-26T21:21:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0/manifests"},{"name":"git-semver-tags-v7.0.1","sha":"fac8045242099c016f5f3905e54e02b7d466bd7b","kind":"commit","published_at":"2023-09-10T23:53:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1/manifests"},{"name":"conventional-changelog-writer-v7.0.1","sha":"e3a643ad39ec3bc4cfb1dff2aa1101333df33dc3","kind":"commit","published_at":"2023-09-10T23:49:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1/manifests"},{"name":"conventional-changelog-cli-v4.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0/manifests"},{"name":"conventional-changelog-v5.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0/manifests"},{"name":"conventional-changelog-core-v7.0.0","sha":"2e467dd39a35c3813597711a37690897183b4abc","kind":"commit","published_at":"2023-09-08T22:03:37.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0/manifests"},{"name":"git-semver-tags-v7.0.0","sha":"a13f788bd505d8253a2d92413fc4a7780e11ec07","kind":"commit","published_at":"2023-09-08T21:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0/manifests"},{"name":"standard-changelog-v5.0.0","sha":"34569c7a3fd2b0362a461517a1f4e20e7eecd9fc","kind":"commit","published_at":"2023-09-08T21:55:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v9.0.0","sha":"ad633d9d81f66ef80d7f77832a264cb0c5b971ef","kind":"commit","published_at":"2023-09-08T21:50:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.2","sha":"50113f9b569259d991f1a734a192964ca71f0118","kind":"commit","published_at":"2023-09-08T21:41:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2/manifests"},{"name":"conventional-changelog-preset-loader-v4.1.0","sha":"a14d2186575f6061f236c9a47d803694b18f8373","kind":"commit","published_at":"2023-09-08T21:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.1","sha":"ca4324b0a690b2595f8b574882ff95329a2dc195","kind":"commit","published_at":"2023-08-27T19:11:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1/manifests"},{"name":"conventional-commits-filter-v4.0.0","sha":"26fc9ea274dc0c62442ec9d97b20a2ebb49138bf","kind":"commit","published_at":"2023-08-27T12:55:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0/manifests"},{"name":"standard-changelog-v4.0.0","sha":"5b788265774bf4b63d3c83a178ca53e8e7095903","kind":"commit","published_at":"2023-08-27T12:50:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-eslint-v5.0.0","sha":"679594c0716275771cc23b314e4362899fe72f87","kind":"commit","published_at":"2023-08-27T12:46:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0/manifests"},{"name":"git-semver-tags-v6.0.0","sha":"1c75c72d9b5d59e3ea4e914c58a85f7559f29602","kind":"commit","published_at":"2023-08-27T12:40:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0/manifests"},{"name":"conventional-recommended-bump-v8.0.0","sha":"624377a24e8e3658bcf2329a9a98f9a7b02a4cb3","kind":"commit","published_at":"2023-08-27T12:33:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0/manifests"},{"name":"conventional-changelog-writer-v7.0.0","sha":"d669bb67dc713cb1e4374e3216ed7d83cde743c5","kind":"commit","published_at":"2023-08-27T12:27:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0/manifests"},{"name":"conventional-changelog-codemirror-v4.0.0","sha":"933fd0b3dd355d648faf57241b796a714004c722","kind":"commit","published_at":"2023-08-27T12:23:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0/manifests"},{"name":"conventional-changelog-express-v4.0.0","sha":"c9e9ceb3a3727659bd117bab01cbc7642d588f06","kind":"commit","published_at":"2023-08-27T12:16:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0/manifests"},{"name":"conventional-changelog-ember-v4.0.0","sha":"5d7c16268f79b7f180e34e997fdb37373d714666","kind":"commit","published_at":"2023-08-27T12:11:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0/manifests"},{"name":"conventional-changelog-jquery-v5.0.0","sha":"d643efb1050dcdaecee626044315644ff9b9e43b","kind":"commit","published_at":"2023-08-27T12:07:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v4.0.0","sha":"636646dd9ae062e9652a7f9ccaf6c329e6e9f924","kind":"commit","published_at":"2023-08-27T12:03:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0/manifests"},{"name":"conventional-changelog-v5.0.0","sha":"7985de3edc9e655369651ad464cb39b791887dc7","kind":"commit","published_at":"2023-08-27T11:58:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.0","sha":"5f0fe40743d8f559ab94ed11bbb4b8bda6fa6dcb","kind":"commit","published_at":"2023-08-27T11:51:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0/manifests"},{"name":"conventional-changelog-angular-v7.0.0","sha":"6c7a2e1a8807988bcb1a9842f72d14be3b1a89e3","kind":"commit","published_at":"2023-08-27T11:46:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0/manifests"},{"name":"conventional-changelog-jshint-v4.0.0","sha":"0204a9a340d2c85411e8de8905bc74c6146e5618","kind":"commit","published_at":"2023-08-27T11:41:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0/manifests"},{"name":"conventional-changelog-atom-v4.0.0","sha":"ab9b2c10e098ec8837d141102549f3eef698364c","kind":"commit","published_at":"2023-08-27T11:36:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0/manifests"},{"name":"conventional-changelog-cli-v4.0.0","sha":"29df6c4597afad27b9cda06f58eb564bcca609c4","kind":"commit","published_at":"2023-08-27T11:21:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0/manifests"},{"name":"conventional-changelog-core-v6.0.0","sha":"45613bbc2d13c798732e4b2bd4b2fa9ea67157d6","kind":"commit","published_at":"2023-08-27T11:17:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v4.0.0","sha":"5a896e3ef3aa9e751fcc74d7c76fa21d6d526cb0","kind":"commit","published_at":"2023-08-27T11:08:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0/manifests"},{"name":"git-raw-commits-v4.0.0","sha":"878fc56b43bc617177bf47fd8643a3b8b86078e5","kind":"commit","published_at":"2023-08-27T11:01:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0/manifests"},{"name":"conventional-commits-parser-v5.0.0","sha":"299de5acbe55a7d19dcdd2adc34681eae7264abf","kind":"commit","published_at":"2023-08-26T17:50:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0/manifests"},{"name":"git-semver-tags-v5.0.1","sha":"87914a362866a380e98a29edf19b2173e0911d8a","kind":"commit","published_at":"2023-07-09T19:10:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1/manifests"},{"name":"conventional-changelog-writer-v6.0.1","sha":"c123edea220b450cfa26813b6f198c3e8ebbd2b4","kind":"commit","published_at":"2023-07-09T14:49:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.2","sha":"83773c5e1a8874ea9809ca9db1dff60b7df1daae","kind":"commit","published_at":"2023-06-28T17:43:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.1.0","sha":"2e5fe6d9574ba896fa90b5bfcb50fb73d28af6d6","kind":"commit","published_at":"2023-06-17T21:30:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v7.0.1","sha":"f251b6899e313a9b23f3c8deb8b8b57217040892","kind":"commit","published_at":"2023-06-06T23:24:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.1","sha":"5b458dff9edf766446449acd1bbb8027a1e39fa5","kind":"commit","published_at":"2023-06-06T23:17:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1/manifests"},{"name":"gulp-conventional-changelog-v3.0.0","sha":"8ef6232797e5bf7c80422221374c53c03d5df36d","kind":"commit","published_at":"2023-06-06T22:50:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0/manifests"},{"name":"standard-changelog-v3.0.0","sha":"ea65f017b42b914ece780fd2fc799a6946912ed8","kind":"commit","published_at":"2023-06-06T22:42:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0/manifests"},{"name":"conventional-changelog-cli-v3.0.0","sha":"f00f4549cee9406054b77057a8135183fcd89710","kind":"commit","published_at":"2023-06-06T22:29:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0/manifests"},{"name":"conventional-changelog-v4.0.0","sha":"1a240f91ed584ed43e7f9c82235ca60eff0f4fa5","kind":"commit","published_at":"2023-06-06T19:50:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-core-v5.0.0","sha":"8507f601486c8ff6806156c50091262dee13ec54","kind":"commit","published_at":"2023-06-06T19:23:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v7.0.0","sha":"e1662ca7a6c688d28a334282a5e863f52866f3e8","kind":"commit","published_at":"2023-06-06T18:39:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v3.0.0","sha":"5d80d155425147a0b045af09536e5962cbfff620","kind":"commit","published_at":"2023-06-06T15:08:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.0.0","sha":"a30fc7ae219cf871b46cbe9d2c76a9730b70e272","kind":"commit","published_at":"2023-06-06T14:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v6.0.0","sha":"aa5d46c7b13b7b31f78af4b3c31c087c39eea41d","kind":"commit","published_at":"2023-06-06T14:46:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0/manifests"},{"name":"conventional-commits-filter-v3.0.0","sha":"502a73fe41aebb7b563c5ca69521e0b1bab904df","kind":"commit","published_at":"2023-06-06T14:32:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0/manifests"},{"name":"conventional-commits-parser-v4.0.0","sha":"9f7fe891e75c64937c28baa39a6c795a01603ab7","kind":"commit","published_at":"2023-06-06T14:24:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0/manifests"},{"name":"git-raw-commits-v3.0.0","sha":"571f2d549f10744a12ab3bc5dc5e0b749cb72667","kind":"commit","published_at":"2023-06-06T14:16:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0/manifests"},{"name":"git-semver-tags-v5.0.0","sha":"445c796d04105d10dd62d07039bc6a7fc9f263a5","kind":"commit","published_at":"2023-06-06T13:51:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0/manifests"},{"name":"conventional-changelog-atom-v3.0.0","sha":"208787aa2f5db8de1c2d43c56d71e6dfb9510781","kind":"commit","published_at":"2023-06-06T13:43:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0/manifests"},{"name":"conventional-changelog-angular-v6.0.0","sha":"c4ebf98acc15f37154aae5de53a225e896c4a157","kind":"commit","published_at":"2023-06-06T13:36:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0/manifests"},{"name":"conventional-changelog-codemirror-v3.0.0","sha":"0772453bee083917a05b9696d063ee3dc69957f9","kind":"commit","published_at":"2023-06-06T13:25:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0/manifests"},{"name":"conventional-changelog-ember-v3.0.0","sha":"e473d0c8af7c0cf8a54f775556796f50f3e695c2","kind":"commit","published_at":"2023-06-06T13:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0/manifests"},{"name":"conventional-changelog-eslint-v4.0.0","sha":"b3b896bc5b9e3ed65dcfc08c57967a252f37cfd1","kind":"commit","published_at":"2023-06-06T12:56:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0/manifests"},{"name":"conventional-changelog-express-v3.0.0","sha":"5594385d1dd2490b0fb508a60b6f30e8be6616ce","kind":"commit","published_at":"2023-06-06T12:37:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0/manifests"},{"name":"conventional-changelog-jquery-v4.0.0","sha":"51a3015a907b2cea900114359c36ce0e9664b72d","kind":"commit","published_at":"2023-06-06T12:17:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0/manifests"},{"name":"conventional-changelog-jshint-v3.0.0","sha":"281e5f883476e90b75cae4373a67436c86e94f6a","kind":"commit","published_at":"2023-06-06T12:02:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v5.0.0","sha":"ba6df7cf62de5f448368bed4398f6ddf633d2cbd","kind":"commit","published_at":"2022-05-27T18:02:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0/manifests"},{"name":"conventional-changelog-writer-v5.0.1","sha":"21b73f974adc4490a318d9c892055655cb82c538","kind":"commit","published_at":"2021-12-29T21:36:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.3","sha":"02757d342290bcf51a49d49e5e72f5eae6c6f6da","kind":"commit","published_at":"2021-12-29T19:52:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3/manifests"},{"name":"conventional-commits-parser-v3.2.4","sha":"1d0f62d4ac4911ef0d912d5401f783b152cee624","kind":"commit","published_at":"2021-12-29T19:46:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4/manifests"},{"name":"git-raw-commits-v2.0.11","sha":"95384dbd105ffe4f86bbc6ccad3e5405a1cbfe04","kind":"commit","published_at":"2021-12-29T19:39:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.2","sha":"1827696185192a8dd258ea7c3370090238b0fb76","kind":"commit","published_at":"2021-12-25T18:06:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2/manifests"},{"name":"conventional-changelog-cli-v2.2.2","sha":"8ce6a7bbd3fae87aa9d56fca68c2e16fbb2cace5","kind":"commit","published_at":"2021-12-25T17:22:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2/manifests"},{"name":"conventional-changelog-v3.1.25","sha":"8e9c3d76aaffd7fe67a78270b3ad9b881e953e7e","kind":"commit","published_at":"2021-12-24T18:50:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25/manifests"},{"name":"conventional-commits-parser-v3.2.3","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3/manifests"},{"name":"conventional-changelog-cli-v2.2.1","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.1","sha":"c35708d56a55e31b750aec1f745e5be52f0a75f2","kind":"commit","published_at":"2021-09-09T19:06:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1/manifests"},{"name":"conventional-commits-parser-v3.2.2","sha":"1bae48ff85eff0736ea6691b7214f3fc9c026256","kind":"commit","published_at":"2021-09-09T14:45:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2/manifests"},{"name":"conventional-changelog-core-v4.2.4","sha":"02fbc2d42d0faf53d4b7a2b0525626088a6ac8ba","kind":"commit","published_at":"2021-09-09T14:37:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4/manifests"},{"name":"conventional-changelog-angular-v5.0.13","sha":"e30343b4676d26b416080294dc74ebba001c0716","kind":"commit","published_at":"2021-09-09T14:31:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v5.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13/manifests"},{"name":"conventional-changelog-core-v4.2.3","sha":"318b555b6ef3aebdb5a8d4c7c734fd7234712dd3","kind":"commit","published_at":"2021-07-03T00:24:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.0","sha":"537c37d7801872c3e57e4200c64154a4d2ea042a","kind":"commit","published_at":"2021-04-30T00:15:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0/manifests"},{"name":"conventional-commits-parser-v3.2.1","sha":"758dda2937b6784f0cc6a535286862fcf95b6f06","kind":"commit","published_at":"2021-02-15T21:32:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1/manifests"},{"name":"git-raw-commits-v2.0.10","sha":"ffecaccb6e117afae9f68f1d48ff9a69554da950","kind":"commit","published_at":"2021-01-27T16:36:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10/manifests"},{"name":"conventional-changelog-writer-v5.0.0","sha":"61ef6491add84b841e1797baf09f62bbdd90dcd4","kind":"commit","published_at":"2020-12-30T22:40:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v6.1.0","sha":"3b0fb22b0bb49137b9ecddaeb349f66025205c57","kind":"commit","published_at":"2020-12-30T16:58:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0/manifests"},{"name":"conventional-changelog-core-v4.2.2","sha":"317eeb3137caff69bcc9a67fce3dc67663a010db","kind":"commit","published_at":"2020-12-30T00:53:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2/manifests"},{"name":"conventional-recommended-bump-v6.0.12","sha":"90ecc5d93bfd7626857eda5d240f92393d896be0","kind":"commit","published_at":"2020-12-30T00:43:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12/manifests"},{"name":"git-raw-commits-v2.0.9","sha":"227f3e23af86912c0cd64fdb1a820ac92e5757c5","kind":"commit","published_at":"2020-12-29T23:59:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9/manifests"},{"name":"conventional-changelog-writer-v4.1.0","sha":"77725cfb12ca3ca22abb9421b4af012a49207e7a","kind":"commit","published_at":"2020-12-29T23:41:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0/manifests"},{"name":"conventional-changelog-atom@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8/manifests"},{"name":"conventional-changelog-angular@5.0.12","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12/manifests"},{"name":"conventional-changelog@3.1.24","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24/manifests"},{"name":"git-raw-commits@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8/manifests"},{"name":"standard-changelog@2.0.27","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27/manifests"},{"name":"gulp-conventional-changelog@2.0.35","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35/manifests"},{"name":"git-semver-tags@4.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1/manifests"},{"name":"conventional-recommended-bump@6.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11/manifests"},{"name":"conventional-commits-parser@3.2.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0/manifests"},{"name":"conventional-commits-filter@2.0.7","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7/manifests"},{"name":"conventional-changelog-writer@4.0.18","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18/manifests"},{"name":"conventional-changelog-jshint@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9/manifests"},{"name":"conventional-changelog-jquery@3.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11/manifests"},{"name":"conventional-changelog-express@2.0.6","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9/manifests"},{"name":"conventional-changelog-ember@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9/manifests"},{"name":"conventional-changelog-core@4.2.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.5.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1/manifests"},{"name":"conventional-changelog-v3.1.24","sha":"f8fcbc2e8b0834c29178ace6382b438a020ad828","kind":"commit","published_at":"2020-10-25T02:45:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24/manifests"},{"name":"conventional-recommended-bump@6.0.10","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10/manifests"},{"name":"standard-changelog@2.0.26","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26/manifests"},{"name":"gulp-conventional-changelog@2.0.34","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34/manifests"},{"name":"git-semver-tags@4.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0/manifests"},{"name":"conventional-changelog-core@4.2.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.4.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0/manifests"},{"name":"conventional-changelog-cli@2.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0/manifests"},{"name":"conventional-changelog@3.1.23","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23/manifests"},{"name":"standard-changelog@2.0.25","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25/manifests"},{"name":"conventional-changelog-writer@4.0.17","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17/manifests"},{"name":"conventional-changelog-jshint@2.0.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8/manifests"},{"name":"conventional-changelog-core@4.1.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8/manifests"},{"name":"conventional-changelog@3.1.22","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22/manifests"},{"name":"conventional-changelog-angular@5.0.11","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.35","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35/manifests"},{"name":"gulp-conventional-changelog@2.0.33","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.1","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1/manifests"},{"name":"conventional-changelog-core@4.1.7","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7/manifests"},{"name":"conventional-changelog@3.1.21","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21/manifests"},{"name":"conventional-changelog-writer@4.0.16","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.34","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34/manifests"},{"name":"standard-changelog@2.0.24","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24/manifests"},{"name":"gulp-conventional-changelog@2.0.32","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32/manifests"},{"name":"git-semver-tags@4.0.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.3.4","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4/manifests"},{"name":"standard-changelog@2.0.23","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23/manifests"},{"name":"gulp-conventional-changelog@2.0.31","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31/manifests"},{"name":"conventional-changelog-eslint@3.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.15","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10/manifests"},{"name":"conventional-changelog@3.1.20","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20/manifests"},{"name":"conventional-changelog-atom@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7/manifests"},{"name":"conventional-changelog-cli@2.0.33","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33/manifests"},{"name":"conventional-changelog-codemirror@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0/manifests"},{"name":"conventional-changelog-core@4.1.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6/manifests"},{"name":"conventional-changelog-ember@2.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8/manifests"},{"name":"conventional-commits-filter@2.0.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6/manifests"},{"name":"conventional-commits-parser@3.1.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.9","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9/manifests"},{"name":"git-raw-commits@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7/manifests"},{"name":"conventional-changelog-express@2.0.5","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10/manifests"},{"name":"conventional-changelog-jshint@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7/manifests"},{"name":"conventional-changelog-preset-loader-v2.3.2","sha":"9f6c56cb960a5043823cfb85b9843991201cbb51","kind":"commit","published_at":"2020-05-08T19:21:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v2.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2/manifests"},{"name":"conventional-changelog-core@4.1.5","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5/manifests"},{"name":"gulp-conventional-changelog@2.0.30","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30/manifests"},{"name":"standard-changelog@2.0.22","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22/manifests"},{"name":"conventional-changelog@3.1.19","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19/manifests"},{"name":"conventional-changelog-cli@2.0.32","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32/manifests"},{"name":"conventional-changelog-cli@2.0.31","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31/manifests"},{"name":"standard-changelog@2.0.21","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21/manifests"},{"name":"gulp-conventional-changelog@2.0.29","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29/manifests"},{"name":"conventional-changelog-core@4.1.4","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4/manifests"},{"name":"conventional-changelog@3.1.18","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18/manifests"},{"name":"conventional-changelog@3.1.17","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17/manifests"},{"name":"standard-changelog@2.0.20","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20/manifests"},{"name":"gulp-conventional-changelog@2.0.28","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28/manifests"},{"name":"conventional-changelog-core@4.1.3","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.30","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30/manifests"},{"name":"conventional-changelog-cli@2.0.29","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29/manifests"},{"name":"standard-changelog@2.0.19","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19/manifests"},{"name":"gulp-conventional-changelog@2.0.27","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27/manifests"},{"name":"conventional-changelog-core@4.1.2","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2/manifests"},{"name":"conventional-changelog@3.1.16","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16/manifests"},{"name":"conventional-changelog-cli@2.0.28","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28/manifests"},{"name":"standard-changelog@2.0.18","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18/manifests"},{"name":"gulp-conventional-changelog@2.0.26","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26/manifests"},{"name":"git-semver-tags@3.0.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1/manifests"},{"name":"git-raw-commits@2.0.3","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3/manifests"},{"name":"conventional-recommended-bump@6.0.5","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5/manifests"},{"name":"conventional-commits-parser@3.0.8","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.11","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11/manifests"},{"name":"conventional-changelog-core@4.1.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1/manifests"},{"name":"conventional-changelog@3.1.15","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15/manifests"},{"name":"gulp-conventional-changelog@2.0.25","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25/manifests"},{"name":"conventional-changelog@3.1.14","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14/manifests"},{"name":"conventional-changelog-angular@5.0.6","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6/manifests"},{"name":"conventional-changelog-cli@2.0.27","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.3","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3/manifests"},{"name":"conventional-changelog-core@4.1.0","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0/manifests"},{"name":"conventional-commits-parser@3.0.7","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7/manifests"},{"name":"conventional-recommended-bump@6.0.4","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4/manifests"},{"name":"standard-changelog@2.0.17","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17/manifests"},{"name":"conventional-changelog-cli@2.0.26","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.2","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2/manifests"},{"name":"conventional-changelog-core@4.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3/manifests"},{"name":"conventional-commits-parser@3.0.6","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6/manifests"},{"name":"conventional-recommended-bump@6.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.24","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24/manifests"},{"name":"standard-changelog@2.0.16","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16/manifests"},{"name":"conventional-changelog-writer@4.0.10","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10/manifests"},{"name":"conventional-changelog-preset-loader@2.3.0","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0/manifests"},{"name":"conventional-changelog@3.1.13","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13/manifests"},{"name":"conventional-changelog-jshint@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.9","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9/manifests"},{"name":"conventional-commits-parser@3.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5/manifests"},{"name":"conventional-changelog@3.1.12","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12/manifests"},{"name":"conventional-recommended-bump@6.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.23","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23/manifests"},{"name":"standard-changelog@2.0.15","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5/manifests"},{"name":"conventional-changelog-atom@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.25","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25/manifests"},{"name":"conventional-changelog-codemirror@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.1","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1/manifests"},{"name":"conventional-changelog-core@4.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2/manifests"},{"name":"conventional-changelog-ember@2.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4/manifests"},{"name":"conventional-changelog-eslint@3.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.6","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6/manifests"},{"name":"standard-changelog@2.0.14","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14/manifests"},{"name":"gulp-conventional-changelog@2.0.22","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22/manifests"},{"name":"conventional-recommended-bump@6.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1/manifests"},{"name":"conventional-commits-parser@3.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4/manifests"},{"name":"conventional-changelog-writer@4.0.8","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8/manifests"},{"name":"conventional-changelog-jshint@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.5","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5/manifests"},{"name":"conventional-changelog-eslint@3.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3/manifests"},{"name":"conventional-changelog-ember@2.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3/manifests"},{"name":"conventional-changelog-core@4.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.0","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.24","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24/manifests"},{"name":"conventional-changelog-atom@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4/manifests"},{"name":"conventional-changelog@3.1.11","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11/manifests"},{"name":"conventional-changelog-preset-loader@2.2.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0/manifests"},{"name":"standard-changelog@2.0.13","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13/manifests"},{"name":"gulp-conventional-changelog@2.0.21","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21/manifests"},{"name":"git-semver-tags@3.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0/manifests"},{"name":"conventional-recommended-bump@6.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.7","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7/manifests"},{"name":"conventional-changelog@3.1.10","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10/manifests"},{"name":"conventional-changelog-cli@2.0.23","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23/manifests"},{"name":"conventional-changelog-conventionalcommits@4.1.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0/manifests"},{"name":"conventional-changelog-core@4.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.1","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.0.0","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0/manifests"},{"name":"conventional-changelog-core@3.2.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3/manifests"},{"name":"conventional-changelog-writer@4.0.6","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6/manifests"},{"name":"conventional-commits-parser@3.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3/manifests"},{"name":"conventional-changelog@3.1.9","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9/manifests"},{"name":"standard-changelog@2.0.12","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.20","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20/manifests"},{"name":"git-semver-tags@2.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.22","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22/manifests"},{"name":"standard-changelog@2.0.11","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11/manifests"},{"name":"conventional-changelog@3.1.8","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8/manifests"},{"name":"conventional-changelog-cli@2.0.21","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.2","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.19","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19/manifests"},{"name":"conventional-changelog@3.1.7","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7/manifests"},{"name":"conventional-changelog-cli@2.0.20","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.1","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.18","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18/manifests"},{"name":"conventional-changelog-cli@2.0.19","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.17","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17/manifests"},{"name":"conventional-changelog@3.1.6","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6/manifests"},{"name":"conventional-changelog@3.1.5","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5/manifests"},{"name":"conventional-changelog-conventionalcommits@2.0.0","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.16","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.18","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.2","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.17","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17/manifests"},{"name":"conventional-changelog@3.1.4","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.15","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15/manifests"},{"name":"conventional-changelog-writer@4.0.5","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5/manifests"},{"name":"standard-changelog@2.0.10","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10/manifests"},{"name":"gulp-conventional-changelog@2.0.14","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14/manifests"},{"name":"conventional-changelog@3.1.3","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3/manifests"},{"name":"conventional-changelog-core@3.2.2","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2/manifests"},{"name":"conventional-changelog-cli@2.0.16","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.15","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15/manifests"},{"name":"standard-changelog@2.0.9","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.1.2","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2/manifests"},{"name":"conventional-changelog-core@3.2.1","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1/manifests"},{"name":"gulp-conventional-changelog@2.0.13","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13/manifests"},{"name":"conventional-changelog@3.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1/manifests"},{"name":"gulp-conventional-changelog@2.0.12","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12/manifests"},{"name":"conventional-recommended-bump@4.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1/manifests"},{"name":"conventional-changelog-preset-loader@2.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.14","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14/manifests"},{"name":"conventional-changelog-preset-loader@2.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0/manifests"},{"name":"conventional-changelog-writer@4.0.4","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4/manifests"},{"name":"conventional-commits-filter@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2/manifests"},{"name":"conventional-commits-parser@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2/manifests"},{"name":"conventional-recommended-bump@4.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0/manifests"},{"name":"gulp-conventional-changelog@2.0.11","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11/manifests"},{"name":"standard-changelog@2.0.8","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8/manifests"},{"name":"git-raw-commits@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2/manifests"},{"name":"conventional-changelog@3.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0/manifests"},{"name":"conventional-changelog-cli@2.0.13","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0/manifests"},{"name":"conventional-changelog-core@3.2.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0/manifests"},{"name":"conventional-changelog-eslint@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2/manifests"},{"name":"standard-changelog@2.0.7","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6/manifests"},{"name":"conventional-changelog-angular@5.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.12","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.10","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10/manifests"},{"name":"conventional-changelog-writer@4.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3/manifests"},{"name":"conventional-changelog-core@3.1.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6/manifests"},{"name":"conventional-recommended-bump@4.0.4","sha":"da729f68f9dc581623deb587c705ef65d189a9f4","kind":"tag","published_at":"2018-11-01T06:56:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4/manifests"},{"name":"standard-changelog@2.0.6","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6/manifests"},{"name":"conventional-changelog-core@3.1.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5/manifests"},{"name":"conventional-changelog-writer@4.0.2","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.9","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.0.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.11","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.10","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10/manifests"},{"name":"conventional-changelog-core@3.1.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.8","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8/manifests"},{"name":"conventional-changelog@3.0.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4/manifests"},{"name":"git-semver-tags@2.0.2","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.3","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3/manifests"},{"name":"standard-changelog@2.0.5","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5/manifests"},{"name":"standard-changelog@2.0.4","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.7","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3/manifests"},{"name":"conventional-changelog-core@3.1.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.9","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9/manifests"},{"name":"standard-changelog@2.0.3","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.8","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8/manifests"},{"name":"conventional-changelog-core@3.1.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2/manifests"},{"name":"gulp-conventional-changelog@2.0.6","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6/manifests"},{"name":"conventional-changelog@3.0.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.5","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.7","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7/manifests"},{"name":"conventional-changelog@3.0.1","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1/manifests"},{"name":"standard-changelog@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4/manifests"},{"name":"git-semver-tags@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1/manifests"},{"name":"git-raw-commits@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2/manifests"},{"name":"conventional-commits-parser@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1/manifests"},{"name":"conventional-commits-filter@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1/manifests"},{"name":"conventional-changelog-writer@4.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1/manifests"},{"name":"conventional-changelog-preset-loader@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4/manifests"},{"name":"conventional-changelog-express@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1/manifests"},{"name":"conventional-changelog-eslint@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2/manifests"},{"name":"conventional-changelog-core@3.1.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1/manifests"},{"name":"conventional-changelog-codemirror@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.6","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6/manifests"},{"name":"conventional-changelog-atom@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1/manifests"},{"name":"conventional-changelog-angular@5.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2/manifests"},{"name":"conventional-changelog@3.0.0","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.5","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.3","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.2","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.4","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3/manifests"},{"name":"standard-changelog@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3/manifests"},{"name":"conventional-changelog-core@3.1.0","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0/manifests"},{"name":"conventional-changelog-ember@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1/manifests"},{"name":"conventional-changelog-jquery@3.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1/manifests"},{"name":"conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0/manifests"},{"name":"conventional-recommended-bump@4.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0/manifests"},{"name":"conventional-changelog-jquery@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0/manifests"},{"name":"conventional-changelog-express@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0/manifests"},{"name":"conventional-changelog-eslint@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0/manifests"},{"name":"conventional-changelog-ember@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1/manifests"},{"name":"conventional-changelog-atom@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1/manifests"},{"name":"conventional-changelog-angular@4.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1/manifests"},{"name":"conventional-changelog-jquery@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0/manifests"},{"name":"conventional-changelog-jshint@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0/manifests"},{"name":"standard-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0/manifests"},{"name":"conventional-recommended-bump@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0/manifests"},{"name":"conventional-commits-parser@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0/manifests"},{"name":"conventional-commits-filter@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0/manifests"},{"name":"conventional-changelog-ember@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0/manifests"},{"name":"conventional-changelog-express@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0/manifests"},{"name":"git-semver-tags@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0/manifests"},{"name":"git-raw-commits@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0/manifests"},{"name":"conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-angular@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0/manifests"},{"name":"conventional-changelog-atom@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0/manifests"},{"name":"conventional-changelog-core@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0/manifests"},{"name":"conventional-changelog-eslint@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-core@2.0.11","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11/manifests"},{"name":"conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-cli@1.3.22","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22/manifests"},{"name":"conventional-changelog-ember@0.3.12","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12/manifests"},{"name":"conventional-recommended-bump@2.0.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9/manifests"},{"name":"conventional-changelog-angular@3.0.7","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7/manifests"},{"name":"gulp-conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24/manifests"},{"name":"standard-changelog@1.0.19","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19/manifests"},{"name":"conventional-changelog-jquery@1.3.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9/manifests"},{"name":"conventional-changelog-angular@3.0.6","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6/manifests"},{"name":"standard-changelog@1.0.18","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18/manifests"},{"name":"gulp-conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-writer@3.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9/manifests"},{"name":"conventional-changelog-jshint@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8/manifests"},{"name":"conventional-changelog-jquery@1.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8/manifests"},{"name":"conventional-changelog-eslint@1.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9/manifests"},{"name":"conventional-changelog-ember@0.3.11","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11/manifests"},{"name":"conventional-changelog-core@2.0.10","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10/manifests"},{"name":"conventional-changelog-codemirror@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8/manifests"},{"name":"conventional-changelog-cli@1.3.21","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21/manifests"},{"name":"conventional-changelog-atom@0.2.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8/manifests"},{"name":"conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23/manifests"},{"name":"gulp-conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-core@2.0.9","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9/manifests"},{"name":"conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-cli@1.3.20","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20/manifests"},{"name":"conventional-changelog-writer@3.0.8","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8/manifests"},{"name":"standard-changelog@1.0.17","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17/manifests"},{"name":"conventional-changelog-angular@3.0.5","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.10","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10/manifests"},{"name":"conventional-changelog-cli@1.3.19","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19/manifests"},{"name":"conventional-changelog-angular@3.0.4","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4/manifests"},{"name":"conventional-changelog-atom@0.2.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7/manifests"},{"name":"conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-core@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.9","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9/manifests"},{"name":"conventional-changelog-eslint@1.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8/manifests"},{"name":"conventional-changelog-express@0.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6/manifests"},{"name":"conventional-changelog-jquery@1.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7/manifests"},{"name":"conventional-changelog-preset-loader@1.1.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8/manifests"},{"name":"conventional-changelog-writer@3.0.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7/manifests"},{"name":"conventional-commits-parser@2.1.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7/manifests"},{"name":"conventional-recommended-bump@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8/manifests"},{"name":"git-raw-commits@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6/manifests"},{"name":"git-semver-tags@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21/manifests"},{"name":"standard-changelog@1.0.16","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16/manifests"},{"name":"conventional-changelog-codemirror@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6/manifests"},{"name":"conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-core@2.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7/manifests"},{"name":"conventional-changelog-codemirror@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6/manifests"},{"name":"conventional-changelog-cli@1.3.18","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18/manifests"},{"name":"conventional-changelog-ember@0.3.8","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8/manifests"},{"name":"conventional-changelog-writer@3.0.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6/manifests"},{"name":"conventional-changelog-atom@0.2.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6/manifests"},{"name":"conventional-changelog-eslint@1.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7/manifests"},{"name":"standard-changelog@1.0.15","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15/manifests"},{"name":"conventional-changelog-angular@3.0.3","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3/manifests"},{"name":"conventional-changelog-jquery@1.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-angular@3.0.2","sha":"1cc079df803f58b52c8aa997fff43e9c162266e7","kind":"tag","published_at":"2018-03-22T14:14:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2/manifests"},{"name":"conventional-changelog-ember@0.3.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7/manifests"},{"name":"standard-changelog@1.0.14","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14/manifests"},{"name":"gulp-conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19/manifests"},{"name":"git-semver-tags@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5/manifests"},{"name":"git-raw-commits@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7/manifests"},{"name":"conventional-commits-parser@2.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6/manifests"},{"name":"conventional-commits-filter@1.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5/manifests"},{"name":"conventional-changelog-preset-loader@1.1.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7/manifests"},{"name":"conventional-changelog-jshint@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5/manifests"},{"name":"conventional-changelog-jquery@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5/manifests"},{"name":"conventional-changelog-express@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6/manifests"},{"name":"conventional-changelog-core@2.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5/manifests"},{"name":"conventional-changelog-cli@1.3.17","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17/manifests"},{"name":"conventional-changelog-atom@0.2.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5/manifests"},{"name":"conventional-changelog-angular@3.0.1","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1/manifests"},{"name":"conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19/manifests"},{"name":"conventional-changelog-angular@3.0.0","sha":"49997aaba373502e5b38bd366846934641e95799","kind":"tag","published_at":"2018-03-22T13:45:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.16","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16/manifests"},{"name":"conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18/manifests"},{"name":"gulp-conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-eslint@1.0.5","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5/manifests"},{"name":"conventional-changelog-cli@1.3.15","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15/manifests"},{"name":"conventional-changelog-codemirror@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4/manifests"},{"name":"conventional-changelog-express@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4/manifests"},{"name":"conventional-changelog-jquery@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4/manifests"},{"name":"conventional-changelog-jshint@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4/manifests"},{"name":"conventional-commits-filter@1.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5/manifests"},{"name":"conventional-commits-parser@2.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5/manifests"},{"name":"conventional-recommended-bump@2.0.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6/manifests"},{"name":"standard-changelog@1.0.13","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13/manifests"},{"name":"gulp-conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17/manifests"},{"name":"git-semver-tags@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4/manifests"},{"name":"git-raw-commits@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4/manifests"},{"name":"conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17/manifests"},{"name":"conventional-changelog-angular@1.6.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6/manifests"},{"name":"conventional-changelog-atom@0.2.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4/manifests"},{"name":"gulp-conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog-angular@1.6.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5/manifests"},{"name":"conventional-changelog-atom@0.2.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3/manifests"},{"name":"conventional-changelog-cli@1.3.14","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14/manifests"},{"name":"conventional-changelog-codemirror@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4/manifests"},{"name":"conventional-changelog-ember@0.3.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3/manifests"},{"name":"conventional-changelog-express@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3/manifests"},{"name":"conventional-changelog-jshint@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5/manifests"},{"name":"conventional-changelog-writer@3.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3/manifests"},{"name":"conventional-commits-filter@1.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4/manifests"},{"name":"conventional-commits-parser@2.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4/manifests"},{"name":"conventional-recommended-bump@2.0.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5/manifests"},{"name":"git-raw-commits@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3/manifests"},{"name":"git-semver-tags@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3/manifests"},{"name":"standard-changelog@1.0.12","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12/manifests"},{"name":"conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15/manifests"},{"name":"gulp-conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15/manifests"},{"name":"conventional-recommended-bump@2.0.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4/manifests"},{"name":"conventional-changelog-cli@1.3.13","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13/manifests"},{"name":"conventional-changelog-preset-loader@1.1.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4/manifests"},{"name":"git-raw-commits@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2/manifests"},{"name":"standard-changelog@1.0.11","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11/manifests"},{"name":"conventional-recommended-bump@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3/manifests"},{"name":"gulp-conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14/manifests"},{"name":"git-semver-tags@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2/manifests"},{"name":"conventional-changelog-eslint@1.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2/manifests"},{"name":"conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14/manifests"},{"name":"conventional-changelog-angular@1.6.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4/manifests"},{"name":"conventional-changelog-atom@0.2.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2/manifests"},{"name":"conventional-changelog-cli@1.3.12","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12/manifests"},{"name":"conventional-changelog-codemirror@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2/manifests"},{"name":"conventional-changelog-core@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.3.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4/manifests"},{"name":"conventional-changelog-express@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2/manifests"},{"name":"conventional-changelog-jquery@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2/manifests"},{"name":"conventional-changelog-jshint@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3/manifests"},{"name":"conventional-commits-filter@1.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3/manifests"},{"name":"conventional-changelog-writer@3.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13/manifests"},{"name":"standard-changelog@1.0.10","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10/manifests"},{"name":"git-raw-commits@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1/manifests"},{"name":"conventional-commits-parser@2.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2/manifests"},{"name":"conventional-changelog-writer@3.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1/manifests"},{"name":"conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13/manifests"},{"name":"conventional-commits-filter@1.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2/manifests"},{"name":"conventional-recommended-bump@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2/manifests"},{"name":"git-semver-tags@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1/manifests"},{"name":"conventional-changelog-core@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2/manifests"},{"name":"conventional-changelog-codemirror@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1/manifests"},{"name":"conventional-changelog-angular@1.6.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3/manifests"},{"name":"conventional-changelog-cli@1.3.11","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11/manifests"},{"name":"conventional-changelog-atom@0.2.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1/manifests"},{"name":"conventional-changelog-ember@0.3.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1/manifests"},{"name":"conventional-changelog-express@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3/manifests"},{"name":"conventional-changelog-jshint@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1/manifests"},{"name":"conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12/manifests"},{"name":"gulp-conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12/manifests"},{"name":"conventional-changelog-cli@1.3.10","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10/manifests"},{"name":"conventional-recommended-bump@2.0.1","sha":"a4f0aa902d3e966fe6d6b1d46f2130838524cfbf","kind":"tag","published_at":"2018-02-12T14:54:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1/manifests"},{"name":"conventional-recommended-bump@2.0.0","sha":"9885d205ed96338575335652d006f475408e1195","kind":"tag","published_at":"2018-02-12T14:30:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0/manifests"},{"name":"conventional-changelog-preset-loader@1.1.2","sha":"a450d974237d440009ec3fb4c63974cf066e8f79","kind":"tag","published_at":"2018-02-12T04:07:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.1","sha":"5af1f00dcc4e1f9c3299bc7feb322a88b711f042","kind":"tag","published_at":"2018-02-09T04:17:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.0","sha":"c3eb36dbc52f383df6f3dcf3a3870b01ceee0b8b","kind":"tag","published_at":"2018-02-08T14:46:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0/manifests"},{"name":"conventional-changelog-ember@0.3.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1/manifests"},{"name":"conventional-changelog-angular@1.6.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2/manifests"},{"name":"gulp-conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11/manifests"},{"name":"standard-changelog@1.0.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9/manifests"},{"name":"conventional-recommended-bump@1.2.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1/manifests"},{"name":"conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11/manifests"},{"name":"conventional-changelog-cli@1.3.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9/manifests"},{"name":"conventional-changelog-core@2.0.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1/manifests"},{"name":"gulp-conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10/manifests"},{"name":"standard-changelog@1.0.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8/manifests"},{"name":"git-semver-tags@1.3.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.2.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0/manifests"},{"name":"conventional-changelog-writer@3.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0/manifests"},{"name":"conventional-changelog-eslint@1.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.3.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1/manifests"},{"name":"conventional-changelog-core@2.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8/manifests"},{"name":"conventional-changelog-angular@1.6.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1/manifests"},{"name":"conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10/manifests"},{"name":"conventional-changelog-core@1.9.5","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5/manifests"},{"name":"conventional-changelog-ember@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0/manifests"},{"name":"conventional-changelog-eslint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0/manifests"},{"name":"conventional-changelog-cli@1.3.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7/manifests"},{"name":"conventional-changelog-express@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0/manifests"},{"name":"conventional-changelog-jquery@1.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0/manifests"},{"name":"conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-jshint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0/manifests"},{"name":"gulp-conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9/manifests"},{"name":"standard-changelog@1.0.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7/manifests"},{"name":"conventional-changelog-angular@1.6.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0/manifests"},{"name":"conventional-changelog-codemirror@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0/manifests"},{"name":"conventional-changelog-atom@0.2.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0/manifests"},{"name":"conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8/manifests"},{"name":"standard-changelog@1.0.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6/manifests"},{"name":"gulp-conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8/manifests"},{"name":"conventional-recommended-bump@1.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0/manifests"},{"name":"conventional-commits-parser@2.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0/manifests"},{"name":"conventional-commits-filter@1.1.1","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1/manifests"},{"name":"conventional-changelog-writer@2.0.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.2.10","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10/manifests"},{"name":"conventional-changelog-core@1.9.4","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4/manifests"},{"name":"conventional-changelog-cli@1.3.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6/manifests"},{"name":"conventional-changelog-angular@1.5.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3/manifests"},{"name":"conventional-changelog-ember@0.2.9","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9/manifests"},{"name":"standard-changelog@1.0.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5/manifests"},{"name":"gulp-conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7/manifests"},{"name":"git-semver-tags@1.2.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3/manifests"},{"name":"git-raw-commits@1.3.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.0.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3/manifests"},{"name":"conventional-commits-parser@2.0.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1/manifests"},{"name":"conventional-commits-filter@1.1.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0/manifests"},{"name":"conventional-changelog-writer@2.0.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2/manifests"},{"name":"conventional-changelog-jshint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1/manifests"},{"name":"conventional-changelog-jquery@1.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1/manifests"},{"name":"conventional-changelog-express@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1/manifests"},{"name":"conventional-changelog-eslint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1/manifests"},{"name":"conventional-changelog-core@1.9.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3/manifests"},{"name":"conventional-changelog-codemirror@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1/manifests"},{"name":"conventional-changelog-cli@1.3.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5/manifests"},{"name":"conventional-changelog-atom@0.1.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2/manifests"},{"name":"conventional-changelog-angular@1.5.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2/manifests"},{"name":"conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7/manifests"},{"name":"@marionebl/conventional-commits-parser@3.0.0","sha":"edf4068ce4c3ea6ac5b61323473ab655be5eb895","kind":"tag","published_at":"2017-11-01T07:09:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/@marionebl/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/@marionebl/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4/manifests"},{"name":"git-semver-tags@1.2.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2/manifests"},{"name":"conventional-recommended-bump@1.0.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-ember@0.2.8","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8/manifests"},{"name":"conventional-changelog-core@1.9.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2/manifests"},{"name":"standard-changelog@1.0.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4/manifests"},{"name":"conventional-changelog-angular@1.5.1","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1/manifests"},{"name":"conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6/manifests"},{"name":"standard-changelog@1.0.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3/manifests"},{"name":"conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-angular@1.5.0","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0/manifests"},{"name":"conventional-changelog-cli@1.3.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3/manifests"},{"name":"gulp-conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-writer@2.0.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1/manifests"},{"name":"conventional-changelog-core@1.9.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1/manifests"},{"name":"conventional-changelog-ember@0.2.7","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7/manifests"},{"name":"git-semver-tags@1.2.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1/manifests"},{"name":"conventional-changelog-jshint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0/manifests"},{"name":"conventional-changelog-jquery@1.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0/manifests"},{"name":"conventional-changelog-express@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0/manifests"},{"name":"conventional-changelog-eslint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0/manifests"},{"name":"conventional-commits-parser@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0/manifests"},{"name":"conventional-changelog-writer@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1/manifests"},{"name":"conventional-changelog-core@1.9.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0/manifests"},{"name":"conventional-changelog-codemirror@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0/manifests"},{"name":"conventional-changelog-cli@1.3.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2/manifests"},{"name":"conventional-changelog-atom@0.1.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1/manifests"},{"name":"conventional-changelog-angular@1.4.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0/manifests"},{"name":"conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4/manifests"},{"name":"gulp-conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4/manifests"},{"name":"standard-changelog@1.0.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2/manifests"},{"name":"conventional-changelog-ember@0.2.6","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6/manifests"},{"name":"conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3/manifests"},{"name":"conventional-changelog-angular@1.3.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3/manifests"},{"name":"conventional-changelog-cli@1.3.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1/manifests"},{"name":"conventional-changelog-core@1.8.0","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.8.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0/manifests"},{"name":"conventional-changelog-ember@0.2.5","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5/manifests"},{"name":"gulp-conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3/manifests"},{"name":"standard-changelog@1.0.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1/manifests"},{"name":"git-semver-tags@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0/manifests"},{"name":"standard-changelog@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2/manifests"},{"name":"git-raw-commits@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0/manifests"},{"name":"conventional-recommended-bump@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.2.4","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4/manifests"},{"name":"conventional-changelog-core@1.7.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.7.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0/manifests"},{"name":"conventional-changelog-cli@1.3.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0/manifests"},{"name":"conventional-changelog-angular@1.3.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2/manifests"},{"name":"conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2/manifests"},{"name":"gulp-conventional-changelog@1.1.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"tag","published_at":"2017-03-10T05:35:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0/manifests"},{"name":"standard-changelog@0.0.2","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@0.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-ember@0.2.3","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3/manifests"},{"name":"conventional-changelog-core@1.6.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0/manifests"},{"name":"conventional-changelog-angular@1.3.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1/manifests"},{"name":"conventional-changelog-cli@1.2.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1/manifests"},{"name":"conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-cli@1.2.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:01:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0/manifests"},{"name":"conventional-changelog-core@1.5.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:00:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0/manifests"},{"name":"git-raw-commits@1.1.2","sha":"f5fe78b1f15791cb0499744bf278dff22b52732f","kind":"tag","published_at":"2017-03-09T07:37:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2/manifests"},{"name":"git-semver-tags@1.1.2","sha":"7be07c7c0f49572b1c0e9c98f004b599d8b5bb1a","kind":"tag","published_at":"2017-03-09T07:35:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2/manifests"},{"name":"v1.1.0","sha":"600d411569271467389c3cbe71f7f657980e89a1","kind":"tag","published_at":"2016-02-13T06:59:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"9591280a8d09220aced3383abe3bc7ecbb34b503","kind":"tag","published_at":"2016-02-13T06:37:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"beef421f56939190a4ca30c28788eda1b3f9480d","kind":"tag","published_at":"2016-02-05T13:49:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"c8e90ab7fddd0b98855913e73fc12f9dc9dc81b1","kind":"tag","published_at":"2016-02-05T12:59:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0/manifests"},{"name":"v0.5.3","sha":"d79ce243223260b153699b99de0503698546ea63","kind":"tag","published_at":"2015-12-25T05:07:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"9e7b771072a2680c6c335fcad38003aade53213e","kind":"tag","published_at":"2015-12-23T12:24:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"4bf7d8df29f7be29552b82ec2b7112fad0c39a3e","kind":"tag","published_at":"2015-10-20T09:52:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"5ca2204b472704543ebbc744a22f8f90ec659659","kind":"tag","published_at":"2015-09-30T08:49:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"e5f2f3bc675e2c7e5cc6aa0ed50da7941833e492","kind":"tag","published_at":"2015-09-04T03:16:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"7536a0b351cc4f2764e71cbc268a178ab595259d","kind":"tag","published_at":"2015-08-17T01:28:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"56fa3d92620a41a875b3337fa51d04d6df23b1a8","kind":"tag","published_at":"2015-08-15T12:34:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"eefec0ef598a92e78510ee8626fd9bbcdb1398e4","kind":"tag","published_at":"2015-08-15T11:19:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0/manifests"},{"name":"v0.3.2","sha":"74b99dca61eafd56ba93605016b086a1108e77fe","kind":"tag","published_at":"2015-08-13T03:12:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"a1aca9c31a45aded77962bd0defc32e503aec213","kind":"commit","published_at":"2015-08-11T06:23:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"b489672d27ff703337c540f0fbc43f6486a84d99","kind":"commit","published_at":"2015-08-09T03:27:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"12e3cd6b151353dbe7f584adabbe5dd8a28424db","kind":"commit","published_at":"2015-07-24T08:13:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"f437b457b5ea6c105535a360144000f8315db54d","kind":"commit","published_at":"2015-07-24T04:54:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0/manifests"},{"name":"v0.1.3","sha":"c8fa9d0b94f8ac07f162623e4b9e9e68aad82e62","kind":"commit","published_at":"2015-07-22T11:06:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"6ba5d6e4b90a154dbca6ec0f80c66ad5995cd770","kind":"commit","published_at":"2015-07-22T07:10:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c015f8762f70eff2be7b8d7fb82438689239d717","kind":"commit","published_at":"2015-07-20T07:55:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"7253d0fea773e3f7cc0a3fb8278c9da070df26ee","kind":"commit","published_at":"2015-07-20T07:12:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.3","sha":"0c9f1e89bfacec8e08bac8ef96d64e3abdbecda7","kind":"commit","published_at":"2015-07-17T11:02:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"fec1baf43b8c0156682d4014a4fd066bd24ad448","kind":"commit","published_at":"2015-07-17T06:23:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"a5ea0dfada48601b9e3fbec78dd37d70380a2db6","kind":"commit","published_at":"2015-07-15T08:03:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1/manifests"},{"name":"v0.1.0-alpha.3","sha":"9b6cc68a2c17c9671363fe7af5de7ebd3a06aaeb","kind":"commit","published_at":"2015-07-06T01:27:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3/manifests"},{"name":"v0.1.0-alpha.2","sha":"34b0f460c34ecc48af857d8ee5d7038970ba56fb","kind":"commit","published_at":"2015-06-29T12:04:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2/manifests"},{"name":"v0.1.0-alpha.1","sha":"05b3415fc699ab43f3fa33b5ecd040ab5ecdf9e2","kind":"commit","published_at":"2015-06-24T04:42:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1/manifests"},{"name":"v0.0.17","sha":"3cae05244e48af9cf4abbef3114060db585a574c","kind":"commit","published_at":"2015-04-03T02:12:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"c0719ce6ba16778dd34c2cfdc81e7f3c5321409d","kind":"commit","published_at":"2015-03-19T04:15:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"57af04dc3e362c0e327b716279c9143028c6e0da","kind":"commit","published_at":"2015-03-18T20:23:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"69be290efb58a6a92e9ae78d7b37168d293920b5","kind":"commit","published_at":"2015-03-13T21:22:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"15a39d02ba3d666e7820eecbb8c5493ef2f6040a","kind":"commit","published_at":"2015-03-12T23:17:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13/manifests"},{"name":"v0.0.11","sha":"37f5561553c30d8f0f2c949502ea278da64949cd","kind":"tag","published_at":"2014-05-28T13:14:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"ad6f6ec5499d2c902b88da95487862d50e5ad776","kind":"tag","published_at":"2014-05-28T12:51:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"87efbabd9bc2a0fd83255e6cb856961b10aef9eb","kind":"tag","published_at":"2014-05-06T17:11:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"94b12cf69c51264b1edb6c81b50a262f0536894b","kind":"tag","published_at":"2014-04-10T14:45:48.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"1cf17e494fd7d8538c55189c72c0cf57d145ef41","kind":"tag","published_at":"2014-04-10T14:06:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"861f9ec93de28be4185b35815c2b6ab17746eb3f","kind":"commit","published_at":"2014-01-23T19:39:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"3f59f7356c86f30ef8e8754386373c2a8f97b367","kind":"commit","published_at":"2014-01-23T18:59:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6fa2c22464dcd964df604550c2ce2ed1d2f4362b","kind":"commit","published_at":"2014-01-04T21:36:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4/manifests"}]},"repo_metadata_updated_at":"2024-09-05T17:59:51.431Z","dependent_packages_count":1,"downloads":32,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":29.7354551518714,"dependent_repos_count":25.32799796580169,"dependent_packages_count":16.223928578504864,"stargazers_count":1.5115358938230155,"forks_count":1.7620840193923257,"average":14.912200321878657},"purl":"pkg:npm/zl-conventional-changelog-conventionalcommits","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/zl-conventional-changelog-conventionalcommits","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/zl-conventional-changelog-conventionalcommits","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/zl-conventional-changelog-conventionalcommits/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-09-04T23:04:01.314Z","issues_count":175,"pull_requests_count":479,"avg_time_to_close_issue":19345133.890243903,"avg_time_to_close_pull_request":6038480.121447029,"issues_closed_count":82,"pull_requests_closed_count":387,"pull_request_authors_count":71,"issue_authors_count":107,"avg_comments_per_issue":2.12,"avg_comments_per_pull_request":1.3068893528183716,"merged_pull_requests_count":302,"bot_issues_count":3,"bot_pull_requests_count":228,"past_year_issues_count":65,"past_year_pull_requests_count":215,"past_year_avg_time_to_close_issue":881436.8095238095,"past_year_avg_time_to_close_pull_request":919702.6333333333,"past_year_issues_closed_count":42,"past_year_pull_requests_closed_count":180,"past_year_pull_request_authors_count":24,"past_year_issue_authors_count":40,"past_year_avg_comments_per_issue":1.5538461538461539,"past_year_avg_comments_per_pull_request":1.0604651162790697,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":94,"past_year_merged_pull_requests_count":142,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues","maintainers":[{"login":"dangreen","count":83,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"},{"login":"bcoe","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bcoe"},{"login":"tommywo","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tommywo"}],"active_maintainers":[{"login":"dangreen","count":72,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/zl-conventional-changelog-conventionalcommits/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/zl-conventional-changelog-conventionalcommits/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/zl-conventional-changelog-conventionalcommits/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/zl-conventional-changelog-conventionalcommits/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/zl-conventional-changelog-conventionalcommits/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/zl-conventional-changelog-conventionalcommits/codemeta","maintainers":[{"uuid":"zhaoshiqiang","login":"zhaoshiqiang","name":null,"email":"615683167@qq.com","url":null,"packages_count":7,"html_url":"https://www.npmjs.com/~zhaoshiqiang","role":null,"created_at":"2022-11-15T15:04:58.547Z","updated_at":"2022-11-15T15:04:58.547Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/zhaoshiqiang/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5644415,"maintainers_count":1200486,"namespaces_count":399623,"keywords_count":847874,"github":"npm","metadata":{"funded_packages_count":171745},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-06-10T05:11:46.456Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":1554923,"name":"conventional-changelog-citychallenge","ecosystem":"npm","description":"conventional-changelog angular preset","homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-angular#readme","licenses":"ISC","normalized_licenses":["ISC"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":["conventional-changelog","angular","preset"],"namespace":null,"versions_count":5,"first_release_published_at":"2020-07-22T11:33:44.043Z","latest_release_published_at":"2021-04-12T10:19:20.710Z","latest_release_number":"1.0.7","last_synced_at":"2026-06-03T20:26:49.127Z","created_at":"2022-04-09T05:41:20.826Z","updated_at":"2026-06-03T20:26:49.128Z","registry_url":"https://www.npmjs.com/package/conventional-changelog-citychallenge","install_command":"npm install conventional-changelog-citychallenge","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"1.0.7"}},"repo_metadata":{"id":12961414,"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2024-06-18T04:54:14.000Z","size":5832,"stargazers_count":7627,"open_issues_count":249,"forks_count":715,"subscribers_count":58,"default_branch":"master","last_synced_at":"2024-06-19T09:40:31.278Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2024-06-19T09:40:44.711Z","dependencies_parsed_at":"2022-07-13T10:30:31.523Z","dependency_job_id":"5f6d159e-c4c6-405b-9fa7-976ffc4dfa04","html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1464,"total_committers":136,"mean_commits":"10.764705882352942","dds":"0.40095628415300544","last_synced_commit":"58f0887283a200d52e49607baf7b352f26177b05"},"previous_names":["ajoslin/conventional-changelog"],"tags_count":777,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":215686924,"owners_count":15916249,"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"},"owner_record":{"login":"conventional-changelog","name":"conventional-changelog","uuid":"16443515","kind":"organization","description":"Tools to generate changelogs and release notes from a project's commit messages and metadata.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16443515?v=4","repositories_count":12,"last_synced_at":"2024-03-25T20:05:25.442Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/conventional-changelog","funding_links":[],"total_stars":31480,"followers":325,"following":0,"created_at":"2022-11-02T16:25:21.572Z","updated_at":"2024-03-25T20:05:26.809Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog/repositories"},"tags":[{"name":"git-client-v1.0.1","sha":"d3b8aaa16337993bbad4d91db1ffac5a7568756b","kind":"commit","published_at":"2024-05-06T14:46:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1/manifests"},{"name":"conventional-changelog-v6.0.0","sha":"83bb15ba5de08f080884fc906c6db3c99c8b2131","kind":"commit","published_at":"2024-04-26T22:08:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0/manifests"},{"name":"conventional-changelog-core-v8.0.0","sha":"7bc92fc05e4447f311ad52b6e39d36f461eaf083","kind":"commit","published_at":"2024-04-26T22:07:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v8.0.0","sha":"3129c812139bf7454a64b4d506e6b85cd5abc77c","kind":"commit","published_at":"2024-04-26T22:06:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0/manifests"},{"name":"git-semver-tags-v8.0.0","sha":"fbd1b3bcd6253a32de89eb21145c2eb70d9396b6","kind":"commit","published_at":"2024-04-26T22:05:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v5.0.0","sha":"e34c96db3dbebedb17a6583aae8855dddd056f83","kind":"commit","published_at":"2024-04-26T22:04:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0/manifests"},{"name":"conventional-changelog-angular-v8.0.0","sha":"2aa6291a93eb881230e896f87a5232873b6a9717","kind":"commit","published_at":"2024-04-26T22:04:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0/manifests"},{"name":"conventional-changelog-jquery-v6.0.0","sha":"1c71cd6d4868ef2e158963e277609a9794806306","kind":"commit","published_at":"2024-04-26T22:03:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v8.0.0","sha":"533e36277d1779a5ac79a06210c603b5f88bc030","kind":"commit","published_at":"2024-04-26T22:00:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0/manifests"},{"name":"conventional-changelog-eslint-v6.0.0","sha":"c7459cd7d1e1ab82c9a5d552b008c02aba290cad","kind":"commit","published_at":"2024-04-26T21:59:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0/manifests"},{"name":"git-raw-commits-v5.0.0","sha":"f61ea377e843db0852c35911785895ec43481f11","kind":"commit","published_at":"2024-04-26T21:58:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0/manifests"},{"name":"conventional-changelog-codemirror-v5.0.0","sha":"77525286ffc8869a6ac351ebe28198842815cb7c","kind":"commit","published_at":"2024-04-26T21:57:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0/manifests"},{"name":"conventional-changelog-cli-v5.0.0","sha":"a75cef688b9a1557ca981178d4d35c18963160b6","kind":"commit","published_at":"2024-04-26T21:53:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0/manifests"},{"name":"conventional-changelog-express-v5.0.0","sha":"a6ab80d6e30091a8b743ee97a87e7400af1ebc53","kind":"commit","published_at":"2024-04-26T21:53:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v10.0.0","sha":"d7c409b02f1d58cf6f0293edcadbe5f00a78a622","kind":"commit","published_at":"2024-04-26T21:52:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v10.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v10.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0/manifests"},{"name":"conventional-changelog-atom-v5.0.0","sha":"3b2b9d0ec2382f73d9cf000a1004596f90ece916","kind":"commit","published_at":"2024-04-26T21:51:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0/manifests"},{"name":"conventional-changelog-jshint-v5.0.0","sha":"d7dae509e72b09d1496ae51f1f04c15581c828fc","kind":"commit","published_at":"2024-04-26T21:50:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0/manifests"},{"name":"conventional-changelog-ember-v5.0.0","sha":"2e99dfa49112ffe6c864dd0e436f0db1e696b1f9","kind":"commit","published_at":"2024-04-26T21:50:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0/manifests"},{"name":"conventional-commits-parser-v6.0.0","sha":"646e1be132ccd0f32e3074de2f511be5c610984f","kind":"commit","published_at":"2024-04-26T21:48:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0/manifests"},{"name":"conventional-commits-filter-v5.0.0","sha":"be4266b7ef7b84ba5c198dfa8c143229f8a5b128","kind":"commit","published_at":"2024-04-26T21:47:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0/manifests"},{"name":"standard-changelog-v6.0.0","sha":"3e9b9387f29e48a508b70b88f26b40a6db9fea16","kind":"commit","published_at":"2024-04-26T21:45:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v5.0.0","sha":"041a1a9b73b201add30494aed19d026b948bd8f1","kind":"commit","published_at":"2024-04-26T21:41:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0/manifests"},{"name":"git-client-v1.0.0","sha":"7e51fe970576503cae3ab94e6e9b3e01017b044d","kind":"commit","published_at":"2024-04-26T21:21:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0/manifests"},{"name":"git-semver-tags-v7.0.1","sha":"fac8045242099c016f5f3905e54e02b7d466bd7b","kind":"commit","published_at":"2023-09-10T23:53:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1/manifests"},{"name":"conventional-changelog-writer-v7.0.1","sha":"e3a643ad39ec3bc4cfb1dff2aa1101333df33dc3","kind":"commit","published_at":"2023-09-10T23:49:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1/manifests"},{"name":"conventional-changelog-cli-v4.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0/manifests"},{"name":"conventional-changelog-v5.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0/manifests"},{"name":"conventional-changelog-core-v7.0.0","sha":"2e467dd39a35c3813597711a37690897183b4abc","kind":"commit","published_at":"2023-09-08T22:03:37.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0/manifests"},{"name":"git-semver-tags-v7.0.0","sha":"a13f788bd505d8253a2d92413fc4a7780e11ec07","kind":"commit","published_at":"2023-09-08T21:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0/manifests"},{"name":"standard-changelog-v5.0.0","sha":"34569c7a3fd2b0362a461517a1f4e20e7eecd9fc","kind":"commit","published_at":"2023-09-08T21:55:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v9.0.0","sha":"ad633d9d81f66ef80d7f77832a264cb0c5b971ef","kind":"commit","published_at":"2023-09-08T21:50:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.2","sha":"50113f9b569259d991f1a734a192964ca71f0118","kind":"commit","published_at":"2023-09-08T21:41:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2/manifests"},{"name":"conventional-changelog-preset-loader-v4.1.0","sha":"a14d2186575f6061f236c9a47d803694b18f8373","kind":"commit","published_at":"2023-09-08T21:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.1","sha":"ca4324b0a690b2595f8b574882ff95329a2dc195","kind":"commit","published_at":"2023-08-27T19:11:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1/manifests"},{"name":"conventional-commits-filter-v4.0.0","sha":"26fc9ea274dc0c62442ec9d97b20a2ebb49138bf","kind":"commit","published_at":"2023-08-27T12:55:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0/manifests"},{"name":"standard-changelog-v4.0.0","sha":"5b788265774bf4b63d3c83a178ca53e8e7095903","kind":"commit","published_at":"2023-08-27T12:50:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-eslint-v5.0.0","sha":"679594c0716275771cc23b314e4362899fe72f87","kind":"commit","published_at":"2023-08-27T12:46:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0/manifests"},{"name":"git-semver-tags-v6.0.0","sha":"1c75c72d9b5d59e3ea4e914c58a85f7559f29602","kind":"commit","published_at":"2023-08-27T12:40:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0/manifests"},{"name":"conventional-recommended-bump-v8.0.0","sha":"624377a24e8e3658bcf2329a9a98f9a7b02a4cb3","kind":"commit","published_at":"2023-08-27T12:33:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0/manifests"},{"name":"conventional-changelog-writer-v7.0.0","sha":"d669bb67dc713cb1e4374e3216ed7d83cde743c5","kind":"commit","published_at":"2023-08-27T12:27:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0/manifests"},{"name":"conventional-changelog-codemirror-v4.0.0","sha":"933fd0b3dd355d648faf57241b796a714004c722","kind":"commit","published_at":"2023-08-27T12:23:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0/manifests"},{"name":"conventional-changelog-express-v4.0.0","sha":"c9e9ceb3a3727659bd117bab01cbc7642d588f06","kind":"commit","published_at":"2023-08-27T12:16:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0/manifests"},{"name":"conventional-changelog-ember-v4.0.0","sha":"5d7c16268f79b7f180e34e997fdb37373d714666","kind":"commit","published_at":"2023-08-27T12:11:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0/manifests"},{"name":"conventional-changelog-jquery-v5.0.0","sha":"d643efb1050dcdaecee626044315644ff9b9e43b","kind":"commit","published_at":"2023-08-27T12:07:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v4.0.0","sha":"636646dd9ae062e9652a7f9ccaf6c329e6e9f924","kind":"commit","published_at":"2023-08-27T12:03:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0/manifests"},{"name":"conventional-changelog-v5.0.0","sha":"7985de3edc9e655369651ad464cb39b791887dc7","kind":"commit","published_at":"2023-08-27T11:58:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.0","sha":"5f0fe40743d8f559ab94ed11bbb4b8bda6fa6dcb","kind":"commit","published_at":"2023-08-27T11:51:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0/manifests"},{"name":"conventional-changelog-angular-v7.0.0","sha":"6c7a2e1a8807988bcb1a9842f72d14be3b1a89e3","kind":"commit","published_at":"2023-08-27T11:46:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0/manifests"},{"name":"conventional-changelog-jshint-v4.0.0","sha":"0204a9a340d2c85411e8de8905bc74c6146e5618","kind":"commit","published_at":"2023-08-27T11:41:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0/manifests"},{"name":"conventional-changelog-atom-v4.0.0","sha":"ab9b2c10e098ec8837d141102549f3eef698364c","kind":"commit","published_at":"2023-08-27T11:36:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0/manifests"},{"name":"conventional-changelog-cli-v4.0.0","sha":"29df6c4597afad27b9cda06f58eb564bcca609c4","kind":"commit","published_at":"2023-08-27T11:21:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0/manifests"},{"name":"conventional-changelog-core-v6.0.0","sha":"45613bbc2d13c798732e4b2bd4b2fa9ea67157d6","kind":"commit","published_at":"2023-08-27T11:17:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v4.0.0","sha":"5a896e3ef3aa9e751fcc74d7c76fa21d6d526cb0","kind":"commit","published_at":"2023-08-27T11:08:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0/manifests"},{"name":"git-raw-commits-v4.0.0","sha":"878fc56b43bc617177bf47fd8643a3b8b86078e5","kind":"commit","published_at":"2023-08-27T11:01:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0/manifests"},{"name":"conventional-commits-parser-v5.0.0","sha":"299de5acbe55a7d19dcdd2adc34681eae7264abf","kind":"commit","published_at":"2023-08-26T17:50:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0/manifests"},{"name":"git-semver-tags-v5.0.1","sha":"87914a362866a380e98a29edf19b2173e0911d8a","kind":"commit","published_at":"2023-07-09T19:10:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1/manifests"},{"name":"conventional-changelog-writer-v6.0.1","sha":"c123edea220b450cfa26813b6f198c3e8ebbd2b4","kind":"commit","published_at":"2023-07-09T14:49:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.2","sha":"83773c5e1a8874ea9809ca9db1dff60b7df1daae","kind":"commit","published_at":"2023-06-28T17:43:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.1.0","sha":"2e5fe6d9574ba896fa90b5bfcb50fb73d28af6d6","kind":"commit","published_at":"2023-06-17T21:30:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v7.0.1","sha":"f251b6899e313a9b23f3c8deb8b8b57217040892","kind":"commit","published_at":"2023-06-06T23:24:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.1","sha":"5b458dff9edf766446449acd1bbb8027a1e39fa5","kind":"commit","published_at":"2023-06-06T23:17:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1/manifests"},{"name":"gulp-conventional-changelog-v3.0.0","sha":"8ef6232797e5bf7c80422221374c53c03d5df36d","kind":"commit","published_at":"2023-06-06T22:50:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0/manifests"},{"name":"standard-changelog-v3.0.0","sha":"ea65f017b42b914ece780fd2fc799a6946912ed8","kind":"commit","published_at":"2023-06-06T22:42:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0/manifests"},{"name":"conventional-changelog-cli-v3.0.0","sha":"f00f4549cee9406054b77057a8135183fcd89710","kind":"commit","published_at":"2023-06-06T22:29:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0/manifests"},{"name":"conventional-changelog-v4.0.0","sha":"1a240f91ed584ed43e7f9c82235ca60eff0f4fa5","kind":"commit","published_at":"2023-06-06T19:50:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-core-v5.0.0","sha":"8507f601486c8ff6806156c50091262dee13ec54","kind":"commit","published_at":"2023-06-06T19:23:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v7.0.0","sha":"e1662ca7a6c688d28a334282a5e863f52866f3e8","kind":"commit","published_at":"2023-06-06T18:39:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v3.0.0","sha":"5d80d155425147a0b045af09536e5962cbfff620","kind":"commit","published_at":"2023-06-06T15:08:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.0.0","sha":"a30fc7ae219cf871b46cbe9d2c76a9730b70e272","kind":"commit","published_at":"2023-06-06T14:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v6.0.0","sha":"aa5d46c7b13b7b31f78af4b3c31c087c39eea41d","kind":"commit","published_at":"2023-06-06T14:46:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0/manifests"},{"name":"conventional-commits-filter-v3.0.0","sha":"502a73fe41aebb7b563c5ca69521e0b1bab904df","kind":"commit","published_at":"2023-06-06T14:32:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0/manifests"},{"name":"conventional-commits-parser-v4.0.0","sha":"9f7fe891e75c64937c28baa39a6c795a01603ab7","kind":"commit","published_at":"2023-06-06T14:24:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0/manifests"},{"name":"git-raw-commits-v3.0.0","sha":"571f2d549f10744a12ab3bc5dc5e0b749cb72667","kind":"commit","published_at":"2023-06-06T14:16:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0/manifests"},{"name":"git-semver-tags-v5.0.0","sha":"445c796d04105d10dd62d07039bc6a7fc9f263a5","kind":"commit","published_at":"2023-06-06T13:51:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0/manifests"},{"name":"conventional-changelog-atom-v3.0.0","sha":"208787aa2f5db8de1c2d43c56d71e6dfb9510781","kind":"commit","published_at":"2023-06-06T13:43:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0/manifests"},{"name":"conventional-changelog-angular-v6.0.0","sha":"c4ebf98acc15f37154aae5de53a225e896c4a157","kind":"commit","published_at":"2023-06-06T13:36:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0/manifests"},{"name":"conventional-changelog-codemirror-v3.0.0","sha":"0772453bee083917a05b9696d063ee3dc69957f9","kind":"commit","published_at":"2023-06-06T13:25:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0/manifests"},{"name":"conventional-changelog-ember-v3.0.0","sha":"e473d0c8af7c0cf8a54f775556796f50f3e695c2","kind":"commit","published_at":"2023-06-06T13:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0/manifests"},{"name":"conventional-changelog-eslint-v4.0.0","sha":"b3b896bc5b9e3ed65dcfc08c57967a252f37cfd1","kind":"commit","published_at":"2023-06-06T12:56:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0/manifests"},{"name":"conventional-changelog-express-v3.0.0","sha":"5594385d1dd2490b0fb508a60b6f30e8be6616ce","kind":"commit","published_at":"2023-06-06T12:37:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0/manifests"},{"name":"conventional-changelog-jquery-v4.0.0","sha":"51a3015a907b2cea900114359c36ce0e9664b72d","kind":"commit","published_at":"2023-06-06T12:17:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0/manifests"},{"name":"conventional-changelog-jshint-v3.0.0","sha":"281e5f883476e90b75cae4373a67436c86e94f6a","kind":"commit","published_at":"2023-06-06T12:02:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v5.0.0","sha":"ba6df7cf62de5f448368bed4398f6ddf633d2cbd","kind":"commit","published_at":"2022-05-27T18:02:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0/manifests"},{"name":"conventional-changelog-writer-v5.0.1","sha":"21b73f974adc4490a318d9c892055655cb82c538","kind":"commit","published_at":"2021-12-29T21:36:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.3","sha":"02757d342290bcf51a49d49e5e72f5eae6c6f6da","kind":"commit","published_at":"2021-12-29T19:52:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3/manifests"},{"name":"conventional-commits-parser-v3.2.4","sha":"1d0f62d4ac4911ef0d912d5401f783b152cee624","kind":"commit","published_at":"2021-12-29T19:46:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4/manifests"},{"name":"git-raw-commits-v2.0.11","sha":"95384dbd105ffe4f86bbc6ccad3e5405a1cbfe04","kind":"commit","published_at":"2021-12-29T19:39:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.2","sha":"1827696185192a8dd258ea7c3370090238b0fb76","kind":"commit","published_at":"2021-12-25T18:06:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2/manifests"},{"name":"conventional-changelog-cli-v2.2.2","sha":"8ce6a7bbd3fae87aa9d56fca68c2e16fbb2cace5","kind":"commit","published_at":"2021-12-25T17:22:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2/manifests"},{"name":"conventional-changelog-v3.1.25","sha":"8e9c3d76aaffd7fe67a78270b3ad9b881e953e7e","kind":"commit","published_at":"2021-12-24T18:50:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25/manifests"},{"name":"conventional-commits-parser-v3.2.3","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3/manifests"},{"name":"conventional-changelog-cli-v2.2.1","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.1","sha":"c35708d56a55e31b750aec1f745e5be52f0a75f2","kind":"commit","published_at":"2021-09-09T19:06:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1/manifests"},{"name":"conventional-commits-parser-v3.2.2","sha":"1bae48ff85eff0736ea6691b7214f3fc9c026256","kind":"commit","published_at":"2021-09-09T14:45:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2/manifests"},{"name":"conventional-changelog-core-v4.2.4","sha":"02fbc2d42d0faf53d4b7a2b0525626088a6ac8ba","kind":"commit","published_at":"2021-09-09T14:37:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4/manifests"},{"name":"conventional-changelog-angular-v5.0.13","sha":"e30343b4676d26b416080294dc74ebba001c0716","kind":"commit","published_at":"2021-09-09T14:31:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v5.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13/manifests"},{"name":"conventional-changelog-core-v4.2.3","sha":"318b555b6ef3aebdb5a8d4c7c734fd7234712dd3","kind":"commit","published_at":"2021-07-03T00:24:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.0","sha":"537c37d7801872c3e57e4200c64154a4d2ea042a","kind":"commit","published_at":"2021-04-30T00:15:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0/manifests"},{"name":"conventional-commits-parser-v3.2.1","sha":"758dda2937b6784f0cc6a535286862fcf95b6f06","kind":"commit","published_at":"2021-02-15T21:32:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1/manifests"},{"name":"git-raw-commits-v2.0.10","sha":"ffecaccb6e117afae9f68f1d48ff9a69554da950","kind":"commit","published_at":"2021-01-27T16:36:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10/manifests"},{"name":"conventional-changelog-writer-v5.0.0","sha":"61ef6491add84b841e1797baf09f62bbdd90dcd4","kind":"commit","published_at":"2020-12-30T22:40:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v6.1.0","sha":"3b0fb22b0bb49137b9ecddaeb349f66025205c57","kind":"commit","published_at":"2020-12-30T16:58:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0/manifests"},{"name":"conventional-changelog-core-v4.2.2","sha":"317eeb3137caff69bcc9a67fce3dc67663a010db","kind":"commit","published_at":"2020-12-30T00:53:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2/manifests"},{"name":"conventional-recommended-bump-v6.0.12","sha":"90ecc5d93bfd7626857eda5d240f92393d896be0","kind":"commit","published_at":"2020-12-30T00:43:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12/manifests"},{"name":"git-raw-commits-v2.0.9","sha":"227f3e23af86912c0cd64fdb1a820ac92e5757c5","kind":"commit","published_at":"2020-12-29T23:59:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9/manifests"},{"name":"conventional-changelog-writer-v4.1.0","sha":"77725cfb12ca3ca22abb9421b4af012a49207e7a","kind":"commit","published_at":"2020-12-29T23:41:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0/manifests"},{"name":"conventional-changelog-atom@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8/manifests"},{"name":"conventional-changelog-angular@5.0.12","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12/manifests"},{"name":"conventional-changelog@3.1.24","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24/manifests"},{"name":"git-raw-commits@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8/manifests"},{"name":"standard-changelog@2.0.27","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27/manifests"},{"name":"gulp-conventional-changelog@2.0.35","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35/manifests"},{"name":"git-semver-tags@4.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1/manifests"},{"name":"conventional-recommended-bump@6.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11/manifests"},{"name":"conventional-commits-parser@3.2.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0/manifests"},{"name":"conventional-commits-filter@2.0.7","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7/manifests"},{"name":"conventional-changelog-writer@4.0.18","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18/manifests"},{"name":"conventional-changelog-jshint@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9/manifests"},{"name":"conventional-changelog-jquery@3.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11/manifests"},{"name":"conventional-changelog-express@2.0.6","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9/manifests"},{"name":"conventional-changelog-ember@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9/manifests"},{"name":"conventional-changelog-core@4.2.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.5.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1/manifests"},{"name":"conventional-changelog-v3.1.24","sha":"f8fcbc2e8b0834c29178ace6382b438a020ad828","kind":"commit","published_at":"2020-10-25T02:45:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24/manifests"},{"name":"conventional-recommended-bump@6.0.10","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10/manifests"},{"name":"standard-changelog@2.0.26","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26/manifests"},{"name":"gulp-conventional-changelog@2.0.34","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34/manifests"},{"name":"git-semver-tags@4.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0/manifests"},{"name":"conventional-changelog-core@4.2.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.4.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0/manifests"},{"name":"conventional-changelog-cli@2.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0/manifests"},{"name":"conventional-changelog@3.1.23","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23/manifests"},{"name":"standard-changelog@2.0.25","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25/manifests"},{"name":"conventional-changelog-writer@4.0.17","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17/manifests"},{"name":"conventional-changelog-jshint@2.0.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8/manifests"},{"name":"conventional-changelog-core@4.1.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8/manifests"},{"name":"conventional-changelog@3.1.22","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22/manifests"},{"name":"conventional-changelog-angular@5.0.11","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.35","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35/manifests"},{"name":"gulp-conventional-changelog@2.0.33","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.1","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1/manifests"},{"name":"conventional-changelog-core@4.1.7","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7/manifests"},{"name":"conventional-changelog@3.1.21","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21/manifests"},{"name":"conventional-changelog-writer@4.0.16","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.34","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34/manifests"},{"name":"standard-changelog@2.0.24","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24/manifests"},{"name":"gulp-conventional-changelog@2.0.32","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32/manifests"},{"name":"git-semver-tags@4.0.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.3.4","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4/manifests"},{"name":"standard-changelog@2.0.23","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23/manifests"},{"name":"gulp-conventional-changelog@2.0.31","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31/manifests"},{"name":"conventional-changelog-eslint@3.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.15","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10/manifests"},{"name":"conventional-changelog@3.1.20","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20/manifests"},{"name":"conventional-changelog-atom@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7/manifests"},{"name":"conventional-changelog-cli@2.0.33","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33/manifests"},{"name":"conventional-changelog-codemirror@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0/manifests"},{"name":"conventional-changelog-core@4.1.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6/manifests"},{"name":"conventional-changelog-ember@2.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8/manifests"},{"name":"conventional-commits-filter@2.0.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6/manifests"},{"name":"conventional-commits-parser@3.1.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.9","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9/manifests"},{"name":"git-raw-commits@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7/manifests"},{"name":"conventional-changelog-express@2.0.5","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10/manifests"},{"name":"conventional-changelog-jshint@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7/manifests"},{"name":"conventional-changelog-preset-loader-v2.3.2","sha":"9f6c56cb960a5043823cfb85b9843991201cbb51","kind":"commit","published_at":"2020-05-08T19:21:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v2.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2/manifests"},{"name":"conventional-changelog-core@4.1.5","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5/manifests"},{"name":"gulp-conventional-changelog@2.0.30","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30/manifests"},{"name":"standard-changelog@2.0.22","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22/manifests"},{"name":"conventional-changelog@3.1.19","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19/manifests"},{"name":"conventional-changelog-cli@2.0.32","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32/manifests"},{"name":"conventional-changelog-cli@2.0.31","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31/manifests"},{"name":"standard-changelog@2.0.21","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21/manifests"},{"name":"gulp-conventional-changelog@2.0.29","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29/manifests"},{"name":"conventional-changelog-core@4.1.4","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4/manifests"},{"name":"conventional-changelog@3.1.18","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18/manifests"},{"name":"conventional-changelog@3.1.17","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17/manifests"},{"name":"standard-changelog@2.0.20","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20/manifests"},{"name":"gulp-conventional-changelog@2.0.28","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28/manifests"},{"name":"conventional-changelog-core@4.1.3","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.30","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30/manifests"},{"name":"conventional-changelog-cli@2.0.29","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29/manifests"},{"name":"standard-changelog@2.0.19","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19/manifests"},{"name":"gulp-conventional-changelog@2.0.27","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27/manifests"},{"name":"conventional-changelog-core@4.1.2","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2/manifests"},{"name":"conventional-changelog@3.1.16","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16/manifests"},{"name":"conventional-changelog-cli@2.0.28","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28/manifests"},{"name":"standard-changelog@2.0.18","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18/manifests"},{"name":"gulp-conventional-changelog@2.0.26","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26/manifests"},{"name":"git-semver-tags@3.0.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1/manifests"},{"name":"git-raw-commits@2.0.3","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3/manifests"},{"name":"conventional-recommended-bump@6.0.5","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5/manifests"},{"name":"conventional-commits-parser@3.0.8","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.11","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11/manifests"},{"name":"conventional-changelog-core@4.1.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1/manifests"},{"name":"conventional-changelog@3.1.15","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15/manifests"},{"name":"gulp-conventional-changelog@2.0.25","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25/manifests"},{"name":"conventional-changelog@3.1.14","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14/manifests"},{"name":"conventional-changelog-angular@5.0.6","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6/manifests"},{"name":"conventional-changelog-cli@2.0.27","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.3","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3/manifests"},{"name":"conventional-changelog-core@4.1.0","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0/manifests"},{"name":"conventional-commits-parser@3.0.7","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7/manifests"},{"name":"conventional-recommended-bump@6.0.4","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4/manifests"},{"name":"standard-changelog@2.0.17","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17/manifests"},{"name":"conventional-changelog-cli@2.0.26","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.2","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2/manifests"},{"name":"conventional-changelog-core@4.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3/manifests"},{"name":"conventional-commits-parser@3.0.6","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6/manifests"},{"name":"conventional-recommended-bump@6.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.24","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24/manifests"},{"name":"standard-changelog@2.0.16","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16/manifests"},{"name":"conventional-changelog-writer@4.0.10","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10/manifests"},{"name":"conventional-changelog-preset-loader@2.3.0","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0/manifests"},{"name":"conventional-changelog@3.1.13","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13/manifests"},{"name":"conventional-changelog-jshint@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.9","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9/manifests"},{"name":"conventional-commits-parser@3.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5/manifests"},{"name":"conventional-changelog@3.1.12","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12/manifests"},{"name":"conventional-recommended-bump@6.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.23","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23/manifests"},{"name":"standard-changelog@2.0.15","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5/manifests"},{"name":"conventional-changelog-atom@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.25","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25/manifests"},{"name":"conventional-changelog-codemirror@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.1","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1/manifests"},{"name":"conventional-changelog-core@4.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2/manifests"},{"name":"conventional-changelog-ember@2.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4/manifests"},{"name":"conventional-changelog-eslint@3.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.6","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6/manifests"},{"name":"standard-changelog@2.0.14","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14/manifests"},{"name":"gulp-conventional-changelog@2.0.22","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22/manifests"},{"name":"conventional-recommended-bump@6.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1/manifests"},{"name":"conventional-commits-parser@3.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4/manifests"},{"name":"conventional-changelog-writer@4.0.8","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8/manifests"},{"name":"conventional-changelog-jshint@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.5","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5/manifests"},{"name":"conventional-changelog-eslint@3.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3/manifests"},{"name":"conventional-changelog-ember@2.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3/manifests"},{"name":"conventional-changelog-core@4.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.0","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.24","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24/manifests"},{"name":"conventional-changelog-atom@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4/manifests"},{"name":"conventional-changelog@3.1.11","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11/manifests"},{"name":"conventional-changelog-preset-loader@2.2.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0/manifests"},{"name":"standard-changelog@2.0.13","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13/manifests"},{"name":"gulp-conventional-changelog@2.0.21","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21/manifests"},{"name":"git-semver-tags@3.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0/manifests"},{"name":"conventional-recommended-bump@6.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.7","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7/manifests"},{"name":"conventional-changelog@3.1.10","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10/manifests"},{"name":"conventional-changelog-cli@2.0.23","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23/manifests"},{"name":"conventional-changelog-conventionalcommits@4.1.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0/manifests"},{"name":"conventional-changelog-core@4.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.1","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.0.0","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0/manifests"},{"name":"conventional-changelog-core@3.2.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3/manifests"},{"name":"conventional-changelog-writer@4.0.6","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6/manifests"},{"name":"conventional-commits-parser@3.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3/manifests"},{"name":"conventional-changelog@3.1.9","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9/manifests"},{"name":"standard-changelog@2.0.12","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.20","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20/manifests"},{"name":"git-semver-tags@2.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.22","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22/manifests"},{"name":"standard-changelog@2.0.11","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11/manifests"},{"name":"conventional-changelog@3.1.8","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8/manifests"},{"name":"conventional-changelog-cli@2.0.21","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.2","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.19","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19/manifests"},{"name":"conventional-changelog@3.1.7","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7/manifests"},{"name":"conventional-changelog-cli@2.0.20","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.1","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.18","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18/manifests"},{"name":"conventional-changelog-cli@2.0.19","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.17","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17/manifests"},{"name":"conventional-changelog@3.1.6","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6/manifests"},{"name":"conventional-changelog@3.1.5","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5/manifests"},{"name":"conventional-changelog-conventionalcommits@2.0.0","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.16","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.18","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.2","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.17","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17/manifests"},{"name":"conventional-changelog@3.1.4","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.15","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15/manifests"},{"name":"conventional-changelog-writer@4.0.5","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5/manifests"},{"name":"standard-changelog@2.0.10","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10/manifests"},{"name":"gulp-conventional-changelog@2.0.14","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14/manifests"},{"name":"conventional-changelog@3.1.3","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3/manifests"},{"name":"conventional-changelog-core@3.2.2","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2/manifests"},{"name":"conventional-changelog-cli@2.0.16","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.15","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15/manifests"},{"name":"standard-changelog@2.0.9","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.1.2","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2/manifests"},{"name":"conventional-changelog-core@3.2.1","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1/manifests"},{"name":"gulp-conventional-changelog@2.0.13","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13/manifests"},{"name":"conventional-changelog@3.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1/manifests"},{"name":"gulp-conventional-changelog@2.0.12","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12/manifests"},{"name":"conventional-recommended-bump@4.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1/manifests"},{"name":"conventional-changelog-preset-loader@2.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.14","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14/manifests"},{"name":"conventional-changelog-preset-loader@2.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0/manifests"},{"name":"conventional-changelog-writer@4.0.4","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4/manifests"},{"name":"conventional-commits-filter@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2/manifests"},{"name":"conventional-commits-parser@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2/manifests"},{"name":"conventional-recommended-bump@4.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0/manifests"},{"name":"gulp-conventional-changelog@2.0.11","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11/manifests"},{"name":"standard-changelog@2.0.8","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8/manifests"},{"name":"git-raw-commits@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2/manifests"},{"name":"conventional-changelog@3.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0/manifests"},{"name":"conventional-changelog-cli@2.0.13","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0/manifests"},{"name":"conventional-changelog-core@3.2.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0/manifests"},{"name":"conventional-changelog-eslint@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2/manifests"},{"name":"standard-changelog@2.0.7","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6/manifests"},{"name":"conventional-changelog-angular@5.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.12","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.10","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10/manifests"},{"name":"conventional-changelog-writer@4.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3/manifests"},{"name":"conventional-changelog-core@3.1.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6/manifests"},{"name":"conventional-recommended-bump@4.0.4","sha":"da729f68f9dc581623deb587c705ef65d189a9f4","kind":"tag","published_at":"2018-11-01T06:56:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4/manifests"},{"name":"standard-changelog@2.0.6","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6/manifests"},{"name":"conventional-changelog-core@3.1.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5/manifests"},{"name":"conventional-changelog-writer@4.0.2","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.9","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.0.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.11","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.10","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10/manifests"},{"name":"conventional-changelog-core@3.1.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.8","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8/manifests"},{"name":"conventional-changelog@3.0.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4/manifests"},{"name":"git-semver-tags@2.0.2","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.3","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3/manifests"},{"name":"standard-changelog@2.0.5","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5/manifests"},{"name":"standard-changelog@2.0.4","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.7","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3/manifests"},{"name":"conventional-changelog-core@3.1.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.9","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9/manifests"},{"name":"standard-changelog@2.0.3","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.8","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8/manifests"},{"name":"conventional-changelog-core@3.1.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2/manifests"},{"name":"gulp-conventional-changelog@2.0.6","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6/manifests"},{"name":"conventional-changelog@3.0.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.5","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.7","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7/manifests"},{"name":"conventional-changelog@3.0.1","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1/manifests"},{"name":"standard-changelog@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4/manifests"},{"name":"git-semver-tags@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1/manifests"},{"name":"git-raw-commits@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2/manifests"},{"name":"conventional-commits-parser@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1/manifests"},{"name":"conventional-commits-filter@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1/manifests"},{"name":"conventional-changelog-writer@4.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1/manifests"},{"name":"conventional-changelog-preset-loader@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4/manifests"},{"name":"conventional-changelog-express@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1/manifests"},{"name":"conventional-changelog-eslint@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2/manifests"},{"name":"conventional-changelog-core@3.1.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1/manifests"},{"name":"conventional-changelog-codemirror@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.6","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6/manifests"},{"name":"conventional-changelog-atom@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1/manifests"},{"name":"conventional-changelog-angular@5.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2/manifests"},{"name":"conventional-changelog@3.0.0","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.5","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.3","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.2","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.4","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3/manifests"},{"name":"standard-changelog@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3/manifests"},{"name":"conventional-changelog-core@3.1.0","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0/manifests"},{"name":"conventional-changelog-ember@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1/manifests"},{"name":"conventional-changelog-jquery@3.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1/manifests"},{"name":"conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0/manifests"},{"name":"conventional-recommended-bump@4.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0/manifests"},{"name":"conventional-changelog-jquery@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0/manifests"},{"name":"conventional-changelog-express@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0/manifests"},{"name":"conventional-changelog-eslint@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0/manifests"},{"name":"conventional-changelog-ember@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1/manifests"},{"name":"conventional-changelog-atom@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1/manifests"},{"name":"conventional-changelog-angular@4.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1/manifests"},{"name":"conventional-changelog-jquery@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0/manifests"},{"name":"conventional-changelog-jshint@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0/manifests"},{"name":"standard-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0/manifests"},{"name":"conventional-recommended-bump@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0/manifests"},{"name":"conventional-commits-parser@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0/manifests"},{"name":"conventional-commits-filter@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0/manifests"},{"name":"conventional-changelog-ember@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0/manifests"},{"name":"conventional-changelog-express@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0/manifests"},{"name":"git-semver-tags@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0/manifests"},{"name":"git-raw-commits@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0/manifests"},{"name":"conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-angular@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0/manifests"},{"name":"conventional-changelog-atom@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0/manifests"},{"name":"conventional-changelog-core@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0/manifests"},{"name":"conventional-changelog-eslint@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-core@2.0.11","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11/manifests"},{"name":"conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-cli@1.3.22","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22/manifests"},{"name":"conventional-changelog-ember@0.3.12","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12/manifests"},{"name":"conventional-recommended-bump@2.0.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9/manifests"},{"name":"conventional-changelog-angular@3.0.7","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7/manifests"},{"name":"gulp-conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24/manifests"},{"name":"standard-changelog@1.0.19","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19/manifests"},{"name":"conventional-changelog-jquery@1.3.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9/manifests"},{"name":"conventional-changelog-angular@3.0.6","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6/manifests"},{"name":"standard-changelog@1.0.18","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18/manifests"},{"name":"gulp-conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-writer@3.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9/manifests"},{"name":"conventional-changelog-jshint@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8/manifests"},{"name":"conventional-changelog-jquery@1.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8/manifests"},{"name":"conventional-changelog-eslint@1.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9/manifests"},{"name":"conventional-changelog-ember@0.3.11","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11/manifests"},{"name":"conventional-changelog-core@2.0.10","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10/manifests"},{"name":"conventional-changelog-codemirror@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8/manifests"},{"name":"conventional-changelog-cli@1.3.21","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21/manifests"},{"name":"conventional-changelog-atom@0.2.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8/manifests"},{"name":"conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23/manifests"},{"name":"gulp-conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-core@2.0.9","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9/manifests"},{"name":"conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-cli@1.3.20","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20/manifests"},{"name":"conventional-changelog-writer@3.0.8","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8/manifests"},{"name":"standard-changelog@1.0.17","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17/manifests"},{"name":"conventional-changelog-angular@3.0.5","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.10","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10/manifests"},{"name":"conventional-changelog-cli@1.3.19","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19/manifests"},{"name":"conventional-changelog-angular@3.0.4","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4/manifests"},{"name":"conventional-changelog-atom@0.2.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7/manifests"},{"name":"conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-core@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.9","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9/manifests"},{"name":"conventional-changelog-eslint@1.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8/manifests"},{"name":"conventional-changelog-express@0.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6/manifests"},{"name":"conventional-changelog-jquery@1.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7/manifests"},{"name":"conventional-changelog-preset-loader@1.1.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8/manifests"},{"name":"conventional-changelog-writer@3.0.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7/manifests"},{"name":"conventional-commits-parser@2.1.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7/manifests"},{"name":"conventional-recommended-bump@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8/manifests"},{"name":"git-raw-commits@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6/manifests"},{"name":"git-semver-tags@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21/manifests"},{"name":"standard-changelog@1.0.16","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16/manifests"},{"name":"conventional-changelog-codemirror@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6/manifests"},{"name":"conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-core@2.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7/manifests"},{"name":"conventional-changelog-codemirror@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6/manifests"},{"name":"conventional-changelog-cli@1.3.18","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18/manifests"},{"name":"conventional-changelog-ember@0.3.8","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8/manifests"},{"name":"conventional-changelog-writer@3.0.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6/manifests"},{"name":"conventional-changelog-atom@0.2.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6/manifests"},{"name":"conventional-changelog-eslint@1.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7/manifests"},{"name":"standard-changelog@1.0.15","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15/manifests"},{"name":"conventional-changelog-angular@3.0.3","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3/manifests"},{"name":"conventional-changelog-jquery@1.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-angular@3.0.2","sha":"1cc079df803f58b52c8aa997fff43e9c162266e7","kind":"tag","published_at":"2018-03-22T14:14:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2/manifests"},{"name":"conventional-changelog-ember@0.3.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7/manifests"},{"name":"standard-changelog@1.0.14","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14/manifests"},{"name":"gulp-conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19/manifests"},{"name":"git-semver-tags@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5/manifests"},{"name":"git-raw-commits@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7/manifests"},{"name":"conventional-commits-parser@2.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6/manifests"},{"name":"conventional-commits-filter@1.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5/manifests"},{"name":"conventional-changelog-preset-loader@1.1.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7/manifests"},{"name":"conventional-changelog-jshint@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5/manifests"},{"name":"conventional-changelog-jquery@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5/manifests"},{"name":"conventional-changelog-express@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6/manifests"},{"name":"conventional-changelog-core@2.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5/manifests"},{"name":"conventional-changelog-cli@1.3.17","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17/manifests"},{"name":"conventional-changelog-atom@0.2.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5/manifests"},{"name":"conventional-changelog-angular@3.0.1","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1/manifests"},{"name":"conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19/manifests"},{"name":"conventional-changelog-angular@3.0.0","sha":"49997aaba373502e5b38bd366846934641e95799","kind":"tag","published_at":"2018-03-22T13:45:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.16","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16/manifests"},{"name":"conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18/manifests"},{"name":"gulp-conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-eslint@1.0.5","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5/manifests"},{"name":"conventional-changelog-cli@1.3.15","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15/manifests"},{"name":"conventional-changelog-codemirror@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4/manifests"},{"name":"conventional-changelog-express@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4/manifests"},{"name":"conventional-changelog-jquery@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4/manifests"},{"name":"conventional-changelog-jshint@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4/manifests"},{"name":"conventional-commits-filter@1.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5/manifests"},{"name":"conventional-commits-parser@2.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5/manifests"},{"name":"conventional-recommended-bump@2.0.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6/manifests"},{"name":"standard-changelog@1.0.13","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13/manifests"},{"name":"gulp-conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17/manifests"},{"name":"git-semver-tags@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4/manifests"},{"name":"git-raw-commits@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4/manifests"},{"name":"conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17/manifests"},{"name":"conventional-changelog-angular@1.6.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6/manifests"},{"name":"conventional-changelog-atom@0.2.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4/manifests"},{"name":"gulp-conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog-angular@1.6.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5/manifests"},{"name":"conventional-changelog-atom@0.2.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3/manifests"},{"name":"conventional-changelog-cli@1.3.14","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14/manifests"},{"name":"conventional-changelog-codemirror@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4/manifests"},{"name":"conventional-changelog-ember@0.3.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3/manifests"},{"name":"conventional-changelog-express@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3/manifests"},{"name":"conventional-changelog-jshint@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5/manifests"},{"name":"conventional-changelog-writer@3.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3/manifests"},{"name":"conventional-commits-filter@1.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4/manifests"},{"name":"conventional-commits-parser@2.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4/manifests"},{"name":"conventional-recommended-bump@2.0.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5/manifests"},{"name":"git-raw-commits@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3/manifests"},{"name":"git-semver-tags@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3/manifests"},{"name":"standard-changelog@1.0.12","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12/manifests"},{"name":"conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15/manifests"},{"name":"gulp-conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15/manifests"},{"name":"conventional-recommended-bump@2.0.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4/manifests"},{"name":"conventional-changelog-cli@1.3.13","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13/manifests"},{"name":"conventional-changelog-preset-loader@1.1.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4/manifests"},{"name":"git-raw-commits@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2/manifests"},{"name":"standard-changelog@1.0.11","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11/manifests"},{"name":"conventional-recommended-bump@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3/manifests"},{"name":"gulp-conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14/manifests"},{"name":"git-semver-tags@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2/manifests"},{"name":"conventional-changelog-eslint@1.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2/manifests"},{"name":"conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14/manifests"},{"name":"conventional-changelog-angular@1.6.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4/manifests"},{"name":"conventional-changelog-atom@0.2.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2/manifests"},{"name":"conventional-changelog-cli@1.3.12","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12/manifests"},{"name":"conventional-changelog-codemirror@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2/manifests"},{"name":"conventional-changelog-core@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.3.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4/manifests"},{"name":"conventional-changelog-express@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2/manifests"},{"name":"conventional-changelog-jquery@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2/manifests"},{"name":"conventional-changelog-jshint@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3/manifests"},{"name":"conventional-commits-filter@1.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3/manifests"},{"name":"conventional-changelog-writer@3.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13/manifests"},{"name":"standard-changelog@1.0.10","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10/manifests"},{"name":"git-raw-commits@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1/manifests"},{"name":"conventional-commits-parser@2.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2/manifests"},{"name":"conventional-changelog-writer@3.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1/manifests"},{"name":"conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13/manifests"},{"name":"conventional-commits-filter@1.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2/manifests"},{"name":"conventional-recommended-bump@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2/manifests"},{"name":"git-semver-tags@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1/manifests"},{"name":"conventional-changelog-core@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2/manifests"},{"name":"conventional-changelog-codemirror@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1/manifests"},{"name":"conventional-changelog-angular@1.6.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3/manifests"},{"name":"conventional-changelog-cli@1.3.11","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11/manifests"},{"name":"conventional-changelog-atom@0.2.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1/manifests"},{"name":"conventional-changelog-ember@0.3.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1/manifests"},{"name":"conventional-changelog-express@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3/manifests"},{"name":"conventional-changelog-jshint@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1/manifests"},{"name":"conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12/manifests"},{"name":"gulp-conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12/manifests"},{"name":"conventional-changelog-cli@1.3.10","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10/manifests"},{"name":"conventional-recommended-bump@2.0.1","sha":"a4f0aa902d3e966fe6d6b1d46f2130838524cfbf","kind":"tag","published_at":"2018-02-12T14:54:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1/manifests"},{"name":"conventional-recommended-bump@2.0.0","sha":"9885d205ed96338575335652d006f475408e1195","kind":"tag","published_at":"2018-02-12T14:30:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0/manifests"},{"name":"conventional-changelog-preset-loader@1.1.2","sha":"a450d974237d440009ec3fb4c63974cf066e8f79","kind":"tag","published_at":"2018-02-12T04:07:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.1","sha":"5af1f00dcc4e1f9c3299bc7feb322a88b711f042","kind":"tag","published_at":"2018-02-09T04:17:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.0","sha":"c3eb36dbc52f383df6f3dcf3a3870b01ceee0b8b","kind":"tag","published_at":"2018-02-08T14:46:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0/manifests"},{"name":"conventional-changelog-ember@0.3.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1/manifests"},{"name":"conventional-changelog-angular@1.6.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2/manifests"},{"name":"gulp-conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11/manifests"},{"name":"standard-changelog@1.0.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9/manifests"},{"name":"conventional-recommended-bump@1.2.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1/manifests"},{"name":"conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11/manifests"},{"name":"conventional-changelog-cli@1.3.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9/manifests"},{"name":"conventional-changelog-core@2.0.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1/manifests"},{"name":"gulp-conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10/manifests"},{"name":"standard-changelog@1.0.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8/manifests"},{"name":"git-semver-tags@1.3.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.2.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0/manifests"},{"name":"conventional-changelog-writer@3.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0/manifests"},{"name":"conventional-changelog-eslint@1.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.3.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1/manifests"},{"name":"conventional-changelog-core@2.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8/manifests"},{"name":"conventional-changelog-angular@1.6.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1/manifests"},{"name":"conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10/manifests"},{"name":"conventional-changelog-core@1.9.5","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5/manifests"},{"name":"conventional-changelog-ember@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0/manifests"},{"name":"conventional-changelog-eslint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0/manifests"},{"name":"conventional-changelog-cli@1.3.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7/manifests"},{"name":"conventional-changelog-express@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0/manifests"},{"name":"conventional-changelog-jquery@1.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0/manifests"},{"name":"conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-jshint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0/manifests"},{"name":"gulp-conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9/manifests"},{"name":"standard-changelog@1.0.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7/manifests"},{"name":"conventional-changelog-angular@1.6.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0/manifests"},{"name":"conventional-changelog-codemirror@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0/manifests"},{"name":"conventional-changelog-atom@0.2.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0/manifests"},{"name":"conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8/manifests"},{"name":"standard-changelog@1.0.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6/manifests"},{"name":"gulp-conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8/manifests"},{"name":"conventional-recommended-bump@1.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0/manifests"},{"name":"conventional-commits-parser@2.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0/manifests"},{"name":"conventional-commits-filter@1.1.1","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1/manifests"},{"name":"conventional-changelog-writer@2.0.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.2.10","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10/manifests"},{"name":"conventional-changelog-core@1.9.4","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4/manifests"},{"name":"conventional-changelog-cli@1.3.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6/manifests"},{"name":"conventional-changelog-angular@1.5.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3/manifests"},{"name":"conventional-changelog-ember@0.2.9","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9/manifests"},{"name":"standard-changelog@1.0.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5/manifests"},{"name":"gulp-conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7/manifests"},{"name":"git-semver-tags@1.2.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3/manifests"},{"name":"git-raw-commits@1.3.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.0.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3/manifests"},{"name":"conventional-commits-parser@2.0.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1/manifests"},{"name":"conventional-commits-filter@1.1.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0/manifests"},{"name":"conventional-changelog-writer@2.0.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2/manifests"},{"name":"conventional-changelog-jshint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1/manifests"},{"name":"conventional-changelog-jquery@1.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1/manifests"},{"name":"conventional-changelog-express@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1/manifests"},{"name":"conventional-changelog-eslint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1/manifests"},{"name":"conventional-changelog-core@1.9.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3/manifests"},{"name":"conventional-changelog-codemirror@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1/manifests"},{"name":"conventional-changelog-cli@1.3.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5/manifests"},{"name":"conventional-changelog-atom@0.1.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2/manifests"},{"name":"conventional-changelog-angular@1.5.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2/manifests"},{"name":"conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7/manifests"},{"name":"@marionebl/conventional-commits-parser@3.0.0","sha":"edf4068ce4c3ea6ac5b61323473ab655be5eb895","kind":"tag","published_at":"2017-11-01T07:09:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/@marionebl/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/@marionebl/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4/manifests"},{"name":"git-semver-tags@1.2.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2/manifests"},{"name":"conventional-recommended-bump@1.0.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-ember@0.2.8","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8/manifests"},{"name":"conventional-changelog-core@1.9.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2/manifests"},{"name":"standard-changelog@1.0.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4/manifests"},{"name":"conventional-changelog-angular@1.5.1","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1/manifests"},{"name":"conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6/manifests"},{"name":"standard-changelog@1.0.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3/manifests"},{"name":"conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-angular@1.5.0","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0/manifests"},{"name":"conventional-changelog-cli@1.3.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3/manifests"},{"name":"gulp-conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-writer@2.0.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1/manifests"},{"name":"conventional-changelog-core@1.9.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1/manifests"},{"name":"conventional-changelog-ember@0.2.7","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7/manifests"},{"name":"git-semver-tags@1.2.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1/manifests"},{"name":"conventional-changelog-jshint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0/manifests"},{"name":"conventional-changelog-jquery@1.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0/manifests"},{"name":"conventional-changelog-express@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0/manifests"},{"name":"conventional-changelog-eslint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0/manifests"},{"name":"conventional-commits-parser@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0/manifests"},{"name":"conventional-changelog-writer@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1/manifests"},{"name":"conventional-changelog-core@1.9.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0/manifests"},{"name":"conventional-changelog-codemirror@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0/manifests"},{"name":"conventional-changelog-cli@1.3.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2/manifests"},{"name":"conventional-changelog-atom@0.1.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1/manifests"},{"name":"conventional-changelog-angular@1.4.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0/manifests"},{"name":"conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4/manifests"},{"name":"gulp-conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4/manifests"},{"name":"standard-changelog@1.0.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2/manifests"},{"name":"conventional-changelog-ember@0.2.6","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6/manifests"},{"name":"conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3/manifests"},{"name":"conventional-changelog-angular@1.3.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3/manifests"},{"name":"conventional-changelog-cli@1.3.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1/manifests"},{"name":"conventional-changelog-core@1.8.0","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.8.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0/manifests"},{"name":"conventional-changelog-ember@0.2.5","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5/manifests"},{"name":"gulp-conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3/manifests"},{"name":"standard-changelog@1.0.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1/manifests"},{"name":"git-semver-tags@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0/manifests"},{"name":"standard-changelog@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2/manifests"},{"name":"git-raw-commits@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0/manifests"},{"name":"conventional-recommended-bump@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.2.4","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4/manifests"},{"name":"conventional-changelog-core@1.7.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.7.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0/manifests"},{"name":"conventional-changelog-cli@1.3.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0/manifests"},{"name":"conventional-changelog-angular@1.3.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2/manifests"},{"name":"conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2/manifests"},{"name":"gulp-conventional-changelog@1.1.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"tag","published_at":"2017-03-10T05:35:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0/manifests"},{"name":"standard-changelog@0.0.2","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@0.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-ember@0.2.3","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3/manifests"},{"name":"conventional-changelog-core@1.6.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0/manifests"},{"name":"conventional-changelog-angular@1.3.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1/manifests"},{"name":"conventional-changelog-cli@1.2.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1/manifests"},{"name":"conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-cli@1.2.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:01:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0/manifests"},{"name":"conventional-changelog-core@1.5.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:00:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0/manifests"},{"name":"git-raw-commits@1.1.2","sha":"f5fe78b1f15791cb0499744bf278dff22b52732f","kind":"tag","published_at":"2017-03-09T07:37:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2/manifests"},{"name":"git-semver-tags@1.1.2","sha":"7be07c7c0f49572b1c0e9c98f004b599d8b5bb1a","kind":"tag","published_at":"2017-03-09T07:35:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2/manifests"},{"name":"v1.1.0","sha":"600d411569271467389c3cbe71f7f657980e89a1","kind":"tag","published_at":"2016-02-13T06:59:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"9591280a8d09220aced3383abe3bc7ecbb34b503","kind":"tag","published_at":"2016-02-13T06:37:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"beef421f56939190a4ca30c28788eda1b3f9480d","kind":"tag","published_at":"2016-02-05T13:49:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"c8e90ab7fddd0b98855913e73fc12f9dc9dc81b1","kind":"tag","published_at":"2016-02-05T12:59:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0/manifests"},{"name":"v0.5.3","sha":"d79ce243223260b153699b99de0503698546ea63","kind":"tag","published_at":"2015-12-25T05:07:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"9e7b771072a2680c6c335fcad38003aade53213e","kind":"tag","published_at":"2015-12-23T12:24:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"4bf7d8df29f7be29552b82ec2b7112fad0c39a3e","kind":"tag","published_at":"2015-10-20T09:52:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"5ca2204b472704543ebbc744a22f8f90ec659659","kind":"tag","published_at":"2015-09-30T08:49:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"e5f2f3bc675e2c7e5cc6aa0ed50da7941833e492","kind":"tag","published_at":"2015-09-04T03:16:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"7536a0b351cc4f2764e71cbc268a178ab595259d","kind":"tag","published_at":"2015-08-17T01:28:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"56fa3d92620a41a875b3337fa51d04d6df23b1a8","kind":"tag","published_at":"2015-08-15T12:34:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"eefec0ef598a92e78510ee8626fd9bbcdb1398e4","kind":"tag","published_at":"2015-08-15T11:19:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0/manifests"},{"name":"v0.3.2","sha":"74b99dca61eafd56ba93605016b086a1108e77fe","kind":"tag","published_at":"2015-08-13T03:12:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"a1aca9c31a45aded77962bd0defc32e503aec213","kind":"commit","published_at":"2015-08-11T06:23:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"b489672d27ff703337c540f0fbc43f6486a84d99","kind":"commit","published_at":"2015-08-09T03:27:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"12e3cd6b151353dbe7f584adabbe5dd8a28424db","kind":"commit","published_at":"2015-07-24T08:13:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"f437b457b5ea6c105535a360144000f8315db54d","kind":"commit","published_at":"2015-07-24T04:54:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0/manifests"},{"name":"v0.1.3","sha":"c8fa9d0b94f8ac07f162623e4b9e9e68aad82e62","kind":"commit","published_at":"2015-07-22T11:06:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"6ba5d6e4b90a154dbca6ec0f80c66ad5995cd770","kind":"commit","published_at":"2015-07-22T07:10:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c015f8762f70eff2be7b8d7fb82438689239d717","kind":"commit","published_at":"2015-07-20T07:55:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"7253d0fea773e3f7cc0a3fb8278c9da070df26ee","kind":"commit","published_at":"2015-07-20T07:12:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.3","sha":"0c9f1e89bfacec8e08bac8ef96d64e3abdbecda7","kind":"commit","published_at":"2015-07-17T11:02:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"fec1baf43b8c0156682d4014a4fd066bd24ad448","kind":"commit","published_at":"2015-07-17T06:23:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"a5ea0dfada48601b9e3fbec78dd37d70380a2db6","kind":"commit","published_at":"2015-07-15T08:03:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1/manifests"},{"name":"v0.1.0-alpha.3","sha":"9b6cc68a2c17c9671363fe7af5de7ebd3a06aaeb","kind":"commit","published_at":"2015-07-06T01:27:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3/manifests"},{"name":"v0.1.0-alpha.2","sha":"34b0f460c34ecc48af857d8ee5d7038970ba56fb","kind":"commit","published_at":"2015-06-29T12:04:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2/manifests"},{"name":"v0.1.0-alpha.1","sha":"05b3415fc699ab43f3fa33b5ecd040ab5ecdf9e2","kind":"commit","published_at":"2015-06-24T04:42:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1/manifests"},{"name":"v0.0.17","sha":"3cae05244e48af9cf4abbef3114060db585a574c","kind":"commit","published_at":"2015-04-03T02:12:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"c0719ce6ba16778dd34c2cfdc81e7f3c5321409d","kind":"commit","published_at":"2015-03-19T04:15:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"57af04dc3e362c0e327b716279c9143028c6e0da","kind":"commit","published_at":"2015-03-18T20:23:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"69be290efb58a6a92e9ae78d7b37168d293920b5","kind":"commit","published_at":"2015-03-13T21:22:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"15a39d02ba3d666e7820eecbb8c5493ef2f6040a","kind":"commit","published_at":"2015-03-12T23:17:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13/manifests"},{"name":"v0.0.11","sha":"37f5561553c30d8f0f2c949502ea278da64949cd","kind":"tag","published_at":"2014-05-28T13:14:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"ad6f6ec5499d2c902b88da95487862d50e5ad776","kind":"tag","published_at":"2014-05-28T12:51:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"87efbabd9bc2a0fd83255e6cb856961b10aef9eb","kind":"tag","published_at":"2014-05-06T17:11:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"94b12cf69c51264b1edb6c81b50a262f0536894b","kind":"tag","published_at":"2014-04-10T14:45:48.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"1cf17e494fd7d8538c55189c72c0cf57d145ef41","kind":"tag","published_at":"2014-04-10T14:06:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"861f9ec93de28be4185b35815c2b6ab17746eb3f","kind":"commit","published_at":"2014-01-23T19:39:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"3f59f7356c86f30ef8e8754386373c2a8f97b367","kind":"commit","published_at":"2014-01-23T18:59:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6fa2c22464dcd964df604550c2ce2ed1d2f4362b","kind":"commit","published_at":"2014-01-04T21:36:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4/manifests"}]},"repo_metadata_updated_at":"2024-09-05T17:59:46.607Z","dependent_packages_count":1,"downloads":130,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":17.73694612676754,"dependent_repos_count":25.32799796580169,"dependent_packages_count":16.223928578504864,"stargazers_count":1.4444284534302032,"forks_count":1.6546204546288672,"average":12.477584315826633},"purl":"pkg:npm/conventional-changelog-citychallenge","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/conventional-changelog-citychallenge","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/conventional-changelog-citychallenge","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/conventional-changelog-citychallenge/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-09-04T23:04:01.314Z","issues_count":175,"pull_requests_count":479,"avg_time_to_close_issue":19345133.890243903,"avg_time_to_close_pull_request":6038480.121447029,"issues_closed_count":82,"pull_requests_closed_count":387,"pull_request_authors_count":71,"issue_authors_count":107,"avg_comments_per_issue":2.12,"avg_comments_per_pull_request":1.3068893528183716,"merged_pull_requests_count":302,"bot_issues_count":3,"bot_pull_requests_count":228,"past_year_issues_count":65,"past_year_pull_requests_count":215,"past_year_avg_time_to_close_issue":881436.8095238095,"past_year_avg_time_to_close_pull_request":919702.6333333333,"past_year_issues_closed_count":42,"past_year_pull_requests_closed_count":180,"past_year_pull_request_authors_count":24,"past_year_issue_authors_count":40,"past_year_avg_comments_per_issue":1.5538461538461539,"past_year_avg_comments_per_pull_request":1.0604651162790697,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":94,"past_year_merged_pull_requests_count":142,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues","maintainers":[{"login":"dangreen","count":83,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"},{"login":"bcoe","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bcoe"},{"login":"tommywo","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tommywo"}],"active_maintainers":[{"login":"dangreen","count":72,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-citychallenge/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-citychallenge/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-citychallenge/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-citychallenge/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-citychallenge/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-citychallenge/codemeta","maintainers":[{"uuid":"citychallenge-boy","login":"citychallenge-boy","name":null,"email":"boyvanderlaak@gmail.com","url":null,"packages_count":12,"html_url":"https://www.npmjs.com/~citychallenge-boy","role":null,"created_at":"2022-11-11T20:38:49.330Z","updated_at":"2022-11-11T20:38:49.330Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/citychallenge-boy/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5644415,"maintainers_count":1200486,"namespaces_count":399623,"keywords_count":847874,"github":"npm","metadata":{"funded_packages_count":171745},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-06-10T05:11:46.456Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":1554916,"name":"conventional-changelog-angular-zero","ecosystem":"npm","description":"conventional-changelog angular pre-1.0 preset","homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-angular#readme","licenses":"ISC","normalized_licenses":["ISC"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":["conventional-changelog","angular","preset"],"namespace":null,"versions_count":3,"first_release_published_at":"2020-05-15T23:15:49.451Z","latest_release_published_at":"2020-07-01T22:20:46.386Z","latest_release_number":"5.1.1","last_synced_at":"2026-06-03T20:26:49.132Z","created_at":"2022-04-09T05:41:20.016Z","updated_at":"2026-06-03T20:26:49.133Z","registry_url":"https://www.npmjs.com/package/conventional-changelog-angular-zero","install_command":"npm install conventional-changelog-angular-zero","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"5.1.1"}},"repo_metadata":{"id":12961414,"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2024-06-18T04:54:14.000Z","size":5832,"stargazers_count":7627,"open_issues_count":249,"forks_count":715,"subscribers_count":58,"default_branch":"master","last_synced_at":"2024-06-19T09:40:31.278Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2024-06-19T09:40:44.711Z","dependencies_parsed_at":"2022-07-13T10:30:31.523Z","dependency_job_id":"5f6d159e-c4c6-405b-9fa7-976ffc4dfa04","html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1464,"total_committers":136,"mean_commits":"10.764705882352942","dds":"0.40095628415300544","last_synced_commit":"58f0887283a200d52e49607baf7b352f26177b05"},"previous_names":["ajoslin/conventional-changelog"],"tags_count":777,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":215686924,"owners_count":15916249,"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"},"owner_record":{"login":"conventional-changelog","name":"conventional-changelog","uuid":"16443515","kind":"organization","description":"Tools to generate changelogs and release notes from a project's commit messages and metadata.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16443515?v=4","repositories_count":12,"last_synced_at":"2024-03-25T20:05:25.442Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/conventional-changelog","funding_links":[],"total_stars":31480,"followers":325,"following":0,"created_at":"2022-11-02T16:25:21.572Z","updated_at":"2024-03-25T20:05:26.809Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog/repositories"},"tags":[{"name":"git-client-v1.0.1","sha":"d3b8aaa16337993bbad4d91db1ffac5a7568756b","kind":"commit","published_at":"2024-05-06T14:46:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1/manifests"},{"name":"conventional-changelog-v6.0.0","sha":"83bb15ba5de08f080884fc906c6db3c99c8b2131","kind":"commit","published_at":"2024-04-26T22:08:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0/manifests"},{"name":"conventional-changelog-core-v8.0.0","sha":"7bc92fc05e4447f311ad52b6e39d36f461eaf083","kind":"commit","published_at":"2024-04-26T22:07:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v8.0.0","sha":"3129c812139bf7454a64b4d506e6b85cd5abc77c","kind":"commit","published_at":"2024-04-26T22:06:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0/manifests"},{"name":"git-semver-tags-v8.0.0","sha":"fbd1b3bcd6253a32de89eb21145c2eb70d9396b6","kind":"commit","published_at":"2024-04-26T22:05:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v5.0.0","sha":"e34c96db3dbebedb17a6583aae8855dddd056f83","kind":"commit","published_at":"2024-04-26T22:04:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0/manifests"},{"name":"conventional-changelog-angular-v8.0.0","sha":"2aa6291a93eb881230e896f87a5232873b6a9717","kind":"commit","published_at":"2024-04-26T22:04:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0/manifests"},{"name":"conventional-changelog-jquery-v6.0.0","sha":"1c71cd6d4868ef2e158963e277609a9794806306","kind":"commit","published_at":"2024-04-26T22:03:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v8.0.0","sha":"533e36277d1779a5ac79a06210c603b5f88bc030","kind":"commit","published_at":"2024-04-26T22:00:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0/manifests"},{"name":"conventional-changelog-eslint-v6.0.0","sha":"c7459cd7d1e1ab82c9a5d552b008c02aba290cad","kind":"commit","published_at":"2024-04-26T21:59:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0/manifests"},{"name":"git-raw-commits-v5.0.0","sha":"f61ea377e843db0852c35911785895ec43481f11","kind":"commit","published_at":"2024-04-26T21:58:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0/manifests"},{"name":"conventional-changelog-codemirror-v5.0.0","sha":"77525286ffc8869a6ac351ebe28198842815cb7c","kind":"commit","published_at":"2024-04-26T21:57:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0/manifests"},{"name":"conventional-changelog-cli-v5.0.0","sha":"a75cef688b9a1557ca981178d4d35c18963160b6","kind":"commit","published_at":"2024-04-26T21:53:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0/manifests"},{"name":"conventional-changelog-express-v5.0.0","sha":"a6ab80d6e30091a8b743ee97a87e7400af1ebc53","kind":"commit","published_at":"2024-04-26T21:53:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v10.0.0","sha":"d7c409b02f1d58cf6f0293edcadbe5f00a78a622","kind":"commit","published_at":"2024-04-26T21:52:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v10.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v10.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0/manifests"},{"name":"conventional-changelog-atom-v5.0.0","sha":"3b2b9d0ec2382f73d9cf000a1004596f90ece916","kind":"commit","published_at":"2024-04-26T21:51:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0/manifests"},{"name":"conventional-changelog-jshint-v5.0.0","sha":"d7dae509e72b09d1496ae51f1f04c15581c828fc","kind":"commit","published_at":"2024-04-26T21:50:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0/manifests"},{"name":"conventional-changelog-ember-v5.0.0","sha":"2e99dfa49112ffe6c864dd0e436f0db1e696b1f9","kind":"commit","published_at":"2024-04-26T21:50:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0/manifests"},{"name":"conventional-commits-parser-v6.0.0","sha":"646e1be132ccd0f32e3074de2f511be5c610984f","kind":"commit","published_at":"2024-04-26T21:48:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0/manifests"},{"name":"conventional-commits-filter-v5.0.0","sha":"be4266b7ef7b84ba5c198dfa8c143229f8a5b128","kind":"commit","published_at":"2024-04-26T21:47:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0/manifests"},{"name":"standard-changelog-v6.0.0","sha":"3e9b9387f29e48a508b70b88f26b40a6db9fea16","kind":"commit","published_at":"2024-04-26T21:45:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v5.0.0","sha":"041a1a9b73b201add30494aed19d026b948bd8f1","kind":"commit","published_at":"2024-04-26T21:41:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0/manifests"},{"name":"git-client-v1.0.0","sha":"7e51fe970576503cae3ab94e6e9b3e01017b044d","kind":"commit","published_at":"2024-04-26T21:21:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0/manifests"},{"name":"git-semver-tags-v7.0.1","sha":"fac8045242099c016f5f3905e54e02b7d466bd7b","kind":"commit","published_at":"2023-09-10T23:53:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1/manifests"},{"name":"conventional-changelog-writer-v7.0.1","sha":"e3a643ad39ec3bc4cfb1dff2aa1101333df33dc3","kind":"commit","published_at":"2023-09-10T23:49:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1/manifests"},{"name":"conventional-changelog-cli-v4.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0/manifests"},{"name":"conventional-changelog-v5.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0/manifests"},{"name":"conventional-changelog-core-v7.0.0","sha":"2e467dd39a35c3813597711a37690897183b4abc","kind":"commit","published_at":"2023-09-08T22:03:37.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0/manifests"},{"name":"git-semver-tags-v7.0.0","sha":"a13f788bd505d8253a2d92413fc4a7780e11ec07","kind":"commit","published_at":"2023-09-08T21:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0/manifests"},{"name":"standard-changelog-v5.0.0","sha":"34569c7a3fd2b0362a461517a1f4e20e7eecd9fc","kind":"commit","published_at":"2023-09-08T21:55:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v9.0.0","sha":"ad633d9d81f66ef80d7f77832a264cb0c5b971ef","kind":"commit","published_at":"2023-09-08T21:50:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.2","sha":"50113f9b569259d991f1a734a192964ca71f0118","kind":"commit","published_at":"2023-09-08T21:41:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2/manifests"},{"name":"conventional-changelog-preset-loader-v4.1.0","sha":"a14d2186575f6061f236c9a47d803694b18f8373","kind":"commit","published_at":"2023-09-08T21:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.1","sha":"ca4324b0a690b2595f8b574882ff95329a2dc195","kind":"commit","published_at":"2023-08-27T19:11:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1/manifests"},{"name":"conventional-commits-filter-v4.0.0","sha":"26fc9ea274dc0c62442ec9d97b20a2ebb49138bf","kind":"commit","published_at":"2023-08-27T12:55:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0/manifests"},{"name":"standard-changelog-v4.0.0","sha":"5b788265774bf4b63d3c83a178ca53e8e7095903","kind":"commit","published_at":"2023-08-27T12:50:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-eslint-v5.0.0","sha":"679594c0716275771cc23b314e4362899fe72f87","kind":"commit","published_at":"2023-08-27T12:46:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0/manifests"},{"name":"git-semver-tags-v6.0.0","sha":"1c75c72d9b5d59e3ea4e914c58a85f7559f29602","kind":"commit","published_at":"2023-08-27T12:40:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0/manifests"},{"name":"conventional-recommended-bump-v8.0.0","sha":"624377a24e8e3658bcf2329a9a98f9a7b02a4cb3","kind":"commit","published_at":"2023-08-27T12:33:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0/manifests"},{"name":"conventional-changelog-writer-v7.0.0","sha":"d669bb67dc713cb1e4374e3216ed7d83cde743c5","kind":"commit","published_at":"2023-08-27T12:27:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0/manifests"},{"name":"conventional-changelog-codemirror-v4.0.0","sha":"933fd0b3dd355d648faf57241b796a714004c722","kind":"commit","published_at":"2023-08-27T12:23:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0/manifests"},{"name":"conventional-changelog-express-v4.0.0","sha":"c9e9ceb3a3727659bd117bab01cbc7642d588f06","kind":"commit","published_at":"2023-08-27T12:16:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0/manifests"},{"name":"conventional-changelog-ember-v4.0.0","sha":"5d7c16268f79b7f180e34e997fdb37373d714666","kind":"commit","published_at":"2023-08-27T12:11:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0/manifests"},{"name":"conventional-changelog-jquery-v5.0.0","sha":"d643efb1050dcdaecee626044315644ff9b9e43b","kind":"commit","published_at":"2023-08-27T12:07:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v4.0.0","sha":"636646dd9ae062e9652a7f9ccaf6c329e6e9f924","kind":"commit","published_at":"2023-08-27T12:03:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0/manifests"},{"name":"conventional-changelog-v5.0.0","sha":"7985de3edc9e655369651ad464cb39b791887dc7","kind":"commit","published_at":"2023-08-27T11:58:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.0","sha":"5f0fe40743d8f559ab94ed11bbb4b8bda6fa6dcb","kind":"commit","published_at":"2023-08-27T11:51:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0/manifests"},{"name":"conventional-changelog-angular-v7.0.0","sha":"6c7a2e1a8807988bcb1a9842f72d14be3b1a89e3","kind":"commit","published_at":"2023-08-27T11:46:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0/manifests"},{"name":"conventional-changelog-jshint-v4.0.0","sha":"0204a9a340d2c85411e8de8905bc74c6146e5618","kind":"commit","published_at":"2023-08-27T11:41:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0/manifests"},{"name":"conventional-changelog-atom-v4.0.0","sha":"ab9b2c10e098ec8837d141102549f3eef698364c","kind":"commit","published_at":"2023-08-27T11:36:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0/manifests"},{"name":"conventional-changelog-cli-v4.0.0","sha":"29df6c4597afad27b9cda06f58eb564bcca609c4","kind":"commit","published_at":"2023-08-27T11:21:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0/manifests"},{"name":"conventional-changelog-core-v6.0.0","sha":"45613bbc2d13c798732e4b2bd4b2fa9ea67157d6","kind":"commit","published_at":"2023-08-27T11:17:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v4.0.0","sha":"5a896e3ef3aa9e751fcc74d7c76fa21d6d526cb0","kind":"commit","published_at":"2023-08-27T11:08:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0/manifests"},{"name":"git-raw-commits-v4.0.0","sha":"878fc56b43bc617177bf47fd8643a3b8b86078e5","kind":"commit","published_at":"2023-08-27T11:01:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0/manifests"},{"name":"conventional-commits-parser-v5.0.0","sha":"299de5acbe55a7d19dcdd2adc34681eae7264abf","kind":"commit","published_at":"2023-08-26T17:50:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0/manifests"},{"name":"git-semver-tags-v5.0.1","sha":"87914a362866a380e98a29edf19b2173e0911d8a","kind":"commit","published_at":"2023-07-09T19:10:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1/manifests"},{"name":"conventional-changelog-writer-v6.0.1","sha":"c123edea220b450cfa26813b6f198c3e8ebbd2b4","kind":"commit","published_at":"2023-07-09T14:49:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.2","sha":"83773c5e1a8874ea9809ca9db1dff60b7df1daae","kind":"commit","published_at":"2023-06-28T17:43:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.1.0","sha":"2e5fe6d9574ba896fa90b5bfcb50fb73d28af6d6","kind":"commit","published_at":"2023-06-17T21:30:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v7.0.1","sha":"f251b6899e313a9b23f3c8deb8b8b57217040892","kind":"commit","published_at":"2023-06-06T23:24:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.1","sha":"5b458dff9edf766446449acd1bbb8027a1e39fa5","kind":"commit","published_at":"2023-06-06T23:17:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1/manifests"},{"name":"gulp-conventional-changelog-v3.0.0","sha":"8ef6232797e5bf7c80422221374c53c03d5df36d","kind":"commit","published_at":"2023-06-06T22:50:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0/manifests"},{"name":"standard-changelog-v3.0.0","sha":"ea65f017b42b914ece780fd2fc799a6946912ed8","kind":"commit","published_at":"2023-06-06T22:42:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0/manifests"},{"name":"conventional-changelog-cli-v3.0.0","sha":"f00f4549cee9406054b77057a8135183fcd89710","kind":"commit","published_at":"2023-06-06T22:29:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0/manifests"},{"name":"conventional-changelog-v4.0.0","sha":"1a240f91ed584ed43e7f9c82235ca60eff0f4fa5","kind":"commit","published_at":"2023-06-06T19:50:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-core-v5.0.0","sha":"8507f601486c8ff6806156c50091262dee13ec54","kind":"commit","published_at":"2023-06-06T19:23:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v7.0.0","sha":"e1662ca7a6c688d28a334282a5e863f52866f3e8","kind":"commit","published_at":"2023-06-06T18:39:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v3.0.0","sha":"5d80d155425147a0b045af09536e5962cbfff620","kind":"commit","published_at":"2023-06-06T15:08:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.0.0","sha":"a30fc7ae219cf871b46cbe9d2c76a9730b70e272","kind":"commit","published_at":"2023-06-06T14:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v6.0.0","sha":"aa5d46c7b13b7b31f78af4b3c31c087c39eea41d","kind":"commit","published_at":"2023-06-06T14:46:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0/manifests"},{"name":"conventional-commits-filter-v3.0.0","sha":"502a73fe41aebb7b563c5ca69521e0b1bab904df","kind":"commit","published_at":"2023-06-06T14:32:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0/manifests"},{"name":"conventional-commits-parser-v4.0.0","sha":"9f7fe891e75c64937c28baa39a6c795a01603ab7","kind":"commit","published_at":"2023-06-06T14:24:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0/manifests"},{"name":"git-raw-commits-v3.0.0","sha":"571f2d549f10744a12ab3bc5dc5e0b749cb72667","kind":"commit","published_at":"2023-06-06T14:16:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0/manifests"},{"name":"git-semver-tags-v5.0.0","sha":"445c796d04105d10dd62d07039bc6a7fc9f263a5","kind":"commit","published_at":"2023-06-06T13:51:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0/manifests"},{"name":"conventional-changelog-atom-v3.0.0","sha":"208787aa2f5db8de1c2d43c56d71e6dfb9510781","kind":"commit","published_at":"2023-06-06T13:43:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0/manifests"},{"name":"conventional-changelog-angular-v6.0.0","sha":"c4ebf98acc15f37154aae5de53a225e896c4a157","kind":"commit","published_at":"2023-06-06T13:36:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0/manifests"},{"name":"conventional-changelog-codemirror-v3.0.0","sha":"0772453bee083917a05b9696d063ee3dc69957f9","kind":"commit","published_at":"2023-06-06T13:25:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0/manifests"},{"name":"conventional-changelog-ember-v3.0.0","sha":"e473d0c8af7c0cf8a54f775556796f50f3e695c2","kind":"commit","published_at":"2023-06-06T13:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0/manifests"},{"name":"conventional-changelog-eslint-v4.0.0","sha":"b3b896bc5b9e3ed65dcfc08c57967a252f37cfd1","kind":"commit","published_at":"2023-06-06T12:56:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0/manifests"},{"name":"conventional-changelog-express-v3.0.0","sha":"5594385d1dd2490b0fb508a60b6f30e8be6616ce","kind":"commit","published_at":"2023-06-06T12:37:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0/manifests"},{"name":"conventional-changelog-jquery-v4.0.0","sha":"51a3015a907b2cea900114359c36ce0e9664b72d","kind":"commit","published_at":"2023-06-06T12:17:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0/manifests"},{"name":"conventional-changelog-jshint-v3.0.0","sha":"281e5f883476e90b75cae4373a67436c86e94f6a","kind":"commit","published_at":"2023-06-06T12:02:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v5.0.0","sha":"ba6df7cf62de5f448368bed4398f6ddf633d2cbd","kind":"commit","published_at":"2022-05-27T18:02:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0/manifests"},{"name":"conventional-changelog-writer-v5.0.1","sha":"21b73f974adc4490a318d9c892055655cb82c538","kind":"commit","published_at":"2021-12-29T21:36:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.3","sha":"02757d342290bcf51a49d49e5e72f5eae6c6f6da","kind":"commit","published_at":"2021-12-29T19:52:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3/manifests"},{"name":"conventional-commits-parser-v3.2.4","sha":"1d0f62d4ac4911ef0d912d5401f783b152cee624","kind":"commit","published_at":"2021-12-29T19:46:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4/manifests"},{"name":"git-raw-commits-v2.0.11","sha":"95384dbd105ffe4f86bbc6ccad3e5405a1cbfe04","kind":"commit","published_at":"2021-12-29T19:39:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.2","sha":"1827696185192a8dd258ea7c3370090238b0fb76","kind":"commit","published_at":"2021-12-25T18:06:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2/manifests"},{"name":"conventional-changelog-cli-v2.2.2","sha":"8ce6a7bbd3fae87aa9d56fca68c2e16fbb2cace5","kind":"commit","published_at":"2021-12-25T17:22:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2/manifests"},{"name":"conventional-changelog-v3.1.25","sha":"8e9c3d76aaffd7fe67a78270b3ad9b881e953e7e","kind":"commit","published_at":"2021-12-24T18:50:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25/manifests"},{"name":"conventional-commits-parser-v3.2.3","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3/manifests"},{"name":"conventional-changelog-cli-v2.2.1","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.1","sha":"c35708d56a55e31b750aec1f745e5be52f0a75f2","kind":"commit","published_at":"2021-09-09T19:06:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1/manifests"},{"name":"conventional-commits-parser-v3.2.2","sha":"1bae48ff85eff0736ea6691b7214f3fc9c026256","kind":"commit","published_at":"2021-09-09T14:45:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2/manifests"},{"name":"conventional-changelog-core-v4.2.4","sha":"02fbc2d42d0faf53d4b7a2b0525626088a6ac8ba","kind":"commit","published_at":"2021-09-09T14:37:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4/manifests"},{"name":"conventional-changelog-angular-v5.0.13","sha":"e30343b4676d26b416080294dc74ebba001c0716","kind":"commit","published_at":"2021-09-09T14:31:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v5.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13/manifests"},{"name":"conventional-changelog-core-v4.2.3","sha":"318b555b6ef3aebdb5a8d4c7c734fd7234712dd3","kind":"commit","published_at":"2021-07-03T00:24:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.0","sha":"537c37d7801872c3e57e4200c64154a4d2ea042a","kind":"commit","published_at":"2021-04-30T00:15:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0/manifests"},{"name":"conventional-commits-parser-v3.2.1","sha":"758dda2937b6784f0cc6a535286862fcf95b6f06","kind":"commit","published_at":"2021-02-15T21:32:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1/manifests"},{"name":"git-raw-commits-v2.0.10","sha":"ffecaccb6e117afae9f68f1d48ff9a69554da950","kind":"commit","published_at":"2021-01-27T16:36:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10/manifests"},{"name":"conventional-changelog-writer-v5.0.0","sha":"61ef6491add84b841e1797baf09f62bbdd90dcd4","kind":"commit","published_at":"2020-12-30T22:40:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v6.1.0","sha":"3b0fb22b0bb49137b9ecddaeb349f66025205c57","kind":"commit","published_at":"2020-12-30T16:58:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0/manifests"},{"name":"conventional-changelog-core-v4.2.2","sha":"317eeb3137caff69bcc9a67fce3dc67663a010db","kind":"commit","published_at":"2020-12-30T00:53:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2/manifests"},{"name":"conventional-recommended-bump-v6.0.12","sha":"90ecc5d93bfd7626857eda5d240f92393d896be0","kind":"commit","published_at":"2020-12-30T00:43:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12/manifests"},{"name":"git-raw-commits-v2.0.9","sha":"227f3e23af86912c0cd64fdb1a820ac92e5757c5","kind":"commit","published_at":"2020-12-29T23:59:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9/manifests"},{"name":"conventional-changelog-writer-v4.1.0","sha":"77725cfb12ca3ca22abb9421b4af012a49207e7a","kind":"commit","published_at":"2020-12-29T23:41:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0/manifests"},{"name":"conventional-changelog-atom@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8/manifests"},{"name":"conventional-changelog-angular@5.0.12","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12/manifests"},{"name":"conventional-changelog@3.1.24","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24/manifests"},{"name":"git-raw-commits@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8/manifests"},{"name":"standard-changelog@2.0.27","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27/manifests"},{"name":"gulp-conventional-changelog@2.0.35","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35/manifests"},{"name":"git-semver-tags@4.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1/manifests"},{"name":"conventional-recommended-bump@6.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11/manifests"},{"name":"conventional-commits-parser@3.2.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0/manifests"},{"name":"conventional-commits-filter@2.0.7","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7/manifests"},{"name":"conventional-changelog-writer@4.0.18","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18/manifests"},{"name":"conventional-changelog-jshint@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9/manifests"},{"name":"conventional-changelog-jquery@3.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11/manifests"},{"name":"conventional-changelog-express@2.0.6","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9/manifests"},{"name":"conventional-changelog-ember@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9/manifests"},{"name":"conventional-changelog-core@4.2.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.5.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1/manifests"},{"name":"conventional-changelog-v3.1.24","sha":"f8fcbc2e8b0834c29178ace6382b438a020ad828","kind":"commit","published_at":"2020-10-25T02:45:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24/manifests"},{"name":"conventional-recommended-bump@6.0.10","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10/manifests"},{"name":"standard-changelog@2.0.26","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26/manifests"},{"name":"gulp-conventional-changelog@2.0.34","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34/manifests"},{"name":"git-semver-tags@4.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0/manifests"},{"name":"conventional-changelog-core@4.2.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.4.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0/manifests"},{"name":"conventional-changelog-cli@2.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0/manifests"},{"name":"conventional-changelog@3.1.23","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23/manifests"},{"name":"standard-changelog@2.0.25","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25/manifests"},{"name":"conventional-changelog-writer@4.0.17","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17/manifests"},{"name":"conventional-changelog-jshint@2.0.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8/manifests"},{"name":"conventional-changelog-core@4.1.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8/manifests"},{"name":"conventional-changelog@3.1.22","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22/manifests"},{"name":"conventional-changelog-angular@5.0.11","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.35","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35/manifests"},{"name":"gulp-conventional-changelog@2.0.33","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.1","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1/manifests"},{"name":"conventional-changelog-core@4.1.7","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7/manifests"},{"name":"conventional-changelog@3.1.21","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21/manifests"},{"name":"conventional-changelog-writer@4.0.16","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.34","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34/manifests"},{"name":"standard-changelog@2.0.24","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24/manifests"},{"name":"gulp-conventional-changelog@2.0.32","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32/manifests"},{"name":"git-semver-tags@4.0.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.3.4","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4/manifests"},{"name":"standard-changelog@2.0.23","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23/manifests"},{"name":"gulp-conventional-changelog@2.0.31","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31/manifests"},{"name":"conventional-changelog-eslint@3.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.15","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10/manifests"},{"name":"conventional-changelog@3.1.20","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20/manifests"},{"name":"conventional-changelog-atom@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7/manifests"},{"name":"conventional-changelog-cli@2.0.33","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33/manifests"},{"name":"conventional-changelog-codemirror@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0/manifests"},{"name":"conventional-changelog-core@4.1.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6/manifests"},{"name":"conventional-changelog-ember@2.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8/manifests"},{"name":"conventional-commits-filter@2.0.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6/manifests"},{"name":"conventional-commits-parser@3.1.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.9","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9/manifests"},{"name":"git-raw-commits@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7/manifests"},{"name":"conventional-changelog-express@2.0.5","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10/manifests"},{"name":"conventional-changelog-jshint@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7/manifests"},{"name":"conventional-changelog-preset-loader-v2.3.2","sha":"9f6c56cb960a5043823cfb85b9843991201cbb51","kind":"commit","published_at":"2020-05-08T19:21:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v2.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2/manifests"},{"name":"conventional-changelog-core@4.1.5","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5/manifests"},{"name":"gulp-conventional-changelog@2.0.30","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30/manifests"},{"name":"standard-changelog@2.0.22","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22/manifests"},{"name":"conventional-changelog@3.1.19","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19/manifests"},{"name":"conventional-changelog-cli@2.0.32","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32/manifests"},{"name":"conventional-changelog-cli@2.0.31","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31/manifests"},{"name":"standard-changelog@2.0.21","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21/manifests"},{"name":"gulp-conventional-changelog@2.0.29","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29/manifests"},{"name":"conventional-changelog-core@4.1.4","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4/manifests"},{"name":"conventional-changelog@3.1.18","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18/manifests"},{"name":"conventional-changelog@3.1.17","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17/manifests"},{"name":"standard-changelog@2.0.20","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20/manifests"},{"name":"gulp-conventional-changelog@2.0.28","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28/manifests"},{"name":"conventional-changelog-core@4.1.3","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.30","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30/manifests"},{"name":"conventional-changelog-cli@2.0.29","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29/manifests"},{"name":"standard-changelog@2.0.19","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19/manifests"},{"name":"gulp-conventional-changelog@2.0.27","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27/manifests"},{"name":"conventional-changelog-core@4.1.2","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2/manifests"},{"name":"conventional-changelog@3.1.16","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16/manifests"},{"name":"conventional-changelog-cli@2.0.28","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28/manifests"},{"name":"standard-changelog@2.0.18","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18/manifests"},{"name":"gulp-conventional-changelog@2.0.26","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26/manifests"},{"name":"git-semver-tags@3.0.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1/manifests"},{"name":"git-raw-commits@2.0.3","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3/manifests"},{"name":"conventional-recommended-bump@6.0.5","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5/manifests"},{"name":"conventional-commits-parser@3.0.8","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.11","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11/manifests"},{"name":"conventional-changelog-core@4.1.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1/manifests"},{"name":"conventional-changelog@3.1.15","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15/manifests"},{"name":"gulp-conventional-changelog@2.0.25","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25/manifests"},{"name":"conventional-changelog@3.1.14","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14/manifests"},{"name":"conventional-changelog-angular@5.0.6","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6/manifests"},{"name":"conventional-changelog-cli@2.0.27","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.3","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3/manifests"},{"name":"conventional-changelog-core@4.1.0","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0/manifests"},{"name":"conventional-commits-parser@3.0.7","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7/manifests"},{"name":"conventional-recommended-bump@6.0.4","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4/manifests"},{"name":"standard-changelog@2.0.17","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17/manifests"},{"name":"conventional-changelog-cli@2.0.26","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.2","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2/manifests"},{"name":"conventional-changelog-core@4.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3/manifests"},{"name":"conventional-commits-parser@3.0.6","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6/manifests"},{"name":"conventional-recommended-bump@6.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.24","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24/manifests"},{"name":"standard-changelog@2.0.16","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16/manifests"},{"name":"conventional-changelog-writer@4.0.10","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10/manifests"},{"name":"conventional-changelog-preset-loader@2.3.0","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0/manifests"},{"name":"conventional-changelog@3.1.13","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13/manifests"},{"name":"conventional-changelog-jshint@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.9","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9/manifests"},{"name":"conventional-commits-parser@3.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5/manifests"},{"name":"conventional-changelog@3.1.12","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12/manifests"},{"name":"conventional-recommended-bump@6.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.23","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23/manifests"},{"name":"standard-changelog@2.0.15","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5/manifests"},{"name":"conventional-changelog-atom@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.25","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25/manifests"},{"name":"conventional-changelog-codemirror@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.1","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1/manifests"},{"name":"conventional-changelog-core@4.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2/manifests"},{"name":"conventional-changelog-ember@2.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4/manifests"},{"name":"conventional-changelog-eslint@3.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.6","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6/manifests"},{"name":"standard-changelog@2.0.14","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14/manifests"},{"name":"gulp-conventional-changelog@2.0.22","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22/manifests"},{"name":"conventional-recommended-bump@6.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1/manifests"},{"name":"conventional-commits-parser@3.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4/manifests"},{"name":"conventional-changelog-writer@4.0.8","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8/manifests"},{"name":"conventional-changelog-jshint@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.5","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5/manifests"},{"name":"conventional-changelog-eslint@3.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3/manifests"},{"name":"conventional-changelog-ember@2.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3/manifests"},{"name":"conventional-changelog-core@4.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.0","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.24","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24/manifests"},{"name":"conventional-changelog-atom@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4/manifests"},{"name":"conventional-changelog@3.1.11","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11/manifests"},{"name":"conventional-changelog-preset-loader@2.2.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0/manifests"},{"name":"standard-changelog@2.0.13","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13/manifests"},{"name":"gulp-conventional-changelog@2.0.21","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21/manifests"},{"name":"git-semver-tags@3.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0/manifests"},{"name":"conventional-recommended-bump@6.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.7","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7/manifests"},{"name":"conventional-changelog@3.1.10","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10/manifests"},{"name":"conventional-changelog-cli@2.0.23","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23/manifests"},{"name":"conventional-changelog-conventionalcommits@4.1.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0/manifests"},{"name":"conventional-changelog-core@4.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.1","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.0.0","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0/manifests"},{"name":"conventional-changelog-core@3.2.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3/manifests"},{"name":"conventional-changelog-writer@4.0.6","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6/manifests"},{"name":"conventional-commits-parser@3.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3/manifests"},{"name":"conventional-changelog@3.1.9","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9/manifests"},{"name":"standard-changelog@2.0.12","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.20","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20/manifests"},{"name":"git-semver-tags@2.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.22","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22/manifests"},{"name":"standard-changelog@2.0.11","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11/manifests"},{"name":"conventional-changelog@3.1.8","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8/manifests"},{"name":"conventional-changelog-cli@2.0.21","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.2","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.19","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19/manifests"},{"name":"conventional-changelog@3.1.7","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7/manifests"},{"name":"conventional-changelog-cli@2.0.20","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.1","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.18","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18/manifests"},{"name":"conventional-changelog-cli@2.0.19","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.17","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17/manifests"},{"name":"conventional-changelog@3.1.6","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6/manifests"},{"name":"conventional-changelog@3.1.5","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5/manifests"},{"name":"conventional-changelog-conventionalcommits@2.0.0","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.16","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.18","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.2","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.17","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17/manifests"},{"name":"conventional-changelog@3.1.4","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.15","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15/manifests"},{"name":"conventional-changelog-writer@4.0.5","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5/manifests"},{"name":"standard-changelog@2.0.10","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10/manifests"},{"name":"gulp-conventional-changelog@2.0.14","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14/manifests"},{"name":"conventional-changelog@3.1.3","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3/manifests"},{"name":"conventional-changelog-core@3.2.2","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2/manifests"},{"name":"conventional-changelog-cli@2.0.16","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.15","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15/manifests"},{"name":"standard-changelog@2.0.9","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.1.2","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2/manifests"},{"name":"conventional-changelog-core@3.2.1","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1/manifests"},{"name":"gulp-conventional-changelog@2.0.13","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13/manifests"},{"name":"conventional-changelog@3.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1/manifests"},{"name":"gulp-conventional-changelog@2.0.12","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12/manifests"},{"name":"conventional-recommended-bump@4.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1/manifests"},{"name":"conventional-changelog-preset-loader@2.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.14","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14/manifests"},{"name":"conventional-changelog-preset-loader@2.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0/manifests"},{"name":"conventional-changelog-writer@4.0.4","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4/manifests"},{"name":"conventional-commits-filter@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2/manifests"},{"name":"conventional-commits-parser@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2/manifests"},{"name":"conventional-recommended-bump@4.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0/manifests"},{"name":"gulp-conventional-changelog@2.0.11","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11/manifests"},{"name":"standard-changelog@2.0.8","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8/manifests"},{"name":"git-raw-commits@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2/manifests"},{"name":"conventional-changelog@3.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0/manifests"},{"name":"conventional-changelog-cli@2.0.13","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0/manifests"},{"name":"conventional-changelog-core@3.2.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0/manifests"},{"name":"conventional-changelog-eslint@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2/manifests"},{"name":"standard-changelog@2.0.7","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6/manifests"},{"name":"conventional-changelog-angular@5.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.12","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.10","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10/manifests"},{"name":"conventional-changelog-writer@4.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3/manifests"},{"name":"conventional-changelog-core@3.1.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6/manifests"},{"name":"conventional-recommended-bump@4.0.4","sha":"da729f68f9dc581623deb587c705ef65d189a9f4","kind":"tag","published_at":"2018-11-01T06:56:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4/manifests"},{"name":"standard-changelog@2.0.6","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6/manifests"},{"name":"conventional-changelog-core@3.1.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5/manifests"},{"name":"conventional-changelog-writer@4.0.2","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.9","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.0.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.11","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.10","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10/manifests"},{"name":"conventional-changelog-core@3.1.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.8","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8/manifests"},{"name":"conventional-changelog@3.0.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4/manifests"},{"name":"git-semver-tags@2.0.2","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.3","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3/manifests"},{"name":"standard-changelog@2.0.5","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5/manifests"},{"name":"standard-changelog@2.0.4","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.7","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3/manifests"},{"name":"conventional-changelog-core@3.1.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.9","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9/manifests"},{"name":"standard-changelog@2.0.3","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.8","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8/manifests"},{"name":"conventional-changelog-core@3.1.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2/manifests"},{"name":"gulp-conventional-changelog@2.0.6","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6/manifests"},{"name":"conventional-changelog@3.0.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.5","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.7","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7/manifests"},{"name":"conventional-changelog@3.0.1","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1/manifests"},{"name":"standard-changelog@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4/manifests"},{"name":"git-semver-tags@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1/manifests"},{"name":"git-raw-commits@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2/manifests"},{"name":"conventional-commits-parser@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1/manifests"},{"name":"conventional-commits-filter@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1/manifests"},{"name":"conventional-changelog-writer@4.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1/manifests"},{"name":"conventional-changelog-preset-loader@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4/manifests"},{"name":"conventional-changelog-express@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1/manifests"},{"name":"conventional-changelog-eslint@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2/manifests"},{"name":"conventional-changelog-core@3.1.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1/manifests"},{"name":"conventional-changelog-codemirror@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.6","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6/manifests"},{"name":"conventional-changelog-atom@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1/manifests"},{"name":"conventional-changelog-angular@5.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2/manifests"},{"name":"conventional-changelog@3.0.0","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.5","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.3","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.2","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.4","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3/manifests"},{"name":"standard-changelog@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3/manifests"},{"name":"conventional-changelog-core@3.1.0","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0/manifests"},{"name":"conventional-changelog-ember@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1/manifests"},{"name":"conventional-changelog-jquery@3.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1/manifests"},{"name":"conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0/manifests"},{"name":"conventional-recommended-bump@4.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0/manifests"},{"name":"conventional-changelog-jquery@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0/manifests"},{"name":"conventional-changelog-express@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0/manifests"},{"name":"conventional-changelog-eslint@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0/manifests"},{"name":"conventional-changelog-ember@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1/manifests"},{"name":"conventional-changelog-atom@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1/manifests"},{"name":"conventional-changelog-angular@4.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1/manifests"},{"name":"conventional-changelog-jquery@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0/manifests"},{"name":"conventional-changelog-jshint@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0/manifests"},{"name":"standard-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0/manifests"},{"name":"conventional-recommended-bump@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0/manifests"},{"name":"conventional-commits-parser@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0/manifests"},{"name":"conventional-commits-filter@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0/manifests"},{"name":"conventional-changelog-ember@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0/manifests"},{"name":"conventional-changelog-express@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0/manifests"},{"name":"git-semver-tags@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0/manifests"},{"name":"git-raw-commits@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0/manifests"},{"name":"conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-angular@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0/manifests"},{"name":"conventional-changelog-atom@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0/manifests"},{"name":"conventional-changelog-core@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0/manifests"},{"name":"conventional-changelog-eslint@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-core@2.0.11","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11/manifests"},{"name":"conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-cli@1.3.22","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22/manifests"},{"name":"conventional-changelog-ember@0.3.12","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12/manifests"},{"name":"conventional-recommended-bump@2.0.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9/manifests"},{"name":"conventional-changelog-angular@3.0.7","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7/manifests"},{"name":"gulp-conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24/manifests"},{"name":"standard-changelog@1.0.19","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19/manifests"},{"name":"conventional-changelog-jquery@1.3.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9/manifests"},{"name":"conventional-changelog-angular@3.0.6","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6/manifests"},{"name":"standard-changelog@1.0.18","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18/manifests"},{"name":"gulp-conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-writer@3.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9/manifests"},{"name":"conventional-changelog-jshint@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8/manifests"},{"name":"conventional-changelog-jquery@1.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8/manifests"},{"name":"conventional-changelog-eslint@1.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9/manifests"},{"name":"conventional-changelog-ember@0.3.11","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11/manifests"},{"name":"conventional-changelog-core@2.0.10","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10/manifests"},{"name":"conventional-changelog-codemirror@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8/manifests"},{"name":"conventional-changelog-cli@1.3.21","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21/manifests"},{"name":"conventional-changelog-atom@0.2.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8/manifests"},{"name":"conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23/manifests"},{"name":"gulp-conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-core@2.0.9","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9/manifests"},{"name":"conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-cli@1.3.20","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20/manifests"},{"name":"conventional-changelog-writer@3.0.8","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8/manifests"},{"name":"standard-changelog@1.0.17","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17/manifests"},{"name":"conventional-changelog-angular@3.0.5","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.10","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10/manifests"},{"name":"conventional-changelog-cli@1.3.19","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19/manifests"},{"name":"conventional-changelog-angular@3.0.4","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4/manifests"},{"name":"conventional-changelog-atom@0.2.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7/manifests"},{"name":"conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-core@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.9","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9/manifests"},{"name":"conventional-changelog-eslint@1.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8/manifests"},{"name":"conventional-changelog-express@0.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6/manifests"},{"name":"conventional-changelog-jquery@1.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7/manifests"},{"name":"conventional-changelog-preset-loader@1.1.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8/manifests"},{"name":"conventional-changelog-writer@3.0.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7/manifests"},{"name":"conventional-commits-parser@2.1.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7/manifests"},{"name":"conventional-recommended-bump@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8/manifests"},{"name":"git-raw-commits@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6/manifests"},{"name":"git-semver-tags@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21/manifests"},{"name":"standard-changelog@1.0.16","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16/manifests"},{"name":"conventional-changelog-codemirror@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6/manifests"},{"name":"conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-core@2.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7/manifests"},{"name":"conventional-changelog-codemirror@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6/manifests"},{"name":"conventional-changelog-cli@1.3.18","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18/manifests"},{"name":"conventional-changelog-ember@0.3.8","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8/manifests"},{"name":"conventional-changelog-writer@3.0.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6/manifests"},{"name":"conventional-changelog-atom@0.2.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6/manifests"},{"name":"conventional-changelog-eslint@1.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7/manifests"},{"name":"standard-changelog@1.0.15","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15/manifests"},{"name":"conventional-changelog-angular@3.0.3","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3/manifests"},{"name":"conventional-changelog-jquery@1.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-angular@3.0.2","sha":"1cc079df803f58b52c8aa997fff43e9c162266e7","kind":"tag","published_at":"2018-03-22T14:14:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2/manifests"},{"name":"conventional-changelog-ember@0.3.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7/manifests"},{"name":"standard-changelog@1.0.14","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14/manifests"},{"name":"gulp-conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19/manifests"},{"name":"git-semver-tags@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5/manifests"},{"name":"git-raw-commits@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7/manifests"},{"name":"conventional-commits-parser@2.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6/manifests"},{"name":"conventional-commits-filter@1.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5/manifests"},{"name":"conventional-changelog-preset-loader@1.1.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7/manifests"},{"name":"conventional-changelog-jshint@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5/manifests"},{"name":"conventional-changelog-jquery@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5/manifests"},{"name":"conventional-changelog-express@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6/manifests"},{"name":"conventional-changelog-core@2.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5/manifests"},{"name":"conventional-changelog-cli@1.3.17","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17/manifests"},{"name":"conventional-changelog-atom@0.2.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5/manifests"},{"name":"conventional-changelog-angular@3.0.1","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1/manifests"},{"name":"conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19/manifests"},{"name":"conventional-changelog-angular@3.0.0","sha":"49997aaba373502e5b38bd366846934641e95799","kind":"tag","published_at":"2018-03-22T13:45:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.16","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16/manifests"},{"name":"conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18/manifests"},{"name":"gulp-conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-eslint@1.0.5","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5/manifests"},{"name":"conventional-changelog-cli@1.3.15","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15/manifests"},{"name":"conventional-changelog-codemirror@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4/manifests"},{"name":"conventional-changelog-express@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4/manifests"},{"name":"conventional-changelog-jquery@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4/manifests"},{"name":"conventional-changelog-jshint@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4/manifests"},{"name":"conventional-commits-filter@1.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5/manifests"},{"name":"conventional-commits-parser@2.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5/manifests"},{"name":"conventional-recommended-bump@2.0.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6/manifests"},{"name":"standard-changelog@1.0.13","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13/manifests"},{"name":"gulp-conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17/manifests"},{"name":"git-semver-tags@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4/manifests"},{"name":"git-raw-commits@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4/manifests"},{"name":"conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17/manifests"},{"name":"conventional-changelog-angular@1.6.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6/manifests"},{"name":"conventional-changelog-atom@0.2.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4/manifests"},{"name":"gulp-conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog-angular@1.6.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5/manifests"},{"name":"conventional-changelog-atom@0.2.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3/manifests"},{"name":"conventional-changelog-cli@1.3.14","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14/manifests"},{"name":"conventional-changelog-codemirror@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4/manifests"},{"name":"conventional-changelog-ember@0.3.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3/manifests"},{"name":"conventional-changelog-express@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3/manifests"},{"name":"conventional-changelog-jshint@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5/manifests"},{"name":"conventional-changelog-writer@3.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3/manifests"},{"name":"conventional-commits-filter@1.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4/manifests"},{"name":"conventional-commits-parser@2.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4/manifests"},{"name":"conventional-recommended-bump@2.0.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5/manifests"},{"name":"git-raw-commits@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3/manifests"},{"name":"git-semver-tags@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3/manifests"},{"name":"standard-changelog@1.0.12","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12/manifests"},{"name":"conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15/manifests"},{"name":"gulp-conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15/manifests"},{"name":"conventional-recommended-bump@2.0.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4/manifests"},{"name":"conventional-changelog-cli@1.3.13","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13/manifests"},{"name":"conventional-changelog-preset-loader@1.1.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4/manifests"},{"name":"git-raw-commits@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2/manifests"},{"name":"standard-changelog@1.0.11","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11/manifests"},{"name":"conventional-recommended-bump@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3/manifests"},{"name":"gulp-conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14/manifests"},{"name":"git-semver-tags@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2/manifests"},{"name":"conventional-changelog-eslint@1.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2/manifests"},{"name":"conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14/manifests"},{"name":"conventional-changelog-angular@1.6.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4/manifests"},{"name":"conventional-changelog-atom@0.2.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2/manifests"},{"name":"conventional-changelog-cli@1.3.12","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12/manifests"},{"name":"conventional-changelog-codemirror@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2/manifests"},{"name":"conventional-changelog-core@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.3.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4/manifests"},{"name":"conventional-changelog-express@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2/manifests"},{"name":"conventional-changelog-jquery@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2/manifests"},{"name":"conventional-changelog-jshint@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3/manifests"},{"name":"conventional-commits-filter@1.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3/manifests"},{"name":"conventional-changelog-writer@3.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13/manifests"},{"name":"standard-changelog@1.0.10","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10/manifests"},{"name":"git-raw-commits@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1/manifests"},{"name":"conventional-commits-parser@2.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2/manifests"},{"name":"conventional-changelog-writer@3.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1/manifests"},{"name":"conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13/manifests"},{"name":"conventional-commits-filter@1.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2/manifests"},{"name":"conventional-recommended-bump@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2/manifests"},{"name":"git-semver-tags@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1/manifests"},{"name":"conventional-changelog-core@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2/manifests"},{"name":"conventional-changelog-codemirror@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1/manifests"},{"name":"conventional-changelog-angular@1.6.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3/manifests"},{"name":"conventional-changelog-cli@1.3.11","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11/manifests"},{"name":"conventional-changelog-atom@0.2.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1/manifests"},{"name":"conventional-changelog-ember@0.3.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1/manifests"},{"name":"conventional-changelog-express@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3/manifests"},{"name":"conventional-changelog-jshint@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1/manifests"},{"name":"conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12/manifests"},{"name":"gulp-conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12/manifests"},{"name":"conventional-changelog-cli@1.3.10","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10/manifests"},{"name":"conventional-recommended-bump@2.0.1","sha":"a4f0aa902d3e966fe6d6b1d46f2130838524cfbf","kind":"tag","published_at":"2018-02-12T14:54:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1/manifests"},{"name":"conventional-recommended-bump@2.0.0","sha":"9885d205ed96338575335652d006f475408e1195","kind":"tag","published_at":"2018-02-12T14:30:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0/manifests"},{"name":"conventional-changelog-preset-loader@1.1.2","sha":"a450d974237d440009ec3fb4c63974cf066e8f79","kind":"tag","published_at":"2018-02-12T04:07:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.1","sha":"5af1f00dcc4e1f9c3299bc7feb322a88b711f042","kind":"tag","published_at":"2018-02-09T04:17:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.0","sha":"c3eb36dbc52f383df6f3dcf3a3870b01ceee0b8b","kind":"tag","published_at":"2018-02-08T14:46:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0/manifests"},{"name":"conventional-changelog-ember@0.3.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1/manifests"},{"name":"conventional-changelog-angular@1.6.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2/manifests"},{"name":"gulp-conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11/manifests"},{"name":"standard-changelog@1.0.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9/manifests"},{"name":"conventional-recommended-bump@1.2.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1/manifests"},{"name":"conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11/manifests"},{"name":"conventional-changelog-cli@1.3.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9/manifests"},{"name":"conventional-changelog-core@2.0.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1/manifests"},{"name":"gulp-conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10/manifests"},{"name":"standard-changelog@1.0.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8/manifests"},{"name":"git-semver-tags@1.3.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.2.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0/manifests"},{"name":"conventional-changelog-writer@3.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0/manifests"},{"name":"conventional-changelog-eslint@1.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.3.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1/manifests"},{"name":"conventional-changelog-core@2.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8/manifests"},{"name":"conventional-changelog-angular@1.6.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1/manifests"},{"name":"conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10/manifests"},{"name":"conventional-changelog-core@1.9.5","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5/manifests"},{"name":"conventional-changelog-ember@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0/manifests"},{"name":"conventional-changelog-eslint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0/manifests"},{"name":"conventional-changelog-cli@1.3.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7/manifests"},{"name":"conventional-changelog-express@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0/manifests"},{"name":"conventional-changelog-jquery@1.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0/manifests"},{"name":"conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-jshint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0/manifests"},{"name":"gulp-conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9/manifests"},{"name":"standard-changelog@1.0.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7/manifests"},{"name":"conventional-changelog-angular@1.6.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0/manifests"},{"name":"conventional-changelog-codemirror@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0/manifests"},{"name":"conventional-changelog-atom@0.2.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0/manifests"},{"name":"conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8/manifests"},{"name":"standard-changelog@1.0.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6/manifests"},{"name":"gulp-conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8/manifests"},{"name":"conventional-recommended-bump@1.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0/manifests"},{"name":"conventional-commits-parser@2.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0/manifests"},{"name":"conventional-commits-filter@1.1.1","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1/manifests"},{"name":"conventional-changelog-writer@2.0.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.2.10","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10/manifests"},{"name":"conventional-changelog-core@1.9.4","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4/manifests"},{"name":"conventional-changelog-cli@1.3.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6/manifests"},{"name":"conventional-changelog-angular@1.5.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3/manifests"},{"name":"conventional-changelog-ember@0.2.9","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9/manifests"},{"name":"standard-changelog@1.0.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5/manifests"},{"name":"gulp-conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7/manifests"},{"name":"git-semver-tags@1.2.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3/manifests"},{"name":"git-raw-commits@1.3.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.0.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3/manifests"},{"name":"conventional-commits-parser@2.0.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1/manifests"},{"name":"conventional-commits-filter@1.1.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0/manifests"},{"name":"conventional-changelog-writer@2.0.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2/manifests"},{"name":"conventional-changelog-jshint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1/manifests"},{"name":"conventional-changelog-jquery@1.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1/manifests"},{"name":"conventional-changelog-express@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1/manifests"},{"name":"conventional-changelog-eslint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1/manifests"},{"name":"conventional-changelog-core@1.9.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3/manifests"},{"name":"conventional-changelog-codemirror@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1/manifests"},{"name":"conventional-changelog-cli@1.3.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5/manifests"},{"name":"conventional-changelog-atom@0.1.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2/manifests"},{"name":"conventional-changelog-angular@1.5.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2/manifests"},{"name":"conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7/manifests"},{"name":"@marionebl/conventional-commits-parser@3.0.0","sha":"edf4068ce4c3ea6ac5b61323473ab655be5eb895","kind":"tag","published_at":"2017-11-01T07:09:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/@marionebl/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/@marionebl/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4/manifests"},{"name":"git-semver-tags@1.2.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2/manifests"},{"name":"conventional-recommended-bump@1.0.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-ember@0.2.8","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8/manifests"},{"name":"conventional-changelog-core@1.9.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2/manifests"},{"name":"standard-changelog@1.0.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4/manifests"},{"name":"conventional-changelog-angular@1.5.1","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1/manifests"},{"name":"conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6/manifests"},{"name":"standard-changelog@1.0.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3/manifests"},{"name":"conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-angular@1.5.0","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0/manifests"},{"name":"conventional-changelog-cli@1.3.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3/manifests"},{"name":"gulp-conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-writer@2.0.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1/manifests"},{"name":"conventional-changelog-core@1.9.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1/manifests"},{"name":"conventional-changelog-ember@0.2.7","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7/manifests"},{"name":"git-semver-tags@1.2.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1/manifests"},{"name":"conventional-changelog-jshint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0/manifests"},{"name":"conventional-changelog-jquery@1.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0/manifests"},{"name":"conventional-changelog-express@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0/manifests"},{"name":"conventional-changelog-eslint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0/manifests"},{"name":"conventional-commits-parser@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0/manifests"},{"name":"conventional-changelog-writer@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1/manifests"},{"name":"conventional-changelog-core@1.9.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0/manifests"},{"name":"conventional-changelog-codemirror@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0/manifests"},{"name":"conventional-changelog-cli@1.3.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2/manifests"},{"name":"conventional-changelog-atom@0.1.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1/manifests"},{"name":"conventional-changelog-angular@1.4.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0/manifests"},{"name":"conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4/manifests"},{"name":"gulp-conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4/manifests"},{"name":"standard-changelog@1.0.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2/manifests"},{"name":"conventional-changelog-ember@0.2.6","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6/manifests"},{"name":"conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3/manifests"},{"name":"conventional-changelog-angular@1.3.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3/manifests"},{"name":"conventional-changelog-cli@1.3.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1/manifests"},{"name":"conventional-changelog-core@1.8.0","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.8.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0/manifests"},{"name":"conventional-changelog-ember@0.2.5","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5/manifests"},{"name":"gulp-conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3/manifests"},{"name":"standard-changelog@1.0.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1/manifests"},{"name":"git-semver-tags@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0/manifests"},{"name":"standard-changelog@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2/manifests"},{"name":"git-raw-commits@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0/manifests"},{"name":"conventional-recommended-bump@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.2.4","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4/manifests"},{"name":"conventional-changelog-core@1.7.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.7.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0/manifests"},{"name":"conventional-changelog-cli@1.3.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0/manifests"},{"name":"conventional-changelog-angular@1.3.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2/manifests"},{"name":"conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2/manifests"},{"name":"gulp-conventional-changelog@1.1.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"tag","published_at":"2017-03-10T05:35:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0/manifests"},{"name":"standard-changelog@0.0.2","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@0.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-ember@0.2.3","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3/manifests"},{"name":"conventional-changelog-core@1.6.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0/manifests"},{"name":"conventional-changelog-angular@1.3.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1/manifests"},{"name":"conventional-changelog-cli@1.2.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1/manifests"},{"name":"conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-cli@1.2.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:01:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0/manifests"},{"name":"conventional-changelog-core@1.5.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:00:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0/manifests"},{"name":"git-raw-commits@1.1.2","sha":"f5fe78b1f15791cb0499744bf278dff22b52732f","kind":"tag","published_at":"2017-03-09T07:37:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2/manifests"},{"name":"git-semver-tags@1.1.2","sha":"7be07c7c0f49572b1c0e9c98f004b599d8b5bb1a","kind":"tag","published_at":"2017-03-09T07:35:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2/manifests"},{"name":"v1.1.0","sha":"600d411569271467389c3cbe71f7f657980e89a1","kind":"tag","published_at":"2016-02-13T06:59:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"9591280a8d09220aced3383abe3bc7ecbb34b503","kind":"tag","published_at":"2016-02-13T06:37:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"beef421f56939190a4ca30c28788eda1b3f9480d","kind":"tag","published_at":"2016-02-05T13:49:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"c8e90ab7fddd0b98855913e73fc12f9dc9dc81b1","kind":"tag","published_at":"2016-02-05T12:59:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0/manifests"},{"name":"v0.5.3","sha":"d79ce243223260b153699b99de0503698546ea63","kind":"tag","published_at":"2015-12-25T05:07:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"9e7b771072a2680c6c335fcad38003aade53213e","kind":"tag","published_at":"2015-12-23T12:24:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"4bf7d8df29f7be29552b82ec2b7112fad0c39a3e","kind":"tag","published_at":"2015-10-20T09:52:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"5ca2204b472704543ebbc744a22f8f90ec659659","kind":"tag","published_at":"2015-09-30T08:49:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"e5f2f3bc675e2c7e5cc6aa0ed50da7941833e492","kind":"tag","published_at":"2015-09-04T03:16:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"7536a0b351cc4f2764e71cbc268a178ab595259d","kind":"tag","published_at":"2015-08-17T01:28:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"56fa3d92620a41a875b3337fa51d04d6df23b1a8","kind":"tag","published_at":"2015-08-15T12:34:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"eefec0ef598a92e78510ee8626fd9bbcdb1398e4","kind":"tag","published_at":"2015-08-15T11:19:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0/manifests"},{"name":"v0.3.2","sha":"74b99dca61eafd56ba93605016b086a1108e77fe","kind":"tag","published_at":"2015-08-13T03:12:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"a1aca9c31a45aded77962bd0defc32e503aec213","kind":"commit","published_at":"2015-08-11T06:23:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"b489672d27ff703337c540f0fbc43f6486a84d99","kind":"commit","published_at":"2015-08-09T03:27:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"12e3cd6b151353dbe7f584adabbe5dd8a28424db","kind":"commit","published_at":"2015-07-24T08:13:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"f437b457b5ea6c105535a360144000f8315db54d","kind":"commit","published_at":"2015-07-24T04:54:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0/manifests"},{"name":"v0.1.3","sha":"c8fa9d0b94f8ac07f162623e4b9e9e68aad82e62","kind":"commit","published_at":"2015-07-22T11:06:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"6ba5d6e4b90a154dbca6ec0f80c66ad5995cd770","kind":"commit","published_at":"2015-07-22T07:10:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c015f8762f70eff2be7b8d7fb82438689239d717","kind":"commit","published_at":"2015-07-20T07:55:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"7253d0fea773e3f7cc0a3fb8278c9da070df26ee","kind":"commit","published_at":"2015-07-20T07:12:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.3","sha":"0c9f1e89bfacec8e08bac8ef96d64e3abdbecda7","kind":"commit","published_at":"2015-07-17T11:02:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"fec1baf43b8c0156682d4014a4fd066bd24ad448","kind":"commit","published_at":"2015-07-17T06:23:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"a5ea0dfada48601b9e3fbec78dd37d70380a2db6","kind":"commit","published_at":"2015-07-15T08:03:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1/manifests"},{"name":"v0.1.0-alpha.3","sha":"9b6cc68a2c17c9671363fe7af5de7ebd3a06aaeb","kind":"commit","published_at":"2015-07-06T01:27:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3/manifests"},{"name":"v0.1.0-alpha.2","sha":"34b0f460c34ecc48af857d8ee5d7038970ba56fb","kind":"commit","published_at":"2015-06-29T12:04:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2/manifests"},{"name":"v0.1.0-alpha.1","sha":"05b3415fc699ab43f3fa33b5ecd040ab5ecdf9e2","kind":"commit","published_at":"2015-06-24T04:42:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1/manifests"},{"name":"v0.0.17","sha":"3cae05244e48af9cf4abbef3114060db585a574c","kind":"commit","published_at":"2015-04-03T02:12:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"c0719ce6ba16778dd34c2cfdc81e7f3c5321409d","kind":"commit","published_at":"2015-03-19T04:15:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"57af04dc3e362c0e327b716279c9143028c6e0da","kind":"commit","published_at":"2015-03-18T20:23:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"69be290efb58a6a92e9ae78d7b37168d293920b5","kind":"commit","published_at":"2015-03-13T21:22:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"15a39d02ba3d666e7820eecbb8c5493ef2f6040a","kind":"commit","published_at":"2015-03-12T23:17:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13/manifests"},{"name":"v0.0.11","sha":"37f5561553c30d8f0f2c949502ea278da64949cd","kind":"tag","published_at":"2014-05-28T13:14:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"ad6f6ec5499d2c902b88da95487862d50e5ad776","kind":"tag","published_at":"2014-05-28T12:51:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"87efbabd9bc2a0fd83255e6cb856961b10aef9eb","kind":"tag","published_at":"2014-05-06T17:11:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"94b12cf69c51264b1edb6c81b50a262f0536894b","kind":"tag","published_at":"2014-04-10T14:45:48.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"1cf17e494fd7d8538c55189c72c0cf57d145ef41","kind":"tag","published_at":"2014-04-10T14:06:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"861f9ec93de28be4185b35815c2b6ab17746eb3f","kind":"commit","published_at":"2014-01-23T19:39:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"3f59f7356c86f30ef8e8754386373c2a8f97b367","kind":"commit","published_at":"2014-01-23T18:59:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6fa2c22464dcd964df604550c2ce2ed1d2f4362b","kind":"commit","published_at":"2014-01-04T21:36:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4/manifests"}]},"repo_metadata_updated_at":"2024-09-05T18:05:42.181Z","dependent_packages_count":1,"downloads":29,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":34.04520642489647,"dependent_repos_count":25.32799796580169,"dependent_packages_count":16.223928578504864,"stargazers_count":1.4444284534302032,"forks_count":1.6546204546288672,"average":15.739236375452418},"purl":"pkg:npm/conventional-changelog-angular-zero","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/conventional-changelog-angular-zero","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/conventional-changelog-angular-zero","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/conventional-changelog-angular-zero/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-09-04T23:04:01.314Z","issues_count":175,"pull_requests_count":479,"avg_time_to_close_issue":19345133.890243903,"avg_time_to_close_pull_request":6038480.121447029,"issues_closed_count":82,"pull_requests_closed_count":387,"pull_request_authors_count":71,"issue_authors_count":107,"avg_comments_per_issue":2.12,"avg_comments_per_pull_request":1.3068893528183716,"merged_pull_requests_count":302,"bot_issues_count":3,"bot_pull_requests_count":228,"past_year_issues_count":65,"past_year_pull_requests_count":215,"past_year_avg_time_to_close_issue":881436.8095238095,"past_year_avg_time_to_close_pull_request":919702.6333333333,"past_year_issues_closed_count":42,"past_year_pull_requests_closed_count":180,"past_year_pull_request_authors_count":24,"past_year_issue_authors_count":40,"past_year_avg_comments_per_issue":1.5538461538461539,"past_year_avg_comments_per_pull_request":1.0604651162790697,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":94,"past_year_merged_pull_requests_count":142,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues","maintainers":[{"login":"dangreen","count":83,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"},{"login":"bcoe","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bcoe"},{"login":"tommywo","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tommywo"}],"active_maintainers":[{"login":"dangreen","count":72,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-angular-zero/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-angular-zero/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-angular-zero/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-angular-zero/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-angular-zero/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-angular-zero/codemeta","maintainers":[{"uuid":"jamierolfs","login":"jamierolfs","name":null,"email":"jamie.rolfs@gmail.com","url":null,"packages_count":20,"html_url":"https://www.npmjs.com/~jamierolfs","role":null,"created_at":"2023-01-03T17:23:01.745Z","updated_at":"2023-01-03T17:23:01.745Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/jamierolfs/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5644415,"maintainers_count":1200486,"namespaces_count":399623,"keywords_count":847874,"github":"npm","metadata":{"funded_packages_count":171745},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-06-10T05:11:46.456Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":1554941,"name":"conventional-changelog-conventionalcommits-parseropts","ecosystem":"npm","description":"conventional-changelog conventionalcommits.org preset","homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-angular#readme","licenses":"ISC","normalized_licenses":["ISC"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":["conventional-changelog","conventionalcommits.org","preset"],"namespace":null,"versions_count":5,"first_release_published_at":"2019-06-21T10:24:52.956Z","latest_release_published_at":"2019-06-21T11:00:55.053Z","latest_release_number":"4.2.0","last_synced_at":"2026-06-03T20:26:49.130Z","created_at":"2022-04-09T05:41:23.498Z","updated_at":"2026-06-03T20:26:49.130Z","registry_url":"https://www.npmjs.com/package/conventional-changelog-conventionalcommits-parseropts","install_command":"npm install conventional-changelog-conventionalcommits-parseropts","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"4.2.0"}},"repo_metadata":{"id":12961414,"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2026-05-25T22:06:24.000Z","size":6460,"stargazers_count":8449,"open_issues_count":249,"forks_count":736,"subscribers_count":48,"default_branch":"master","last_synced_at":"2026-05-27T10:06:02.477Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2026-05-26T14:51:47.000Z","dependencies_parsed_at":"2026-03-05T00:02:02.010Z","dependency_job_id":null,"html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1686,"total_committers":150,"mean_commits":11.24,"dds":0.4792408066429419,"last_synced_commit":"65550d9a30cfab4b00b3e982e42bd68fedafcefc"},"previous_names":["ajoslin/conventional-changelog"],"tags_count":827,"template":false,"template_full_name":null,"purl":"pkg:github/conventional-changelog/conventional-changelog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/sbom","scorecard":{"id":174827,"data":{"date":"2025-08-11","repo":{"name":"github.com/conventional-changelog/conventional-changelog","commit":"1552de5434163eb63d3bf73d97bcb3bf34de8586"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 7 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":1,"reason":"Found 4/22 approved changesets -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/checks.yml:1","Warn: no topLevel permission defined: .github/workflows/commit.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Warn: no topLevel permission defined: .github/workflows/tests.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/checks.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/checks.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/commit.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/commit.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/commit.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:50: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:85: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:87: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:91: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:102: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Info:   0 out of  17 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  14 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: ISC License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 16 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":7,"reason":"3 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-xffm-g5w8-qvg7","Warn: Project is vulnerable to: GHSA-67mh-4wv8-2f99","Warn: Project is vulnerable to: GHSA-52f5-9888-hmc6"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-16T17:26:40.503Z","repository_id":12961414,"created_at":"2025-08-16T17:26:40.503Z","updated_at":"2025-08-16T17:26:40.503Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33649345,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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"},"tags":[]},"repo_metadata_updated_at":"2026-06-02T12:23:56.440Z","dependent_packages_count":1,"downloads":43,"downloads_period":"last-month","dependent_repos_count":1,"rankings":{"downloads":41.00323693427661,"dependent_repos_count":10.767935900085632,"dependent_packages_count":21.30988168970035,"stargazers_count":1.200604311931194,"forks_count":1.4451913051652208,"docker_downloads_count":null,"average":15.1453700282318},"purl":"pkg:npm/conventional-changelog-conventionalcommits-parseropts","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/conventional-changelog-conventionalcommits-parseropts","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/conventional-changelog-conventionalcommits-parseropts","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/conventional-changelog-conventionalcommits-parseropts/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-02-24T01:29:23.797Z","issues_count":162,"pull_requests_count":542,"avg_time_to_close_issue":32787367.426666666,"avg_time_to_close_pull_request":12460257.039215686,"issues_closed_count":75,"pull_requests_closed_count":459,"pull_request_authors_count":88,"issue_authors_count":137,"avg_comments_per_issue":2.1419753086419755,"avg_comments_per_pull_request":1.2269372693726937,"merged_pull_requests_count":339,"bot_issues_count":3,"bot_pull_requests_count":274,"past_year_issues_count":17,"past_year_pull_requests_count":75,"past_year_avg_time_to_close_issue":172643.0,"past_year_avg_time_to_close_pull_request":1043935.0,"past_year_issues_closed_count":5,"past_year_pull_requests_closed_count":43,"past_year_pull_request_authors_count":17,"past_year_issue_authors_count":15,"past_year_avg_comments_per_issue":2.235294117647059,"past_year_avg_comments_per_pull_request":0.9066666666666666,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":44,"past_year_merged_pull_requests_count":38,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues","maintainers":[{"login":"dangreen","count":93,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"},{"login":"bcoe","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bcoe"},{"login":"tommywo","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tommywo"}],"active_maintainers":[{"login":"dangreen","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-conventionalcommits-parseropts/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-conventionalcommits-parseropts/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-conventionalcommits-parseropts/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-conventionalcommits-parseropts/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-conventionalcommits-parseropts/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-conventionalcommits-parseropts/codemeta","maintainers":[{"uuid":"jaszczakw","login":"jaszczakw","name":null,"email":"jaszczakw@gmail.com","url":null,"packages_count":12,"html_url":"https://www.npmjs.com/~jaszczakw","role":null,"created_at":"2022-11-11T20:38:54.153Z","updated_at":"2022-11-11T20:38:54.153Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/jaszczakw/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5644415,"maintainers_count":1200486,"namespaces_count":399623,"keywords_count":847874,"github":"npm","metadata":{"funded_packages_count":171745},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-06-10T05:11:46.456Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":1275822,"name":"@shivjm/conventional-changelog-conventionalcommits","ecosystem":"npm","description":"conventional-changelog conventionalcommits.org preset (fork with uniform heading levels)","homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-conventionalcommits#readme","licenses":"ISC","normalized_licenses":["ISC"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":["conventional-changelog","conventionalcommits.org","preset"],"namespace":"shivjm","versions_count":3,"first_release_published_at":"2021-11-02T14:20:04.204Z","latest_release_published_at":"2021-11-02T14:30:52.178Z","latest_release_number":"4.6.1","last_synced_at":"2026-06-03T20:26:49.143Z","created_at":"2022-04-08T19:14:21.477Z","updated_at":"2026-06-03T20:26:49.144Z","registry_url":"https://www.npmjs.com/package/@shivjm/conventional-changelog-conventionalcommits","install_command":"npm install @shivjm/conventional-changelog-conventionalcommits","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"4.6.1"}},"repo_metadata":{"id":12961414,"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2024-06-18T04:54:14.000Z","size":5832,"stargazers_count":7627,"open_issues_count":249,"forks_count":715,"subscribers_count":58,"default_branch":"master","last_synced_at":"2024-06-19T09:40:31.278Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2024-06-19T09:40:44.711Z","dependencies_parsed_at":"2022-07-13T10:30:31.523Z","dependency_job_id":"5f6d159e-c4c6-405b-9fa7-976ffc4dfa04","html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1464,"total_committers":136,"mean_commits":"10.764705882352942","dds":"0.40095628415300544","last_synced_commit":"58f0887283a200d52e49607baf7b352f26177b05"},"previous_names":["ajoslin/conventional-changelog"],"tags_count":777,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":215686924,"owners_count":15916249,"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"},"owner_record":{"login":"conventional-changelog","name":"conventional-changelog","uuid":"16443515","kind":"organization","description":"Tools to generate changelogs and release notes from a project's commit messages and metadata.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16443515?v=4","repositories_count":12,"last_synced_at":"2024-03-25T20:05:25.442Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/conventional-changelog","funding_links":[],"total_stars":31480,"followers":325,"following":0,"created_at":"2022-11-02T16:25:21.572Z","updated_at":"2024-03-25T20:05:26.809Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog/repositories"},"tags":[{"name":"git-client-v1.0.1","sha":"d3b8aaa16337993bbad4d91db1ffac5a7568756b","kind":"commit","published_at":"2024-05-06T14:46:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1/manifests"},{"name":"conventional-changelog-v6.0.0","sha":"83bb15ba5de08f080884fc906c6db3c99c8b2131","kind":"commit","published_at":"2024-04-26T22:08:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0/manifests"},{"name":"conventional-changelog-core-v8.0.0","sha":"7bc92fc05e4447f311ad52b6e39d36f461eaf083","kind":"commit","published_at":"2024-04-26T22:07:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v8.0.0","sha":"3129c812139bf7454a64b4d506e6b85cd5abc77c","kind":"commit","published_at":"2024-04-26T22:06:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0/manifests"},{"name":"git-semver-tags-v8.0.0","sha":"fbd1b3bcd6253a32de89eb21145c2eb70d9396b6","kind":"commit","published_at":"2024-04-26T22:05:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v5.0.0","sha":"e34c96db3dbebedb17a6583aae8855dddd056f83","kind":"commit","published_at":"2024-04-26T22:04:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0/manifests"},{"name":"conventional-changelog-angular-v8.0.0","sha":"2aa6291a93eb881230e896f87a5232873b6a9717","kind":"commit","published_at":"2024-04-26T22:04:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0/manifests"},{"name":"conventional-changelog-jquery-v6.0.0","sha":"1c71cd6d4868ef2e158963e277609a9794806306","kind":"commit","published_at":"2024-04-26T22:03:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v8.0.0","sha":"533e36277d1779a5ac79a06210c603b5f88bc030","kind":"commit","published_at":"2024-04-26T22:00:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0/manifests"},{"name":"conventional-changelog-eslint-v6.0.0","sha":"c7459cd7d1e1ab82c9a5d552b008c02aba290cad","kind":"commit","published_at":"2024-04-26T21:59:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0/manifests"},{"name":"git-raw-commits-v5.0.0","sha":"f61ea377e843db0852c35911785895ec43481f11","kind":"commit","published_at":"2024-04-26T21:58:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0/manifests"},{"name":"conventional-changelog-codemirror-v5.0.0","sha":"77525286ffc8869a6ac351ebe28198842815cb7c","kind":"commit","published_at":"2024-04-26T21:57:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0/manifests"},{"name":"conventional-changelog-cli-v5.0.0","sha":"a75cef688b9a1557ca981178d4d35c18963160b6","kind":"commit","published_at":"2024-04-26T21:53:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0/manifests"},{"name":"conventional-changelog-express-v5.0.0","sha":"a6ab80d6e30091a8b743ee97a87e7400af1ebc53","kind":"commit","published_at":"2024-04-26T21:53:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v10.0.0","sha":"d7c409b02f1d58cf6f0293edcadbe5f00a78a622","kind":"commit","published_at":"2024-04-26T21:52:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v10.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v10.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0/manifests"},{"name":"conventional-changelog-atom-v5.0.0","sha":"3b2b9d0ec2382f73d9cf000a1004596f90ece916","kind":"commit","published_at":"2024-04-26T21:51:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0/manifests"},{"name":"conventional-changelog-jshint-v5.0.0","sha":"d7dae509e72b09d1496ae51f1f04c15581c828fc","kind":"commit","published_at":"2024-04-26T21:50:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0/manifests"},{"name":"conventional-changelog-ember-v5.0.0","sha":"2e99dfa49112ffe6c864dd0e436f0db1e696b1f9","kind":"commit","published_at":"2024-04-26T21:50:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0/manifests"},{"name":"conventional-commits-parser-v6.0.0","sha":"646e1be132ccd0f32e3074de2f511be5c610984f","kind":"commit","published_at":"2024-04-26T21:48:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0/manifests"},{"name":"conventional-commits-filter-v5.0.0","sha":"be4266b7ef7b84ba5c198dfa8c143229f8a5b128","kind":"commit","published_at":"2024-04-26T21:47:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0/manifests"},{"name":"standard-changelog-v6.0.0","sha":"3e9b9387f29e48a508b70b88f26b40a6db9fea16","kind":"commit","published_at":"2024-04-26T21:45:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v5.0.0","sha":"041a1a9b73b201add30494aed19d026b948bd8f1","kind":"commit","published_at":"2024-04-26T21:41:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0/manifests"},{"name":"git-client-v1.0.0","sha":"7e51fe970576503cae3ab94e6e9b3e01017b044d","kind":"commit","published_at":"2024-04-26T21:21:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0/manifests"},{"name":"git-semver-tags-v7.0.1","sha":"fac8045242099c016f5f3905e54e02b7d466bd7b","kind":"commit","published_at":"2023-09-10T23:53:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1/manifests"},{"name":"conventional-changelog-writer-v7.0.1","sha":"e3a643ad39ec3bc4cfb1dff2aa1101333df33dc3","kind":"commit","published_at":"2023-09-10T23:49:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1/manifests"},{"name":"conventional-changelog-cli-v4.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0/manifests"},{"name":"conventional-changelog-v5.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0/manifests"},{"name":"conventional-changelog-core-v7.0.0","sha":"2e467dd39a35c3813597711a37690897183b4abc","kind":"commit","published_at":"2023-09-08T22:03:37.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0/manifests"},{"name":"git-semver-tags-v7.0.0","sha":"a13f788bd505d8253a2d92413fc4a7780e11ec07","kind":"commit","published_at":"2023-09-08T21:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0/manifests"},{"name":"standard-changelog-v5.0.0","sha":"34569c7a3fd2b0362a461517a1f4e20e7eecd9fc","kind":"commit","published_at":"2023-09-08T21:55:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v9.0.0","sha":"ad633d9d81f66ef80d7f77832a264cb0c5b971ef","kind":"commit","published_at":"2023-09-08T21:50:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.2","sha":"50113f9b569259d991f1a734a192964ca71f0118","kind":"commit","published_at":"2023-09-08T21:41:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2/manifests"},{"name":"conventional-changelog-preset-loader-v4.1.0","sha":"a14d2186575f6061f236c9a47d803694b18f8373","kind":"commit","published_at":"2023-09-08T21:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.1","sha":"ca4324b0a690b2595f8b574882ff95329a2dc195","kind":"commit","published_at":"2023-08-27T19:11:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1/manifests"},{"name":"conventional-commits-filter-v4.0.0","sha":"26fc9ea274dc0c62442ec9d97b20a2ebb49138bf","kind":"commit","published_at":"2023-08-27T12:55:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0/manifests"},{"name":"standard-changelog-v4.0.0","sha":"5b788265774bf4b63d3c83a178ca53e8e7095903","kind":"commit","published_at":"2023-08-27T12:50:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-eslint-v5.0.0","sha":"679594c0716275771cc23b314e4362899fe72f87","kind":"commit","published_at":"2023-08-27T12:46:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0/manifests"},{"name":"git-semver-tags-v6.0.0","sha":"1c75c72d9b5d59e3ea4e914c58a85f7559f29602","kind":"commit","published_at":"2023-08-27T12:40:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0/manifests"},{"name":"conventional-recommended-bump-v8.0.0","sha":"624377a24e8e3658bcf2329a9a98f9a7b02a4cb3","kind":"commit","published_at":"2023-08-27T12:33:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0/manifests"},{"name":"conventional-changelog-writer-v7.0.0","sha":"d669bb67dc713cb1e4374e3216ed7d83cde743c5","kind":"commit","published_at":"2023-08-27T12:27:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0/manifests"},{"name":"conventional-changelog-codemirror-v4.0.0","sha":"933fd0b3dd355d648faf57241b796a714004c722","kind":"commit","published_at":"2023-08-27T12:23:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0/manifests"},{"name":"conventional-changelog-express-v4.0.0","sha":"c9e9ceb3a3727659bd117bab01cbc7642d588f06","kind":"commit","published_at":"2023-08-27T12:16:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0/manifests"},{"name":"conventional-changelog-ember-v4.0.0","sha":"5d7c16268f79b7f180e34e997fdb37373d714666","kind":"commit","published_at":"2023-08-27T12:11:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0/manifests"},{"name":"conventional-changelog-jquery-v5.0.0","sha":"d643efb1050dcdaecee626044315644ff9b9e43b","kind":"commit","published_at":"2023-08-27T12:07:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v4.0.0","sha":"636646dd9ae062e9652a7f9ccaf6c329e6e9f924","kind":"commit","published_at":"2023-08-27T12:03:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0/manifests"},{"name":"conventional-changelog-v5.0.0","sha":"7985de3edc9e655369651ad464cb39b791887dc7","kind":"commit","published_at":"2023-08-27T11:58:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.0","sha":"5f0fe40743d8f559ab94ed11bbb4b8bda6fa6dcb","kind":"commit","published_at":"2023-08-27T11:51:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0/manifests"},{"name":"conventional-changelog-angular-v7.0.0","sha":"6c7a2e1a8807988bcb1a9842f72d14be3b1a89e3","kind":"commit","published_at":"2023-08-27T11:46:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0/manifests"},{"name":"conventional-changelog-jshint-v4.0.0","sha":"0204a9a340d2c85411e8de8905bc74c6146e5618","kind":"commit","published_at":"2023-08-27T11:41:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0/manifests"},{"name":"conventional-changelog-atom-v4.0.0","sha":"ab9b2c10e098ec8837d141102549f3eef698364c","kind":"commit","published_at":"2023-08-27T11:36:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0/manifests"},{"name":"conventional-changelog-cli-v4.0.0","sha":"29df6c4597afad27b9cda06f58eb564bcca609c4","kind":"commit","published_at":"2023-08-27T11:21:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0/manifests"},{"name":"conventional-changelog-core-v6.0.0","sha":"45613bbc2d13c798732e4b2bd4b2fa9ea67157d6","kind":"commit","published_at":"2023-08-27T11:17:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v4.0.0","sha":"5a896e3ef3aa9e751fcc74d7c76fa21d6d526cb0","kind":"commit","published_at":"2023-08-27T11:08:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0/manifests"},{"name":"git-raw-commits-v4.0.0","sha":"878fc56b43bc617177bf47fd8643a3b8b86078e5","kind":"commit","published_at":"2023-08-27T11:01:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0/manifests"},{"name":"conventional-commits-parser-v5.0.0","sha":"299de5acbe55a7d19dcdd2adc34681eae7264abf","kind":"commit","published_at":"2023-08-26T17:50:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0/manifests"},{"name":"git-semver-tags-v5.0.1","sha":"87914a362866a380e98a29edf19b2173e0911d8a","kind":"commit","published_at":"2023-07-09T19:10:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1/manifests"},{"name":"conventional-changelog-writer-v6.0.1","sha":"c123edea220b450cfa26813b6f198c3e8ebbd2b4","kind":"commit","published_at":"2023-07-09T14:49:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.2","sha":"83773c5e1a8874ea9809ca9db1dff60b7df1daae","kind":"commit","published_at":"2023-06-28T17:43:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.1.0","sha":"2e5fe6d9574ba896fa90b5bfcb50fb73d28af6d6","kind":"commit","published_at":"2023-06-17T21:30:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v7.0.1","sha":"f251b6899e313a9b23f3c8deb8b8b57217040892","kind":"commit","published_at":"2023-06-06T23:24:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.1","sha":"5b458dff9edf766446449acd1bbb8027a1e39fa5","kind":"commit","published_at":"2023-06-06T23:17:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1/manifests"},{"name":"gulp-conventional-changelog-v3.0.0","sha":"8ef6232797e5bf7c80422221374c53c03d5df36d","kind":"commit","published_at":"2023-06-06T22:50:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0/manifests"},{"name":"standard-changelog-v3.0.0","sha":"ea65f017b42b914ece780fd2fc799a6946912ed8","kind":"commit","published_at":"2023-06-06T22:42:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0/manifests"},{"name":"conventional-changelog-cli-v3.0.0","sha":"f00f4549cee9406054b77057a8135183fcd89710","kind":"commit","published_at":"2023-06-06T22:29:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0/manifests"},{"name":"conventional-changelog-v4.0.0","sha":"1a240f91ed584ed43e7f9c82235ca60eff0f4fa5","kind":"commit","published_at":"2023-06-06T19:50:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-core-v5.0.0","sha":"8507f601486c8ff6806156c50091262dee13ec54","kind":"commit","published_at":"2023-06-06T19:23:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v7.0.0","sha":"e1662ca7a6c688d28a334282a5e863f52866f3e8","kind":"commit","published_at":"2023-06-06T18:39:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v3.0.0","sha":"5d80d155425147a0b045af09536e5962cbfff620","kind":"commit","published_at":"2023-06-06T15:08:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.0.0","sha":"a30fc7ae219cf871b46cbe9d2c76a9730b70e272","kind":"commit","published_at":"2023-06-06T14:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v6.0.0","sha":"aa5d46c7b13b7b31f78af4b3c31c087c39eea41d","kind":"commit","published_at":"2023-06-06T14:46:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0/manifests"},{"name":"conventional-commits-filter-v3.0.0","sha":"502a73fe41aebb7b563c5ca69521e0b1bab904df","kind":"commit","published_at":"2023-06-06T14:32:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0/manifests"},{"name":"conventional-commits-parser-v4.0.0","sha":"9f7fe891e75c64937c28baa39a6c795a01603ab7","kind":"commit","published_at":"2023-06-06T14:24:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0/manifests"},{"name":"git-raw-commits-v3.0.0","sha":"571f2d549f10744a12ab3bc5dc5e0b749cb72667","kind":"commit","published_at":"2023-06-06T14:16:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0/manifests"},{"name":"git-semver-tags-v5.0.0","sha":"445c796d04105d10dd62d07039bc6a7fc9f263a5","kind":"commit","published_at":"2023-06-06T13:51:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0/manifests"},{"name":"conventional-changelog-atom-v3.0.0","sha":"208787aa2f5db8de1c2d43c56d71e6dfb9510781","kind":"commit","published_at":"2023-06-06T13:43:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0/manifests"},{"name":"conventional-changelog-angular-v6.0.0","sha":"c4ebf98acc15f37154aae5de53a225e896c4a157","kind":"commit","published_at":"2023-06-06T13:36:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0/manifests"},{"name":"conventional-changelog-codemirror-v3.0.0","sha":"0772453bee083917a05b9696d063ee3dc69957f9","kind":"commit","published_at":"2023-06-06T13:25:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0/manifests"},{"name":"conventional-changelog-ember-v3.0.0","sha":"e473d0c8af7c0cf8a54f775556796f50f3e695c2","kind":"commit","published_at":"2023-06-06T13:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0/manifests"},{"name":"conventional-changelog-eslint-v4.0.0","sha":"b3b896bc5b9e3ed65dcfc08c57967a252f37cfd1","kind":"commit","published_at":"2023-06-06T12:56:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0/manifests"},{"name":"conventional-changelog-express-v3.0.0","sha":"5594385d1dd2490b0fb508a60b6f30e8be6616ce","kind":"commit","published_at":"2023-06-06T12:37:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0/manifests"},{"name":"conventional-changelog-jquery-v4.0.0","sha":"51a3015a907b2cea900114359c36ce0e9664b72d","kind":"commit","published_at":"2023-06-06T12:17:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0/manifests"},{"name":"conventional-changelog-jshint-v3.0.0","sha":"281e5f883476e90b75cae4373a67436c86e94f6a","kind":"commit","published_at":"2023-06-06T12:02:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v5.0.0","sha":"ba6df7cf62de5f448368bed4398f6ddf633d2cbd","kind":"commit","published_at":"2022-05-27T18:02:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0/manifests"},{"name":"conventional-changelog-writer-v5.0.1","sha":"21b73f974adc4490a318d9c892055655cb82c538","kind":"commit","published_at":"2021-12-29T21:36:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.3","sha":"02757d342290bcf51a49d49e5e72f5eae6c6f6da","kind":"commit","published_at":"2021-12-29T19:52:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3/manifests"},{"name":"conventional-commits-parser-v3.2.4","sha":"1d0f62d4ac4911ef0d912d5401f783b152cee624","kind":"commit","published_at":"2021-12-29T19:46:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4/manifests"},{"name":"git-raw-commits-v2.0.11","sha":"95384dbd105ffe4f86bbc6ccad3e5405a1cbfe04","kind":"commit","published_at":"2021-12-29T19:39:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.2","sha":"1827696185192a8dd258ea7c3370090238b0fb76","kind":"commit","published_at":"2021-12-25T18:06:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2/manifests"},{"name":"conventional-changelog-cli-v2.2.2","sha":"8ce6a7bbd3fae87aa9d56fca68c2e16fbb2cace5","kind":"commit","published_at":"2021-12-25T17:22:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2/manifests"},{"name":"conventional-changelog-v3.1.25","sha":"8e9c3d76aaffd7fe67a78270b3ad9b881e953e7e","kind":"commit","published_at":"2021-12-24T18:50:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25/manifests"},{"name":"conventional-commits-parser-v3.2.3","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3/manifests"},{"name":"conventional-changelog-cli-v2.2.1","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.1","sha":"c35708d56a55e31b750aec1f745e5be52f0a75f2","kind":"commit","published_at":"2021-09-09T19:06:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1/manifests"},{"name":"conventional-commits-parser-v3.2.2","sha":"1bae48ff85eff0736ea6691b7214f3fc9c026256","kind":"commit","published_at":"2021-09-09T14:45:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2/manifests"},{"name":"conventional-changelog-core-v4.2.4","sha":"02fbc2d42d0faf53d4b7a2b0525626088a6ac8ba","kind":"commit","published_at":"2021-09-09T14:37:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4/manifests"},{"name":"conventional-changelog-angular-v5.0.13","sha":"e30343b4676d26b416080294dc74ebba001c0716","kind":"commit","published_at":"2021-09-09T14:31:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v5.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13/manifests"},{"name":"conventional-changelog-core-v4.2.3","sha":"318b555b6ef3aebdb5a8d4c7c734fd7234712dd3","kind":"commit","published_at":"2021-07-03T00:24:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.0","sha":"537c37d7801872c3e57e4200c64154a4d2ea042a","kind":"commit","published_at":"2021-04-30T00:15:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0/manifests"},{"name":"conventional-commits-parser-v3.2.1","sha":"758dda2937b6784f0cc6a535286862fcf95b6f06","kind":"commit","published_at":"2021-02-15T21:32:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1/manifests"},{"name":"git-raw-commits-v2.0.10","sha":"ffecaccb6e117afae9f68f1d48ff9a69554da950","kind":"commit","published_at":"2021-01-27T16:36:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10/manifests"},{"name":"conventional-changelog-writer-v5.0.0","sha":"61ef6491add84b841e1797baf09f62bbdd90dcd4","kind":"commit","published_at":"2020-12-30T22:40:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v6.1.0","sha":"3b0fb22b0bb49137b9ecddaeb349f66025205c57","kind":"commit","published_at":"2020-12-30T16:58:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0/manifests"},{"name":"conventional-changelog-core-v4.2.2","sha":"317eeb3137caff69bcc9a67fce3dc67663a010db","kind":"commit","published_at":"2020-12-30T00:53:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2/manifests"},{"name":"conventional-recommended-bump-v6.0.12","sha":"90ecc5d93bfd7626857eda5d240f92393d896be0","kind":"commit","published_at":"2020-12-30T00:43:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12/manifests"},{"name":"git-raw-commits-v2.0.9","sha":"227f3e23af86912c0cd64fdb1a820ac92e5757c5","kind":"commit","published_at":"2020-12-29T23:59:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9/manifests"},{"name":"conventional-changelog-writer-v4.1.0","sha":"77725cfb12ca3ca22abb9421b4af012a49207e7a","kind":"commit","published_at":"2020-12-29T23:41:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0/manifests"},{"name":"conventional-changelog-atom@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8/manifests"},{"name":"conventional-changelog-angular@5.0.12","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12/manifests"},{"name":"conventional-changelog@3.1.24","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24/manifests"},{"name":"git-raw-commits@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8/manifests"},{"name":"standard-changelog@2.0.27","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27/manifests"},{"name":"gulp-conventional-changelog@2.0.35","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35/manifests"},{"name":"git-semver-tags@4.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1/manifests"},{"name":"conventional-recommended-bump@6.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11/manifests"},{"name":"conventional-commits-parser@3.2.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0/manifests"},{"name":"conventional-commits-filter@2.0.7","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7/manifests"},{"name":"conventional-changelog-writer@4.0.18","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18/manifests"},{"name":"conventional-changelog-jshint@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9/manifests"},{"name":"conventional-changelog-jquery@3.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11/manifests"},{"name":"conventional-changelog-express@2.0.6","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9/manifests"},{"name":"conventional-changelog-ember@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9/manifests"},{"name":"conventional-changelog-core@4.2.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.5.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1/manifests"},{"name":"conventional-changelog-v3.1.24","sha":"f8fcbc2e8b0834c29178ace6382b438a020ad828","kind":"commit","published_at":"2020-10-25T02:45:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24/manifests"},{"name":"conventional-recommended-bump@6.0.10","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10/manifests"},{"name":"standard-changelog@2.0.26","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26/manifests"},{"name":"gulp-conventional-changelog@2.0.34","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34/manifests"},{"name":"git-semver-tags@4.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0/manifests"},{"name":"conventional-changelog-core@4.2.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.4.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0/manifests"},{"name":"conventional-changelog-cli@2.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0/manifests"},{"name":"conventional-changelog@3.1.23","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23/manifests"},{"name":"standard-changelog@2.0.25","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25/manifests"},{"name":"conventional-changelog-writer@4.0.17","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17/manifests"},{"name":"conventional-changelog-jshint@2.0.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8/manifests"},{"name":"conventional-changelog-core@4.1.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8/manifests"},{"name":"conventional-changelog@3.1.22","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22/manifests"},{"name":"conventional-changelog-angular@5.0.11","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.35","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35/manifests"},{"name":"gulp-conventional-changelog@2.0.33","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.1","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1/manifests"},{"name":"conventional-changelog-core@4.1.7","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7/manifests"},{"name":"conventional-changelog@3.1.21","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21/manifests"},{"name":"conventional-changelog-writer@4.0.16","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.34","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34/manifests"},{"name":"standard-changelog@2.0.24","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24/manifests"},{"name":"gulp-conventional-changelog@2.0.32","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32/manifests"},{"name":"git-semver-tags@4.0.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.3.4","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4/manifests"},{"name":"standard-changelog@2.0.23","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23/manifests"},{"name":"gulp-conventional-changelog@2.0.31","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31/manifests"},{"name":"conventional-changelog-eslint@3.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.15","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10/manifests"},{"name":"conventional-changelog@3.1.20","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20/manifests"},{"name":"conventional-changelog-atom@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7/manifests"},{"name":"conventional-changelog-cli@2.0.33","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33/manifests"},{"name":"conventional-changelog-codemirror@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0/manifests"},{"name":"conventional-changelog-core@4.1.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6/manifests"},{"name":"conventional-changelog-ember@2.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8/manifests"},{"name":"conventional-commits-filter@2.0.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6/manifests"},{"name":"conventional-commits-parser@3.1.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.9","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9/manifests"},{"name":"git-raw-commits@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7/manifests"},{"name":"conventional-changelog-express@2.0.5","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10/manifests"},{"name":"conventional-changelog-jshint@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7/manifests"},{"name":"conventional-changelog-preset-loader-v2.3.2","sha":"9f6c56cb960a5043823cfb85b9843991201cbb51","kind":"commit","published_at":"2020-05-08T19:21:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v2.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2/manifests"},{"name":"conventional-changelog-core@4.1.5","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5/manifests"},{"name":"gulp-conventional-changelog@2.0.30","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30/manifests"},{"name":"standard-changelog@2.0.22","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22/manifests"},{"name":"conventional-changelog@3.1.19","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19/manifests"},{"name":"conventional-changelog-cli@2.0.32","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32/manifests"},{"name":"conventional-changelog-cli@2.0.31","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31/manifests"},{"name":"standard-changelog@2.0.21","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21/manifests"},{"name":"gulp-conventional-changelog@2.0.29","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29/manifests"},{"name":"conventional-changelog-core@4.1.4","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4/manifests"},{"name":"conventional-changelog@3.1.18","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18/manifests"},{"name":"conventional-changelog@3.1.17","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17/manifests"},{"name":"standard-changelog@2.0.20","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20/manifests"},{"name":"gulp-conventional-changelog@2.0.28","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28/manifests"},{"name":"conventional-changelog-core@4.1.3","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.30","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30/manifests"},{"name":"conventional-changelog-cli@2.0.29","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29/manifests"},{"name":"standard-changelog@2.0.19","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19/manifests"},{"name":"gulp-conventional-changelog@2.0.27","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27/manifests"},{"name":"conventional-changelog-core@4.1.2","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2/manifests"},{"name":"conventional-changelog@3.1.16","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16/manifests"},{"name":"conventional-changelog-cli@2.0.28","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28/manifests"},{"name":"standard-changelog@2.0.18","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18/manifests"},{"name":"gulp-conventional-changelog@2.0.26","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26/manifests"},{"name":"git-semver-tags@3.0.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1/manifests"},{"name":"git-raw-commits@2.0.3","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3/manifests"},{"name":"conventional-recommended-bump@6.0.5","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5/manifests"},{"name":"conventional-commits-parser@3.0.8","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.11","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11/manifests"},{"name":"conventional-changelog-core@4.1.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1/manifests"},{"name":"conventional-changelog@3.1.15","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15/manifests"},{"name":"gulp-conventional-changelog@2.0.25","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25/manifests"},{"name":"conventional-changelog@3.1.14","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14/manifests"},{"name":"conventional-changelog-angular@5.0.6","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6/manifests"},{"name":"conventional-changelog-cli@2.0.27","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.3","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3/manifests"},{"name":"conventional-changelog-core@4.1.0","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0/manifests"},{"name":"conventional-commits-parser@3.0.7","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7/manifests"},{"name":"conventional-recommended-bump@6.0.4","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4/manifests"},{"name":"standard-changelog@2.0.17","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17/manifests"},{"name":"conventional-changelog-cli@2.0.26","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.2","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2/manifests"},{"name":"conventional-changelog-core@4.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3/manifests"},{"name":"conventional-commits-parser@3.0.6","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6/manifests"},{"name":"conventional-recommended-bump@6.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.24","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24/manifests"},{"name":"standard-changelog@2.0.16","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16/manifests"},{"name":"conventional-changelog-writer@4.0.10","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10/manifests"},{"name":"conventional-changelog-preset-loader@2.3.0","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0/manifests"},{"name":"conventional-changelog@3.1.13","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13/manifests"},{"name":"conventional-changelog-jshint@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.9","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9/manifests"},{"name":"conventional-commits-parser@3.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5/manifests"},{"name":"conventional-changelog@3.1.12","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12/manifests"},{"name":"conventional-recommended-bump@6.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.23","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23/manifests"},{"name":"standard-changelog@2.0.15","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5/manifests"},{"name":"conventional-changelog-atom@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.25","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25/manifests"},{"name":"conventional-changelog-codemirror@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.1","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1/manifests"},{"name":"conventional-changelog-core@4.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2/manifests"},{"name":"conventional-changelog-ember@2.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4/manifests"},{"name":"conventional-changelog-eslint@3.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.6","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6/manifests"},{"name":"standard-changelog@2.0.14","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14/manifests"},{"name":"gulp-conventional-changelog@2.0.22","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22/manifests"},{"name":"conventional-recommended-bump@6.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1/manifests"},{"name":"conventional-commits-parser@3.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4/manifests"},{"name":"conventional-changelog-writer@4.0.8","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8/manifests"},{"name":"conventional-changelog-jshint@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.5","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5/manifests"},{"name":"conventional-changelog-eslint@3.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3/manifests"},{"name":"conventional-changelog-ember@2.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3/manifests"},{"name":"conventional-changelog-core@4.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.0","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.24","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24/manifests"},{"name":"conventional-changelog-atom@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4/manifests"},{"name":"conventional-changelog@3.1.11","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11/manifests"},{"name":"conventional-changelog-preset-loader@2.2.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0/manifests"},{"name":"standard-changelog@2.0.13","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13/manifests"},{"name":"gulp-conventional-changelog@2.0.21","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21/manifests"},{"name":"git-semver-tags@3.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0/manifests"},{"name":"conventional-recommended-bump@6.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.7","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7/manifests"},{"name":"conventional-changelog@3.1.10","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10/manifests"},{"name":"conventional-changelog-cli@2.0.23","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23/manifests"},{"name":"conventional-changelog-conventionalcommits@4.1.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0/manifests"},{"name":"conventional-changelog-core@4.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.1","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.0.0","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0/manifests"},{"name":"conventional-changelog-core@3.2.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3/manifests"},{"name":"conventional-changelog-writer@4.0.6","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6/manifests"},{"name":"conventional-commits-parser@3.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3/manifests"},{"name":"conventional-changelog@3.1.9","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9/manifests"},{"name":"standard-changelog@2.0.12","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.20","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20/manifests"},{"name":"git-semver-tags@2.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.22","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22/manifests"},{"name":"standard-changelog@2.0.11","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11/manifests"},{"name":"conventional-changelog@3.1.8","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8/manifests"},{"name":"conventional-changelog-cli@2.0.21","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.2","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.19","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19/manifests"},{"name":"conventional-changelog@3.1.7","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7/manifests"},{"name":"conventional-changelog-cli@2.0.20","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.1","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.18","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18/manifests"},{"name":"conventional-changelog-cli@2.0.19","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.17","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17/manifests"},{"name":"conventional-changelog@3.1.6","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6/manifests"},{"name":"conventional-changelog@3.1.5","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5/manifests"},{"name":"conventional-changelog-conventionalcommits@2.0.0","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.16","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.18","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.2","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.17","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17/manifests"},{"name":"conventional-changelog@3.1.4","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.15","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15/manifests"},{"name":"conventional-changelog-writer@4.0.5","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5/manifests"},{"name":"standard-changelog@2.0.10","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10/manifests"},{"name":"gulp-conventional-changelog@2.0.14","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14/manifests"},{"name":"conventional-changelog@3.1.3","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3/manifests"},{"name":"conventional-changelog-core@3.2.2","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2/manifests"},{"name":"conventional-changelog-cli@2.0.16","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.15","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15/manifests"},{"name":"standard-changelog@2.0.9","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.1.2","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2/manifests"},{"name":"conventional-changelog-core@3.2.1","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1/manifests"},{"name":"gulp-conventional-changelog@2.0.13","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13/manifests"},{"name":"conventional-changelog@3.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1/manifests"},{"name":"gulp-conventional-changelog@2.0.12","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12/manifests"},{"name":"conventional-recommended-bump@4.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1/manifests"},{"name":"conventional-changelog-preset-loader@2.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.14","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14/manifests"},{"name":"conventional-changelog-preset-loader@2.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0/manifests"},{"name":"conventional-changelog-writer@4.0.4","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4/manifests"},{"name":"conventional-commits-filter@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2/manifests"},{"name":"conventional-commits-parser@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2/manifests"},{"name":"conventional-recommended-bump@4.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0/manifests"},{"name":"gulp-conventional-changelog@2.0.11","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11/manifests"},{"name":"standard-changelog@2.0.8","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8/manifests"},{"name":"git-raw-commits@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2/manifests"},{"name":"conventional-changelog@3.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0/manifests"},{"name":"conventional-changelog-cli@2.0.13","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0/manifests"},{"name":"conventional-changelog-core@3.2.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0/manifests"},{"name":"conventional-changelog-eslint@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2/manifests"},{"name":"standard-changelog@2.0.7","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6/manifests"},{"name":"conventional-changelog-angular@5.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.12","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.10","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10/manifests"},{"name":"conventional-changelog-writer@4.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3/manifests"},{"name":"conventional-changelog-core@3.1.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6/manifests"},{"name":"conventional-recommended-bump@4.0.4","sha":"da729f68f9dc581623deb587c705ef65d189a9f4","kind":"tag","published_at":"2018-11-01T06:56:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4/manifests"},{"name":"standard-changelog@2.0.6","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6/manifests"},{"name":"conventional-changelog-core@3.1.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5/manifests"},{"name":"conventional-changelog-writer@4.0.2","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.9","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.0.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.11","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.10","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10/manifests"},{"name":"conventional-changelog-core@3.1.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.8","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8/manifests"},{"name":"conventional-changelog@3.0.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4/manifests"},{"name":"git-semver-tags@2.0.2","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.3","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3/manifests"},{"name":"standard-changelog@2.0.5","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5/manifests"},{"name":"standard-changelog@2.0.4","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.7","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3/manifests"},{"name":"conventional-changelog-core@3.1.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.9","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9/manifests"},{"name":"standard-changelog@2.0.3","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.8","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8/manifests"},{"name":"conventional-changelog-core@3.1.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2/manifests"},{"name":"gulp-conventional-changelog@2.0.6","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6/manifests"},{"name":"conventional-changelog@3.0.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.5","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.7","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7/manifests"},{"name":"conventional-changelog@3.0.1","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1/manifests"},{"name":"standard-changelog@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4/manifests"},{"name":"git-semver-tags@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1/manifests"},{"name":"git-raw-commits@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2/manifests"},{"name":"conventional-commits-parser@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1/manifests"},{"name":"conventional-commits-filter@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1/manifests"},{"name":"conventional-changelog-writer@4.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1/manifests"},{"name":"conventional-changelog-preset-loader@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4/manifests"},{"name":"conventional-changelog-express@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1/manifests"},{"name":"conventional-changelog-eslint@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2/manifests"},{"name":"conventional-changelog-core@3.1.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1/manifests"},{"name":"conventional-changelog-codemirror@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.6","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6/manifests"},{"name":"conventional-changelog-atom@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1/manifests"},{"name":"conventional-changelog-angular@5.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2/manifests"},{"name":"conventional-changelog@3.0.0","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.5","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.3","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.2","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.4","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3/manifests"},{"name":"standard-changelog@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3/manifests"},{"name":"conventional-changelog-core@3.1.0","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0/manifests"},{"name":"conventional-changelog-ember@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1/manifests"},{"name":"conventional-changelog-jquery@3.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1/manifests"},{"name":"conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0/manifests"},{"name":"conventional-recommended-bump@4.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0/manifests"},{"name":"conventional-changelog-jquery@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0/manifests"},{"name":"conventional-changelog-express@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0/manifests"},{"name":"conventional-changelog-eslint@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0/manifests"},{"name":"conventional-changelog-ember@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1/manifests"},{"name":"conventional-changelog-atom@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1/manifests"},{"name":"conventional-changelog-angular@4.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1/manifests"},{"name":"conventional-changelog-jquery@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0/manifests"},{"name":"conventional-changelog-jshint@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0/manifests"},{"name":"standard-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0/manifests"},{"name":"conventional-recommended-bump@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0/manifests"},{"name":"conventional-commits-parser@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0/manifests"},{"name":"conventional-commits-filter@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0/manifests"},{"name":"conventional-changelog-ember@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0/manifests"},{"name":"conventional-changelog-express@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0/manifests"},{"name":"git-semver-tags@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0/manifests"},{"name":"git-raw-commits@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0/manifests"},{"name":"conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-angular@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0/manifests"},{"name":"conventional-changelog-atom@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0/manifests"},{"name":"conventional-changelog-core@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0/manifests"},{"name":"conventional-changelog-eslint@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-core@2.0.11","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11/manifests"},{"name":"conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-cli@1.3.22","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22/manifests"},{"name":"conventional-changelog-ember@0.3.12","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12/manifests"},{"name":"conventional-recommended-bump@2.0.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9/manifests"},{"name":"conventional-changelog-angular@3.0.7","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7/manifests"},{"name":"gulp-conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24/manifests"},{"name":"standard-changelog@1.0.19","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19/manifests"},{"name":"conventional-changelog-jquery@1.3.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9/manifests"},{"name":"conventional-changelog-angular@3.0.6","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6/manifests"},{"name":"standard-changelog@1.0.18","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18/manifests"},{"name":"gulp-conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-writer@3.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9/manifests"},{"name":"conventional-changelog-jshint@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8/manifests"},{"name":"conventional-changelog-jquery@1.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8/manifests"},{"name":"conventional-changelog-eslint@1.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9/manifests"},{"name":"conventional-changelog-ember@0.3.11","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11/manifests"},{"name":"conventional-changelog-core@2.0.10","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10/manifests"},{"name":"conventional-changelog-codemirror@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8/manifests"},{"name":"conventional-changelog-cli@1.3.21","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21/manifests"},{"name":"conventional-changelog-atom@0.2.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8/manifests"},{"name":"conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23/manifests"},{"name":"gulp-conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-core@2.0.9","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9/manifests"},{"name":"conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-cli@1.3.20","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20/manifests"},{"name":"conventional-changelog-writer@3.0.8","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8/manifests"},{"name":"standard-changelog@1.0.17","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17/manifests"},{"name":"conventional-changelog-angular@3.0.5","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.10","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10/manifests"},{"name":"conventional-changelog-cli@1.3.19","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19/manifests"},{"name":"conventional-changelog-angular@3.0.4","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4/manifests"},{"name":"conventional-changelog-atom@0.2.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7/manifests"},{"name":"conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-core@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.9","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9/manifests"},{"name":"conventional-changelog-eslint@1.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8/manifests"},{"name":"conventional-changelog-express@0.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6/manifests"},{"name":"conventional-changelog-jquery@1.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7/manifests"},{"name":"conventional-changelog-preset-loader@1.1.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8/manifests"},{"name":"conventional-changelog-writer@3.0.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7/manifests"},{"name":"conventional-commits-parser@2.1.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7/manifests"},{"name":"conventional-recommended-bump@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8/manifests"},{"name":"git-raw-commits@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6/manifests"},{"name":"git-semver-tags@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21/manifests"},{"name":"standard-changelog@1.0.16","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16/manifests"},{"name":"conventional-changelog-codemirror@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6/manifests"},{"name":"conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-core@2.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7/manifests"},{"name":"conventional-changelog-codemirror@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6/manifests"},{"name":"conventional-changelog-cli@1.3.18","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18/manifests"},{"name":"conventional-changelog-ember@0.3.8","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8/manifests"},{"name":"conventional-changelog-writer@3.0.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6/manifests"},{"name":"conventional-changelog-atom@0.2.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6/manifests"},{"name":"conventional-changelog-eslint@1.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7/manifests"},{"name":"standard-changelog@1.0.15","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15/manifests"},{"name":"conventional-changelog-angular@3.0.3","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3/manifests"},{"name":"conventional-changelog-jquery@1.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-angular@3.0.2","sha":"1cc079df803f58b52c8aa997fff43e9c162266e7","kind":"tag","published_at":"2018-03-22T14:14:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2/manifests"},{"name":"conventional-changelog-ember@0.3.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7/manifests"},{"name":"standard-changelog@1.0.14","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14/manifests"},{"name":"gulp-conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19/manifests"},{"name":"git-semver-tags@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5/manifests"},{"name":"git-raw-commits@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7/manifests"},{"name":"conventional-commits-parser@2.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6/manifests"},{"name":"conventional-commits-filter@1.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5/manifests"},{"name":"conventional-changelog-preset-loader@1.1.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7/manifests"},{"name":"conventional-changelog-jshint@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5/manifests"},{"name":"conventional-changelog-jquery@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5/manifests"},{"name":"conventional-changelog-express@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6/manifests"},{"name":"conventional-changelog-core@2.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5/manifests"},{"name":"conventional-changelog-cli@1.3.17","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17/manifests"},{"name":"conventional-changelog-atom@0.2.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5/manifests"},{"name":"conventional-changelog-angular@3.0.1","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1/manifests"},{"name":"conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19/manifests"},{"name":"conventional-changelog-angular@3.0.0","sha":"49997aaba373502e5b38bd366846934641e95799","kind":"tag","published_at":"2018-03-22T13:45:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.16","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16/manifests"},{"name":"conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18/manifests"},{"name":"gulp-conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-eslint@1.0.5","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5/manifests"},{"name":"conventional-changelog-cli@1.3.15","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15/manifests"},{"name":"conventional-changelog-codemirror@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4/manifests"},{"name":"conventional-changelog-express@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4/manifests"},{"name":"conventional-changelog-jquery@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4/manifests"},{"name":"conventional-changelog-jshint@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4/manifests"},{"name":"conventional-commits-filter@1.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5/manifests"},{"name":"conventional-commits-parser@2.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5/manifests"},{"name":"conventional-recommended-bump@2.0.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6/manifests"},{"name":"standard-changelog@1.0.13","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13/manifests"},{"name":"gulp-conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17/manifests"},{"name":"git-semver-tags@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4/manifests"},{"name":"git-raw-commits@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4/manifests"},{"name":"conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17/manifests"},{"name":"conventional-changelog-angular@1.6.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6/manifests"},{"name":"conventional-changelog-atom@0.2.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4/manifests"},{"name":"gulp-conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog-angular@1.6.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5/manifests"},{"name":"conventional-changelog-atom@0.2.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3/manifests"},{"name":"conventional-changelog-cli@1.3.14","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14/manifests"},{"name":"conventional-changelog-codemirror@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4/manifests"},{"name":"conventional-changelog-ember@0.3.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3/manifests"},{"name":"conventional-changelog-express@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3/manifests"},{"name":"conventional-changelog-jshint@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5/manifests"},{"name":"conventional-changelog-writer@3.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3/manifests"},{"name":"conventional-commits-filter@1.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4/manifests"},{"name":"conventional-commits-parser@2.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4/manifests"},{"name":"conventional-recommended-bump@2.0.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5/manifests"},{"name":"git-raw-commits@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3/manifests"},{"name":"git-semver-tags@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3/manifests"},{"name":"standard-changelog@1.0.12","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12/manifests"},{"name":"conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15/manifests"},{"name":"gulp-conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15/manifests"},{"name":"conventional-recommended-bump@2.0.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4/manifests"},{"name":"conventional-changelog-cli@1.3.13","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13/manifests"},{"name":"conventional-changelog-preset-loader@1.1.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4/manifests"},{"name":"git-raw-commits@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2/manifests"},{"name":"standard-changelog@1.0.11","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11/manifests"},{"name":"conventional-recommended-bump@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3/manifests"},{"name":"gulp-conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14/manifests"},{"name":"git-semver-tags@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2/manifests"},{"name":"conventional-changelog-eslint@1.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2/manifests"},{"name":"conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14/manifests"},{"name":"conventional-changelog-angular@1.6.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4/manifests"},{"name":"conventional-changelog-atom@0.2.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2/manifests"},{"name":"conventional-changelog-cli@1.3.12","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12/manifests"},{"name":"conventional-changelog-codemirror@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2/manifests"},{"name":"conventional-changelog-core@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.3.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4/manifests"},{"name":"conventional-changelog-express@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2/manifests"},{"name":"conventional-changelog-jquery@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2/manifests"},{"name":"conventional-changelog-jshint@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3/manifests"},{"name":"conventional-commits-filter@1.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3/manifests"},{"name":"conventional-changelog-writer@3.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13/manifests"},{"name":"standard-changelog@1.0.10","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10/manifests"},{"name":"git-raw-commits@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1/manifests"},{"name":"conventional-commits-parser@2.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2/manifests"},{"name":"conventional-changelog-writer@3.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1/manifests"},{"name":"conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13/manifests"},{"name":"conventional-commits-filter@1.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2/manifests"},{"name":"conventional-recommended-bump@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2/manifests"},{"name":"git-semver-tags@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1/manifests"},{"name":"conventional-changelog-core@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2/manifests"},{"name":"conventional-changelog-codemirror@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1/manifests"},{"name":"conventional-changelog-angular@1.6.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3/manifests"},{"name":"conventional-changelog-cli@1.3.11","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11/manifests"},{"name":"conventional-changelog-atom@0.2.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1/manifests"},{"name":"conventional-changelog-ember@0.3.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1/manifests"},{"name":"conventional-changelog-express@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3/manifests"},{"name":"conventional-changelog-jshint@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1/manifests"},{"name":"conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12/manifests"},{"name":"gulp-conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12/manifests"},{"name":"conventional-changelog-cli@1.3.10","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10/manifests"},{"name":"conventional-recommended-bump@2.0.1","sha":"a4f0aa902d3e966fe6d6b1d46f2130838524cfbf","kind":"tag","published_at":"2018-02-12T14:54:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1/manifests"},{"name":"conventional-recommended-bump@2.0.0","sha":"9885d205ed96338575335652d006f475408e1195","kind":"tag","published_at":"2018-02-12T14:30:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0/manifests"},{"name":"conventional-changelog-preset-loader@1.1.2","sha":"a450d974237d440009ec3fb4c63974cf066e8f79","kind":"tag","published_at":"2018-02-12T04:07:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.1","sha":"5af1f00dcc4e1f9c3299bc7feb322a88b711f042","kind":"tag","published_at":"2018-02-09T04:17:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.0","sha":"c3eb36dbc52f383df6f3dcf3a3870b01ceee0b8b","kind":"tag","published_at":"2018-02-08T14:46:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0/manifests"},{"name":"conventional-changelog-ember@0.3.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1/manifests"},{"name":"conventional-changelog-angular@1.6.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2/manifests"},{"name":"gulp-conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11/manifests"},{"name":"standard-changelog@1.0.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9/manifests"},{"name":"conventional-recommended-bump@1.2.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1/manifests"},{"name":"conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11/manifests"},{"name":"conventional-changelog-cli@1.3.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9/manifests"},{"name":"conventional-changelog-core@2.0.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1/manifests"},{"name":"gulp-conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10/manifests"},{"name":"standard-changelog@1.0.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8/manifests"},{"name":"git-semver-tags@1.3.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.2.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0/manifests"},{"name":"conventional-changelog-writer@3.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0/manifests"},{"name":"conventional-changelog-eslint@1.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.3.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1/manifests"},{"name":"conventional-changelog-core@2.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8/manifests"},{"name":"conventional-changelog-angular@1.6.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1/manifests"},{"name":"conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10/manifests"},{"name":"conventional-changelog-core@1.9.5","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5/manifests"},{"name":"conventional-changelog-ember@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0/manifests"},{"name":"conventional-changelog-eslint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0/manifests"},{"name":"conventional-changelog-cli@1.3.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7/manifests"},{"name":"conventional-changelog-express@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0/manifests"},{"name":"conventional-changelog-jquery@1.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0/manifests"},{"name":"conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-jshint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0/manifests"},{"name":"gulp-conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9/manifests"},{"name":"standard-changelog@1.0.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7/manifests"},{"name":"conventional-changelog-angular@1.6.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0/manifests"},{"name":"conventional-changelog-codemirror@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0/manifests"},{"name":"conventional-changelog-atom@0.2.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0/manifests"},{"name":"conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8/manifests"},{"name":"standard-changelog@1.0.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6/manifests"},{"name":"gulp-conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8/manifests"},{"name":"conventional-recommended-bump@1.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0/manifests"},{"name":"conventional-commits-parser@2.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0/manifests"},{"name":"conventional-commits-filter@1.1.1","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1/manifests"},{"name":"conventional-changelog-writer@2.0.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.2.10","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10/manifests"},{"name":"conventional-changelog-core@1.9.4","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4/manifests"},{"name":"conventional-changelog-cli@1.3.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6/manifests"},{"name":"conventional-changelog-angular@1.5.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3/manifests"},{"name":"conventional-changelog-ember@0.2.9","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9/manifests"},{"name":"standard-changelog@1.0.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5/manifests"},{"name":"gulp-conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7/manifests"},{"name":"git-semver-tags@1.2.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3/manifests"},{"name":"git-raw-commits@1.3.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.0.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3/manifests"},{"name":"conventional-commits-parser@2.0.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1/manifests"},{"name":"conventional-commits-filter@1.1.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0/manifests"},{"name":"conventional-changelog-writer@2.0.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2/manifests"},{"name":"conventional-changelog-jshint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1/manifests"},{"name":"conventional-changelog-jquery@1.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1/manifests"},{"name":"conventional-changelog-express@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1/manifests"},{"name":"conventional-changelog-eslint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1/manifests"},{"name":"conventional-changelog-core@1.9.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3/manifests"},{"name":"conventional-changelog-codemirror@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1/manifests"},{"name":"conventional-changelog-cli@1.3.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5/manifests"},{"name":"conventional-changelog-atom@0.1.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2/manifests"},{"name":"conventional-changelog-angular@1.5.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2/manifests"},{"name":"conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7/manifests"},{"name":"@marionebl/conventional-commits-parser@3.0.0","sha":"edf4068ce4c3ea6ac5b61323473ab655be5eb895","kind":"tag","published_at":"2017-11-01T07:09:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/@marionebl/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/@marionebl/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4/manifests"},{"name":"git-semver-tags@1.2.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2/manifests"},{"name":"conventional-recommended-bump@1.0.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-ember@0.2.8","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8/manifests"},{"name":"conventional-changelog-core@1.9.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2/manifests"},{"name":"standard-changelog@1.0.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4/manifests"},{"name":"conventional-changelog-angular@1.5.1","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1/manifests"},{"name":"conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6/manifests"},{"name":"standard-changelog@1.0.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3/manifests"},{"name":"conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-angular@1.5.0","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0/manifests"},{"name":"conventional-changelog-cli@1.3.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3/manifests"},{"name":"gulp-conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-writer@2.0.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1/manifests"},{"name":"conventional-changelog-core@1.9.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1/manifests"},{"name":"conventional-changelog-ember@0.2.7","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7/manifests"},{"name":"git-semver-tags@1.2.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1/manifests"},{"name":"conventional-changelog-jshint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0/manifests"},{"name":"conventional-changelog-jquery@1.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0/manifests"},{"name":"conventional-changelog-express@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0/manifests"},{"name":"conventional-changelog-eslint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0/manifests"},{"name":"conventional-commits-parser@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0/manifests"},{"name":"conventional-changelog-writer@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1/manifests"},{"name":"conventional-changelog-core@1.9.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0/manifests"},{"name":"conventional-changelog-codemirror@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0/manifests"},{"name":"conventional-changelog-cli@1.3.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2/manifests"},{"name":"conventional-changelog-atom@0.1.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1/manifests"},{"name":"conventional-changelog-angular@1.4.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0/manifests"},{"name":"conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4/manifests"},{"name":"gulp-conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4/manifests"},{"name":"standard-changelog@1.0.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2/manifests"},{"name":"conventional-changelog-ember@0.2.6","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6/manifests"},{"name":"conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3/manifests"},{"name":"conventional-changelog-angular@1.3.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3/manifests"},{"name":"conventional-changelog-cli@1.3.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1/manifests"},{"name":"conventional-changelog-core@1.8.0","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.8.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0/manifests"},{"name":"conventional-changelog-ember@0.2.5","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5/manifests"},{"name":"gulp-conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3/manifests"},{"name":"standard-changelog@1.0.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1/manifests"},{"name":"git-semver-tags@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0/manifests"},{"name":"standard-changelog@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2/manifests"},{"name":"git-raw-commits@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0/manifests"},{"name":"conventional-recommended-bump@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.2.4","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4/manifests"},{"name":"conventional-changelog-core@1.7.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.7.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0/manifests"},{"name":"conventional-changelog-cli@1.3.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0/manifests"},{"name":"conventional-changelog-angular@1.3.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2/manifests"},{"name":"conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2/manifests"},{"name":"gulp-conventional-changelog@1.1.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"tag","published_at":"2017-03-10T05:35:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0/manifests"},{"name":"standard-changelog@0.0.2","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@0.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-ember@0.2.3","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3/manifests"},{"name":"conventional-changelog-core@1.6.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0/manifests"},{"name":"conventional-changelog-angular@1.3.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1/manifests"},{"name":"conventional-changelog-cli@1.2.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1/manifests"},{"name":"conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-cli@1.2.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:01:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0/manifests"},{"name":"conventional-changelog-core@1.5.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:00:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0/manifests"},{"name":"git-raw-commits@1.1.2","sha":"f5fe78b1f15791cb0499744bf278dff22b52732f","kind":"tag","published_at":"2017-03-09T07:37:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2/manifests"},{"name":"git-semver-tags@1.1.2","sha":"7be07c7c0f49572b1c0e9c98f004b599d8b5bb1a","kind":"tag","published_at":"2017-03-09T07:35:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2/manifests"},{"name":"v1.1.0","sha":"600d411569271467389c3cbe71f7f657980e89a1","kind":"tag","published_at":"2016-02-13T06:59:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"9591280a8d09220aced3383abe3bc7ecbb34b503","kind":"tag","published_at":"2016-02-13T06:37:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"beef421f56939190a4ca30c28788eda1b3f9480d","kind":"tag","published_at":"2016-02-05T13:49:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"c8e90ab7fddd0b98855913e73fc12f9dc9dc81b1","kind":"tag","published_at":"2016-02-05T12:59:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0/manifests"},{"name":"v0.5.3","sha":"d79ce243223260b153699b99de0503698546ea63","kind":"tag","published_at":"2015-12-25T05:07:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"9e7b771072a2680c6c335fcad38003aade53213e","kind":"tag","published_at":"2015-12-23T12:24:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"4bf7d8df29f7be29552b82ec2b7112fad0c39a3e","kind":"tag","published_at":"2015-10-20T09:52:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"5ca2204b472704543ebbc744a22f8f90ec659659","kind":"tag","published_at":"2015-09-30T08:49:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"e5f2f3bc675e2c7e5cc6aa0ed50da7941833e492","kind":"tag","published_at":"2015-09-04T03:16:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"7536a0b351cc4f2764e71cbc268a178ab595259d","kind":"tag","published_at":"2015-08-17T01:28:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"56fa3d92620a41a875b3337fa51d04d6df23b1a8","kind":"tag","published_at":"2015-08-15T12:34:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"eefec0ef598a92e78510ee8626fd9bbcdb1398e4","kind":"tag","published_at":"2015-08-15T11:19:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0/manifests"},{"name":"v0.3.2","sha":"74b99dca61eafd56ba93605016b086a1108e77fe","kind":"tag","published_at":"2015-08-13T03:12:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"a1aca9c31a45aded77962bd0defc32e503aec213","kind":"commit","published_at":"2015-08-11T06:23:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"b489672d27ff703337c540f0fbc43f6486a84d99","kind":"commit","published_at":"2015-08-09T03:27:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"12e3cd6b151353dbe7f584adabbe5dd8a28424db","kind":"commit","published_at":"2015-07-24T08:13:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"f437b457b5ea6c105535a360144000f8315db54d","kind":"commit","published_at":"2015-07-24T04:54:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0/manifests"},{"name":"v0.1.3","sha":"c8fa9d0b94f8ac07f162623e4b9e9e68aad82e62","kind":"commit","published_at":"2015-07-22T11:06:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"6ba5d6e4b90a154dbca6ec0f80c66ad5995cd770","kind":"commit","published_at":"2015-07-22T07:10:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c015f8762f70eff2be7b8d7fb82438689239d717","kind":"commit","published_at":"2015-07-20T07:55:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"7253d0fea773e3f7cc0a3fb8278c9da070df26ee","kind":"commit","published_at":"2015-07-20T07:12:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.3","sha":"0c9f1e89bfacec8e08bac8ef96d64e3abdbecda7","kind":"commit","published_at":"2015-07-17T11:02:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"fec1baf43b8c0156682d4014a4fd066bd24ad448","kind":"commit","published_at":"2015-07-17T06:23:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"a5ea0dfada48601b9e3fbec78dd37d70380a2db6","kind":"commit","published_at":"2015-07-15T08:03:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1/manifests"},{"name":"v0.1.0-alpha.3","sha":"9b6cc68a2c17c9671363fe7af5de7ebd3a06aaeb","kind":"commit","published_at":"2015-07-06T01:27:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3/manifests"},{"name":"v0.1.0-alpha.2","sha":"34b0f460c34ecc48af857d8ee5d7038970ba56fb","kind":"commit","published_at":"2015-06-29T12:04:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2/manifests"},{"name":"v0.1.0-alpha.1","sha":"05b3415fc699ab43f3fa33b5ecd040ab5ecdf9e2","kind":"commit","published_at":"2015-06-24T04:42:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1/manifests"},{"name":"v0.0.17","sha":"3cae05244e48af9cf4abbef3114060db585a574c","kind":"commit","published_at":"2015-04-03T02:12:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"c0719ce6ba16778dd34c2cfdc81e7f3c5321409d","kind":"commit","published_at":"2015-03-19T04:15:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"57af04dc3e362c0e327b716279c9143028c6e0da","kind":"commit","published_at":"2015-03-18T20:23:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"69be290efb58a6a92e9ae78d7b37168d293920b5","kind":"commit","published_at":"2015-03-13T21:22:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"15a39d02ba3d666e7820eecbb8c5493ef2f6040a","kind":"commit","published_at":"2015-03-12T23:17:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13/manifests"},{"name":"v0.0.11","sha":"37f5561553c30d8f0f2c949502ea278da64949cd","kind":"tag","published_at":"2014-05-28T13:14:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"ad6f6ec5499d2c902b88da95487862d50e5ad776","kind":"tag","published_at":"2014-05-28T12:51:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"87efbabd9bc2a0fd83255e6cb856961b10aef9eb","kind":"tag","published_at":"2014-05-06T17:11:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"94b12cf69c51264b1edb6c81b50a262f0536894b","kind":"tag","published_at":"2014-04-10T14:45:48.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"1cf17e494fd7d8538c55189c72c0cf57d145ef41","kind":"tag","published_at":"2014-04-10T14:06:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"861f9ec93de28be4185b35815c2b6ab17746eb3f","kind":"commit","published_at":"2014-01-23T19:39:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"3f59f7356c86f30ef8e8754386373c2a8f97b367","kind":"commit","published_at":"2014-01-23T18:59:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6fa2c22464dcd964df604550c2ce2ed1d2f4362b","kind":"commit","published_at":"2014-01-04T21:36:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4/manifests"}]},"repo_metadata_updated_at":"2024-09-05T17:59:48.289Z","dependent_packages_count":2,"downloads":5,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":37.249016373683894,"dependent_repos_count":25.32799796580169,"dependent_packages_count":9.4821380216761,"stargazers_count":1.4468154595850442,"forks_count":1.6546204546288672,"average":15.032117655075117},"purl":"pkg:npm/%40shivjm/conventional-changelog-conventionalcommits","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/@shivjm/conventional-changelog-conventionalcommits","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/@shivjm/conventional-changelog-conventionalcommits","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/@shivjm/conventional-changelog-conventionalcommits/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-09-04T23:04:01.314Z","issues_count":175,"pull_requests_count":479,"avg_time_to_close_issue":19345133.890243903,"avg_time_to_close_pull_request":6038480.121447029,"issues_closed_count":82,"pull_requests_closed_count":387,"pull_request_authors_count":71,"issue_authors_count":107,"avg_comments_per_issue":2.12,"avg_comments_per_pull_request":1.3068893528183716,"merged_pull_requests_count":302,"bot_issues_count":3,"bot_pull_requests_count":228,"past_year_issues_count":65,"past_year_pull_requests_count":215,"past_year_avg_time_to_close_issue":881436.8095238095,"past_year_avg_time_to_close_pull_request":919702.6333333333,"past_year_issues_closed_count":42,"past_year_pull_requests_closed_count":180,"past_year_pull_request_authors_count":24,"past_year_issue_authors_count":40,"past_year_avg_comments_per_issue":1.5538461538461539,"past_year_avg_comments_per_pull_request":1.0604651162790697,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":94,"past_year_merged_pull_requests_count":142,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues","maintainers":[{"login":"dangreen","count":83,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"},{"login":"bcoe","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bcoe"},{"login":"tommywo","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tommywo"}],"active_maintainers":[{"login":"dangreen","count":72,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@shivjm%2Fconventional-changelog-conventionalcommits/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@shivjm%2Fconventional-changelog-conventionalcommits/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@shivjm%2Fconventional-changelog-conventionalcommits/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@shivjm%2Fconventional-changelog-conventionalcommits/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@shivjm%2Fconventional-changelog-conventionalcommits/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@shivjm%2Fconventional-changelog-conventionalcommits/codemeta","maintainers":[{"uuid":"shivjm","login":"shivjm","name":null,"email":"shiv@shivjm.in","url":null,"packages_count":6,"html_url":"https://www.npmjs.com/~shivjm","role":null,"created_at":"2022-11-10T22:38:54.431Z","updated_at":"2022-11-10T22:38:54.431Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/shivjm/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5644415,"maintainers_count":1200486,"namespaces_count":399623,"keywords_count":847874,"github":"npm","metadata":{"funded_packages_count":171745},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-06-10T05:11:46.456Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":11063433,"name":"@calcagiara/conventional-changelog-conventionalcommits-test","ecosystem":"npm","description":"Conventionalcommits.org preset for conventional-changelog.","homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-conventionalcommits","licenses":"ISC","normalized_licenses":["ISC"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":["conventional-changelog","conventionalcommits.org","preset"],"namespace":"calcagiara","versions_count":1,"first_release_published_at":"2024-11-19T13:58:55.792Z","latest_release_published_at":"2024-11-19T13:58:55.792Z","latest_release_number":"8.0.0","last_synced_at":"2026-06-03T20:26:42.494Z","created_at":"2024-11-19T14:00:20.080Z","updated_at":"2026-06-03T20:26:42.495Z","registry_url":"https://www.npmjs.com/package/@calcagiara/conventional-changelog-conventionalcommits-test","install_command":"npm install @calcagiara/conventional-changelog-conventionalcommits-test","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"8.0.0"}},"repo_metadata":{"id":12961414,"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2025-10-23T17:43:12.000Z","size":6366,"stargazers_count":8280,"open_issues_count":245,"forks_count":731,"subscribers_count":51,"default_branch":"master","last_synced_at":"2025-10-24T01:48:17.818Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2025-10-23T01:16:08.000Z","dependencies_parsed_at":"2022-07-13T10:30:31.523Z","dependency_job_id":"5f6d159e-c4c6-405b-9fa7-976ffc4dfa04","html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1686,"total_committers":150,"mean_commits":11.24,"dds":0.4792408066429419,"last_synced_commit":"65550d9a30cfab4b00b3e982e42bd68fedafcefc"},"previous_names":["ajoslin/conventional-changelog"],"tags_count":804,"template":false,"template_full_name":null,"purl":"pkg:github/conventional-changelog/conventional-changelog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/sbom","scorecard":{"id":174827,"data":{"date":"2025-08-11","repo":{"name":"github.com/conventional-changelog/conventional-changelog","commit":"1552de5434163eb63d3bf73d97bcb3bf34de8586"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 7 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":1,"reason":"Found 4/22 approved changesets -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/checks.yml:1","Warn: no topLevel permission defined: .github/workflows/commit.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Warn: no topLevel permission defined: .github/workflows/tests.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/checks.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/checks.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/commit.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/commit.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/commit.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:50: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:85: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:87: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:91: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:102: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Info:   0 out of  17 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  14 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: ISC License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 16 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":7,"reason":"3 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-xffm-g5w8-qvg7","Warn: Project is vulnerable to: GHSA-67mh-4wv8-2f99","Warn: Project is vulnerable to: GHSA-52f5-9888-hmc6"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-16T17:26:40.503Z","repository_id":12961414,"created_at":"2025-08-16T17:26:40.503Z","updated_at":"2025-08-16T17:26:40.503Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281931845,"owners_count":26585822,"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","status":"online","status_checked_at":"2025-10-31T02:00:07.401Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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"},"owner_record":{"login":"conventional-changelog","name":"conventional-changelog","uuid":"16443515","kind":"organization","description":"Tools to generate changelogs and release notes from a project's commit messages and metadata.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16443515?v=4","repositories_count":12,"last_synced_at":"2025-04-05T03:02:08.595Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/conventional-changelog","funding_links":[],"total_stars":33067,"followers":419,"following":0,"created_at":"2022-11-02T16:25:21.572Z","updated_at":"2025-04-05T03:02:08.596Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog/repositories"},"tags":[{"name":"conventional-changelog-angular-v8.1.0","sha":"4a8c5d57a058c5b103a8ebddf94e19cf67a58a18","kind":"commit","published_at":"2025-10-20T20:40:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v8.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v8.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular-v8.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.1.0/manifests"},{"name":"conventional-commits-parser-v6.2.1","sha":"4a8c5d57a058c5b103a8ebddf94e19cf67a58a18","kind":"commit","published_at":"2025-10-20T20:40:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v6.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.2.1/manifests"},{"name":"conventional-changelog-v7.1.1","sha":"d3934017f5c8987a0b4a5fdf3782f26cd43ab486","kind":"commit","published_at":"2025-07-10T17:30:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v7.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v7.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v7.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.1.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v9.1.0","sha":"b3bec6cd666605edb0727765637d8de30a672b86","kind":"commit","published_at":"2025-07-10T15:38:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v9.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v9.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v9.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v9.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v9.1.0/manifests"},{"name":"conventional-changelog-writer-v8.2.0","sha":"429fa80cf3232ddc89ad2e6593a5087da55f2192","kind":"commit","published_at":"2025-07-09T21:51:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v8.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.2.0/manifests"},{"name":"conventional-commits-parser-v6.2.0","sha":"a10c63faccc776bfc941a54dbcfa2d128bbfb374","kind":"commit","published_at":"2025-06-09T09:39:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v6.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.2.0/manifests"},{"name":"conventional-changelog-v7.1.0","sha":"549320cb33c00bea312fcf70c31d3ee6973ba488","kind":"commit","published_at":"2025-06-07T17:07:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v7.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v7.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v7.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.1.0/manifests"},{"name":"conventional-recommended-bump-v11.2.0","sha":"549320cb33c00bea312fcf70c31d3ee6973ba488","kind":"commit","published_at":"2025-06-07T17:07:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v11.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v11.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v11.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.2.0/manifests"},{"name":"git-client-v2.5.1","sha":"07103bc206c6b75af47183a700868d69424c5f5f","kind":"commit","published_at":"2025-06-02T10:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.5.1/manifests"},{"name":"git-client-v2.5.0","sha":"7926760758a6635d423d91288a11253bb663698c","kind":"commit","published_at":"2025-06-02T00:10:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.5.0/manifests"},{"name":"git-client-v2.4.0","sha":"81588478678c36e7465a90cfe56e4981c13729a9","kind":"commit","published_at":"2025-05-27T19:05:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.4.0/manifests"},{"name":"git-client-v2.3.0","sha":"abf8f2b4f11a8c4dcee54346fb39cee04c05242b","kind":"commit","published_at":"2025-05-23T19:01:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.3.0/manifests"},{"name":"conventional-changelog-v7.0.2","sha":"d42c917ee7b2732b9e4bc42bf70f6700ac028e1b","kind":"commit","published_at":"2025-05-22T20:08:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v7.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.2/manifests"},{"name":"conventional-changelog-v7.0.1","sha":"2dcae156d1dc9c40a2392c3dd9363449f3f59f75","kind":"commit","published_at":"2025-05-19T22:26:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.1/manifests"},{"name":"standard-changelog-v7.0.1","sha":"2dcae156d1dc9c40a2392c3dd9363449f3f59f75","kind":"commit","published_at":"2025-05-19T22:26:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v7.0.1/manifests"},{"name":"git-client-v2.2.0","sha":"2dcae156d1dc9c40a2392c3dd9363449f3f59f75","kind":"commit","published_at":"2025-05-19T22:26:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.2.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v9.0.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v9.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v9.0.0/manifests"},{"name":"conventional-changelog-writer-v8.1.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v8.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.1.0/manifests"},{"name":"conventional-recommended-bump-v11.1.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v11.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v11.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v11.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.1.0/manifests"},{"name":"git-client-v2.1.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.1.0/manifests"},{"name":"standard-changelog-v7.0.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v7.0.0/manifests"},{"name":"conventional-changelog-v7.0.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.0/manifests"},{"name":"conventional-commits-parser-v6.1.0","sha":"641a04473146d99189ec31d948202f8ef973da37","kind":"commit","published_at":"2025-01-15T16:19:55.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v6.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v11.0.0","sha":"3abb8c6494cd57fd52755d00669c10e4cc25a034","kind":"commit","published_at":"2025-01-15T16:19:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v11.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v11.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v11.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.0.0/manifests"},{"name":"conventional-changelog-writer-v8.0.1","sha":"fe3da2f131673200f695d6c9f34d8d0303042329","kind":"commit","published_at":"2025-01-15T16:14:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v8.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.1/manifests"},{"name":"git-client-v2.0.0","sha":"2ea0eec3e46bb9de9d57001d3aac074076e668a7","kind":"commit","published_at":"2025-01-15T16:13:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.0.0/manifests"},{"name":"conventional-changelog-core-v9.0.0","sha":"1ac3f1268140c999c669908085d0879b5d294c1a","kind":"commit","published_at":"2025-01-15T16:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v9.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v9.0.0/manifests"},{"name":"git-client-v1.0.1","sha":"d3b8aaa16337993bbad4d91db1ffac5a7568756b","kind":"commit","published_at":"2024-05-06T14:46:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1/manifests"},{"name":"conventional-changelog-v6.0.0","sha":"83bb15ba5de08f080884fc906c6db3c99c8b2131","kind":"commit","published_at":"2024-04-26T22:08:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0/manifests"},{"name":"conventional-changelog-core-v8.0.0","sha":"7bc92fc05e4447f311ad52b6e39d36f461eaf083","kind":"commit","published_at":"2024-04-26T22:07:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v8.0.0","sha":"3129c812139bf7454a64b4d506e6b85cd5abc77c","kind":"commit","published_at":"2024-04-26T22:06:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0/manifests"},{"name":"git-semver-tags-v8.0.0","sha":"fbd1b3bcd6253a32de89eb21145c2eb70d9396b6","kind":"commit","published_at":"2024-04-26T22:05:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v5.0.0","sha":"e34c96db3dbebedb17a6583aae8855dddd056f83","kind":"commit","published_at":"2024-04-26T22:04:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0/manifests"},{"name":"conventional-changelog-angular-v8.0.0","sha":"2aa6291a93eb881230e896f87a5232873b6a9717","kind":"commit","published_at":"2024-04-26T22:04:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0/manifests"},{"name":"conventional-changelog-jquery-v6.0.0","sha":"1c71cd6d4868ef2e158963e277609a9794806306","kind":"commit","published_at":"2024-04-26T22:03:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v8.0.0","sha":"533e36277d1779a5ac79a06210c603b5f88bc030","kind":"commit","published_at":"2024-04-26T22:00:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0/manifests"},{"name":"conventional-changelog-eslint-v6.0.0","sha":"c7459cd7d1e1ab82c9a5d552b008c02aba290cad","kind":"commit","published_at":"2024-04-26T21:59:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0/manifests"},{"name":"git-raw-commits-v5.0.0","sha":"f61ea377e843db0852c35911785895ec43481f11","kind":"commit","published_at":"2024-04-26T21:58:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0/manifests"},{"name":"conventional-changelog-codemirror-v5.0.0","sha":"77525286ffc8869a6ac351ebe28198842815cb7c","kind":"commit","published_at":"2024-04-26T21:57:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0/manifests"},{"name":"conventional-changelog-cli-v5.0.0","sha":"a75cef688b9a1557ca981178d4d35c18963160b6","kind":"commit","published_at":"2024-04-26T21:53:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0/manifests"},{"name":"conventional-changelog-express-v5.0.0","sha":"a6ab80d6e30091a8b743ee97a87e7400af1ebc53","kind":"commit","published_at":"2024-04-26T21:53:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v10.0.0","sha":"d7c409b02f1d58cf6f0293edcadbe5f00a78a622","kind":"commit","published_at":"2024-04-26T21:52:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v10.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v10.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v10.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0/manifests"},{"name":"conventional-changelog-atom-v5.0.0","sha":"3b2b9d0ec2382f73d9cf000a1004596f90ece916","kind":"commit","published_at":"2024-04-26T21:51:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0/manifests"},{"name":"conventional-changelog-jshint-v5.0.0","sha":"d7dae509e72b09d1496ae51f1f04c15581c828fc","kind":"commit","published_at":"2024-04-26T21:50:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0/manifests"},{"name":"conventional-changelog-ember-v5.0.0","sha":"2e99dfa49112ffe6c864dd0e436f0db1e696b1f9","kind":"commit","published_at":"2024-04-26T21:50:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0/manifests"},{"name":"conventional-commits-parser-v6.0.0","sha":"646e1be132ccd0f32e3074de2f511be5c610984f","kind":"commit","published_at":"2024-04-26T21:48:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0/manifests"},{"name":"conventional-commits-filter-v5.0.0","sha":"be4266b7ef7b84ba5c198dfa8c143229f8a5b128","kind":"commit","published_at":"2024-04-26T21:47:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0/manifests"},{"name":"standard-changelog-v6.0.0","sha":"3e9b9387f29e48a508b70b88f26b40a6db9fea16","kind":"commit","published_at":"2024-04-26T21:45:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v5.0.0","sha":"041a1a9b73b201add30494aed19d026b948bd8f1","kind":"commit","published_at":"2024-04-26T21:41:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0/manifests"},{"name":"git-client-v1.0.0","sha":"7e51fe970576503cae3ab94e6e9b3e01017b044d","kind":"commit","published_at":"2024-04-26T21:21:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0/manifests"},{"name":"git-semver-tags-v7.0.1","sha":"fac8045242099c016f5f3905e54e02b7d466bd7b","kind":"commit","published_at":"2023-09-10T23:53:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1/manifests"},{"name":"conventional-changelog-writer-v7.0.1","sha":"e3a643ad39ec3bc4cfb1dff2aa1101333df33dc3","kind":"commit","published_at":"2023-09-10T23:49:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1/manifests"},{"name":"conventional-changelog-v5.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0/manifests"},{"name":"conventional-changelog-cli-v4.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0/manifests"},{"name":"conventional-changelog-core-v7.0.0","sha":"2e467dd39a35c3813597711a37690897183b4abc","kind":"commit","published_at":"2023-09-08T22:03:37.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0/manifests"},{"name":"git-semver-tags-v7.0.0","sha":"a13f788bd505d8253a2d92413fc4a7780e11ec07","kind":"commit","published_at":"2023-09-08T21:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0/manifests"},{"name":"standard-changelog-v5.0.0","sha":"34569c7a3fd2b0362a461517a1f4e20e7eecd9fc","kind":"commit","published_at":"2023-09-08T21:55:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v9.0.0","sha":"ad633d9d81f66ef80d7f77832a264cb0c5b971ef","kind":"commit","published_at":"2023-09-08T21:50:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v9.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.2","sha":"50113f9b569259d991f1a734a192964ca71f0118","kind":"commit","published_at":"2023-09-08T21:41:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v7.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2/manifests"},{"name":"conventional-changelog-preset-loader-v4.1.0","sha":"a14d2186575f6061f236c9a47d803694b18f8373","kind":"commit","published_at":"2023-09-08T21:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader-v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.1","sha":"ca4324b0a690b2595f8b574882ff95329a2dc195","kind":"commit","published_at":"2023-08-27T19:11:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1/manifests"},{"name":"conventional-commits-filter-v4.0.0","sha":"26fc9ea274dc0c62442ec9d97b20a2ebb49138bf","kind":"commit","published_at":"2023-08-27T12:55:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0/manifests"},{"name":"standard-changelog-v4.0.0","sha":"5b788265774bf4b63d3c83a178ca53e8e7095903","kind":"commit","published_at":"2023-08-27T12:50:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-eslint-v5.0.0","sha":"679594c0716275771cc23b314e4362899fe72f87","kind":"commit","published_at":"2023-08-27T12:46:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0/manifests"},{"name":"git-semver-tags-v6.0.0","sha":"1c75c72d9b5d59e3ea4e914c58a85f7559f29602","kind":"commit","published_at":"2023-08-27T12:40:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0/manifests"},{"name":"conventional-recommended-bump-v8.0.0","sha":"624377a24e8e3658bcf2329a9a98f9a7b02a4cb3","kind":"commit","published_at":"2023-08-27T12:33:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0/manifests"},{"name":"conventional-changelog-writer-v7.0.0","sha":"d669bb67dc713cb1e4374e3216ed7d83cde743c5","kind":"commit","published_at":"2023-08-27T12:27:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0/manifests"},{"name":"conventional-changelog-codemirror-v4.0.0","sha":"933fd0b3dd355d648faf57241b796a714004c722","kind":"commit","published_at":"2023-08-27T12:23:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0/manifests"},{"name":"conventional-changelog-express-v4.0.0","sha":"c9e9ceb3a3727659bd117bab01cbc7642d588f06","kind":"commit","published_at":"2023-08-27T12:16:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0/manifests"},{"name":"conventional-changelog-ember-v4.0.0","sha":"5d7c16268f79b7f180e34e997fdb37373d714666","kind":"commit","published_at":"2023-08-27T12:11:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0/manifests"},{"name":"conventional-changelog-jquery-v5.0.0","sha":"d643efb1050dcdaecee626044315644ff9b9e43b","kind":"commit","published_at":"2023-08-27T12:07:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v4.0.0","sha":"636646dd9ae062e9652a7f9ccaf6c329e6e9f924","kind":"commit","published_at":"2023-08-27T12:03:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0/manifests"},{"name":"conventional-changelog-v5.0.0","sha":"7985de3edc9e655369651ad464cb39b791887dc7","kind":"commit","published_at":"2023-08-27T11:58:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.0","sha":"5f0fe40743d8f559ab94ed11bbb4b8bda6fa6dcb","kind":"commit","published_at":"2023-08-27T11:51:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0/manifests"},{"name":"conventional-changelog-angular-v7.0.0","sha":"6c7a2e1a8807988bcb1a9842f72d14be3b1a89e3","kind":"commit","published_at":"2023-08-27T11:46:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0/manifests"},{"name":"conventional-changelog-jshint-v4.0.0","sha":"0204a9a340d2c85411e8de8905bc74c6146e5618","kind":"commit","published_at":"2023-08-27T11:41:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0/manifests"},{"name":"conventional-changelog-atom-v4.0.0","sha":"ab9b2c10e098ec8837d141102549f3eef698364c","kind":"commit","published_at":"2023-08-27T11:36:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0/manifests"},{"name":"conventional-changelog-cli-v4.0.0","sha":"29df6c4597afad27b9cda06f58eb564bcca609c4","kind":"commit","published_at":"2023-08-27T11:21:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0/manifests"},{"name":"conventional-changelog-core-v6.0.0","sha":"45613bbc2d13c798732e4b2bd4b2fa9ea67157d6","kind":"commit","published_at":"2023-08-27T11:17:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v4.0.0","sha":"5a896e3ef3aa9e751fcc74d7c76fa21d6d526cb0","kind":"commit","published_at":"2023-08-27T11:08:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0/manifests"},{"name":"git-raw-commits-v4.0.0","sha":"878fc56b43bc617177bf47fd8643a3b8b86078e5","kind":"commit","published_at":"2023-08-27T11:01:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0/manifests"},{"name":"conventional-commits-parser-v5.0.0","sha":"299de5acbe55a7d19dcdd2adc34681eae7264abf","kind":"commit","published_at":"2023-08-26T17:50:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0/manifests"},{"name":"git-semver-tags-v5.0.1","sha":"87914a362866a380e98a29edf19b2173e0911d8a","kind":"commit","published_at":"2023-07-09T19:10:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1/manifests"},{"name":"conventional-changelog-writer-v6.0.1","sha":"c123edea220b450cfa26813b6f198c3e8ebbd2b4","kind":"commit","published_at":"2023-07-09T14:49:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v6.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.2","sha":"83773c5e1a8874ea9809ca9db1dff60b7df1daae","kind":"commit","published_at":"2023-06-28T17:43:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v5.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.1.0","sha":"2e5fe6d9574ba896fa90b5bfcb50fb73d28af6d6","kind":"commit","published_at":"2023-06-17T21:30:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v6.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v7.0.1","sha":"f251b6899e313a9b23f3c8deb8b8b57217040892","kind":"commit","published_at":"2023-06-06T23:24:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.1","sha":"5b458dff9edf766446449acd1bbb8027a1e39fa5","kind":"commit","published_at":"2023-06-06T23:17:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1/manifests"},{"name":"gulp-conventional-changelog-v3.0.0","sha":"8ef6232797e5bf7c80422221374c53c03d5df36d","kind":"commit","published_at":"2023-06-06T22:50:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0/manifests"},{"name":"standard-changelog-v3.0.0","sha":"ea65f017b42b914ece780fd2fc799a6946912ed8","kind":"commit","published_at":"2023-06-06T22:42:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0/manifests"},{"name":"conventional-changelog-cli-v3.0.0","sha":"f00f4549cee9406054b77057a8135183fcd89710","kind":"commit","published_at":"2023-06-06T22:29:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0/manifests"},{"name":"conventional-changelog-v4.0.0","sha":"1a240f91ed584ed43e7f9c82235ca60eff0f4fa5","kind":"commit","published_at":"2023-06-06T19:50:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-core-v5.0.0","sha":"8507f601486c8ff6806156c50091262dee13ec54","kind":"commit","published_at":"2023-06-06T19:23:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v7.0.0","sha":"e1662ca7a6c688d28a334282a5e863f52866f3e8","kind":"commit","published_at":"2023-06-06T18:39:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v3.0.0","sha":"5d80d155425147a0b045af09536e5962cbfff620","kind":"commit","published_at":"2023-06-06T15:08:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.0.0","sha":"a30fc7ae219cf871b46cbe9d2c76a9730b70e272","kind":"commit","published_at":"2023-06-06T14:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v6.0.0","sha":"aa5d46c7b13b7b31f78af4b3c31c087c39eea41d","kind":"commit","published_at":"2023-06-06T14:46:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0/manifests"},{"name":"conventional-commits-filter-v3.0.0","sha":"502a73fe41aebb7b563c5ca69521e0b1bab904df","kind":"commit","published_at":"2023-06-06T14:32:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0/manifests"},{"name":"conventional-commits-parser-v4.0.0","sha":"9f7fe891e75c64937c28baa39a6c795a01603ab7","kind":"commit","published_at":"2023-06-06T14:24:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0/manifests"},{"name":"git-raw-commits-v3.0.0","sha":"571f2d549f10744a12ab3bc5dc5e0b749cb72667","kind":"commit","published_at":"2023-06-06T14:16:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0/manifests"},{"name":"git-semver-tags-v5.0.0","sha":"445c796d04105d10dd62d07039bc6a7fc9f263a5","kind":"commit","published_at":"2023-06-06T13:51:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0/manifests"},{"name":"conventional-changelog-atom-v3.0.0","sha":"208787aa2f5db8de1c2d43c56d71e6dfb9510781","kind":"commit","published_at":"2023-06-06T13:43:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0/manifests"},{"name":"conventional-changelog-angular-v6.0.0","sha":"c4ebf98acc15f37154aae5de53a225e896c4a157","kind":"commit","published_at":"2023-06-06T13:36:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0/manifests"},{"name":"conventional-changelog-codemirror-v3.0.0","sha":"0772453bee083917a05b9696d063ee3dc69957f9","kind":"commit","published_at":"2023-06-06T13:25:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0/manifests"},{"name":"conventional-changelog-ember-v3.0.0","sha":"e473d0c8af7c0cf8a54f775556796f50f3e695c2","kind":"commit","published_at":"2023-06-06T13:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0/manifests"},{"name":"conventional-changelog-eslint-v4.0.0","sha":"b3b896bc5b9e3ed65dcfc08c57967a252f37cfd1","kind":"commit","published_at":"2023-06-06T12:56:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0/manifests"},{"name":"conventional-changelog-express-v3.0.0","sha":"5594385d1dd2490b0fb508a60b6f30e8be6616ce","kind":"commit","published_at":"2023-06-06T12:37:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0/manifests"},{"name":"conventional-changelog-jquery-v4.0.0","sha":"51a3015a907b2cea900114359c36ce0e9664b72d","kind":"commit","published_at":"2023-06-06T12:17:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0/manifests"},{"name":"conventional-changelog-jshint-v3.0.0","sha":"281e5f883476e90b75cae4373a67436c86e94f6a","kind":"commit","published_at":"2023-06-06T12:02:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v5.0.0","sha":"ba6df7cf62de5f448368bed4398f6ddf633d2cbd","kind":"commit","published_at":"2022-05-27T18:02:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0/manifests"},{"name":"conventional-changelog-writer-v5.0.1","sha":"21b73f974adc4490a318d9c892055655cb82c538","kind":"commit","published_at":"2021-12-29T21:36:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.3","sha":"02757d342290bcf51a49d49e5e72f5eae6c6f6da","kind":"commit","published_at":"2021-12-29T19:52:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v4.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3/manifests"},{"name":"conventional-commits-parser-v3.2.4","sha":"1d0f62d4ac4911ef0d912d5401f783b152cee624","kind":"commit","published_at":"2021-12-29T19:46:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v3.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4/manifests"},{"name":"git-raw-commits-v2.0.11","sha":"95384dbd105ffe4f86bbc6ccad3e5405a1cbfe04","kind":"commit","published_at":"2021-12-29T19:39:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v2.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.2","sha":"1827696185192a8dd258ea7c3370090238b0fb76","kind":"commit","published_at":"2021-12-25T18:06:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v4.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2/manifests"},{"name":"conventional-changelog-cli-v2.2.2","sha":"8ce6a7bbd3fae87aa9d56fca68c2e16fbb2cace5","kind":"commit","published_at":"2021-12-25T17:22:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2/manifests"},{"name":"conventional-changelog-v3.1.25","sha":"8e9c3d76aaffd7fe67a78270b3ad9b881e953e7e","kind":"commit","published_at":"2021-12-24T18:50:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v3.1.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25/manifests"},{"name":"conventional-commits-parser-v3.2.3","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v3.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3/manifests"},{"name":"conventional-changelog-cli-v2.2.1","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.1","sha":"c35708d56a55e31b750aec1f745e5be52f0a75f2","kind":"commit","published_at":"2021-09-09T19:06:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v4.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1/manifests"},{"name":"conventional-commits-parser-v3.2.2","sha":"1bae48ff85eff0736ea6691b7214f3fc9c026256","kind":"commit","published_at":"2021-09-09T14:45:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v3.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2/manifests"},{"name":"conventional-changelog-core-v4.2.4","sha":"02fbc2d42d0faf53d4b7a2b0525626088a6ac8ba","kind":"commit","published_at":"2021-09-09T14:37:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v4.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4/manifests"},{"name":"conventional-changelog-angular-v5.0.13","sha":"e30343b4676d26b416080294dc74ebba001c0716","kind":"commit","published_at":"2021-09-09T14:31:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v5.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular-v5.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13/manifests"},{"name":"conventional-changelog-core-v4.2.3","sha":"318b555b6ef3aebdb5a8d4c7c734fd7234712dd3","kind":"commit","published_at":"2021-07-03T00:24:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v4.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.0","sha":"537c37d7801872c3e57e4200c64154a4d2ea042a","kind":"commit","published_at":"2021-04-30T00:15:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v4.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0/manifests"},{"name":"conventional-commits-parser-v3.2.1","sha":"758dda2937b6784f0cc6a535286862fcf95b6f06","kind":"commit","published_at":"2021-02-15T21:32:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1/manifests"},{"name":"git-raw-commits-v2.0.10","sha":"ffecaccb6e117afae9f68f1d48ff9a69554da950","kind":"commit","published_at":"2021-01-27T16:36:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v2.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10/manifests"},{"name":"conventional-changelog-writer-v5.0.0","sha":"61ef6491add84b841e1797baf09f62bbdd90dcd4","kind":"commit","published_at":"2020-12-30T22:40:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v6.1.0","sha":"3b0fb22b0bb49137b9ecddaeb349f66025205c57","kind":"commit","published_at":"2020-12-30T16:58:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v6.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0/manifests"},{"name":"conventional-changelog-core-v4.2.2","sha":"317eeb3137caff69bcc9a67fce3dc67663a010db","kind":"commit","published_at":"2020-12-30T00:53:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v4.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2/manifests"},{"name":"conventional-recommended-bump-v6.0.12","sha":"90ecc5d93bfd7626857eda5d240f92393d896be0","kind":"commit","published_at":"2020-12-30T00:43:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v6.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12/manifests"},{"name":"git-raw-commits-v2.0.9","sha":"227f3e23af86912c0cd64fdb1a820ac92e5757c5","kind":"commit","published_at":"2020-12-29T23:59:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v2.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9/manifests"},{"name":"conventional-changelog-writer-v4.1.0","sha":"77725cfb12ca3ca22abb9421b4af012a49207e7a","kind":"commit","published_at":"2020-12-29T23:41:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0/manifests"},{"name":"conventional-commits-filter@2.0.7","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7/manifests"},{"name":"standard-changelog@2.0.27","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27/manifests"},{"name":"gulp-conventional-changelog@2.0.35","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35/manifests"},{"name":"git-semver-tags@4.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%404.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1/manifests"},{"name":"git-raw-commits@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8/manifests"},{"name":"conventional-recommended-bump@6.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11/manifests"},{"name":"conventional-commits-parser@3.2.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0/manifests"},{"name":"conventional-changelog-writer@4.0.18","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18/manifests"},{"name":"conventional-changelog-jshint@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9/manifests"},{"name":"conventional-changelog-jquery@3.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11/manifests"},{"name":"conventional-changelog-express@2.0.6","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9/manifests"},{"name":"conventional-changelog-ember@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9/manifests"},{"name":"conventional-changelog-core@4.2.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.5.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1/manifests"},{"name":"conventional-changelog-atom@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8/manifests"},{"name":"conventional-changelog-angular@5.0.12","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12/manifests"},{"name":"conventional-changelog@3.1.24","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24/manifests"},{"name":"conventional-changelog-v3.1.24","sha":"f8fcbc2e8b0834c29178ace6382b438a020ad828","kind":"commit","published_at":"2020-10-25T02:45:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v3.1.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24/manifests"},{"name":"conventional-changelog-conventionalcommits@4.4.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0/manifests"},{"name":"conventional-changelog-core@4.2.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0/manifests"},{"name":"conventional-changelog@3.1.23","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23/manifests"},{"name":"conventional-changelog-cli@2.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0/manifests"},{"name":"git-semver-tags@4.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%404.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0/manifests"},{"name":"gulp-conventional-changelog@2.0.34","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34/manifests"},{"name":"standard-changelog@2.0.26","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26/manifests"},{"name":"conventional-recommended-bump@6.0.10","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10/manifests"},{"name":"conventional-changelog-core@4.1.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8/manifests"},{"name":"standard-changelog@2.0.25","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25/manifests"},{"name":"gulp-conventional-changelog@2.0.33","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33/manifests"},{"name":"conventional-changelog-writer@4.0.17","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17/manifests"},{"name":"conventional-changelog-jshint@2.0.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.1","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1/manifests"},{"name":"conventional-changelog-cli@2.0.35","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35/manifests"},{"name":"conventional-changelog-angular@5.0.11","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11/manifests"},{"name":"conventional-changelog@3.1.22","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22/manifests"},{"name":"standard-changelog@2.0.24","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24/manifests"},{"name":"gulp-conventional-changelog@2.0.32","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32/manifests"},{"name":"conventional-changelog-writer@4.0.16","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16/manifests"},{"name":"conventional-changelog-core@4.1.7","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7/manifests"},{"name":"conventional-changelog-cli@2.0.34","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34/manifests"},{"name":"conventional-changelog@3.1.21","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0/manifests"},{"name":"conventional-changelog@3.1.20","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20/manifests"},{"name":"conventional-changelog-cli@2.0.33","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33/manifests"},{"name":"conventional-changelog-atom@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7/manifests"},{"name":"conventional-changelog-eslint@3.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8/manifests"},{"name":"conventional-changelog-express@2.0.5","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10/manifests"},{"name":"conventional-changelog-jshint@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7/manifests"},{"name":"conventional-changelog-preset-loader@2.3.4","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4/manifests"},{"name":"conventional-changelog-writer@4.0.15","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15/manifests"},{"name":"conventional-commits-filter@2.0.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6/manifests"},{"name":"conventional-commits-parser@3.1.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.9","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9/manifests"},{"name":"git-raw-commits@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7/manifests"},{"name":"git-semver-tags@4.0.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.31","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31/manifests"},{"name":"standard-changelog@2.0.23","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23/manifests"},{"name":"conventional-changelog-angular@5.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10/manifests"},{"name":"conventional-changelog-core@4.1.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6/manifests"},{"name":"conventional-changelog-codemirror@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7/manifests"},{"name":"conventional-changelog-ember@2.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8/manifests"},{"name":"conventional-changelog-preset-loader-v2.3.2","sha":"9f6c56cb960a5043823cfb85b9843991201cbb51","kind":"commit","published_at":"2020-05-08T19:21:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v2.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader-v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2/manifests"},{"name":"conventional-changelog-cli@2.0.32","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32/manifests"},{"name":"conventional-changelog-core@4.1.5","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5/manifests"},{"name":"gulp-conventional-changelog@2.0.30","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30/manifests"},{"name":"standard-changelog@2.0.22","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22/manifests"},{"name":"conventional-changelog@3.1.19","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19/manifests"},{"name":"conventional-changelog@3.1.18","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18/manifests"},{"name":"conventional-changelog-core@4.1.4","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.29","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29/manifests"},{"name":"standard-changelog@2.0.21","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21/manifests"},{"name":"conventional-changelog-cli@2.0.31","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31/manifests"},{"name":"conventional-changelog-cli@2.0.30","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30/manifests"},{"name":"conventional-changelog-core@4.1.3","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3/manifests"},{"name":"conventional-changelog@3.1.17","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17/manifests"},{"name":"standard-changelog@2.0.20","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20/manifests"},{"name":"gulp-conventional-changelog@2.0.28","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28/manifests"},{"name":"conventional-changelog-core@4.1.2","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2/manifests"},{"name":"standard-changelog@2.0.19","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19/manifests"},{"name":"gulp-conventional-changelog@2.0.27","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27/manifests"},{"name":"conventional-changelog-cli@2.0.29","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29/manifests"},{"name":"conventional-changelog@3.1.16","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16/manifests"},{"name":"standard-changelog@2.0.18","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18/manifests"},{"name":"gulp-conventional-changelog@2.0.26","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26/manifests"},{"name":"git-semver-tags@3.0.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1/manifests"},{"name":"git-raw-commits@2.0.3","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3/manifests"},{"name":"conventional-changelog@3.1.15","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15/manifests"},{"name":"conventional-recommended-bump@6.0.5","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5/manifests"},{"name":"conventional-commits-parser@3.0.8","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.11","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11/manifests"},{"name":"conventional-changelog-core@4.1.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.28","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28/manifests"},{"name":"conventional-changelog-core@4.1.0","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0/manifests"},{"name":"conventional-changelog@3.1.14","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14/manifests"},{"name":"conventional-changelog-angular@5.0.6","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6/manifests"},{"name":"conventional-changelog-cli@2.0.27","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.3","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3/manifests"},{"name":"conventional-commits-parser@3.0.7","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7/manifests"},{"name":"conventional-recommended-bump@6.0.4","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.25","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25/manifests"},{"name":"standard-changelog@2.0.17","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17/manifests"},{"name":"conventional-changelog@3.1.13","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13/manifests"},{"name":"standard-changelog@2.0.16","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16/manifests"},{"name":"gulp-conventional-changelog@2.0.24","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24/manifests"},{"name":"conventional-recommended-bump@6.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3/manifests"},{"name":"conventional-commits-parser@3.0.6","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6/manifests"},{"name":"conventional-changelog-writer@4.0.10","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10/manifests"},{"name":"conventional-changelog-preset-loader@2.3.0","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0/manifests"},{"name":"conventional-changelog-core@4.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.2","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2/manifests"},{"name":"conventional-changelog-cli@2.0.26","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26/manifests"},{"name":"conventional-changelog-core@4.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2/manifests"},{"name":"standard-changelog@2.0.15","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15/manifests"},{"name":"gulp-conventional-changelog@2.0.23","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23/manifests"},{"name":"conventional-recommended-bump@6.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2/manifests"},{"name":"conventional-commits-parser@3.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5/manifests"},{"name":"conventional-changelog-writer@4.0.9","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9/manifests"},{"name":"conventional-changelog-jshint@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.6","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4/manifests"},{"name":"conventional-changelog-ember@2.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.1","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1/manifests"},{"name":"conventional-changelog-codemirror@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.25","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25/manifests"},{"name":"conventional-changelog-atom@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5/manifests"},{"name":"conventional-changelog@3.1.12","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12/manifests"},{"name":"conventional-commits-parser@3.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4/manifests"},{"name":"conventional-changelog-atom@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.24","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24/manifests"},{"name":"conventional-changelog-codemirror@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.0","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0/manifests"},{"name":"conventional-changelog-core@4.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3/manifests"},{"name":"conventional-changelog-eslint@3.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.5","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5/manifests"},{"name":"conventional-changelog-jshint@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2/manifests"},{"name":"conventional-changelog-writer@4.0.8","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8/manifests"},{"name":"standard-changelog@2.0.14","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14/manifests"},{"name":"gulp-conventional-changelog@2.0.22","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22/manifests"},{"name":"conventional-recommended-bump@6.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1/manifests"},{"name":"conventional-changelog@3.1.11","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11/manifests"},{"name":"conventional-changelog-angular@5.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4/manifests"},{"name":"conventional-changelog@3.1.10","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10/manifests"},{"name":"conventional-changelog-cli@2.0.23","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23/manifests"},{"name":"conventional-changelog-conventionalcommits@4.1.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0/manifests"},{"name":"git-semver-tags@3.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.21","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21/manifests"},{"name":"standard-changelog@2.0.13","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13/manifests"},{"name":"conventional-changelog-core@4.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.2.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0/manifests"},{"name":"conventional-changelog-writer@4.0.7","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7/manifests"},{"name":"conventional-recommended-bump@6.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0/manifests"},{"name":"conventional-changelog-core@3.2.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3/manifests"},{"name":"conventional-changelog@3.1.9","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9/manifests"},{"name":"conventional-changelog-cli@2.0.22","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22/manifests"},{"name":"standard-changelog@2.0.12","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.20","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20/manifests"},{"name":"git-semver-tags@2.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3/manifests"},{"name":"conventional-recommended-bump@5.0.1","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%405.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1/manifests"},{"name":"conventional-commits-parser@3.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.6","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6/manifests"},{"name":"conventional-changelog-conventionalcommits@4.0.0","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.21","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21/manifests"},{"name":"conventional-changelog@3.1.8","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8/manifests"},{"name":"gulp-conventional-changelog@2.0.19","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19/manifests"},{"name":"standard-changelog@2.0.11","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.2","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2/manifests"},{"name":"conventional-changelog@3.1.7","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7/manifests"},{"name":"gulp-conventional-changelog@2.0.18","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18/manifests"},{"name":"conventional-changelog-cli@2.0.20","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.1","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.17","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17/manifests"},{"name":"conventional-recommended-bump@5.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%405.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.19","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19/manifests"},{"name":"conventional-changelog@3.1.6","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6/manifests"},{"name":"conventional-changelog-conventionalcommits@2.0.0","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.16","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.18","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18/manifests"},{"name":"conventional-changelog@3.1.5","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.2","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2/manifests"},{"name":"conventional-changelog@3.1.4","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4/manifests"},{"name":"conventional-changelog-cli@2.0.17","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17/manifests"},{"name":"gulp-conventional-changelog@2.0.15","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15/manifests"},{"name":"conventional-changelog-core@3.2.2","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2/manifests"},{"name":"standard-changelog@2.0.10","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10/manifests"},{"name":"conventional-changelog-writer@4.0.5","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5/manifests"},{"name":"conventional-changelog@3.1.3","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3/manifests"},{"name":"gulp-conventional-changelog@2.0.14","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14/manifests"},{"name":"conventional-changelog-cli@2.0.16","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16/manifests"},{"name":"standard-changelog@2.0.9","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.1.2","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.15","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15/manifests"},{"name":"conventional-changelog-core@3.2.1","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1/manifests"},{"name":"gulp-conventional-changelog@2.0.13","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1/manifests"},{"name":"conventional-recommended-bump@4.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1/manifests"},{"name":"gulp-conventional-changelog@2.0.12","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12/manifests"},{"name":"conventional-changelog@3.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.14","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14/manifests"},{"name":"conventional-changelog-preset-loader@2.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1/manifests"},{"name":"conventional-changelog-core@3.2.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0/manifests"},{"name":"conventional-changelog-preset-loader@2.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0/manifests"},{"name":"conventional-changelog-writer@4.0.4","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4/manifests"},{"name":"conventional-commits-filter@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2/manifests"},{"name":"conventional-commits-parser@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2/manifests"},{"name":"conventional-recommended-bump@4.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0/manifests"},{"name":"git-raw-commits@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.11","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11/manifests"},{"name":"standard-changelog@2.0.8","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8/manifests"},{"name":"conventional-changelog@3.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0/manifests"},{"name":"conventional-changelog-cli@2.0.13","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0/manifests"},{"name":"conventional-changelog-eslint@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2/manifests"},{"name":"standard-changelog@2.0.7","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7/manifests"},{"name":"conventional-changelog-angular@5.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.12","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12/manifests"},{"name":"conventional-changelog-core@3.1.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6/manifests"},{"name":"conventional-changelog-writer@4.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.10","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10/manifests"},{"name":"conventional-changelog@3.0.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6/manifests"},{"name":"conventional-recommended-bump@4.0.4","sha":"da729f68f9dc581623deb587c705ef65d189a9f4","kind":"tag","published_at":"2018-11-01T06:56:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4/manifests"},{"name":"standard-changelog@2.0.6","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6/manifests"},{"name":"gulp-conventional-changelog@2.0.9","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.0.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5/manifests"},{"name":"conventional-changelog-writer@4.0.2","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.11","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11/manifests"},{"name":"conventional-changelog-core@3.1.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5/manifests"},{"name":"conventional-changelog@3.0.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4/manifests"},{"name":"conventional-recommended-bump@4.0.3","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3/manifests"},{"name":"git-semver-tags@2.0.2","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.8","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8/manifests"},{"name":"standard-changelog@2.0.5","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.10","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10/manifests"},{"name":"conventional-changelog-core@3.1.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.7","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7/manifests"},{"name":"standard-changelog@2.0.4","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4/manifests"},{"name":"conventional-changelog-cli@2.0.9","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9/manifests"},{"name":"conventional-changelog@3.0.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3/manifests"},{"name":"conventional-changelog-core@3.1.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.8","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8/manifests"},{"name":"conventional-changelog@3.0.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2/manifests"},{"name":"conventional-changelog-core@3.1.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2/manifests"},{"name":"standard-changelog@2.0.3","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.6","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6/manifests"},{"name":"conventional-changelog@3.0.1","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.5","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.7","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7/manifests"},{"name":"conventional-changelog-express@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1/manifests"},{"name":"git-raw-commits@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4/manifests"},{"name":"git-semver-tags@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1/manifests"},{"name":"conventional-changelog-core@3.1.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1/manifests"},{"name":"conventional-changelog-eslint@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1/manifests"},{"name":"conventional-changelog@3.0.0","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0/manifests"},{"name":"conventional-changelog-jquery@3.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4/manifests"},{"name":"conventional-changelog-jshint@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1/manifests"},{"name":"conventional-changelog-preset-loader@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2/manifests"},{"name":"conventional-changelog-writer@4.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2/manifests"},{"name":"standard-changelog@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2/manifests"},{"name":"conventional-commits-filter@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1/manifests"},{"name":"conventional-commits-parser@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2/manifests"},{"name":"conventional-changelog-atom@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.6","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1/manifests"},{"name":"conventional-changelog-jquery@3.0.3","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.5","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.4","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.2","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1/manifests"},{"name":"conventional-changelog-core@3.1.0","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0/manifests"},{"name":"conventional-changelog-ember@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1/manifests"},{"name":"standard-changelog@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2/manifests"},{"name":"conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1/manifests"},{"name":"conventional-changelog-angular@5.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0/manifests"},{"name":"conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1/manifests"},{"name":"conventional-changelog-codemirror@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0/manifests"},{"name":"conventional-changelog-ember@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-atom@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0/manifests"},{"name":"conventional-changelog-eslint@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0/manifests"},{"name":"conventional-changelog-express@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0/manifests"},{"name":"conventional-changelog-jquery@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0/manifests"},{"name":"conventional-changelog-jshint@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0/manifests"},{"name":"conventional-recommended-bump@4.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1/manifests"},{"name":"conventional-changelog-angular@4.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%404.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1/manifests"},{"name":"conventional-changelog-eslint@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0/manifests"},{"name":"standard-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0/manifests"},{"name":"git-semver-tags@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0/manifests"},{"name":"git-raw-commits@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0/manifests"},{"name":"conventional-recommended-bump@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0/manifests"},{"name":"conventional-commits-parser@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0/manifests"},{"name":"conventional-commits-filter@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0/manifests"},{"name":"conventional-changelog-jshint@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0/manifests"},{"name":"conventional-changelog-express@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0/manifests"},{"name":"conventional-changelog-ember@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0/manifests"},{"name":"conventional-changelog-core@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0/manifests"},{"name":"conventional-changelog-codemirror@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0/manifests"},{"name":"conventional-changelog-atom@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0/manifests"},{"name":"conventional-changelog-angular@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0/manifests"},{"name":"conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.22","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22/manifests"},{"name":"conventional-changelog-ember@0.3.12","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12/manifests"},{"name":"conventional-changelog-jquery@1.3.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9/manifests"},{"name":"conventional-recommended-bump@2.0.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9/manifests"},{"name":"gulp-conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-angular@3.0.7","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7/manifests"},{"name":"standard-changelog@1.0.19","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19/manifests"},{"name":"conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-core@2.0.11","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11/manifests"},{"name":"conventional-changelog-angular@3.0.6","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6/manifests"},{"name":"conventional-changelog-atom@0.2.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8/manifests"},{"name":"conventional-changelog-jshint@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8/manifests"},{"name":"gulp-conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-writer@3.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9/manifests"},{"name":"conventional-changelog-cli@1.3.21","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21/manifests"},{"name":"standard-changelog@1.0.18","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18/manifests"},{"name":"conventional-changelog-codemirror@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8/manifests"},{"name":"conventional-changelog-core@2.0.10","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10/manifests"},{"name":"conventional-changelog-ember@0.3.11","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11/manifests"},{"name":"conventional-changelog-eslint@1.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9/manifests"},{"name":"conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-jquery@1.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8/manifests"},{"name":"conventional-changelog-writer@3.0.8","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.10","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10/manifests"},{"name":"conventional-changelog-core@2.0.9","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9/manifests"},{"name":"conventional-changelog-cli@1.3.20","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20/manifests"},{"name":"conventional-changelog-angular@3.0.5","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5/manifests"},{"name":"conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22/manifests"},{"name":"standard-changelog@1.0.17","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17/manifests"},{"name":"gulp-conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-jshint@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7/manifests"},{"name":"conventional-changelog-preset-loader@1.1.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8/manifests"},{"name":"conventional-changelog-angular@3.0.4","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4/manifests"},{"name":"conventional-commits-parser@2.1.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7/manifests"},{"name":"standard-changelog@1.0.16","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16/manifests"},{"name":"conventional-changelog-core@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8/manifests"},{"name":"conventional-changelog-writer@3.0.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7/manifests"},{"name":"gulp-conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-cli@1.3.19","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19/manifests"},{"name":"git-semver-tags@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6/manifests"},{"name":"git-raw-commits@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6/manifests"},{"name":"conventional-recommended-bump@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.9","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9/manifests"},{"name":"conventional-changelog-atom@0.2.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7/manifests"},{"name":"conventional-changelog-eslint@1.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8/manifests"},{"name":"conventional-changelog-express@0.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6/manifests"},{"name":"conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-jquery@1.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7/manifests"},{"name":"conventional-changelog-codemirror@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7/manifests"},{"name":"conventional-changelog-jquery@1.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6/manifests"},{"name":"conventional-changelog-angular@3.0.3","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3/manifests"},{"name":"conventional-changelog-atom@0.2.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6/manifests"},{"name":"conventional-changelog-cli@1.3.18","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18/manifests"},{"name":"conventional-changelog-codemirror@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6/manifests"},{"name":"conventional-changelog-core@2.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7/manifests"},{"name":"conventional-changelog-ember@0.3.8","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8/manifests"},{"name":"conventional-changelog-eslint@1.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7/manifests"},{"name":"conventional-changelog-jshint@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6/manifests"},{"name":"conventional-changelog-writer@3.0.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6/manifests"},{"name":"standard-changelog@1.0.15","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15/manifests"},{"name":"gulp-conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-angular@3.0.2","sha":"1cc079df803f58b52c8aa997fff43e9c162266e7","kind":"tag","published_at":"2018-03-22T14:14:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2/manifests"},{"name":"conventional-changelog-jshint@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5/manifests"},{"name":"standard-changelog@1.0.14","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14/manifests"},{"name":"gulp-conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19/manifests"},{"name":"git-semver-tags@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5/manifests"},{"name":"git-raw-commits@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7/manifests"},{"name":"conventional-commits-parser@2.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6/manifests"},{"name":"conventional-commits-filter@1.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5/manifests"},{"name":"conventional-changelog-preset-loader@1.1.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7/manifests"},{"name":"conventional-changelog-jquery@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5/manifests"},{"name":"conventional-changelog-express@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6/manifests"},{"name":"conventional-changelog-ember@0.3.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7/manifests"},{"name":"conventional-changelog-core@2.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5/manifests"},{"name":"conventional-changelog-cli@1.3.17","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17/manifests"},{"name":"conventional-changelog-atom@0.2.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5/manifests"},{"name":"conventional-changelog-angular@3.0.1","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1/manifests"},{"name":"conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19/manifests"},{"name":"conventional-changelog-angular@3.0.0","sha":"49997aaba373502e5b38bd366846934641e95799","kind":"tag","published_at":"2018-03-22T13:45:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0/manifests"},{"name":"conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-cli@1.3.16","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16/manifests"},{"name":"conventional-changelog-eslint@1.0.5","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5/manifests"},{"name":"gulp-conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18/manifests"},{"name":"conventional-commits-parser@2.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5/manifests"},{"name":"conventional-commits-filter@1.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5/manifests"},{"name":"conventional-changelog-writer@3.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6/manifests"},{"name":"conventional-changelog-jshint@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4/manifests"},{"name":"conventional-changelog-jquery@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4/manifests"},{"name":"conventional-changelog-express@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4/manifests"},{"name":"standard-changelog@1.0.13","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13/manifests"},{"name":"conventional-changelog-ember@0.3.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4/manifests"},{"name":"gulp-conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17/manifests"},{"name":"git-semver-tags@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4/manifests"},{"name":"git-raw-commits@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4/manifests"},{"name":"conventional-recommended-bump@2.0.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6/manifests"},{"name":"conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17/manifests"},{"name":"conventional-changelog-angular@1.6.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6/manifests"},{"name":"conventional-changelog-atom@0.2.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4/manifests"},{"name":"conventional-changelog-cli@1.3.15","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15/manifests"},{"name":"conventional-changelog-codemirror@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5/manifests"},{"name":"conventional-changelog-core@2.0.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4/manifests"},{"name":"conventional-changelog-ember@0.3.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5/manifests"},{"name":"conventional-changelog-eslint@1.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3/manifests"},{"name":"git-raw-commits@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3/manifests"},{"name":"conventional-changelog-atom@0.2.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3/manifests"},{"name":"conventional-changelog-jshint@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3/manifests"},{"name":"conventional-changelog-angular@1.6.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5/manifests"},{"name":"conventional-changelog-jquery@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5/manifests"},{"name":"conventional-changelog-cli@1.3.14","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14/manifests"},{"name":"conventional-changelog-writer@3.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3/manifests"},{"name":"conventional-changelog-codemirror@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3/manifests"},{"name":"conventional-commits-filter@1.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4/manifests"},{"name":"conventional-commits-parser@2.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4/manifests"},{"name":"git-semver-tags@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3/manifests"},{"name":"gulp-conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16/manifests"},{"name":"standard-changelog@1.0.12","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12/manifests"},{"name":"conventional-changelog-express@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3/manifests"},{"name":"conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15/manifests"},{"name":"gulp-conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15/manifests"},{"name":"conventional-changelog-cli@1.3.13","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13/manifests"},{"name":"conventional-recommended-bump@2.0.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4/manifests"},{"name":"gulp-conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14/manifests"},{"name":"git-semver-tags@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2/manifests"},{"name":"git-raw-commits@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2/manifests"},{"name":"conventional-recommended-bump@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3/manifests"},{"name":"standard-changelog@1.0.11","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11/manifests"},{"name":"conventional-changelog-writer@3.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2/manifests"},{"name":"conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14/manifests"},{"name":"conventional-changelog-angular@1.6.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4/manifests"},{"name":"conventional-changelog-atom@0.2.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2/manifests"},{"name":"conventional-changelog-cli@1.3.12","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12/manifests"},{"name":"conventional-changelog-codemirror@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2/manifests"},{"name":"conventional-changelog-core@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.3.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4/manifests"},{"name":"conventional-changelog-eslint@1.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2/manifests"},{"name":"conventional-changelog-express@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2/manifests"},{"name":"conventional-changelog-jquery@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2/manifests"},{"name":"conventional-changelog-jshint@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2/manifests"},{"name":"conventional-commits-filter@1.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3/manifests"},{"name":"conventional-commits-parser@2.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3/manifests"},{"name":"gulp-conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13/manifests"},{"name":"git-semver-tags@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1/manifests"},{"name":"git-raw-commits@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1/manifests"},{"name":"conventional-recommended-bump@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2/manifests"},{"name":"conventional-commits-parser@2.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2/manifests"},{"name":"conventional-commits-filter@1.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2/manifests"},{"name":"conventional-changelog-writer@3.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1/manifests"},{"name":"conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13/manifests"},{"name":"standard-changelog@1.0.10","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10/manifests"},{"name":"conventional-changelog-jquery@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1/manifests"},{"name":"conventional-changelog-express@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1/manifests"},{"name":"conventional-changelog-ember@0.3.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2/manifests"},{"name":"conventional-changelog-codemirror@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1/manifests"},{"name":"conventional-changelog-cli@1.3.11","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11/manifests"},{"name":"conventional-changelog-atom@0.2.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1/manifests"},{"name":"conventional-changelog-angular@1.6.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3/manifests"},{"name":"conventional-changelog-jshint@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1/manifests"},{"name":"gulp-conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12/manifests"},{"name":"conventional-changelog-cli@1.3.10","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10/manifests"},{"name":"conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12/manifests"},{"name":"conventional-recommended-bump@2.0.1","sha":"a4f0aa902d3e966fe6d6b1d46f2130838524cfbf","kind":"tag","published_at":"2018-02-12T14:54:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1/manifests"},{"name":"conventional-recommended-bump@2.0.0","sha":"9885d205ed96338575335652d006f475408e1195","kind":"tag","published_at":"2018-02-12T14:30:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0/manifests"},{"name":"conventional-changelog-preset-loader@1.1.2","sha":"a450d974237d440009ec3fb4c63974cf066e8f79","kind":"tag","published_at":"2018-02-12T04:07:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.1","sha":"5af1f00dcc4e1f9c3299bc7feb322a88b711f042","kind":"tag","published_at":"2018-02-09T04:17:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.0","sha":"c3eb36dbc52f383df6f3dcf3a3870b01ceee0b8b","kind":"tag","published_at":"2018-02-08T14:46:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0/manifests"},{"name":"conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11/manifests"},{"name":"standard-changelog@1.0.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9/manifests"},{"name":"gulp-conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11/manifests"},{"name":"conventional-recommended-bump@1.2.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1/manifests"},{"name":"conventional-commits-parser@2.1.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1/manifests"},{"name":"conventional-changelog-ember@0.3.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2/manifests"},{"name":"conventional-changelog-core@2.0.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1/manifests"},{"name":"conventional-changelog-cli@1.3.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9/manifests"},{"name":"conventional-changelog-angular@1.6.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2/manifests"},{"name":"conventional-changelog-cli@1.3.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8/manifests"},{"name":"conventional-changelog-core@2.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0/manifests"},{"name":"conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10/manifests"},{"name":"conventional-changelog-angular@1.6.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1/manifests"},{"name":"conventional-recommended-bump@1.2.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0/manifests"},{"name":"git-semver-tags@1.3.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0/manifests"},{"name":"gulp-conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10/manifests"},{"name":"standard-changelog@1.0.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0/manifests"},{"name":"conventional-changelog-writer@3.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0/manifests"},{"name":"conventional-changelog-atom@0.2.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0/manifests"},{"name":"conventional-changelog-codemirror@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0/manifests"},{"name":"conventional-changelog-cli@1.3.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7/manifests"},{"name":"conventional-changelog-core@1.9.5","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5/manifests"},{"name":"conventional-changelog-ember@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0/manifests"},{"name":"conventional-changelog-eslint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0/manifests"},{"name":"conventional-changelog-express@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0/manifests"},{"name":"conventional-changelog-jquery@1.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0/manifests"},{"name":"conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9/manifests"},{"name":"gulp-conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-jshint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0/manifests"},{"name":"standard-changelog@1.0.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7/manifests"},{"name":"conventional-changelog-angular@1.6.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0/manifests"},{"name":"conventional-commits-parser@2.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0/manifests"},{"name":"conventional-changelog-writer@2.0.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.2.10","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10/manifests"},{"name":"conventional-changelog-core@1.9.4","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4/manifests"},{"name":"conventional-changelog-cli@1.3.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6/manifests"},{"name":"conventional-changelog-angular@1.5.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3/manifests"},{"name":"conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8/manifests"},{"name":"conventional-recommended-bump@1.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0/manifests"},{"name":"gulp-conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8/manifests"},{"name":"standard-changelog@1.0.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6/manifests"},{"name":"conventional-commits-filter@1.1.1","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1/manifests"},{"name":"conventional-changelog-angular@1.5.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2/manifests"},{"name":"conventional-changelog-core@1.9.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3/manifests"},{"name":"conventional-changelog-ember@0.2.9","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9/manifests"},{"name":"conventional-changelog-eslint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%400.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1/manifests"},{"name":"conventional-changelog-express@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1/manifests"},{"name":"conventional-changelog-jquery@1.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1/manifests"},{"name":"conventional-changelog-jshint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1/manifests"},{"name":"conventional-changelog-writer@2.0.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2/manifests"},{"name":"conventional-commits-filter@1.1.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0/manifests"},{"name":"conventional-commits-parser@2.0.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1/manifests"},{"name":"conventional-recommended-bump@1.0.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3/manifests"},{"name":"git-raw-commits@1.3.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0/manifests"},{"name":"git-semver-tags@1.2.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3/manifests"},{"name":"gulp-conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7/manifests"},{"name":"standard-changelog@1.0.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5/manifests"},{"name":"conventional-changelog-codemirror@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1/manifests"},{"name":"conventional-changelog-cli@1.3.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5/manifests"},{"name":"conventional-changelog-atom@0.1.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2/manifests"},{"name":"conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7/manifests"},{"name":"@marionebl/conventional-commits-parser@3.0.0","sha":"edf4068ce4c3ea6ac5b61323473ab655be5eb895","kind":"tag","published_at":"2017-11-01T07:09:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/@marionebl/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/@marionebl/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@%40marionebl%2Fconventional-commits-parser%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2/manifests"},{"name":"git-semver-tags@1.2.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2/manifests"},{"name":"gulp-conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-ember@0.2.8","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8/manifests"},{"name":"conventional-changelog-core@1.9.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2/manifests"},{"name":"standard-changelog@1.0.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4/manifests"},{"name":"conventional-changelog-cli@1.3.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4/manifests"},{"name":"conventional-changelog-angular@1.5.1","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1/manifests"},{"name":"conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5/manifests"},{"name":"standard-changelog@1.0.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3/manifests"},{"name":"conventional-changelog-writer@2.0.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1/manifests"},{"name":"conventional-changelog-angular@1.5.0","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0/manifests"},{"name":"conventional-changelog-cli@1.3.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3/manifests"},{"name":"conventional-changelog-core@1.9.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1/manifests"},{"name":"conventional-changelog-ember@0.2.7","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7/manifests"},{"name":"gulp-conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5/manifests"},{"name":"gulp-conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4/manifests"},{"name":"conventional-changelog-writer@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0/manifests"},{"name":"conventional-commits-parser@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1/manifests"},{"name":"git-semver-tags@1.2.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1/manifests"},{"name":"standard-changelog@1.0.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2/manifests"},{"name":"conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4/manifests"},{"name":"conventional-changelog-angular@1.4.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0/manifests"},{"name":"conventional-changelog-atom@0.1.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1/manifests"},{"name":"conventional-changelog-cli@1.3.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2/manifests"},{"name":"conventional-changelog-codemirror@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0/manifests"},{"name":"conventional-changelog-core@1.9.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0/manifests"},{"name":"conventional-changelog-ember@0.2.6","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6/manifests"},{"name":"conventional-changelog-eslint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%400.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0/manifests"},{"name":"conventional-changelog-express@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0/manifests"},{"name":"conventional-changelog-jquery@1.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0/manifests"},{"name":"conventional-changelog-jshint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0/manifests"},{"name":"conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3/manifests"},{"name":"standard-changelog@1.0.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1/manifests"},{"name":"gulp-conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3/manifests"},{"name":"conventional-changelog-ember@0.2.5","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5/manifests"},{"name":"conventional-changelog-core@1.8.0","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.8.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0/manifests"},{"name":"conventional-changelog-cli@1.3.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1/manifests"},{"name":"conventional-changelog-angular@1.3.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3/manifests"},{"name":"standard-changelog@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0/manifests"},{"name":"conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2/manifests"},{"name":"conventional-changelog-angular@1.3.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2/manifests"},{"name":"conventional-changelog-cli@1.3.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0/manifests"},{"name":"conventional-changelog-core@1.7.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.7.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0/manifests"},{"name":"conventional-changelog-ember@0.2.4","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4/manifests"},{"name":"conventional-recommended-bump@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0/manifests"},{"name":"git-raw-commits@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0/manifests"},{"name":"git-semver-tags@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0/manifests"},{"name":"gulp-conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2/manifests"},{"name":"gulp-conventional-changelog@1.1.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"tag","published_at":"2017-03-10T05:35:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0/manifests"},{"name":"conventional-changelog-angular@1.3.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1/manifests"},{"name":"gulp-conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1/manifests"},{"name":"standard-changelog@0.0.2","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@0.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%400.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2/manifests"},{"name":"conventional-changelog-cli@1.2.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1/manifests"},{"name":"conventional-changelog-ember@0.2.3","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3/manifests"},{"name":"conventional-changelog-core@1.6.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0/manifests"},{"name":"conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-cli@1.2.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:01:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0/manifests"},{"name":"conventional-changelog-core@1.5.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:00:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0/manifests"},{"name":"git-raw-commits@1.1.2","sha":"f5fe78b1f15791cb0499744bf278dff22b52732f","kind":"tag","published_at":"2017-03-09T07:37:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2/manifests"},{"name":"git-semver-tags@1.1.2","sha":"7be07c7c0f49572b1c0e9c98f004b599d8b5bb1a","kind":"tag","published_at":"2017-03-09T07:35:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2/manifests"},{"name":"v1.1.0","sha":"600d411569271467389c3cbe71f7f657980e89a1","kind":"tag","published_at":"2016-02-13T06:59:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"9591280a8d09220aced3383abe3bc7ecbb34b503","kind":"tag","published_at":"2016-02-13T06:37:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"beef421f56939190a4ca30c28788eda1b3f9480d","kind":"tag","published_at":"2016-02-05T13:49:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"c8e90ab7fddd0b98855913e73fc12f9dc9dc81b1","kind":"tag","published_at":"2016-02-05T12:59:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0/manifests"},{"name":"v0.5.3","sha":"d79ce243223260b153699b99de0503698546ea63","kind":"tag","published_at":"2015-12-25T05:07:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"9e7b771072a2680c6c335fcad38003aade53213e","kind":"tag","published_at":"2015-12-23T12:24:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"4bf7d8df29f7be29552b82ec2b7112fad0c39a3e","kind":"tag","published_at":"2015-10-20T09:52:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"5ca2204b472704543ebbc744a22f8f90ec659659","kind":"tag","published_at":"2015-09-30T08:49:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"e5f2f3bc675e2c7e5cc6aa0ed50da7941833e492","kind":"tag","published_at":"2015-09-04T03:16:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"7536a0b351cc4f2764e71cbc268a178ab595259d","kind":"tag","published_at":"2015-08-17T01:28:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"56fa3d92620a41a875b3337fa51d04d6df23b1a8","kind":"tag","published_at":"2015-08-15T12:34:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"eefec0ef598a92e78510ee8626fd9bbcdb1398e4","kind":"tag","published_at":"2015-08-15T11:19:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0/manifests"},{"name":"v0.3.2","sha":"74b99dca61eafd56ba93605016b086a1108e77fe","kind":"tag","published_at":"2015-08-13T03:12:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"a1aca9c31a45aded77962bd0defc32e503aec213","kind":"commit","published_at":"2015-08-11T06:23:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"b489672d27ff703337c540f0fbc43f6486a84d99","kind":"commit","published_at":"2015-08-09T03:27:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"12e3cd6b151353dbe7f584adabbe5dd8a28424db","kind":"commit","published_at":"2015-07-24T08:13:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"f437b457b5ea6c105535a360144000f8315db54d","kind":"commit","published_at":"2015-07-24T04:54:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0/manifests"},{"name":"v0.1.3","sha":"c8fa9d0b94f8ac07f162623e4b9e9e68aad82e62","kind":"commit","published_at":"2015-07-22T11:06:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"6ba5d6e4b90a154dbca6ec0f80c66ad5995cd770","kind":"commit","published_at":"2015-07-22T07:10:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c015f8762f70eff2be7b8d7fb82438689239d717","kind":"commit","published_at":"2015-07-20T07:55:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"7253d0fea773e3f7cc0a3fb8278c9da070df26ee","kind":"commit","published_at":"2015-07-20T07:12:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.3","sha":"0c9f1e89bfacec8e08bac8ef96d64e3abdbecda7","kind":"commit","published_at":"2015-07-17T11:02:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"fec1baf43b8c0156682d4014a4fd066bd24ad448","kind":"commit","published_at":"2015-07-17T06:23:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"a5ea0dfada48601b9e3fbec78dd37d70380a2db6","kind":"commit","published_at":"2015-07-15T08:03:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1/manifests"},{"name":"v0.1.0-alpha.3","sha":"9b6cc68a2c17c9671363fe7af5de7ebd3a06aaeb","kind":"commit","published_at":"2015-07-06T01:27:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-alpha.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3/manifests"},{"name":"v0.1.0-alpha.2","sha":"34b0f460c34ecc48af857d8ee5d7038970ba56fb","kind":"commit","published_at":"2015-06-29T12:04:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-alpha.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2/manifests"},{"name":"v0.1.0-alpha.1","sha":"05b3415fc699ab43f3fa33b5ecd040ab5ecdf9e2","kind":"commit","published_at":"2015-06-24T04:42:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-alpha.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1/manifests"},{"name":"v0.0.17","sha":"3cae05244e48af9cf4abbef3114060db585a574c","kind":"commit","published_at":"2015-04-03T02:12:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"c0719ce6ba16778dd34c2cfdc81e7f3c5321409d","kind":"commit","published_at":"2015-03-19T04:15:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"57af04dc3e362c0e327b716279c9143028c6e0da","kind":"commit","published_at":"2015-03-18T20:23:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"69be290efb58a6a92e9ae78d7b37168d293920b5","kind":"commit","published_at":"2015-03-13T21:22:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"15a39d02ba3d666e7820eecbb8c5493ef2f6040a","kind":"commit","published_at":"2015-03-12T23:17:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13/manifests"},{"name":"v0.0.11","sha":"37f5561553c30d8f0f2c949502ea278da64949cd","kind":"tag","published_at":"2014-05-28T13:14:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"ad6f6ec5499d2c902b88da95487862d50e5ad776","kind":"tag","published_at":"2014-05-28T12:51:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"87efbabd9bc2a0fd83255e6cb856961b10aef9eb","kind":"tag","published_at":"2014-05-06T17:11:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"94b12cf69c51264b1edb6c81b50a262f0536894b","kind":"tag","published_at":"2014-04-10T14:45:48.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"1cf17e494fd7d8538c55189c72c0cf57d145ef41","kind":"tag","published_at":"2014-04-10T14:06:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"861f9ec93de28be4185b35815c2b6ab17746eb3f","kind":"commit","published_at":"2014-01-23T19:39:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"3f59f7356c86f30ef8e8754386373c2a8f97b367","kind":"commit","published_at":"2014-01-23T18:59:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6fa2c22464dcd964df604550c2ce2ed1d2f4362b","kind":"commit","published_at":"2014-01-04T21:36:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4/manifests"}]},"repo_metadata_updated_at":"2025-10-31T05:40:11.978Z","dependent_packages_count":0,"downloads":null,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":25.523535653743885,"dependent_packages_count":36.961422187861736,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":31.24247892080281},"purl":"pkg:npm/%40calcagiara/conventional-changelog-conventionalcommits-test","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/@calcagiara/conventional-changelog-conventionalcommits-test","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/@calcagiara/conventional-changelog-conventionalcommits-test","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/@calcagiara/conventional-changelog-conventionalcommits-test/dependencies","status":"removed","funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-10-29T14:29:47.234Z","issues_count":160,"pull_requests_count":531,"avg_time_to_close_issue":29861598.337837838,"avg_time_to_close_pull_request":12509911.262582056,"issues_closed_count":74,"pull_requests_closed_count":457,"pull_request_authors_count":84,"issue_authors_count":135,"avg_comments_per_issue":2.0125,"avg_comments_per_pull_request":1.2391713747645952,"merged_pull_requests_count":337,"bot_issues_count":3,"bot_pull_requests_count":268,"past_year_issues_count":30,"past_year_pull_requests_count":110,"past_year_avg_time_to_close_issue":3046943.3636363638,"past_year_avg_time_to_close_pull_request":1239705.430379747,"past_year_issues_closed_count":11,"past_year_pull_requests_closed_count":79,"past_year_pull_request_authors_count":18,"past_year_issue_authors_count":24,"past_year_avg_comments_per_issue":1.6,"past_year_avg_comments_per_pull_request":0.9181818181818182,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":66,"past_year_merged_pull_requests_count":66,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues","maintainers":[{"login":"dangreen","count":93,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"},{"login":"bcoe","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bcoe"},{"login":"tommywo","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tommywo"}],"active_maintainers":[{"login":"dangreen","count":22,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@calcagiara%2Fconventional-changelog-conventionalcommits-test/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@calcagiara%2Fconventional-changelog-conventionalcommits-test/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@calcagiara%2Fconventional-changelog-conventionalcommits-test/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@calcagiara%2Fconventional-changelog-conventionalcommits-test/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@calcagiara%2Fconventional-changelog-conventionalcommits-test/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@calcagiara%2Fconventional-changelog-conventionalcommits-test/codemeta","maintainers":[{"uuid":"calcagiara","login":"calcagiara","name":null,"email":"jacopocristoforitn@gmail.com","url":null,"packages_count":2,"html_url":"https://www.npmjs.com/~calcagiara","role":null,"created_at":"2024-11-19T14:00:23.086Z","updated_at":"2024-11-19T14:00:23.086Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/calcagiara/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5644415,"maintainers_count":1200486,"namespaces_count":399623,"keywords_count":847874,"github":"npm","metadata":{"funded_packages_count":171745},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-06-10T05:11:46.456Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":1476412,"name":"blacklake-conventional-changelog-core","ecosystem":"npm","description":"conventional-changelog core","homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-core#readme","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":["conventional-changelog","conventional","changelog","log"],"namespace":null,"versions_count":3,"first_release_published_at":"2020-12-02T06:53:37.196Z","latest_release_published_at":"2020-12-02T07:31:31.693Z","latest_release_number":"1.0.2","last_synced_at":"2026-06-03T20:26:54.085Z","created_at":"2022-04-09T02:35:04.731Z","updated_at":"2026-06-03T20:26:54.085Z","registry_url":"https://www.npmjs.com/package/blacklake-conventional-changelog-core","install_command":"npm install blacklake-conventional-changelog-core","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"1.0.2"}},"repo_metadata":{"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2024-01-30T11:47:12.000Z","size":5535,"stargazers_count":7442,"open_issues_count":250,"forks_count":733,"subscribers_count":56,"default_branch":"master","last_synced_at":"2024-02-02T04:05:51.667Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2024-02-01T14:26:55.000Z","dependencies_parsed_at":"2022-07-13T10:30:31.523Z","dependency_job_id":"5f6d159e-c4c6-405b-9fa7-976ffc4dfa04","html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1464,"total_committers":136,"mean_commits":"10.764705882352942","dds":"0.40095628415300544","last_synced_commit":"58f0887283a200d52e49607baf7b352f26177b05"},"previous_names":[],"tags_count":754,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":184004454,"owners_count":11460559,"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"},"owner_record":{"login":"conventional-changelog","name":"conventional-changelog","uuid":"16443515","kind":"organization","description":"Tools to generate changelogs and release notes from a project's commit messages and metadata.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16443515?v=4","repositories_count":12,"last_synced_at":"2023-04-09T10:54:05.213Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/conventional-changelog","created_at":"2022-11-02T16:25:21.572Z","updated_at":"2023-04-09T10:54:05.313Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog/repositories"},"tags":[{"name":"git-semver-tags-v7.0.1","sha":"fac8045242099c016f5f3905e54e02b7d466bd7b","kind":"commit","published_at":"2023-09-10T23:53:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1/manifests"},{"name":"conventional-changelog-writer-v7.0.1","sha":"e3a643ad39ec3bc4cfb1dff2aa1101333df33dc3","kind":"commit","published_at":"2023-09-10T23:49:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1/manifests"},{"name":"conventional-changelog-v5.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0/manifests"},{"name":"conventional-changelog-cli-v4.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0/manifests"},{"name":"conventional-changelog-core-v7.0.0","sha":"2e467dd39a35c3813597711a37690897183b4abc","kind":"commit","published_at":"2023-09-08T22:03:37.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0/manifests"},{"name":"git-semver-tags-v7.0.0","sha":"a13f788bd505d8253a2d92413fc4a7780e11ec07","kind":"commit","published_at":"2023-09-08T21:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0/manifests"},{"name":"standard-changelog-v5.0.0","sha":"34569c7a3fd2b0362a461517a1f4e20e7eecd9fc","kind":"commit","published_at":"2023-09-08T21:55:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v9.0.0","sha":"ad633d9d81f66ef80d7f77832a264cb0c5b971ef","kind":"commit","published_at":"2023-09-08T21:50:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.2","sha":"50113f9b569259d991f1a734a192964ca71f0118","kind":"commit","published_at":"2023-09-08T21:41:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2/manifests"},{"name":"conventional-changelog-preset-loader-v4.1.0","sha":"a14d2186575f6061f236c9a47d803694b18f8373","kind":"commit","published_at":"2023-09-08T21:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.1","sha":"ca4324b0a690b2595f8b574882ff95329a2dc195","kind":"commit","published_at":"2023-08-27T19:11:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1/manifests"},{"name":"conventional-commits-filter-v4.0.0","sha":"26fc9ea274dc0c62442ec9d97b20a2ebb49138bf","kind":"commit","published_at":"2023-08-27T12:55:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0/manifests"},{"name":"standard-changelog-v4.0.0","sha":"5b788265774bf4b63d3c83a178ca53e8e7095903","kind":"commit","published_at":"2023-08-27T12:50:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-eslint-v5.0.0","sha":"679594c0716275771cc23b314e4362899fe72f87","kind":"commit","published_at":"2023-08-27T12:46:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0/manifests"},{"name":"git-semver-tags-v6.0.0","sha":"1c75c72d9b5d59e3ea4e914c58a85f7559f29602","kind":"commit","published_at":"2023-08-27T12:40:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0/manifests"},{"name":"conventional-recommended-bump-v8.0.0","sha":"624377a24e8e3658bcf2329a9a98f9a7b02a4cb3","kind":"commit","published_at":"2023-08-27T12:33:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0/manifests"},{"name":"conventional-changelog-writer-v7.0.0","sha":"d669bb67dc713cb1e4374e3216ed7d83cde743c5","kind":"commit","published_at":"2023-08-27T12:27:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0/manifests"},{"name":"conventional-changelog-codemirror-v4.0.0","sha":"933fd0b3dd355d648faf57241b796a714004c722","kind":"commit","published_at":"2023-08-27T12:23:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0/manifests"},{"name":"conventional-changelog-express-v4.0.0","sha":"c9e9ceb3a3727659bd117bab01cbc7642d588f06","kind":"commit","published_at":"2023-08-27T12:16:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0/manifests"},{"name":"conventional-changelog-ember-v4.0.0","sha":"5d7c16268f79b7f180e34e997fdb37373d714666","kind":"commit","published_at":"2023-08-27T12:11:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0/manifests"},{"name":"conventional-changelog-jquery-v5.0.0","sha":"d643efb1050dcdaecee626044315644ff9b9e43b","kind":"commit","published_at":"2023-08-27T12:07:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v4.0.0","sha":"636646dd9ae062e9652a7f9ccaf6c329e6e9f924","kind":"commit","published_at":"2023-08-27T12:03:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0/manifests"},{"name":"conventional-changelog-v5.0.0","sha":"7985de3edc9e655369651ad464cb39b791887dc7","kind":"commit","published_at":"2023-08-27T11:58:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.0","sha":"5f0fe40743d8f559ab94ed11bbb4b8bda6fa6dcb","kind":"commit","published_at":"2023-08-27T11:51:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0/manifests"},{"name":"conventional-changelog-angular-v7.0.0","sha":"6c7a2e1a8807988bcb1a9842f72d14be3b1a89e3","kind":"commit","published_at":"2023-08-27T11:46:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0/manifests"},{"name":"conventional-changelog-jshint-v4.0.0","sha":"0204a9a340d2c85411e8de8905bc74c6146e5618","kind":"commit","published_at":"2023-08-27T11:41:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0/manifests"},{"name":"conventional-changelog-atom-v4.0.0","sha":"ab9b2c10e098ec8837d141102549f3eef698364c","kind":"commit","published_at":"2023-08-27T11:36:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0/manifests"},{"name":"conventional-changelog-cli-v4.0.0","sha":"29df6c4597afad27b9cda06f58eb564bcca609c4","kind":"commit","published_at":"2023-08-27T11:21:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0/manifests"},{"name":"conventional-changelog-core-v6.0.0","sha":"45613bbc2d13c798732e4b2bd4b2fa9ea67157d6","kind":"commit","published_at":"2023-08-27T11:17:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v4.0.0","sha":"5a896e3ef3aa9e751fcc74d7c76fa21d6d526cb0","kind":"commit","published_at":"2023-08-27T11:08:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0/manifests"},{"name":"git-raw-commits-v4.0.0","sha":"878fc56b43bc617177bf47fd8643a3b8b86078e5","kind":"commit","published_at":"2023-08-27T11:01:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0/manifests"},{"name":"conventional-commits-parser-v5.0.0","sha":"299de5acbe55a7d19dcdd2adc34681eae7264abf","kind":"commit","published_at":"2023-08-26T17:50:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0/manifests"},{"name":"git-semver-tags-v5.0.1","sha":"87914a362866a380e98a29edf19b2173e0911d8a","kind":"commit","published_at":"2023-07-09T19:10:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1/manifests"},{"name":"conventional-changelog-writer-v6.0.1","sha":"c123edea220b450cfa26813b6f198c3e8ebbd2b4","kind":"commit","published_at":"2023-07-09T14:49:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.2","sha":"83773c5e1a8874ea9809ca9db1dff60b7df1daae","kind":"commit","published_at":"2023-06-28T17:43:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.1.0","sha":"2e5fe6d9574ba896fa90b5bfcb50fb73d28af6d6","kind":"commit","published_at":"2023-06-17T21:30:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v7.0.1","sha":"f251b6899e313a9b23f3c8deb8b8b57217040892","kind":"commit","published_at":"2023-06-06T23:24:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.1","sha":"5b458dff9edf766446449acd1bbb8027a1e39fa5","kind":"commit","published_at":"2023-06-06T23:17:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1/manifests"},{"name":"gulp-conventional-changelog-v3.0.0","sha":"8ef6232797e5bf7c80422221374c53c03d5df36d","kind":"commit","published_at":"2023-06-06T22:50:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0/manifests"},{"name":"standard-changelog-v3.0.0","sha":"ea65f017b42b914ece780fd2fc799a6946912ed8","kind":"commit","published_at":"2023-06-06T22:42:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0/manifests"},{"name":"conventional-changelog-cli-v3.0.0","sha":"f00f4549cee9406054b77057a8135183fcd89710","kind":"commit","published_at":"2023-06-06T22:29:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0/manifests"},{"name":"conventional-changelog-v4.0.0","sha":"1a240f91ed584ed43e7f9c82235ca60eff0f4fa5","kind":"commit","published_at":"2023-06-06T19:50:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-core-v5.0.0","sha":"8507f601486c8ff6806156c50091262dee13ec54","kind":"commit","published_at":"2023-06-06T19:23:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v7.0.0","sha":"e1662ca7a6c688d28a334282a5e863f52866f3e8","kind":"commit","published_at":"2023-06-06T18:39:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v3.0.0","sha":"5d80d155425147a0b045af09536e5962cbfff620","kind":"commit","published_at":"2023-06-06T15:08:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.0.0","sha":"a30fc7ae219cf871b46cbe9d2c76a9730b70e272","kind":"commit","published_at":"2023-06-06T14:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v6.0.0","sha":"aa5d46c7b13b7b31f78af4b3c31c087c39eea41d","kind":"commit","published_at":"2023-06-06T14:46:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0/manifests"},{"name":"conventional-commits-filter-v3.0.0","sha":"502a73fe41aebb7b563c5ca69521e0b1bab904df","kind":"commit","published_at":"2023-06-06T14:32:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0/manifests"},{"name":"conventional-commits-parser-v4.0.0","sha":"9f7fe891e75c64937c28baa39a6c795a01603ab7","kind":"commit","published_at":"2023-06-06T14:24:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0/manifests"},{"name":"git-raw-commits-v3.0.0","sha":"571f2d549f10744a12ab3bc5dc5e0b749cb72667","kind":"commit","published_at":"2023-06-06T14:16:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0/manifests"},{"name":"git-semver-tags-v5.0.0","sha":"445c796d04105d10dd62d07039bc6a7fc9f263a5","kind":"commit","published_at":"2023-06-06T13:51:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0/manifests"},{"name":"conventional-changelog-atom-v3.0.0","sha":"208787aa2f5db8de1c2d43c56d71e6dfb9510781","kind":"commit","published_at":"2023-06-06T13:43:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0/manifests"},{"name":"conventional-changelog-angular-v6.0.0","sha":"c4ebf98acc15f37154aae5de53a225e896c4a157","kind":"commit","published_at":"2023-06-06T13:36:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0/manifests"},{"name":"conventional-changelog-codemirror-v3.0.0","sha":"0772453bee083917a05b9696d063ee3dc69957f9","kind":"commit","published_at":"2023-06-06T13:25:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0/manifests"},{"name":"conventional-changelog-ember-v3.0.0","sha":"e473d0c8af7c0cf8a54f775556796f50f3e695c2","kind":"commit","published_at":"2023-06-06T13:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0/manifests"},{"name":"conventional-changelog-eslint-v4.0.0","sha":"b3b896bc5b9e3ed65dcfc08c57967a252f37cfd1","kind":"commit","published_at":"2023-06-06T12:56:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0/manifests"},{"name":"conventional-changelog-express-v3.0.0","sha":"5594385d1dd2490b0fb508a60b6f30e8be6616ce","kind":"commit","published_at":"2023-06-06T12:37:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0/manifests"},{"name":"conventional-changelog-jquery-v4.0.0","sha":"51a3015a907b2cea900114359c36ce0e9664b72d","kind":"commit","published_at":"2023-06-06T12:17:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0/manifests"},{"name":"conventional-changelog-jshint-v3.0.0","sha":"281e5f883476e90b75cae4373a67436c86e94f6a","kind":"commit","published_at":"2023-06-06T12:02:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v5.0.0","sha":"ba6df7cf62de5f448368bed4398f6ddf633d2cbd","kind":"commit","published_at":"2022-05-27T18:02:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0/manifests"},{"name":"conventional-changelog-writer-v5.0.1","sha":"21b73f974adc4490a318d9c892055655cb82c538","kind":"commit","published_at":"2021-12-29T21:36:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.3","sha":"02757d342290bcf51a49d49e5e72f5eae6c6f6da","kind":"commit","published_at":"2021-12-29T19:52:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3/manifests"},{"name":"conventional-commits-parser-v3.2.4","sha":"1d0f62d4ac4911ef0d912d5401f783b152cee624","kind":"commit","published_at":"2021-12-29T19:46:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4/manifests"},{"name":"git-raw-commits-v2.0.11","sha":"95384dbd105ffe4f86bbc6ccad3e5405a1cbfe04","kind":"commit","published_at":"2021-12-29T19:39:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.2","sha":"1827696185192a8dd258ea7c3370090238b0fb76","kind":"commit","published_at":"2021-12-25T18:06:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2/manifests"},{"name":"conventional-changelog-cli-v2.2.2","sha":"8ce6a7bbd3fae87aa9d56fca68c2e16fbb2cace5","kind":"commit","published_at":"2021-12-25T17:22:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2/manifests"},{"name":"conventional-changelog-v3.1.25","sha":"8e9c3d76aaffd7fe67a78270b3ad9b881e953e7e","kind":"commit","published_at":"2021-12-24T18:50:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25/manifests"},{"name":"conventional-changelog-cli-v2.2.1","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1/manifests"},{"name":"conventional-commits-parser-v3.2.3","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.1","sha":"c35708d56a55e31b750aec1f745e5be52f0a75f2","kind":"commit","published_at":"2021-09-09T19:06:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1/manifests"},{"name":"conventional-commits-parser-v3.2.2","sha":"1bae48ff85eff0736ea6691b7214f3fc9c026256","kind":"commit","published_at":"2021-09-09T14:45:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2/manifests"},{"name":"conventional-changelog-core-v4.2.4","sha":"02fbc2d42d0faf53d4b7a2b0525626088a6ac8ba","kind":"commit","published_at":"2021-09-09T14:37:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4/manifests"},{"name":"conventional-changelog-angular-v5.0.13","sha":"e30343b4676d26b416080294dc74ebba001c0716","kind":"commit","published_at":"2021-09-09T14:31:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v5.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13/manifests"},{"name":"conventional-changelog-core-v4.2.3","sha":"318b555b6ef3aebdb5a8d4c7c734fd7234712dd3","kind":"commit","published_at":"2021-07-03T00:24:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.0","sha":"537c37d7801872c3e57e4200c64154a4d2ea042a","kind":"commit","published_at":"2021-04-30T00:15:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0/manifests"},{"name":"conventional-commits-parser-v3.2.1","sha":"758dda2937b6784f0cc6a535286862fcf95b6f06","kind":"commit","published_at":"2021-02-15T21:32:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1/manifests"},{"name":"git-raw-commits-v2.0.10","sha":"ffecaccb6e117afae9f68f1d48ff9a69554da950","kind":"commit","published_at":"2021-01-27T16:36:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10/manifests"},{"name":"conventional-changelog-writer-v5.0.0","sha":"61ef6491add84b841e1797baf09f62bbdd90dcd4","kind":"commit","published_at":"2020-12-30T22:40:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v6.1.0","sha":"3b0fb22b0bb49137b9ecddaeb349f66025205c57","kind":"commit","published_at":"2020-12-30T16:58:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0/manifests"},{"name":"conventional-changelog-core-v4.2.2","sha":"317eeb3137caff69bcc9a67fce3dc67663a010db","kind":"commit","published_at":"2020-12-30T00:53:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2/manifests"},{"name":"conventional-recommended-bump-v6.0.12","sha":"90ecc5d93bfd7626857eda5d240f92393d896be0","kind":"commit","published_at":"2020-12-30T00:43:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12/manifests"},{"name":"git-raw-commits-v2.0.9","sha":"227f3e23af86912c0cd64fdb1a820ac92e5757c5","kind":"commit","published_at":"2020-12-29T23:59:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9/manifests"},{"name":"conventional-changelog-writer-v4.1.0","sha":"77725cfb12ca3ca22abb9421b4af012a49207e7a","kind":"commit","published_at":"2020-12-29T23:41:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11/manifests"},{"name":"standard-changelog@2.0.27","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27/manifests"},{"name":"gulp-conventional-changelog@2.0.35","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35/manifests"},{"name":"git-semver-tags@4.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1/manifests"},{"name":"git-raw-commits@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8/manifests"},{"name":"conventional-commits-parser@3.2.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0/manifests"},{"name":"conventional-commits-filter@2.0.7","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7/manifests"},{"name":"conventional-changelog-writer@4.0.18","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18/manifests"},{"name":"conventional-changelog-jshint@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9/manifests"},{"name":"conventional-changelog-jquery@3.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11/manifests"},{"name":"conventional-changelog-express@2.0.6","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9/manifests"},{"name":"conventional-changelog-ember@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9/manifests"},{"name":"conventional-changelog-core@4.2.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.5.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1/manifests"},{"name":"conventional-changelog-atom@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8/manifests"},{"name":"conventional-changelog-angular@5.0.12","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12/manifests"},{"name":"conventional-changelog@3.1.24","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24/manifests"},{"name":"conventional-changelog-v3.1.24","sha":"f8fcbc2e8b0834c29178ace6382b438a020ad828","kind":"commit","published_at":"2020-10-25T02:45:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24/manifests"},{"name":"conventional-recommended-bump@6.0.10","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10/manifests"},{"name":"git-semver-tags@4.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0/manifests"},{"name":"standard-changelog@2.0.26","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26/manifests"},{"name":"gulp-conventional-changelog@2.0.34","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34/manifests"},{"name":"conventional-changelog-cli@2.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0/manifests"},{"name":"conventional-changelog@3.1.23","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23/manifests"},{"name":"conventional-changelog-core@4.2.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.4.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.1","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1/manifests"},{"name":"conventional-changelog-angular@5.0.11","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11/manifests"},{"name":"conventional-changelog@3.1.22","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22/manifests"},{"name":"standard-changelog@2.0.25","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25/manifests"},{"name":"conventional-changelog-writer@4.0.17","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17/manifests"},{"name":"gulp-conventional-changelog@2.0.33","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33/manifests"},{"name":"conventional-changelog-jshint@2.0.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8/manifests"},{"name":"conventional-changelog-core@4.1.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8/manifests"},{"name":"conventional-changelog-cli@2.0.35","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35/manifests"},{"name":"conventional-changelog-writer@4.0.16","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16/manifests"},{"name":"conventional-changelog-core@4.1.7","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7/manifests"},{"name":"conventional-changelog@3.1.21","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21/manifests"},{"name":"conventional-changelog-cli@2.0.34","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34/manifests"},{"name":"standard-changelog@2.0.24","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24/manifests"},{"name":"gulp-conventional-changelog@2.0.32","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32/manifests"},{"name":"conventional-changelog-jshint@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7/manifests"},{"name":"conventional-changelog-jquery@3.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10/manifests"},{"name":"conventional-changelog-express@2.0.5","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5/manifests"},{"name":"conventional-changelog-eslint@3.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8/manifests"},{"name":"conventional-changelog-ember@2.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8/manifests"},{"name":"conventional-changelog-core@4.1.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7/manifests"},{"name":"conventional-changelog-cli@2.0.33","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33/manifests"},{"name":"conventional-changelog-atom@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7/manifests"},{"name":"conventional-changelog-angular@5.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10/manifests"},{"name":"conventional-changelog@3.1.20","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20/manifests"},{"name":"conventional-commits-filter@2.0.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6/manifests"},{"name":"conventional-commits-parser@3.1.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.9","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9/manifests"},{"name":"git-raw-commits@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7/manifests"},{"name":"git-semver-tags@4.0.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.31","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31/manifests"},{"name":"standard-changelog@2.0.23","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23/manifests"},{"name":"conventional-changelog-writer@4.0.15","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15/manifests"},{"name":"conventional-changelog-preset-loader@2.3.4","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4/manifests"},{"name":"conventional-changelog-preset-loader-v2.3.2","sha":"9f6c56cb960a5043823cfb85b9843991201cbb51","kind":"commit","published_at":"2020-05-08T19:21:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v2.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2/manifests"},{"name":"conventional-changelog@3.1.19","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19/manifests"},{"name":"conventional-changelog-cli@2.0.32","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32/manifests"},{"name":"conventional-changelog-core@4.1.5","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5/manifests"},{"name":"gulp-conventional-changelog@2.0.30","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30/manifests"},{"name":"standard-changelog@2.0.22","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22/manifests"},{"name":"standard-changelog@2.0.21","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21/manifests"},{"name":"gulp-conventional-changelog@2.0.29","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29/manifests"},{"name":"conventional-changelog@3.1.18","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18/manifests"},{"name":"conventional-changelog-cli@2.0.31","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31/manifests"},{"name":"conventional-changelog-core@4.1.4","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4/manifests"},{"name":"conventional-changelog-core@4.1.3","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.30","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30/manifests"},{"name":"conventional-changelog@3.1.17","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17/manifests"},{"name":"standard-changelog@2.0.20","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20/manifests"},{"name":"gulp-conventional-changelog@2.0.28","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28/manifests"},{"name":"conventional-changelog@3.1.16","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16/manifests"},{"name":"gulp-conventional-changelog@2.0.27","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27/manifests"},{"name":"standard-changelog@2.0.19","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19/manifests"},{"name":"conventional-changelog-core@4.1.2","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.29","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29/manifests"},{"name":"conventional-changelog-cli@2.0.28","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28/manifests"},{"name":"conventional-changelog@3.1.15","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15/manifests"},{"name":"standard-changelog@2.0.18","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18/manifests"},{"name":"conventional-recommended-bump@6.0.5","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5/manifests"},{"name":"git-semver-tags@3.0.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1/manifests"},{"name":"git-raw-commits@2.0.3","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.26","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26/manifests"},{"name":"conventional-commits-parser@3.0.8","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.11","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11/manifests"},{"name":"conventional-changelog-core@4.1.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1/manifests"},{"name":"standard-changelog@2.0.17","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17/manifests"},{"name":"gulp-conventional-changelog@2.0.25","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25/manifests"},{"name":"conventional-recommended-bump@6.0.4","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4/manifests"},{"name":"conventional-commits-parser@3.0.7","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7/manifests"},{"name":"conventional-changelog-core@4.1.0","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.3","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3/manifests"},{"name":"conventional-changelog-cli@2.0.27","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27/manifests"},{"name":"conventional-changelog-angular@5.0.6","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6/manifests"},{"name":"conventional-changelog@3.1.14","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14/manifests"},{"name":"conventional-changelog@3.1.13","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13/manifests"},{"name":"conventional-changelog-cli@2.0.26","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.2","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2/manifests"},{"name":"conventional-changelog-core@4.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3/manifests"},{"name":"conventional-changelog-preset-loader@2.3.0","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0/manifests"},{"name":"conventional-changelog-writer@4.0.10","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10/manifests"},{"name":"conventional-commits-parser@3.0.6","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6/manifests"},{"name":"conventional-recommended-bump@6.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.24","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24/manifests"},{"name":"standard-changelog@2.0.16","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16/manifests"},{"name":"conventional-changelog-jshint@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.9","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9/manifests"},{"name":"conventional-commits-parser@3.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5/manifests"},{"name":"conventional-changelog@3.1.12","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12/manifests"},{"name":"gulp-conventional-changelog@2.0.23","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23/manifests"},{"name":"standard-changelog@2.0.15","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15/manifests"},{"name":"conventional-recommended-bump@6.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5/manifests"},{"name":"conventional-changelog-atom@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.25","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25/manifests"},{"name":"conventional-changelog-codemirror@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.1","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1/manifests"},{"name":"conventional-changelog-core@4.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2/manifests"},{"name":"conventional-changelog-ember@2.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4/manifests"},{"name":"conventional-changelog-eslint@3.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.6","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6/manifests"},{"name":"conventional-changelog-cli@2.0.24","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24/manifests"},{"name":"standard-changelog@2.0.14","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14/manifests"},{"name":"gulp-conventional-changelog@2.0.22","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22/manifests"},{"name":"conventional-recommended-bump@6.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1/manifests"},{"name":"conventional-commits-parser@3.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4/manifests"},{"name":"conventional-changelog-writer@4.0.8","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8/manifests"},{"name":"conventional-changelog-jshint@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.5","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5/manifests"},{"name":"conventional-changelog-eslint@3.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3/manifests"},{"name":"conventional-changelog-ember@2.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3/manifests"},{"name":"conventional-changelog-core@4.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.0","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2/manifests"},{"name":"conventional-changelog-atom@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4/manifests"},{"name":"conventional-changelog@3.1.11","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11/manifests"},{"name":"conventional-recommended-bump@6.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.7","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7/manifests"},{"name":"conventional-changelog-preset-loader@2.2.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0/manifests"},{"name":"conventional-changelog-core@4.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.1.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0/manifests"},{"name":"conventional-changelog-cli@2.0.23","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23/manifests"},{"name":"conventional-changelog@3.1.10","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10/manifests"},{"name":"standard-changelog@2.0.13","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13/manifests"},{"name":"gulp-conventional-changelog@2.0.21","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21/manifests"},{"name":"git-semver-tags@3.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0/manifests"},{"name":"git-semver-tags@2.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3/manifests"},{"name":"conventional-commits-parser@3.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.6","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6/manifests"},{"name":"conventional-changelog@3.1.9","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9/manifests"},{"name":"conventional-changelog-cli@2.0.22","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22/manifests"},{"name":"conventional-changelog-conventionalcommits@4.0.0","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0/manifests"},{"name":"conventional-changelog-core@3.2.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3/manifests"},{"name":"standard-changelog@2.0.12","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.20","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20/manifests"},{"name":"conventional-recommended-bump@5.0.1","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.19","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19/manifests"},{"name":"conventional-changelog-cli@2.0.21","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21/manifests"},{"name":"conventional-changelog@3.1.8","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8/manifests"},{"name":"standard-changelog@2.0.11","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.2","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2/manifests"},{"name":"conventional-changelog@3.1.7","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7/manifests"},{"name":"gulp-conventional-changelog@2.0.18","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18/manifests"},{"name":"conventional-changelog-cli@2.0.20","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.1","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.17","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17/manifests"},{"name":"conventional-changelog-cli@2.0.19","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0/manifests"},{"name":"conventional-changelog@3.1.6","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6/manifests"},{"name":"conventional-recommended-bump@5.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.16","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16/manifests"},{"name":"conventional-changelog@3.1.5","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5/manifests"},{"name":"conventional-changelog-cli@2.0.18","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18/manifests"},{"name":"conventional-changelog-conventionalcommits@2.0.0","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.2","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.17","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17/manifests"},{"name":"conventional-changelog@3.1.4","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.15","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15/manifests"},{"name":"gulp-conventional-changelog@2.0.14","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14/manifests"},{"name":"conventional-changelog-writer@4.0.5","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.16","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16/manifests"},{"name":"conventional-changelog-core@3.2.2","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2/manifests"},{"name":"conventional-changelog@3.1.3","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3/manifests"},{"name":"standard-changelog@2.0.10","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10/manifests"},{"name":"conventional-changelog@3.1.2","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2/manifests"},{"name":"conventional-changelog-core@3.2.1","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1/manifests"},{"name":"conventional-changelog-cli@2.0.15","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15/manifests"},{"name":"standard-changelog@2.0.9","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9/manifests"},{"name":"gulp-conventional-changelog@2.0.13","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13/manifests"},{"name":"conventional-recommended-bump@4.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1/manifests"},{"name":"conventional-changelog-preset-loader@2.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.14","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14/manifests"},{"name":"conventional-changelog@3.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1/manifests"},{"name":"gulp-conventional-changelog@2.0.12","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12/manifests"},{"name":"conventional-changelog-cli@2.0.13","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13/manifests"},{"name":"conventional-changelog-core@3.2.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0/manifests"},{"name":"conventional-changelog-eslint@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0/manifests"},{"name":"conventional-changelog@3.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0/manifests"},{"name":"gulp-conventional-changelog@2.0.11","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11/manifests"},{"name":"git-raw-commits@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0/manifests"},{"name":"standard-changelog@2.0.8","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.4","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4/manifests"},{"name":"conventional-commits-parser@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2/manifests"},{"name":"conventional-commits-filter@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2/manifests"},{"name":"standard-changelog@2.0.7","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7/manifests"},{"name":"conventional-changelog-cli@2.0.12","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.10","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10/manifests"},{"name":"conventional-changelog-writer@4.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3/manifests"},{"name":"conventional-changelog-core@3.1.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6/manifests"},{"name":"conventional-changelog-angular@5.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3/manifests"},{"name":"conventional-changelog@3.0.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6/manifests"},{"name":"conventional-recommended-bump@4.0.4","sha":"da729f68f9dc581623deb587c705ef65d189a9f4","kind":"tag","published_at":"2018-11-01T06:56:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4/manifests"},{"name":"standard-changelog@2.0.6","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6/manifests"},{"name":"conventional-changelog-writer@4.0.2","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2/manifests"},{"name":"conventional-changelog-core@3.1.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5/manifests"},{"name":"conventional-changelog-cli@2.0.11","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11/manifests"},{"name":"gulp-conventional-changelog@2.0.9","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.0.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5/manifests"},{"name":"standard-changelog@2.0.5","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5/manifests"},{"name":"conventional-changelog@3.0.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.8","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.0.10","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10/manifests"},{"name":"git-semver-tags@2.0.2","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.3","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3/manifests"},{"name":"conventional-changelog-core@3.1.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.7","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7/manifests"},{"name":"standard-changelog@2.0.4","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4/manifests"},{"name":"conventional-changelog@3.0.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3/manifests"},{"name":"conventional-changelog-core@3.1.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.9","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9/manifests"},{"name":"conventional-changelog-cli@2.0.8","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8/manifests"},{"name":"conventional-changelog-core@3.1.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2/manifests"},{"name":"gulp-conventional-changelog@2.0.6","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6/manifests"},{"name":"conventional-changelog@3.0.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2/manifests"},{"name":"standard-changelog@2.0.3","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.5","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.7","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7/manifests"},{"name":"conventional-changelog@3.0.1","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1/manifests"},{"name":"conventional-changelog-jquery@3.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4/manifests"},{"name":"conventional-changelog@3.0.0","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0/manifests"},{"name":"conventional-changelog-angular@5.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2/manifests"},{"name":"conventional-changelog-atom@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.6","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1/manifests"},{"name":"conventional-changelog-core@3.1.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1/manifests"},{"name":"conventional-changelog-ember@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2/manifests"},{"name":"conventional-changelog-eslint@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1/manifests"},{"name":"conventional-changelog-express@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1/manifests"},{"name":"conventional-changelog-preset-loader@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2/manifests"},{"name":"conventional-changelog-writer@4.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1/manifests"},{"name":"conventional-commits-filter@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1/manifests"},{"name":"conventional-commits-parser@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2/manifests"},{"name":"git-raw-commits@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1/manifests"},{"name":"git-semver-tags@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4/manifests"},{"name":"standard-changelog@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.3","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.5","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.4","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.2","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2/manifests"},{"name":"standard-changelog@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1/manifests"},{"name":"conventional-changelog-core@3.1.0","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0/manifests"},{"name":"conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1/manifests"},{"name":"conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0/manifests"},{"name":"conventional-changelog-jshint@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0/manifests"},{"name":"conventional-changelog-express@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0/manifests"},{"name":"conventional-changelog-eslint@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0/manifests"},{"name":"conventional-changelog-ember@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1/manifests"},{"name":"conventional-changelog-atom@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0/manifests"},{"name":"conventional-changelog-angular@5.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0/manifests"},{"name":"conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-angular@4.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1/manifests"},{"name":"conventional-changelog-jquery@2.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1/manifests"},{"name":"conventional-changelog-core@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0/manifests"},{"name":"conventional-changelog-codemirror@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0/manifests"},{"name":"conventional-commits-parser@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0/manifests"},{"name":"conventional-changelog-atom@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0/manifests"},{"name":"conventional-recommended-bump@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0/manifests"},{"name":"git-raw-commits@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0/manifests"},{"name":"conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0/manifests"},{"name":"standard-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0/manifests"},{"name":"conventional-commits-filter@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0/manifests"},{"name":"conventional-changelog-express@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0/manifests"},{"name":"conventional-changelog-eslint@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0/manifests"},{"name":"conventional-changelog-angular@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0/manifests"},{"name":"conventional-changelog-ember@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0/manifests"},{"name":"git-semver-tags@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0/manifests"},{"name":"conventional-changelog-jshint@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-angular@3.0.7","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7/manifests"},{"name":"conventional-changelog-cli@1.3.22","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22/manifests"},{"name":"conventional-changelog-core@2.0.11","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11/manifests"},{"name":"conventional-changelog-ember@0.3.12","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12/manifests"},{"name":"conventional-changelog-jquery@1.3.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9/manifests"},{"name":"conventional-recommended-bump@2.0.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9/manifests"},{"name":"gulp-conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24/manifests"},{"name":"standard-changelog@1.0.19","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19/manifests"},{"name":"conventional-changelog-jshint@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8/manifests"},{"name":"conventional-changelog-codemirror@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8/manifests"},{"name":"conventional-changelog-core@2.0.10","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10/manifests"},{"name":"conventional-changelog-ember@0.3.11","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11/manifests"},{"name":"conventional-changelog-eslint@1.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9/manifests"},{"name":"conventional-changelog-jquery@1.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8/manifests"},{"name":"conventional-changelog-cli@1.3.21","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21/manifests"},{"name":"conventional-changelog-writer@3.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9/manifests"},{"name":"gulp-conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23/manifests"},{"name":"standard-changelog@1.0.18","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18/manifests"},{"name":"conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-angular@3.0.6","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6/manifests"},{"name":"conventional-changelog-atom@0.2.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8/manifests"},{"name":"conventional-changelog-cli@1.3.20","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20/manifests"},{"name":"gulp-conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-writer@3.0.8","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8/manifests"},{"name":"conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22/manifests"},{"name":"standard-changelog@1.0.17","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17/manifests"},{"name":"conventional-changelog-ember@0.3.10","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10/manifests"},{"name":"conventional-changelog-core@2.0.9","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9/manifests"},{"name":"conventional-changelog-angular@3.0.5","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5/manifests"},{"name":"conventional-changelog-express@0.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6/manifests"},{"name":"git-semver-tags@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6/manifests"},{"name":"git-raw-commits@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6/manifests"},{"name":"conventional-changelog-jquery@1.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7/manifests"},{"name":"conventional-recommended-bump@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8/manifests"},{"name":"conventional-commits-parser@2.1.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7/manifests"},{"name":"conventional-changelog-writer@3.0.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7/manifests"},{"name":"conventional-changelog-preset-loader@1.1.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8/manifests"},{"name":"conventional-changelog-jshint@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7/manifests"},{"name":"conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-cli@1.3.19","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19/manifests"},{"name":"conventional-changelog-atom@0.2.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7/manifests"},{"name":"conventional-changelog-angular@3.0.4","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4/manifests"},{"name":"conventional-changelog-codemirror@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7/manifests"},{"name":"conventional-changelog-core@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.9","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9/manifests"},{"name":"conventional-changelog-eslint@1.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8/manifests"},{"name":"gulp-conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21/manifests"},{"name":"standard-changelog@1.0.16","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16/manifests"},{"name":"gulp-conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-jquery@1.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7/manifests"},{"name":"conventional-changelog-ember@0.3.8","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8/manifests"},{"name":"conventional-changelog-core@2.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7/manifests"},{"name":"conventional-changelog-angular@3.0.3","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3/manifests"},{"name":"standard-changelog@1.0.15","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15/manifests"},{"name":"conventional-changelog-atom@0.2.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6/manifests"},{"name":"conventional-changelog-cli@1.3.18","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18/manifests"},{"name":"conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-codemirror@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6/manifests"},{"name":"conventional-changelog-jshint@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6/manifests"},{"name":"conventional-changelog-writer@3.0.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6/manifests"},{"name":"conventional-changelog-angular@3.0.2","sha":"1cc079df803f58b52c8aa997fff43e9c162266e7","kind":"tag","published_at":"2018-03-22T14:14:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7/manifests"},{"name":"standard-changelog@1.0.14","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14/manifests"},{"name":"gulp-conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19/manifests"},{"name":"git-semver-tags@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5/manifests"},{"name":"git-raw-commits@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7/manifests"},{"name":"conventional-commits-parser@2.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6/manifests"},{"name":"conventional-commits-filter@1.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5/manifests"},{"name":"conventional-changelog-jshint@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5/manifests"},{"name":"conventional-changelog-jquery@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5/manifests"},{"name":"conventional-changelog-express@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6/manifests"},{"name":"conventional-changelog-ember@0.3.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7/manifests"},{"name":"conventional-changelog-core@2.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5/manifests"},{"name":"conventional-changelog-cli@1.3.17","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17/manifests"},{"name":"conventional-changelog-atom@0.2.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5/manifests"},{"name":"conventional-changelog-angular@3.0.1","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1/manifests"},{"name":"conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19/manifests"},{"name":"conventional-changelog-angular@3.0.0","sha":"49997aaba373502e5b38bd366846934641e95799","kind":"tag","published_at":"2018-03-22T13:45:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-eslint@1.0.5","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5/manifests"},{"name":"conventional-changelog-cli@1.3.16","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16/manifests"},{"name":"conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-angular@1.6.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6/manifests"},{"name":"conventional-changelog-atom@0.2.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4/manifests"},{"name":"conventional-changelog-cli@1.3.15","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15/manifests"},{"name":"conventional-changelog-codemirror@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4/manifests"},{"name":"conventional-changelog-express@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4/manifests"},{"name":"conventional-changelog-jquery@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4/manifests"},{"name":"conventional-changelog-jshint@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4/manifests"},{"name":"conventional-commits-filter@1.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5/manifests"},{"name":"conventional-commits-parser@2.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5/manifests"},{"name":"gulp-conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17/manifests"},{"name":"standard-changelog@1.0.13","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13/manifests"},{"name":"git-semver-tags@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4/manifests"},{"name":"conventional-recommended-bump@2.0.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6/manifests"},{"name":"git-raw-commits@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4/manifests"},{"name":"conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17/manifests"},{"name":"git-semver-tags@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3/manifests"},{"name":"conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog-angular@1.6.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5/manifests"},{"name":"conventional-changelog-atom@0.2.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3/manifests"},{"name":"conventional-changelog-cli@1.3.14","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14/manifests"},{"name":"conventional-changelog-codemirror@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4/manifests"},{"name":"conventional-changelog-ember@0.3.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3/manifests"},{"name":"conventional-changelog-express@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3/manifests"},{"name":"conventional-changelog-jshint@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5/manifests"},{"name":"conventional-changelog-writer@3.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3/manifests"},{"name":"conventional-commits-filter@1.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4/manifests"},{"name":"conventional-commits-parser@2.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4/manifests"},{"name":"conventional-recommended-bump@2.0.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5/manifests"},{"name":"git-raw-commits@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3/manifests"},{"name":"gulp-conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16/manifests"},{"name":"standard-changelog@1.0.12","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12/manifests"},{"name":"conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15/manifests"},{"name":"gulp-conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15/manifests"},{"name":"conventional-recommended-bump@2.0.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4/manifests"},{"name":"conventional-changelog-cli@1.3.13","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13/manifests"},{"name":"git-raw-commits@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2/manifests"},{"name":"standard-changelog@1.0.11","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11/manifests"},{"name":"conventional-recommended-bump@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3/manifests"},{"name":"gulp-conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14/manifests"},{"name":"git-semver-tags@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2/manifests"},{"name":"conventional-changelog-express@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3/manifests"},{"name":"conventional-commits-filter@1.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3/manifests"},{"name":"conventional-changelog-writer@3.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2/manifests"},{"name":"conventional-changelog-jshint@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2/manifests"},{"name":"conventional-changelog-jquery@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2/manifests"},{"name":"conventional-changelog-eslint@1.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2/manifests"},{"name":"conventional-changelog-ember@0.3.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3/manifests"},{"name":"conventional-changelog-codemirror@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2/manifests"},{"name":"conventional-changelog-cli@1.3.12","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12/manifests"},{"name":"conventional-changelog-atom@0.2.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2/manifests"},{"name":"conventional-changelog-angular@1.6.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4/manifests"},{"name":"conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14/manifests"},{"name":"conventional-recommended-bump@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2/manifests"},{"name":"conventional-commits-parser@2.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2/manifests"},{"name":"standard-changelog@1.0.10","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10/manifests"},{"name":"conventional-commits-filter@1.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2/manifests"},{"name":"conventional-changelog-writer@3.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1/manifests"},{"name":"conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13/manifests"},{"name":"gulp-conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13/manifests"},{"name":"git-semver-tags@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1/manifests"},{"name":"git-raw-commits@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1/manifests"},{"name":"conventional-changelog-jshint@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1/manifests"},{"name":"conventional-changelog-jquery@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1/manifests"},{"name":"conventional-changelog-express@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1/manifests"},{"name":"conventional-changelog-ember@0.3.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2/manifests"},{"name":"conventional-changelog-codemirror@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1/manifests"},{"name":"conventional-changelog-cli@1.3.11","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11/manifests"},{"name":"conventional-changelog-atom@0.2.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1/manifests"},{"name":"conventional-changelog-angular@1.6.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3/manifests"},{"name":"conventional-changelog-cli@1.3.10","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10/manifests"},{"name":"conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12/manifests"},{"name":"gulp-conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12/manifests"},{"name":"conventional-recommended-bump@2.0.1","sha":"a4f0aa902d3e966fe6d6b1d46f2130838524cfbf","kind":"tag","published_at":"2018-02-12T14:54:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1/manifests"},{"name":"conventional-recommended-bump@2.0.0","sha":"9885d205ed96338575335652d006f475408e1195","kind":"tag","published_at":"2018-02-12T14:30:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0/manifests"},{"name":"conventional-changelog-preset-loader@1.1.2","sha":"a450d974237d440009ec3fb4c63974cf066e8f79","kind":"tag","published_at":"2018-02-12T04:07:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.1","sha":"5af1f00dcc4e1f9c3299bc7feb322a88b711f042","kind":"tag","published_at":"2018-02-09T04:17:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.0","sha":"c3eb36dbc52f383df6f3dcf3a3870b01ceee0b8b","kind":"tag","published_at":"2018-02-08T14:46:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0/manifests"},{"name":"conventional-commits-parser@2.1.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1/manifests"},{"name":"conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11/manifests"},{"name":"conventional-changelog-angular@1.6.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2/manifests"},{"name":"conventional-changelog-cli@1.3.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9/manifests"},{"name":"conventional-changelog-core@2.0.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1/manifests"},{"name":"conventional-changelog-ember@0.3.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2/manifests"},{"name":"conventional-recommended-bump@1.2.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1/manifests"},{"name":"gulp-conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11/manifests"},{"name":"standard-changelog@1.0.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9/manifests"},{"name":"standard-changelog@1.0.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8/manifests"},{"name":"gulp-conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10/manifests"},{"name":"git-semver-tags@1.3.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.2.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0/manifests"},{"name":"conventional-changelog-writer@3.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0/manifests"},{"name":"conventional-changelog-eslint@1.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.3.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1/manifests"},{"name":"conventional-changelog-core@2.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8/manifests"},{"name":"conventional-changelog-angular@1.6.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1/manifests"},{"name":"conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10/manifests"},{"name":"standard-changelog@1.0.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7/manifests"},{"name":"gulp-conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-jshint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0/manifests"},{"name":"conventional-changelog-jquery@1.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0/manifests"},{"name":"conventional-changelog-express@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0/manifests"},{"name":"conventional-changelog-eslint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0/manifests"},{"name":"conventional-changelog-ember@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0/manifests"},{"name":"conventional-changelog-core@1.9.5","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5/manifests"},{"name":"conventional-changelog-codemirror@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0/manifests"},{"name":"conventional-changelog-cli@1.3.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7/manifests"},{"name":"conventional-changelog-atom@0.2.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0/manifests"},{"name":"conventional-changelog-angular@1.6.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0/manifests"},{"name":"conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-angular@1.5.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3/manifests"},{"name":"standard-changelog@1.0.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6/manifests"},{"name":"gulp-conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8/manifests"},{"name":"conventional-recommended-bump@1.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0/manifests"},{"name":"conventional-commits-parser@2.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0/manifests"},{"name":"conventional-commits-filter@1.1.1","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1/manifests"},{"name":"conventional-changelog-writer@2.0.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.2.10","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10/manifests"},{"name":"conventional-changelog-core@1.9.4","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4/manifests"},{"name":"conventional-changelog-cli@1.3.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6/manifests"},{"name":"conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8/manifests"},{"name":"conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7/manifests"},{"name":"conventional-changelog-express@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1/manifests"},{"name":"conventional-changelog-eslint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1/manifests"},{"name":"conventional-changelog-jquery@1.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1/manifests"},{"name":"conventional-changelog-ember@0.2.9","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9/manifests"},{"name":"conventional-changelog-jshint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1/manifests"},{"name":"conventional-changelog-writer@2.0.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2/manifests"},{"name":"conventional-changelog-core@1.9.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3/manifests"},{"name":"conventional-commits-filter@1.1.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0/manifests"},{"name":"conventional-changelog-codemirror@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1/manifests"},{"name":"conventional-commits-parser@2.0.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1/manifests"},{"name":"conventional-recommended-bump@1.0.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3/manifests"},{"name":"conventional-changelog-cli@1.3.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5/manifests"},{"name":"git-raw-commits@1.3.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0/manifests"},{"name":"conventional-changelog-atom@0.1.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2/manifests"},{"name":"git-semver-tags@1.2.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3/manifests"},{"name":"conventional-changelog-angular@1.5.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2/manifests"},{"name":"gulp-conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7/manifests"},{"name":"standard-changelog@1.0.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5/manifests"},{"name":"@marionebl/conventional-commits-parser@3.0.0","sha":"edf4068ce4c3ea6ac5b61323473ab655be5eb895","kind":"tag","published_at":"2017-11-01T07:09:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/@marionebl/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/@marionebl/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0/manifests"},{"name":"git-semver-tags@1.2.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2/manifests"},{"name":"standard-changelog@1.0.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4/manifests"},{"name":"conventional-changelog-ember@0.2.8","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8/manifests"},{"name":"gulp-conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-core@1.9.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2/manifests"},{"name":"conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-angular@1.5.1","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1/manifests"},{"name":"conventional-recommended-bump@1.0.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2/manifests"},{"name":"conventional-changelog-cli@1.3.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4/manifests"},{"name":"standard-changelog@1.0.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3/manifests"},{"name":"conventional-changelog-core@1.9.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1/manifests"},{"name":"conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-ember@0.2.7","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7/manifests"},{"name":"conventional-changelog-writer@2.0.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1/manifests"},{"name":"conventional-changelog-angular@1.5.0","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0/manifests"},{"name":"gulp-conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-cli@1.3.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3/manifests"},{"name":"conventional-changelog-angular@1.4.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0/manifests"},{"name":"conventional-changelog-core@1.9.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0/manifests"},{"name":"conventional-changelog-codemirror@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0/manifests"},{"name":"conventional-changelog-cli@1.3.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2/manifests"},{"name":"conventional-changelog-atom@0.1.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1/manifests"},{"name":"standard-changelog@1.0.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2/manifests"},{"name":"conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4/manifests"},{"name":"conventional-changelog-ember@0.2.6","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6/manifests"},{"name":"conventional-changelog-eslint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0/manifests"},{"name":"conventional-changelog-express@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0/manifests"},{"name":"conventional-changelog-jquery@1.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0/manifests"},{"name":"conventional-changelog-jshint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0/manifests"},{"name":"conventional-changelog-writer@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0/manifests"},{"name":"conventional-commits-parser@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1/manifests"},{"name":"git-semver-tags@1.2.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1/manifests"},{"name":"gulp-conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4/manifests"},{"name":"conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3/manifests"},{"name":"conventional-changelog-core@1.8.0","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.8.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0/manifests"},{"name":"conventional-changelog-ember@0.2.5","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5/manifests"},{"name":"gulp-conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3/manifests"},{"name":"standard-changelog@1.0.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1/manifests"},{"name":"conventional-changelog-cli@1.3.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1/manifests"},{"name":"conventional-changelog-angular@1.3.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3/manifests"},{"name":"conventional-changelog-ember@0.2.4","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4/manifests"},{"name":"conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2/manifests"},{"name":"conventional-changelog-angular@1.3.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2/manifests"},{"name":"conventional-changelog-core@1.7.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.7.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0/manifests"},{"name":"conventional-changelog-cli@1.3.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0/manifests"},{"name":"standard-changelog@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2/manifests"},{"name":"git-semver-tags@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0/manifests"},{"name":"git-raw-commits@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0/manifests"},{"name":"conventional-recommended-bump@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"tag","published_at":"2017-03-10T05:35:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0/manifests"},{"name":"conventional-changelog-ember@0.2.3","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3/manifests"},{"name":"gulp-conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1/manifests"},{"name":"standard-changelog@0.0.2","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@0.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2/manifests"},{"name":"conventional-changelog-angular@1.3.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1/manifests"},{"name":"conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-cli@1.2.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1/manifests"},{"name":"conventional-changelog-core@1.6.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0/manifests"},{"name":"conventional-changelog-cli@1.2.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:01:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0/manifests"},{"name":"conventional-changelog-core@1.5.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:00:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0/manifests"},{"name":"git-raw-commits@1.1.2","sha":"f5fe78b1f15791cb0499744bf278dff22b52732f","kind":"tag","published_at":"2017-03-09T07:37:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2/manifests"},{"name":"git-semver-tags@1.1.2","sha":"7be07c7c0f49572b1c0e9c98f004b599d8b5bb1a","kind":"tag","published_at":"2017-03-09T07:35:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2/manifests"},{"name":"v1.1.0","sha":"600d411569271467389c3cbe71f7f657980e89a1","kind":"tag","published_at":"2016-02-13T06:59:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"9591280a8d09220aced3383abe3bc7ecbb34b503","kind":"tag","published_at":"2016-02-13T06:37:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"beef421f56939190a4ca30c28788eda1b3f9480d","kind":"tag","published_at":"2016-02-05T13:49:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"c8e90ab7fddd0b98855913e73fc12f9dc9dc81b1","kind":"tag","published_at":"2016-02-05T12:59:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0/manifests"},{"name":"v0.5.3","sha":"d79ce243223260b153699b99de0503698546ea63","kind":"tag","published_at":"2015-12-25T05:07:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"9e7b771072a2680c6c335fcad38003aade53213e","kind":"tag","published_at":"2015-12-23T12:24:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"4bf7d8df29f7be29552b82ec2b7112fad0c39a3e","kind":"tag","published_at":"2015-10-20T09:52:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"5ca2204b472704543ebbc744a22f8f90ec659659","kind":"tag","published_at":"2015-09-30T08:49:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"e5f2f3bc675e2c7e5cc6aa0ed50da7941833e492","kind":"tag","published_at":"2015-09-04T03:16:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"7536a0b351cc4f2764e71cbc268a178ab595259d","kind":"tag","published_at":"2015-08-17T01:28:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"56fa3d92620a41a875b3337fa51d04d6df23b1a8","kind":"tag","published_at":"2015-08-15T12:34:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"eefec0ef598a92e78510ee8626fd9bbcdb1398e4","kind":"tag","published_at":"2015-08-15T11:19:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0/manifests"},{"name":"v0.3.2","sha":"74b99dca61eafd56ba93605016b086a1108e77fe","kind":"tag","published_at":"2015-08-13T03:12:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"a1aca9c31a45aded77962bd0defc32e503aec213","kind":"commit","published_at":"2015-08-11T06:23:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"b489672d27ff703337c540f0fbc43f6486a84d99","kind":"commit","published_at":"2015-08-09T03:27:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"12e3cd6b151353dbe7f584adabbe5dd8a28424db","kind":"commit","published_at":"2015-07-24T08:13:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"f437b457b5ea6c105535a360144000f8315db54d","kind":"commit","published_at":"2015-07-24T04:54:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0/manifests"},{"name":"v0.1.3","sha":"c8fa9d0b94f8ac07f162623e4b9e9e68aad82e62","kind":"commit","published_at":"2015-07-22T11:06:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"6ba5d6e4b90a154dbca6ec0f80c66ad5995cd770","kind":"commit","published_at":"2015-07-22T07:10:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c015f8762f70eff2be7b8d7fb82438689239d717","kind":"commit","published_at":"2015-07-20T07:55:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"7253d0fea773e3f7cc0a3fb8278c9da070df26ee","kind":"commit","published_at":"2015-07-20T07:12:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.3","sha":"0c9f1e89bfacec8e08bac8ef96d64e3abdbecda7","kind":"commit","published_at":"2015-07-17T11:02:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"fec1baf43b8c0156682d4014a4fd066bd24ad448","kind":"commit","published_at":"2015-07-17T06:23:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"a5ea0dfada48601b9e3fbec78dd37d70380a2db6","kind":"commit","published_at":"2015-07-15T08:03:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1/manifests"},{"name":"v0.1.0-alpha.3","sha":"9b6cc68a2c17c9671363fe7af5de7ebd3a06aaeb","kind":"commit","published_at":"2015-07-06T01:27:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3/manifests"},{"name":"v0.1.0-alpha.2","sha":"34b0f460c34ecc48af857d8ee5d7038970ba56fb","kind":"commit","published_at":"2015-06-29T12:04:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2/manifests"},{"name":"v0.1.0-alpha.1","sha":"05b3415fc699ab43f3fa33b5ecd040ab5ecdf9e2","kind":"commit","published_at":"2015-06-24T04:42:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1/manifests"},{"name":"v0.0.17","sha":"3cae05244e48af9cf4abbef3114060db585a574c","kind":"commit","published_at":"2015-04-03T02:12:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"c0719ce6ba16778dd34c2cfdc81e7f3c5321409d","kind":"commit","published_at":"2015-03-19T04:15:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"57af04dc3e362c0e327b716279c9143028c6e0da","kind":"commit","published_at":"2015-03-18T20:23:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"69be290efb58a6a92e9ae78d7b37168d293920b5","kind":"commit","published_at":"2015-03-13T21:22:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"15a39d02ba3d666e7820eecbb8c5493ef2f6040a","kind":"commit","published_at":"2015-03-12T23:17:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13/manifests"},{"name":"v0.0.11","sha":"37f5561553c30d8f0f2c949502ea278da64949cd","kind":"tag","published_at":"2014-05-28T13:14:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"ad6f6ec5499d2c902b88da95487862d50e5ad776","kind":"tag","published_at":"2014-05-28T12:51:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"87efbabd9bc2a0fd83255e6cb856961b10aef9eb","kind":"tag","published_at":"2014-05-06T17:11:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"94b12cf69c51264b1edb6c81b50a262f0536894b","kind":"tag","published_at":"2014-04-10T14:45:48.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"1cf17e494fd7d8538c55189c72c0cf57d145ef41","kind":"tag","published_at":"2014-04-10T14:06:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"861f9ec93de28be4185b35815c2b6ab17746eb3f","kind":"commit","published_at":"2014-01-23T19:39:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"3f59f7356c86f30ef8e8754386373c2a8f97b367","kind":"commit","published_at":"2014-01-23T18:59:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6fa2c22464dcd964df604550c2ce2ed1d2f4362b","kind":"commit","published_at":"2014-01-04T21:36:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4/manifests"}]},"repo_metadata_updated_at":"2024-02-02T04:11:21.696Z","dependent_packages_count":2,"downloads":18,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":41.71134362760962,"dependent_repos_count":25.32799796580169,"dependent_packages_count":9.4821380216761,"stargazers_count":1.446650509839046,"forks_count":1.6546204546288672,"average":15.924550115911066},"purl":"pkg:npm/blacklake-conventional-changelog-core","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/blacklake-conventional-changelog-core","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/blacklake-conventional-changelog-core","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/blacklake-conventional-changelog-core/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-02-02T04:07:55.764Z","issues_count":105,"pull_requests_count":371,"avg_time_to_close_issue":22341347.54761905,"avg_time_to_close_pull_request":5687380.37755102,"issues_closed_count":42,"pull_requests_closed_count":294,"pull_request_authors_count":61,"issue_authors_count":74,"avg_comments_per_issue":1.8952380952380952,"avg_comments_per_pull_request":1.3638814016172507,"merged_pull_requests_count":231,"bot_issues_count":1,"bot_pull_requests_count":173,"past_year_issues_count":57,"past_year_pull_requests_count":312,"past_year_avg_time_to_close_issue":1508151.6129032257,"past_year_avg_time_to_close_pull_request":977843.0224719101,"past_year_issues_closed_count":31,"past_year_pull_requests_closed_count":267,"past_year_pull_request_authors_count":27,"past_year_issue_authors_count":31,"past_year_avg_comments_per_issue":1.5614035087719298,"past_year_avg_comments_per_pull_request":1.1474358974358974,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":162,"past_year_merged_pull_requests_count":220,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues"},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/blacklake-conventional-changelog-core/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/blacklake-conventional-changelog-core/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/blacklake-conventional-changelog-core/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/blacklake-conventional-changelog-core/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/blacklake-conventional-changelog-core/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/blacklake-conventional-changelog-core/codemeta","maintainers":[{"uuid":"leomyili","login":"leomyili","name":null,"email":"leomy@outlook.com","url":null,"packages_count":35,"html_url":"https://www.npmjs.com/~leomyili","role":null,"created_at":"2022-11-11T14:49:10.842Z","updated_at":"2022-11-11T14:49:10.842Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/leomyili/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5644415,"maintainers_count":1200486,"namespaces_count":399623,"keywords_count":847874,"github":"npm","metadata":{"funded_packages_count":171745},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-06-10T05:11:46.456Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":4998094,"name":"org.webjars.npm:conventional-changelog-writer","ecosystem":"maven","description":"WebJar for conventional-changelog-writer","homepage":"https://www.webjars.org","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":[],"namespace":"org.webjars.npm","versions_count":2,"first_release_published_at":"2021-04-05T03:57:59.000Z","latest_release_published_at":"2025-09-10T09:08:25.000Z","latest_release_number":"5.0.1","last_synced_at":"2026-06-03T20:26:50.900Z","created_at":"2022-07-27T10:53:45.560Z","updated_at":"2026-06-03T20:26:50.900Z","registry_url":"https://central.sonatype.com/artifact/org.webjars.npm/conventional-changelog-writer/","install_command":null,"documentation_url":"https://appdoc.app/artifact/org.webjars.npm/conventional-changelog-writer/","metadata":{"repositories":["https://repo.maven.apache.org/maven2"]},"repo_metadata":{"id":12961414,"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2025-10-23T17:43:12.000Z","size":6366,"stargazers_count":8280,"open_issues_count":245,"forks_count":731,"subscribers_count":51,"default_branch":"master","last_synced_at":"2025-10-24T01:48:17.818Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2025-10-23T01:16:08.000Z","dependencies_parsed_at":"2022-07-13T10:30:31.523Z","dependency_job_id":"5f6d159e-c4c6-405b-9fa7-976ffc4dfa04","html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1686,"total_committers":150,"mean_commits":11.24,"dds":0.4792408066429419,"last_synced_commit":"65550d9a30cfab4b00b3e982e42bd68fedafcefc"},"previous_names":["ajoslin/conventional-changelog"],"tags_count":804,"template":false,"template_full_name":null,"purl":"pkg:github/conventional-changelog/conventional-changelog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/sbom","scorecard":{"id":174827,"data":{"date":"2025-08-11","repo":{"name":"github.com/conventional-changelog/conventional-changelog","commit":"1552de5434163eb63d3bf73d97bcb3bf34de8586"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 7 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":1,"reason":"Found 4/22 approved changesets -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/checks.yml:1","Warn: no topLevel permission defined: .github/workflows/commit.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Warn: no topLevel permission defined: .github/workflows/tests.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/checks.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/checks.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/commit.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/commit.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/commit.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:50: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:85: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:87: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:91: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:102: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Info:   0 out of  17 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  14 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: ISC License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 16 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":7,"reason":"3 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-xffm-g5w8-qvg7","Warn: Project is vulnerable to: GHSA-67mh-4wv8-2f99","Warn: Project is vulnerable to: GHSA-52f5-9888-hmc6"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-16T17:26:40.503Z","repository_id":12961414,"created_at":"2025-08-16T17:26:40.503Z","updated_at":"2025-08-16T17:26:40.503Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281931845,"owners_count":26585822,"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","status":"online","status_checked_at":"2025-10-31T02:00:07.401Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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"},"owner_record":{"login":"conventional-changelog","name":"conventional-changelog","uuid":"16443515","kind":"organization","description":"Tools to generate changelogs and release notes from a project's commit messages and metadata.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16443515?v=4","repositories_count":12,"last_synced_at":"2025-04-05T03:02:08.595Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/conventional-changelog","funding_links":[],"total_stars":33067,"followers":419,"following":0,"created_at":"2022-11-02T16:25:21.572Z","updated_at":"2025-04-05T03:02:08.596Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog/repositories"},"tags":[{"name":"conventional-changelog-angular-v8.1.0","sha":"4a8c5d57a058c5b103a8ebddf94e19cf67a58a18","kind":"commit","published_at":"2025-10-20T20:40:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v8.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v8.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular-v8.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.1.0/manifests"},{"name":"conventional-commits-parser-v6.2.1","sha":"4a8c5d57a058c5b103a8ebddf94e19cf67a58a18","kind":"commit","published_at":"2025-10-20T20:40:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v6.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.2.1/manifests"},{"name":"conventional-changelog-v7.1.1","sha":"d3934017f5c8987a0b4a5fdf3782f26cd43ab486","kind":"commit","published_at":"2025-07-10T17:30:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v7.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v7.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v7.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.1.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v9.1.0","sha":"b3bec6cd666605edb0727765637d8de30a672b86","kind":"commit","published_at":"2025-07-10T15:38:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v9.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v9.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v9.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v9.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v9.1.0/manifests"},{"name":"conventional-changelog-writer-v8.2.0","sha":"429fa80cf3232ddc89ad2e6593a5087da55f2192","kind":"commit","published_at":"2025-07-09T21:51:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v8.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.2.0/manifests"},{"name":"conventional-commits-parser-v6.2.0","sha":"a10c63faccc776bfc941a54dbcfa2d128bbfb374","kind":"commit","published_at":"2025-06-09T09:39:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v6.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.2.0/manifests"},{"name":"conventional-changelog-v7.1.0","sha":"549320cb33c00bea312fcf70c31d3ee6973ba488","kind":"commit","published_at":"2025-06-07T17:07:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v7.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v7.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v7.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.1.0/manifests"},{"name":"conventional-recommended-bump-v11.2.0","sha":"549320cb33c00bea312fcf70c31d3ee6973ba488","kind":"commit","published_at":"2025-06-07T17:07:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v11.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v11.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v11.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.2.0/manifests"},{"name":"git-client-v2.5.1","sha":"07103bc206c6b75af47183a700868d69424c5f5f","kind":"commit","published_at":"2025-06-02T10:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.5.1/manifests"},{"name":"git-client-v2.5.0","sha":"7926760758a6635d423d91288a11253bb663698c","kind":"commit","published_at":"2025-06-02T00:10:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.5.0/manifests"},{"name":"git-client-v2.4.0","sha":"81588478678c36e7465a90cfe56e4981c13729a9","kind":"commit","published_at":"2025-05-27T19:05:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.4.0/manifests"},{"name":"git-client-v2.3.0","sha":"abf8f2b4f11a8c4dcee54346fb39cee04c05242b","kind":"commit","published_at":"2025-05-23T19:01:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.3.0/manifests"},{"name":"conventional-changelog-v7.0.2","sha":"d42c917ee7b2732b9e4bc42bf70f6700ac028e1b","kind":"commit","published_at":"2025-05-22T20:08:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v7.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.2/manifests"},{"name":"conventional-changelog-v7.0.1","sha":"2dcae156d1dc9c40a2392c3dd9363449f3f59f75","kind":"commit","published_at":"2025-05-19T22:26:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.1/manifests"},{"name":"standard-changelog-v7.0.1","sha":"2dcae156d1dc9c40a2392c3dd9363449f3f59f75","kind":"commit","published_at":"2025-05-19T22:26:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v7.0.1/manifests"},{"name":"git-client-v2.2.0","sha":"2dcae156d1dc9c40a2392c3dd9363449f3f59f75","kind":"commit","published_at":"2025-05-19T22:26:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.2.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v9.0.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v9.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v9.0.0/manifests"},{"name":"conventional-changelog-writer-v8.1.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v8.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.1.0/manifests"},{"name":"conventional-recommended-bump-v11.1.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v11.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v11.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v11.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.1.0/manifests"},{"name":"git-client-v2.1.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.1.0/manifests"},{"name":"standard-changelog-v7.0.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v7.0.0/manifests"},{"name":"conventional-changelog-v7.0.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.0/manifests"},{"name":"conventional-commits-parser-v6.1.0","sha":"641a04473146d99189ec31d948202f8ef973da37","kind":"commit","published_at":"2025-01-15T16:19:55.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v6.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v11.0.0","sha":"3abb8c6494cd57fd52755d00669c10e4cc25a034","kind":"commit","published_at":"2025-01-15T16:19:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v11.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v11.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v11.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.0.0/manifests"},{"name":"conventional-changelog-writer-v8.0.1","sha":"fe3da2f131673200f695d6c9f34d8d0303042329","kind":"commit","published_at":"2025-01-15T16:14:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v8.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.1/manifests"},{"name":"git-client-v2.0.0","sha":"2ea0eec3e46bb9de9d57001d3aac074076e668a7","kind":"commit","published_at":"2025-01-15T16:13:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.0.0/manifests"},{"name":"conventional-changelog-core-v9.0.0","sha":"1ac3f1268140c999c669908085d0879b5d294c1a","kind":"commit","published_at":"2025-01-15T16:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v9.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v9.0.0/manifests"},{"name":"git-client-v1.0.1","sha":"d3b8aaa16337993bbad4d91db1ffac5a7568756b","kind":"commit","published_at":"2024-05-06T14:46:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1/manifests"},{"name":"conventional-changelog-v6.0.0","sha":"83bb15ba5de08f080884fc906c6db3c99c8b2131","kind":"commit","published_at":"2024-04-26T22:08:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0/manifests"},{"name":"conventional-changelog-core-v8.0.0","sha":"7bc92fc05e4447f311ad52b6e39d36f461eaf083","kind":"commit","published_at":"2024-04-26T22:07:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v8.0.0","sha":"3129c812139bf7454a64b4d506e6b85cd5abc77c","kind":"commit","published_at":"2024-04-26T22:06:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0/manifests"},{"name":"git-semver-tags-v8.0.0","sha":"fbd1b3bcd6253a32de89eb21145c2eb70d9396b6","kind":"commit","published_at":"2024-04-26T22:05:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v5.0.0","sha":"e34c96db3dbebedb17a6583aae8855dddd056f83","kind":"commit","published_at":"2024-04-26T22:04:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0/manifests"},{"name":"conventional-changelog-angular-v8.0.0","sha":"2aa6291a93eb881230e896f87a5232873b6a9717","kind":"commit","published_at":"2024-04-26T22:04:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0/manifests"},{"name":"conventional-changelog-jquery-v6.0.0","sha":"1c71cd6d4868ef2e158963e277609a9794806306","kind":"commit","published_at":"2024-04-26T22:03:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v8.0.0","sha":"533e36277d1779a5ac79a06210c603b5f88bc030","kind":"commit","published_at":"2024-04-26T22:00:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0/manifests"},{"name":"conventional-changelog-eslint-v6.0.0","sha":"c7459cd7d1e1ab82c9a5d552b008c02aba290cad","kind":"commit","published_at":"2024-04-26T21:59:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0/manifests"},{"name":"git-raw-commits-v5.0.0","sha":"f61ea377e843db0852c35911785895ec43481f11","kind":"commit","published_at":"2024-04-26T21:58:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0/manifests"},{"name":"conventional-changelog-codemirror-v5.0.0","sha":"77525286ffc8869a6ac351ebe28198842815cb7c","kind":"commit","published_at":"2024-04-26T21:57:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0/manifests"},{"name":"conventional-changelog-cli-v5.0.0","sha":"a75cef688b9a1557ca981178d4d35c18963160b6","kind":"commit","published_at":"2024-04-26T21:53:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0/manifests"},{"name":"conventional-changelog-express-v5.0.0","sha":"a6ab80d6e30091a8b743ee97a87e7400af1ebc53","kind":"commit","published_at":"2024-04-26T21:53:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v10.0.0","sha":"d7c409b02f1d58cf6f0293edcadbe5f00a78a622","kind":"commit","published_at":"2024-04-26T21:52:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v10.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v10.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v10.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0/manifests"},{"name":"conventional-changelog-atom-v5.0.0","sha":"3b2b9d0ec2382f73d9cf000a1004596f90ece916","kind":"commit","published_at":"2024-04-26T21:51:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0/manifests"},{"name":"conventional-changelog-jshint-v5.0.0","sha":"d7dae509e72b09d1496ae51f1f04c15581c828fc","kind":"commit","published_at":"2024-04-26T21:50:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0/manifests"},{"name":"conventional-changelog-ember-v5.0.0","sha":"2e99dfa49112ffe6c864dd0e436f0db1e696b1f9","kind":"commit","published_at":"2024-04-26T21:50:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0/manifests"},{"name":"conventional-commits-parser-v6.0.0","sha":"646e1be132ccd0f32e3074de2f511be5c610984f","kind":"commit","published_at":"2024-04-26T21:48:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0/manifests"},{"name":"conventional-commits-filter-v5.0.0","sha":"be4266b7ef7b84ba5c198dfa8c143229f8a5b128","kind":"commit","published_at":"2024-04-26T21:47:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0/manifests"},{"name":"standard-changelog-v6.0.0","sha":"3e9b9387f29e48a508b70b88f26b40a6db9fea16","kind":"commit","published_at":"2024-04-26T21:45:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v5.0.0","sha":"041a1a9b73b201add30494aed19d026b948bd8f1","kind":"commit","published_at":"2024-04-26T21:41:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0/manifests"},{"name":"git-client-v1.0.0","sha":"7e51fe970576503cae3ab94e6e9b3e01017b044d","kind":"commit","published_at":"2024-04-26T21:21:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0/manifests"},{"name":"git-semver-tags-v7.0.1","sha":"fac8045242099c016f5f3905e54e02b7d466bd7b","kind":"commit","published_at":"2023-09-10T23:53:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1/manifests"},{"name":"conventional-changelog-writer-v7.0.1","sha":"e3a643ad39ec3bc4cfb1dff2aa1101333df33dc3","kind":"commit","published_at":"2023-09-10T23:49:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1/manifests"},{"name":"conventional-changelog-v5.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0/manifests"},{"name":"conventional-changelog-cli-v4.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0/manifests"},{"name":"conventional-changelog-core-v7.0.0","sha":"2e467dd39a35c3813597711a37690897183b4abc","kind":"commit","published_at":"2023-09-08T22:03:37.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0/manifests"},{"name":"git-semver-tags-v7.0.0","sha":"a13f788bd505d8253a2d92413fc4a7780e11ec07","kind":"commit","published_at":"2023-09-08T21:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0/manifests"},{"name":"standard-changelog-v5.0.0","sha":"34569c7a3fd2b0362a461517a1f4e20e7eecd9fc","kind":"commit","published_at":"2023-09-08T21:55:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v9.0.0","sha":"ad633d9d81f66ef80d7f77832a264cb0c5b971ef","kind":"commit","published_at":"2023-09-08T21:50:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v9.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.2","sha":"50113f9b569259d991f1a734a192964ca71f0118","kind":"commit","published_at":"2023-09-08T21:41:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v7.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2/manifests"},{"name":"conventional-changelog-preset-loader-v4.1.0","sha":"a14d2186575f6061f236c9a47d803694b18f8373","kind":"commit","published_at":"2023-09-08T21:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader-v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.1","sha":"ca4324b0a690b2595f8b574882ff95329a2dc195","kind":"commit","published_at":"2023-08-27T19:11:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1/manifests"},{"name":"conventional-commits-filter-v4.0.0","sha":"26fc9ea274dc0c62442ec9d97b20a2ebb49138bf","kind":"commit","published_at":"2023-08-27T12:55:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0/manifests"},{"name":"standard-changelog-v4.0.0","sha":"5b788265774bf4b63d3c83a178ca53e8e7095903","kind":"commit","published_at":"2023-08-27T12:50:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-eslint-v5.0.0","sha":"679594c0716275771cc23b314e4362899fe72f87","kind":"commit","published_at":"2023-08-27T12:46:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0/manifests"},{"name":"git-semver-tags-v6.0.0","sha":"1c75c72d9b5d59e3ea4e914c58a85f7559f29602","kind":"commit","published_at":"2023-08-27T12:40:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0/manifests"},{"name":"conventional-recommended-bump-v8.0.0","sha":"624377a24e8e3658bcf2329a9a98f9a7b02a4cb3","kind":"commit","published_at":"2023-08-27T12:33:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0/manifests"},{"name":"conventional-changelog-writer-v7.0.0","sha":"d669bb67dc713cb1e4374e3216ed7d83cde743c5","kind":"commit","published_at":"2023-08-27T12:27:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0/manifests"},{"name":"conventional-changelog-codemirror-v4.0.0","sha":"933fd0b3dd355d648faf57241b796a714004c722","kind":"commit","published_at":"2023-08-27T12:23:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0/manifests"},{"name":"conventional-changelog-express-v4.0.0","sha":"c9e9ceb3a3727659bd117bab01cbc7642d588f06","kind":"commit","published_at":"2023-08-27T12:16:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0/manifests"},{"name":"conventional-changelog-ember-v4.0.0","sha":"5d7c16268f79b7f180e34e997fdb37373d714666","kind":"commit","published_at":"2023-08-27T12:11:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0/manifests"},{"name":"conventional-changelog-jquery-v5.0.0","sha":"d643efb1050dcdaecee626044315644ff9b9e43b","kind":"commit","published_at":"2023-08-27T12:07:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v4.0.0","sha":"636646dd9ae062e9652a7f9ccaf6c329e6e9f924","kind":"commit","published_at":"2023-08-27T12:03:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0/manifests"},{"name":"conventional-changelog-v5.0.0","sha":"7985de3edc9e655369651ad464cb39b791887dc7","kind":"commit","published_at":"2023-08-27T11:58:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.0","sha":"5f0fe40743d8f559ab94ed11bbb4b8bda6fa6dcb","kind":"commit","published_at":"2023-08-27T11:51:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0/manifests"},{"name":"conventional-changelog-angular-v7.0.0","sha":"6c7a2e1a8807988bcb1a9842f72d14be3b1a89e3","kind":"commit","published_at":"2023-08-27T11:46:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0/manifests"},{"name":"conventional-changelog-jshint-v4.0.0","sha":"0204a9a340d2c85411e8de8905bc74c6146e5618","kind":"commit","published_at":"2023-08-27T11:41:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0/manifests"},{"name":"conventional-changelog-atom-v4.0.0","sha":"ab9b2c10e098ec8837d141102549f3eef698364c","kind":"commit","published_at":"2023-08-27T11:36:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0/manifests"},{"name":"conventional-changelog-cli-v4.0.0","sha":"29df6c4597afad27b9cda06f58eb564bcca609c4","kind":"commit","published_at":"2023-08-27T11:21:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0/manifests"},{"name":"conventional-changelog-core-v6.0.0","sha":"45613bbc2d13c798732e4b2bd4b2fa9ea67157d6","kind":"commit","published_at":"2023-08-27T11:17:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v4.0.0","sha":"5a896e3ef3aa9e751fcc74d7c76fa21d6d526cb0","kind":"commit","published_at":"2023-08-27T11:08:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0/manifests"},{"name":"git-raw-commits-v4.0.0","sha":"878fc56b43bc617177bf47fd8643a3b8b86078e5","kind":"commit","published_at":"2023-08-27T11:01:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0/manifests"},{"name":"conventional-commits-parser-v5.0.0","sha":"299de5acbe55a7d19dcdd2adc34681eae7264abf","kind":"commit","published_at":"2023-08-26T17:50:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0/manifests"},{"name":"git-semver-tags-v5.0.1","sha":"87914a362866a380e98a29edf19b2173e0911d8a","kind":"commit","published_at":"2023-07-09T19:10:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1/manifests"},{"name":"conventional-changelog-writer-v6.0.1","sha":"c123edea220b450cfa26813b6f198c3e8ebbd2b4","kind":"commit","published_at":"2023-07-09T14:49:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v6.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.2","sha":"83773c5e1a8874ea9809ca9db1dff60b7df1daae","kind":"commit","published_at":"2023-06-28T17:43:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v5.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.1.0","sha":"2e5fe6d9574ba896fa90b5bfcb50fb73d28af6d6","kind":"commit","published_at":"2023-06-17T21:30:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v6.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v7.0.1","sha":"f251b6899e313a9b23f3c8deb8b8b57217040892","kind":"commit","published_at":"2023-06-06T23:24:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.1","sha":"5b458dff9edf766446449acd1bbb8027a1e39fa5","kind":"commit","published_at":"2023-06-06T23:17:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1/manifests"},{"name":"gulp-conventional-changelog-v3.0.0","sha":"8ef6232797e5bf7c80422221374c53c03d5df36d","kind":"commit","published_at":"2023-06-06T22:50:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0/manifests"},{"name":"standard-changelog-v3.0.0","sha":"ea65f017b42b914ece780fd2fc799a6946912ed8","kind":"commit","published_at":"2023-06-06T22:42:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0/manifests"},{"name":"conventional-changelog-cli-v3.0.0","sha":"f00f4549cee9406054b77057a8135183fcd89710","kind":"commit","published_at":"2023-06-06T22:29:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0/manifests"},{"name":"conventional-changelog-v4.0.0","sha":"1a240f91ed584ed43e7f9c82235ca60eff0f4fa5","kind":"commit","published_at":"2023-06-06T19:50:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-core-v5.0.0","sha":"8507f601486c8ff6806156c50091262dee13ec54","kind":"commit","published_at":"2023-06-06T19:23:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v7.0.0","sha":"e1662ca7a6c688d28a334282a5e863f52866f3e8","kind":"commit","published_at":"2023-06-06T18:39:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v3.0.0","sha":"5d80d155425147a0b045af09536e5962cbfff620","kind":"commit","published_at":"2023-06-06T15:08:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.0.0","sha":"a30fc7ae219cf871b46cbe9d2c76a9730b70e272","kind":"commit","published_at":"2023-06-06T14:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v6.0.0","sha":"aa5d46c7b13b7b31f78af4b3c31c087c39eea41d","kind":"commit","published_at":"2023-06-06T14:46:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0/manifests"},{"name":"conventional-commits-filter-v3.0.0","sha":"502a73fe41aebb7b563c5ca69521e0b1bab904df","kind":"commit","published_at":"2023-06-06T14:32:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0/manifests"},{"name":"conventional-commits-parser-v4.0.0","sha":"9f7fe891e75c64937c28baa39a6c795a01603ab7","kind":"commit","published_at":"2023-06-06T14:24:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0/manifests"},{"name":"git-raw-commits-v3.0.0","sha":"571f2d549f10744a12ab3bc5dc5e0b749cb72667","kind":"commit","published_at":"2023-06-06T14:16:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0/manifests"},{"name":"git-semver-tags-v5.0.0","sha":"445c796d04105d10dd62d07039bc6a7fc9f263a5","kind":"commit","published_at":"2023-06-06T13:51:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0/manifests"},{"name":"conventional-changelog-atom-v3.0.0","sha":"208787aa2f5db8de1c2d43c56d71e6dfb9510781","kind":"commit","published_at":"2023-06-06T13:43:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0/manifests"},{"name":"conventional-changelog-angular-v6.0.0","sha":"c4ebf98acc15f37154aae5de53a225e896c4a157","kind":"commit","published_at":"2023-06-06T13:36:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0/manifests"},{"name":"conventional-changelog-codemirror-v3.0.0","sha":"0772453bee083917a05b9696d063ee3dc69957f9","kind":"commit","published_at":"2023-06-06T13:25:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0/manifests"},{"name":"conventional-changelog-ember-v3.0.0","sha":"e473d0c8af7c0cf8a54f775556796f50f3e695c2","kind":"commit","published_at":"2023-06-06T13:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0/manifests"},{"name":"conventional-changelog-eslint-v4.0.0","sha":"b3b896bc5b9e3ed65dcfc08c57967a252f37cfd1","kind":"commit","published_at":"2023-06-06T12:56:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0/manifests"},{"name":"conventional-changelog-express-v3.0.0","sha":"5594385d1dd2490b0fb508a60b6f30e8be6616ce","kind":"commit","published_at":"2023-06-06T12:37:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0/manifests"},{"name":"conventional-changelog-jquery-v4.0.0","sha":"51a3015a907b2cea900114359c36ce0e9664b72d","kind":"commit","published_at":"2023-06-06T12:17:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0/manifests"},{"name":"conventional-changelog-jshint-v3.0.0","sha":"281e5f883476e90b75cae4373a67436c86e94f6a","kind":"commit","published_at":"2023-06-06T12:02:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v5.0.0","sha":"ba6df7cf62de5f448368bed4398f6ddf633d2cbd","kind":"commit","published_at":"2022-05-27T18:02:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0/manifests"},{"name":"conventional-changelog-writer-v5.0.1","sha":"21b73f974adc4490a318d9c892055655cb82c538","kind":"commit","published_at":"2021-12-29T21:36:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.3","sha":"02757d342290bcf51a49d49e5e72f5eae6c6f6da","kind":"commit","published_at":"2021-12-29T19:52:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v4.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3/manifests"},{"name":"conventional-commits-parser-v3.2.4","sha":"1d0f62d4ac4911ef0d912d5401f783b152cee624","kind":"commit","published_at":"2021-12-29T19:46:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v3.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4/manifests"},{"name":"git-raw-commits-v2.0.11","sha":"95384dbd105ffe4f86bbc6ccad3e5405a1cbfe04","kind":"commit","published_at":"2021-12-29T19:39:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v2.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.2","sha":"1827696185192a8dd258ea7c3370090238b0fb76","kind":"commit","published_at":"2021-12-25T18:06:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v4.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2/manifests"},{"name":"conventional-changelog-cli-v2.2.2","sha":"8ce6a7bbd3fae87aa9d56fca68c2e16fbb2cace5","kind":"commit","published_at":"2021-12-25T17:22:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2/manifests"},{"name":"conventional-changelog-v3.1.25","sha":"8e9c3d76aaffd7fe67a78270b3ad9b881e953e7e","kind":"commit","published_at":"2021-12-24T18:50:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v3.1.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25/manifests"},{"name":"conventional-commits-parser-v3.2.3","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v3.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3/manifests"},{"name":"conventional-changelog-cli-v2.2.1","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.1","sha":"c35708d56a55e31b750aec1f745e5be52f0a75f2","kind":"commit","published_at":"2021-09-09T19:06:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v4.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1/manifests"},{"name":"conventional-commits-parser-v3.2.2","sha":"1bae48ff85eff0736ea6691b7214f3fc9c026256","kind":"commit","published_at":"2021-09-09T14:45:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v3.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2/manifests"},{"name":"conventional-changelog-core-v4.2.4","sha":"02fbc2d42d0faf53d4b7a2b0525626088a6ac8ba","kind":"commit","published_at":"2021-09-09T14:37:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v4.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4/manifests"},{"name":"conventional-changelog-angular-v5.0.13","sha":"e30343b4676d26b416080294dc74ebba001c0716","kind":"commit","published_at":"2021-09-09T14:31:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v5.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular-v5.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13/manifests"},{"name":"conventional-changelog-core-v4.2.3","sha":"318b555b6ef3aebdb5a8d4c7c734fd7234712dd3","kind":"commit","published_at":"2021-07-03T00:24:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v4.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.0","sha":"537c37d7801872c3e57e4200c64154a4d2ea042a","kind":"commit","published_at":"2021-04-30T00:15:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v4.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0/manifests"},{"name":"conventional-commits-parser-v3.2.1","sha":"758dda2937b6784f0cc6a535286862fcf95b6f06","kind":"commit","published_at":"2021-02-15T21:32:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1/manifests"},{"name":"git-raw-commits-v2.0.10","sha":"ffecaccb6e117afae9f68f1d48ff9a69554da950","kind":"commit","published_at":"2021-01-27T16:36:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v2.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10/manifests"},{"name":"conventional-changelog-writer-v5.0.0","sha":"61ef6491add84b841e1797baf09f62bbdd90dcd4","kind":"commit","published_at":"2020-12-30T22:40:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v6.1.0","sha":"3b0fb22b0bb49137b9ecddaeb349f66025205c57","kind":"commit","published_at":"2020-12-30T16:58:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v6.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0/manifests"},{"name":"conventional-changelog-core-v4.2.2","sha":"317eeb3137caff69bcc9a67fce3dc67663a010db","kind":"commit","published_at":"2020-12-30T00:53:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v4.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2/manifests"},{"name":"conventional-recommended-bump-v6.0.12","sha":"90ecc5d93bfd7626857eda5d240f92393d896be0","kind":"commit","published_at":"2020-12-30T00:43:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v6.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12/manifests"},{"name":"git-raw-commits-v2.0.9","sha":"227f3e23af86912c0cd64fdb1a820ac92e5757c5","kind":"commit","published_at":"2020-12-29T23:59:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v2.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9/manifests"},{"name":"conventional-changelog-writer-v4.1.0","sha":"77725cfb12ca3ca22abb9421b4af012a49207e7a","kind":"commit","published_at":"2020-12-29T23:41:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0/manifests"},{"name":"conventional-commits-filter@2.0.7","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7/manifests"},{"name":"standard-changelog@2.0.27","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27/manifests"},{"name":"gulp-conventional-changelog@2.0.35","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35/manifests"},{"name":"git-semver-tags@4.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%404.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1/manifests"},{"name":"git-raw-commits@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8/manifests"},{"name":"conventional-recommended-bump@6.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11/manifests"},{"name":"conventional-commits-parser@3.2.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0/manifests"},{"name":"conventional-changelog-writer@4.0.18","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18/manifests"},{"name":"conventional-changelog-jshint@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9/manifests"},{"name":"conventional-changelog-jquery@3.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11/manifests"},{"name":"conventional-changelog-express@2.0.6","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9/manifests"},{"name":"conventional-changelog-ember@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9/manifests"},{"name":"conventional-changelog-core@4.2.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.5.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1/manifests"},{"name":"conventional-changelog-atom@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8/manifests"},{"name":"conventional-changelog-angular@5.0.12","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12/manifests"},{"name":"conventional-changelog@3.1.24","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24/manifests"},{"name":"conventional-changelog-v3.1.24","sha":"f8fcbc2e8b0834c29178ace6382b438a020ad828","kind":"commit","published_at":"2020-10-25T02:45:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v3.1.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24/manifests"},{"name":"conventional-changelog-conventionalcommits@4.4.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0/manifests"},{"name":"conventional-changelog-core@4.2.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0/manifests"},{"name":"conventional-changelog@3.1.23","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23/manifests"},{"name":"conventional-changelog-cli@2.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0/manifests"},{"name":"git-semver-tags@4.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%404.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0/manifests"},{"name":"gulp-conventional-changelog@2.0.34","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34/manifests"},{"name":"standard-changelog@2.0.26","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26/manifests"},{"name":"conventional-recommended-bump@6.0.10","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10/manifests"},{"name":"conventional-changelog-core@4.1.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8/manifests"},{"name":"standard-changelog@2.0.25","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25/manifests"},{"name":"gulp-conventional-changelog@2.0.33","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33/manifests"},{"name":"conventional-changelog-writer@4.0.17","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17/manifests"},{"name":"conventional-changelog-jshint@2.0.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.1","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1/manifests"},{"name":"conventional-changelog-cli@2.0.35","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35/manifests"},{"name":"conventional-changelog-angular@5.0.11","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11/manifests"},{"name":"conventional-changelog@3.1.22","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22/manifests"},{"name":"standard-changelog@2.0.24","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24/manifests"},{"name":"gulp-conventional-changelog@2.0.32","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32/manifests"},{"name":"conventional-changelog-writer@4.0.16","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16/manifests"},{"name":"conventional-changelog-core@4.1.7","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7/manifests"},{"name":"conventional-changelog-cli@2.0.34","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34/manifests"},{"name":"conventional-changelog@3.1.21","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0/manifests"},{"name":"conventional-changelog@3.1.20","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20/manifests"},{"name":"conventional-changelog-cli@2.0.33","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33/manifests"},{"name":"conventional-changelog-atom@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7/manifests"},{"name":"conventional-changelog-eslint@3.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8/manifests"},{"name":"conventional-changelog-express@2.0.5","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10/manifests"},{"name":"conventional-changelog-jshint@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7/manifests"},{"name":"conventional-changelog-preset-loader@2.3.4","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4/manifests"},{"name":"conventional-changelog-writer@4.0.15","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15/manifests"},{"name":"conventional-commits-filter@2.0.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6/manifests"},{"name":"conventional-commits-parser@3.1.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.9","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9/manifests"},{"name":"git-raw-commits@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7/manifests"},{"name":"git-semver-tags@4.0.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.31","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31/manifests"},{"name":"standard-changelog@2.0.23","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23/manifests"},{"name":"conventional-changelog-angular@5.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10/manifests"},{"name":"conventional-changelog-core@4.1.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6/manifests"},{"name":"conventional-changelog-codemirror@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7/manifests"},{"name":"conventional-changelog-ember@2.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8/manifests"},{"name":"conventional-changelog-preset-loader-v2.3.2","sha":"9f6c56cb960a5043823cfb85b9843991201cbb51","kind":"commit","published_at":"2020-05-08T19:21:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v2.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader-v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2/manifests"},{"name":"conventional-changelog-cli@2.0.32","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32/manifests"},{"name":"conventional-changelog-core@4.1.5","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5/manifests"},{"name":"gulp-conventional-changelog@2.0.30","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30/manifests"},{"name":"standard-changelog@2.0.22","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22/manifests"},{"name":"conventional-changelog@3.1.19","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19/manifests"},{"name":"conventional-changelog@3.1.18","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18/manifests"},{"name":"conventional-changelog-core@4.1.4","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.29","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29/manifests"},{"name":"standard-changelog@2.0.21","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21/manifests"},{"name":"conventional-changelog-cli@2.0.31","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31/manifests"},{"name":"conventional-changelog-cli@2.0.30","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30/manifests"},{"name":"conventional-changelog-core@4.1.3","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3/manifests"},{"name":"conventional-changelog@3.1.17","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17/manifests"},{"name":"standard-changelog@2.0.20","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20/manifests"},{"name":"gulp-conventional-changelog@2.0.28","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28/manifests"},{"name":"conventional-changelog-core@4.1.2","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2/manifests"},{"name":"standard-changelog@2.0.19","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19/manifests"},{"name":"gulp-conventional-changelog@2.0.27","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27/manifests"},{"name":"conventional-changelog-cli@2.0.29","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29/manifests"},{"name":"conventional-changelog@3.1.16","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16/manifests"},{"name":"standard-changelog@2.0.18","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18/manifests"},{"name":"gulp-conventional-changelog@2.0.26","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26/manifests"},{"name":"git-semver-tags@3.0.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1/manifests"},{"name":"git-raw-commits@2.0.3","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3/manifests"},{"name":"conventional-changelog@3.1.15","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15/manifests"},{"name":"conventional-recommended-bump@6.0.5","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5/manifests"},{"name":"conventional-commits-parser@3.0.8","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.11","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11/manifests"},{"name":"conventional-changelog-core@4.1.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.28","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28/manifests"},{"name":"conventional-changelog-core@4.1.0","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0/manifests"},{"name":"conventional-changelog@3.1.14","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14/manifests"},{"name":"conventional-changelog-angular@5.0.6","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6/manifests"},{"name":"conventional-changelog-cli@2.0.27","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.3","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3/manifests"},{"name":"conventional-commits-parser@3.0.7","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7/manifests"},{"name":"conventional-recommended-bump@6.0.4","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.25","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25/manifests"},{"name":"standard-changelog@2.0.17","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17/manifests"},{"name":"conventional-changelog@3.1.13","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13/manifests"},{"name":"standard-changelog@2.0.16","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16/manifests"},{"name":"gulp-conventional-changelog@2.0.24","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24/manifests"},{"name":"conventional-recommended-bump@6.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3/manifests"},{"name":"conventional-commits-parser@3.0.6","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6/manifests"},{"name":"conventional-changelog-writer@4.0.10","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10/manifests"},{"name":"conventional-changelog-preset-loader@2.3.0","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0/manifests"},{"name":"conventional-changelog-core@4.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.2","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2/manifests"},{"name":"conventional-changelog-cli@2.0.26","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26/manifests"},{"name":"conventional-changelog-core@4.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2/manifests"},{"name":"standard-changelog@2.0.15","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15/manifests"},{"name":"gulp-conventional-changelog@2.0.23","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23/manifests"},{"name":"conventional-recommended-bump@6.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2/manifests"},{"name":"conventional-commits-parser@3.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5/manifests"},{"name":"conventional-changelog-writer@4.0.9","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9/manifests"},{"name":"conventional-changelog-jshint@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.6","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4/manifests"},{"name":"conventional-changelog-ember@2.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.1","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1/manifests"},{"name":"conventional-changelog-codemirror@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.25","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25/manifests"},{"name":"conventional-changelog-atom@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5/manifests"},{"name":"conventional-changelog@3.1.12","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12/manifests"},{"name":"conventional-commits-parser@3.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4/manifests"},{"name":"conventional-changelog-atom@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.24","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24/manifests"},{"name":"conventional-changelog-codemirror@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.0","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0/manifests"},{"name":"conventional-changelog-core@4.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3/manifests"},{"name":"conventional-changelog-eslint@3.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.5","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5/manifests"},{"name":"conventional-changelog-jshint@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2/manifests"},{"name":"conventional-changelog-writer@4.0.8","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8/manifests"},{"name":"standard-changelog@2.0.14","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14/manifests"},{"name":"gulp-conventional-changelog@2.0.22","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22/manifests"},{"name":"conventional-recommended-bump@6.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1/manifests"},{"name":"conventional-changelog@3.1.11","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11/manifests"},{"name":"conventional-changelog-angular@5.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4/manifests"},{"name":"conventional-changelog@3.1.10","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10/manifests"},{"name":"conventional-changelog-cli@2.0.23","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23/manifests"},{"name":"conventional-changelog-conventionalcommits@4.1.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0/manifests"},{"name":"git-semver-tags@3.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.21","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21/manifests"},{"name":"standard-changelog@2.0.13","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13/manifests"},{"name":"conventional-changelog-core@4.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.2.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0/manifests"},{"name":"conventional-changelog-writer@4.0.7","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7/manifests"},{"name":"conventional-recommended-bump@6.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0/manifests"},{"name":"conventional-changelog-core@3.2.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3/manifests"},{"name":"conventional-changelog@3.1.9","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9/manifests"},{"name":"conventional-changelog-cli@2.0.22","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22/manifests"},{"name":"standard-changelog@2.0.12","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.20","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20/manifests"},{"name":"git-semver-tags@2.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3/manifests"},{"name":"conventional-recommended-bump@5.0.1","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%405.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1/manifests"},{"name":"conventional-commits-parser@3.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.6","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6/manifests"},{"name":"conventional-changelog-conventionalcommits@4.0.0","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.21","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21/manifests"},{"name":"conventional-changelog@3.1.8","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8/manifests"},{"name":"gulp-conventional-changelog@2.0.19","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19/manifests"},{"name":"standard-changelog@2.0.11","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.2","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2/manifests"},{"name":"conventional-changelog@3.1.7","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7/manifests"},{"name":"gulp-conventional-changelog@2.0.18","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18/manifests"},{"name":"conventional-changelog-cli@2.0.20","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.1","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.17","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17/manifests"},{"name":"conventional-recommended-bump@5.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%405.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.19","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19/manifests"},{"name":"conventional-changelog@3.1.6","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6/manifests"},{"name":"conventional-changelog-conventionalcommits@2.0.0","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.16","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.18","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18/manifests"},{"name":"conventional-changelog@3.1.5","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.2","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2/manifests"},{"name":"conventional-changelog@3.1.4","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4/manifests"},{"name":"conventional-changelog-cli@2.0.17","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17/manifests"},{"name":"gulp-conventional-changelog@2.0.15","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15/manifests"},{"name":"conventional-changelog-core@3.2.2","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2/manifests"},{"name":"standard-changelog@2.0.10","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10/manifests"},{"name":"conventional-changelog-writer@4.0.5","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5/manifests"},{"name":"conventional-changelog@3.1.3","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3/manifests"},{"name":"gulp-conventional-changelog@2.0.14","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14/manifests"},{"name":"conventional-changelog-cli@2.0.16","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16/manifests"},{"name":"standard-changelog@2.0.9","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.1.2","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.15","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15/manifests"},{"name":"conventional-changelog-core@3.2.1","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1/manifests"},{"name":"gulp-conventional-changelog@2.0.13","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1/manifests"},{"name":"conventional-recommended-bump@4.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1/manifests"},{"name":"gulp-conventional-changelog@2.0.12","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12/manifests"},{"name":"conventional-changelog@3.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.14","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14/manifests"},{"name":"conventional-changelog-preset-loader@2.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1/manifests"},{"name":"conventional-changelog-core@3.2.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0/manifests"},{"name":"conventional-changelog-preset-loader@2.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0/manifests"},{"name":"conventional-changelog-writer@4.0.4","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4/manifests"},{"name":"conventional-commits-filter@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2/manifests"},{"name":"conventional-commits-parser@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2/manifests"},{"name":"conventional-recommended-bump@4.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0/manifests"},{"name":"git-raw-commits@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.11","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11/manifests"},{"name":"standard-changelog@2.0.8","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8/manifests"},{"name":"conventional-changelog@3.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0/manifests"},{"name":"conventional-changelog-cli@2.0.13","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0/manifests"},{"name":"conventional-changelog-eslint@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2/manifests"},{"name":"standard-changelog@2.0.7","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7/manifests"},{"name":"conventional-changelog-angular@5.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.12","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12/manifests"},{"name":"conventional-changelog-core@3.1.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6/manifests"},{"name":"conventional-changelog-writer@4.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.10","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10/manifests"},{"name":"conventional-changelog@3.0.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6/manifests"},{"name":"conventional-recommended-bump@4.0.4","sha":"da729f68f9dc581623deb587c705ef65d189a9f4","kind":"tag","published_at":"2018-11-01T06:56:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4/manifests"},{"name":"standard-changelog@2.0.6","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6/manifests"},{"name":"gulp-conventional-changelog@2.0.9","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.0.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5/manifests"},{"name":"conventional-changelog-writer@4.0.2","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.11","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11/manifests"},{"name":"conventional-changelog-core@3.1.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5/manifests"},{"name":"conventional-changelog@3.0.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4/manifests"},{"name":"conventional-recommended-bump@4.0.3","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3/manifests"},{"name":"git-semver-tags@2.0.2","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.8","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8/manifests"},{"name":"standard-changelog@2.0.5","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.10","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10/manifests"},{"name":"conventional-changelog-core@3.1.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.7","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7/manifests"},{"name":"standard-changelog@2.0.4","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4/manifests"},{"name":"conventional-changelog-cli@2.0.9","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9/manifests"},{"name":"conventional-changelog@3.0.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3/manifests"},{"name":"conventional-changelog-core@3.1.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.8","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8/manifests"},{"name":"conventional-changelog@3.0.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2/manifests"},{"name":"conventional-changelog-core@3.1.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2/manifests"},{"name":"standard-changelog@2.0.3","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.6","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6/manifests"},{"name":"conventional-changelog@3.0.1","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.5","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.7","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7/manifests"},{"name":"conventional-changelog-express@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1/manifests"},{"name":"git-raw-commits@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4/manifests"},{"name":"git-semver-tags@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1/manifests"},{"name":"conventional-changelog-core@3.1.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1/manifests"},{"name":"conventional-changelog-eslint@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1/manifests"},{"name":"conventional-changelog@3.0.0","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0/manifests"},{"name":"conventional-changelog-jquery@3.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4/manifests"},{"name":"conventional-changelog-jshint@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1/manifests"},{"name":"conventional-changelog-preset-loader@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2/manifests"},{"name":"conventional-changelog-writer@4.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2/manifests"},{"name":"standard-changelog@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2/manifests"},{"name":"conventional-commits-filter@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1/manifests"},{"name":"conventional-commits-parser@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2/manifests"},{"name":"conventional-changelog-atom@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.6","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1/manifests"},{"name":"conventional-changelog-jquery@3.0.3","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.5","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.4","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.2","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1/manifests"},{"name":"conventional-changelog-core@3.1.0","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0/manifests"},{"name":"conventional-changelog-ember@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1/manifests"},{"name":"standard-changelog@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2/manifests"},{"name":"conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1/manifests"},{"name":"conventional-changelog-angular@5.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0/manifests"},{"name":"conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1/manifests"},{"name":"conventional-changelog-codemirror@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0/manifests"},{"name":"conventional-changelog-ember@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-atom@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0/manifests"},{"name":"conventional-changelog-eslint@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0/manifests"},{"name":"conventional-changelog-express@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0/manifests"},{"name":"conventional-changelog-jquery@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0/manifests"},{"name":"conventional-changelog-jshint@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0/manifests"},{"name":"conventional-recommended-bump@4.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1/manifests"},{"name":"conventional-changelog-angular@4.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%404.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1/manifests"},{"name":"conventional-changelog-eslint@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0/manifests"},{"name":"standard-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0/manifests"},{"name":"git-semver-tags@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0/manifests"},{"name":"git-raw-commits@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0/manifests"},{"name":"conventional-recommended-bump@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0/manifests"},{"name":"conventional-commits-parser@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0/manifests"},{"name":"conventional-commits-filter@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0/manifests"},{"name":"conventional-changelog-jshint@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0/manifests"},{"name":"conventional-changelog-express@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0/manifests"},{"name":"conventional-changelog-ember@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0/manifests"},{"name":"conventional-changelog-core@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0/manifests"},{"name":"conventional-changelog-codemirror@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0/manifests"},{"name":"conventional-changelog-atom@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0/manifests"},{"name":"conventional-changelog-angular@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0/manifests"},{"name":"conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.22","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22/manifests"},{"name":"conventional-changelog-ember@0.3.12","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12/manifests"},{"name":"conventional-changelog-jquery@1.3.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9/manifests"},{"name":"conventional-recommended-bump@2.0.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9/manifests"},{"name":"gulp-conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-angular@3.0.7","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7/manifests"},{"name":"standard-changelog@1.0.19","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19/manifests"},{"name":"conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-core@2.0.11","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11/manifests"},{"name":"conventional-changelog-angular@3.0.6","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6/manifests"},{"name":"conventional-changelog-atom@0.2.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8/manifests"},{"name":"conventional-changelog-jshint@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8/manifests"},{"name":"gulp-conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-writer@3.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9/manifests"},{"name":"conventional-changelog-cli@1.3.21","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21/manifests"},{"name":"standard-changelog@1.0.18","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18/manifests"},{"name":"conventional-changelog-codemirror@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8/manifests"},{"name":"conventional-changelog-core@2.0.10","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10/manifests"},{"name":"conventional-changelog-ember@0.3.11","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11/manifests"},{"name":"conventional-changelog-eslint@1.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9/manifests"},{"name":"conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-jquery@1.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8/manifests"},{"name":"conventional-changelog-writer@3.0.8","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.10","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10/manifests"},{"name":"conventional-changelog-core@2.0.9","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9/manifests"},{"name":"conventional-changelog-cli@1.3.20","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20/manifests"},{"name":"conventional-changelog-angular@3.0.5","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5/manifests"},{"name":"conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22/manifests"},{"name":"standard-changelog@1.0.17","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17/manifests"},{"name":"gulp-conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-jshint@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7/manifests"},{"name":"conventional-changelog-preset-loader@1.1.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8/manifests"},{"name":"conventional-changelog-angular@3.0.4","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4/manifests"},{"name":"conventional-commits-parser@2.1.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7/manifests"},{"name":"standard-changelog@1.0.16","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16/manifests"},{"name":"conventional-changelog-core@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8/manifests"},{"name":"conventional-changelog-writer@3.0.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7/manifests"},{"name":"gulp-conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-cli@1.3.19","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19/manifests"},{"name":"git-semver-tags@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6/manifests"},{"name":"git-raw-commits@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6/manifests"},{"name":"conventional-recommended-bump@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.9","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9/manifests"},{"name":"conventional-changelog-atom@0.2.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7/manifests"},{"name":"conventional-changelog-eslint@1.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8/manifests"},{"name":"conventional-changelog-express@0.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6/manifests"},{"name":"conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-jquery@1.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7/manifests"},{"name":"conventional-changelog-codemirror@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7/manifests"},{"name":"conventional-changelog-jquery@1.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6/manifests"},{"name":"conventional-changelog-angular@3.0.3","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3/manifests"},{"name":"conventional-changelog-atom@0.2.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6/manifests"},{"name":"conventional-changelog-cli@1.3.18","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18/manifests"},{"name":"conventional-changelog-codemirror@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6/manifests"},{"name":"conventional-changelog-core@2.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7/manifests"},{"name":"conventional-changelog-ember@0.3.8","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8/manifests"},{"name":"conventional-changelog-eslint@1.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7/manifests"},{"name":"conventional-changelog-jshint@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6/manifests"},{"name":"conventional-changelog-writer@3.0.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6/manifests"},{"name":"standard-changelog@1.0.15","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15/manifests"},{"name":"gulp-conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-angular@3.0.2","sha":"1cc079df803f58b52c8aa997fff43e9c162266e7","kind":"tag","published_at":"2018-03-22T14:14:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2/manifests"},{"name":"conventional-changelog-jshint@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5/manifests"},{"name":"standard-changelog@1.0.14","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14/manifests"},{"name":"gulp-conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19/manifests"},{"name":"git-semver-tags@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5/manifests"},{"name":"git-raw-commits@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7/manifests"},{"name":"conventional-commits-parser@2.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6/manifests"},{"name":"conventional-commits-filter@1.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5/manifests"},{"name":"conventional-changelog-preset-loader@1.1.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7/manifests"},{"name":"conventional-changelog-jquery@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5/manifests"},{"name":"conventional-changelog-express@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6/manifests"},{"name":"conventional-changelog-ember@0.3.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7/manifests"},{"name":"conventional-changelog-core@2.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5/manifests"},{"name":"conventional-changelog-cli@1.3.17","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17/manifests"},{"name":"conventional-changelog-atom@0.2.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5/manifests"},{"name":"conventional-changelog-angular@3.0.1","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1/manifests"},{"name":"conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19/manifests"},{"name":"conventional-changelog-angular@3.0.0","sha":"49997aaba373502e5b38bd366846934641e95799","kind":"tag","published_at":"2018-03-22T13:45:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0/manifests"},{"name":"conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-cli@1.3.16","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16/manifests"},{"name":"conventional-changelog-eslint@1.0.5","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5/manifests"},{"name":"gulp-conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18/manifests"},{"name":"conventional-commits-parser@2.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5/manifests"},{"name":"conventional-commits-filter@1.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5/manifests"},{"name":"conventional-changelog-writer@3.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6/manifests"},{"name":"conventional-changelog-jshint@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4/manifests"},{"name":"conventional-changelog-jquery@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4/manifests"},{"name":"conventional-changelog-express@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4/manifests"},{"name":"standard-changelog@1.0.13","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13/manifests"},{"name":"conventional-changelog-ember@0.3.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4/manifests"},{"name":"gulp-conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17/manifests"},{"name":"git-semver-tags@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4/manifests"},{"name":"git-raw-commits@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4/manifests"},{"name":"conventional-recommended-bump@2.0.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6/manifests"},{"name":"conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17/manifests"},{"name":"conventional-changelog-angular@1.6.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6/manifests"},{"name":"conventional-changelog-atom@0.2.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4/manifests"},{"name":"conventional-changelog-cli@1.3.15","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15/manifests"},{"name":"conventional-changelog-codemirror@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5/manifests"},{"name":"conventional-changelog-core@2.0.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4/manifests"},{"name":"conventional-changelog-ember@0.3.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5/manifests"},{"name":"conventional-changelog-eslint@1.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3/manifests"},{"name":"git-raw-commits@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3/manifests"},{"name":"conventional-changelog-atom@0.2.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3/manifests"},{"name":"conventional-changelog-jshint@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3/manifests"},{"name":"conventional-changelog-angular@1.6.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5/manifests"},{"name":"conventional-changelog-jquery@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5/manifests"},{"name":"conventional-changelog-cli@1.3.14","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14/manifests"},{"name":"conventional-changelog-writer@3.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3/manifests"},{"name":"conventional-changelog-codemirror@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3/manifests"},{"name":"conventional-commits-filter@1.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4/manifests"},{"name":"conventional-commits-parser@2.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4/manifests"},{"name":"git-semver-tags@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3/manifests"},{"name":"gulp-conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16/manifests"},{"name":"standard-changelog@1.0.12","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12/manifests"},{"name":"conventional-changelog-express@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3/manifests"},{"name":"conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15/manifests"},{"name":"gulp-conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15/manifests"},{"name":"conventional-changelog-cli@1.3.13","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13/manifests"},{"name":"conventional-recommended-bump@2.0.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4/manifests"},{"name":"gulp-conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14/manifests"},{"name":"git-semver-tags@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2/manifests"},{"name":"git-raw-commits@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2/manifests"},{"name":"conventional-recommended-bump@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3/manifests"},{"name":"standard-changelog@1.0.11","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11/manifests"},{"name":"conventional-changelog-writer@3.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2/manifests"},{"name":"conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14/manifests"},{"name":"conventional-changelog-angular@1.6.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4/manifests"},{"name":"conventional-changelog-atom@0.2.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2/manifests"},{"name":"conventional-changelog-cli@1.3.12","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12/manifests"},{"name":"conventional-changelog-codemirror@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2/manifests"},{"name":"conventional-changelog-core@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.3.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4/manifests"},{"name":"conventional-changelog-eslint@1.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2/manifests"},{"name":"conventional-changelog-express@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2/manifests"},{"name":"conventional-changelog-jquery@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2/manifests"},{"name":"conventional-changelog-jshint@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2/manifests"},{"name":"conventional-commits-filter@1.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3/manifests"},{"name":"conventional-commits-parser@2.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3/manifests"},{"name":"gulp-conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13/manifests"},{"name":"git-semver-tags@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1/manifests"},{"name":"git-raw-commits@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1/manifests"},{"name":"conventional-recommended-bump@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2/manifests"},{"name":"conventional-commits-parser@2.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2/manifests"},{"name":"conventional-commits-filter@1.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2/manifests"},{"name":"conventional-changelog-writer@3.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1/manifests"},{"name":"conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13/manifests"},{"name":"standard-changelog@1.0.10","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10/manifests"},{"name":"conventional-changelog-jquery@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1/manifests"},{"name":"conventional-changelog-express@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1/manifests"},{"name":"conventional-changelog-ember@0.3.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2/manifests"},{"name":"conventional-changelog-codemirror@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1/manifests"},{"name":"conventional-changelog-cli@1.3.11","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11/manifests"},{"name":"conventional-changelog-atom@0.2.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1/manifests"},{"name":"conventional-changelog-angular@1.6.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3/manifests"},{"name":"conventional-changelog-jshint@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1/manifests"},{"name":"gulp-conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12/manifests"},{"name":"conventional-changelog-cli@1.3.10","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10/manifests"},{"name":"conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12/manifests"},{"name":"conventional-recommended-bump@2.0.1","sha":"a4f0aa902d3e966fe6d6b1d46f2130838524cfbf","kind":"tag","published_at":"2018-02-12T14:54:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1/manifests"},{"name":"conventional-recommended-bump@2.0.0","sha":"9885d205ed96338575335652d006f475408e1195","kind":"tag","published_at":"2018-02-12T14:30:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0/manifests"},{"name":"conventional-changelog-preset-loader@1.1.2","sha":"a450d974237d440009ec3fb4c63974cf066e8f79","kind":"tag","published_at":"2018-02-12T04:07:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.1","sha":"5af1f00dcc4e1f9c3299bc7feb322a88b711f042","kind":"tag","published_at":"2018-02-09T04:17:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.0","sha":"c3eb36dbc52f383df6f3dcf3a3870b01ceee0b8b","kind":"tag","published_at":"2018-02-08T14:46:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0/manifests"},{"name":"conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11/manifests"},{"name":"standard-changelog@1.0.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9/manifests"},{"name":"gulp-conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11/manifests"},{"name":"conventional-recommended-bump@1.2.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1/manifests"},{"name":"conventional-commits-parser@2.1.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1/manifests"},{"name":"conventional-changelog-ember@0.3.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2/manifests"},{"name":"conventional-changelog-core@2.0.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1/manifests"},{"name":"conventional-changelog-cli@1.3.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9/manifests"},{"name":"conventional-changelog-angular@1.6.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2/manifests"},{"name":"conventional-changelog-cli@1.3.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8/manifests"},{"name":"conventional-changelog-core@2.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0/manifests"},{"name":"conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10/manifests"},{"name":"conventional-changelog-angular@1.6.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1/manifests"},{"name":"conventional-recommended-bump@1.2.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0/manifests"},{"name":"git-semver-tags@1.3.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0/manifests"},{"name":"gulp-conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10/manifests"},{"name":"standard-changelog@1.0.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0/manifests"},{"name":"conventional-changelog-writer@3.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0/manifests"},{"name":"conventional-changelog-atom@0.2.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0/manifests"},{"name":"conventional-changelog-codemirror@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0/manifests"},{"name":"conventional-changelog-cli@1.3.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7/manifests"},{"name":"conventional-changelog-core@1.9.5","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5/manifests"},{"name":"conventional-changelog-ember@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0/manifests"},{"name":"conventional-changelog-eslint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0/manifests"},{"name":"conventional-changelog-express@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0/manifests"},{"name":"conventional-changelog-jquery@1.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0/manifests"},{"name":"conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9/manifests"},{"name":"gulp-conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-jshint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0/manifests"},{"name":"standard-changelog@1.0.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7/manifests"},{"name":"conventional-changelog-angular@1.6.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0/manifests"},{"name":"conventional-commits-parser@2.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0/manifests"},{"name":"conventional-changelog-writer@2.0.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.2.10","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10/manifests"},{"name":"conventional-changelog-core@1.9.4","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4/manifests"},{"name":"conventional-changelog-cli@1.3.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6/manifests"},{"name":"conventional-changelog-angular@1.5.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3/manifests"},{"name":"conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8/manifests"},{"name":"conventional-recommended-bump@1.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0/manifests"},{"name":"gulp-conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8/manifests"},{"name":"standard-changelog@1.0.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6/manifests"},{"name":"conventional-commits-filter@1.1.1","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1/manifests"},{"name":"conventional-changelog-angular@1.5.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2/manifests"},{"name":"conventional-changelog-core@1.9.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3/manifests"},{"name":"conventional-changelog-ember@0.2.9","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9/manifests"},{"name":"conventional-changelog-eslint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%400.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1/manifests"},{"name":"conventional-changelog-express@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1/manifests"},{"name":"conventional-changelog-jquery@1.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1/manifests"},{"name":"conventional-changelog-jshint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1/manifests"},{"name":"conventional-changelog-writer@2.0.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2/manifests"},{"name":"conventional-commits-filter@1.1.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0/manifests"},{"name":"conventional-commits-parser@2.0.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1/manifests"},{"name":"conventional-recommended-bump@1.0.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3/manifests"},{"name":"git-raw-commits@1.3.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0/manifests"},{"name":"git-semver-tags@1.2.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3/manifests"},{"name":"gulp-conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7/manifests"},{"name":"standard-changelog@1.0.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5/manifests"},{"name":"conventional-changelog-codemirror@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1/manifests"},{"name":"conventional-changelog-cli@1.3.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5/manifests"},{"name":"conventional-changelog-atom@0.1.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2/manifests"},{"name":"conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7/manifests"},{"name":"@marionebl/conventional-commits-parser@3.0.0","sha":"edf4068ce4c3ea6ac5b61323473ab655be5eb895","kind":"tag","published_at":"2017-11-01T07:09:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/@marionebl/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/@marionebl/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@%40marionebl%2Fconventional-commits-parser%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2/manifests"},{"name":"git-semver-tags@1.2.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2/manifests"},{"name":"gulp-conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-ember@0.2.8","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8/manifests"},{"name":"conventional-changelog-core@1.9.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2/manifests"},{"name":"standard-changelog@1.0.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4/manifests"},{"name":"conventional-changelog-cli@1.3.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4/manifests"},{"name":"conventional-changelog-angular@1.5.1","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1/manifests"},{"name":"conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5/manifests"},{"name":"standard-changelog@1.0.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3/manifests"},{"name":"conventional-changelog-writer@2.0.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1/manifests"},{"name":"conventional-changelog-angular@1.5.0","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0/manifests"},{"name":"conventional-changelog-cli@1.3.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3/manifests"},{"name":"conventional-changelog-core@1.9.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1/manifests"},{"name":"conventional-changelog-ember@0.2.7","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7/manifests"},{"name":"gulp-conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5/manifests"},{"name":"gulp-conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4/manifests"},{"name":"conventional-changelog-writer@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0/manifests"},{"name":"conventional-commits-parser@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1/manifests"},{"name":"git-semver-tags@1.2.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1/manifests"},{"name":"standard-changelog@1.0.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2/manifests"},{"name":"conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4/manifests"},{"name":"conventional-changelog-angular@1.4.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0/manifests"},{"name":"conventional-changelog-atom@0.1.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1/manifests"},{"name":"conventional-changelog-cli@1.3.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2/manifests"},{"name":"conventional-changelog-codemirror@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0/manifests"},{"name":"conventional-changelog-core@1.9.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0/manifests"},{"name":"conventional-changelog-ember@0.2.6","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6/manifests"},{"name":"conventional-changelog-eslint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%400.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0/manifests"},{"name":"conventional-changelog-express@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0/manifests"},{"name":"conventional-changelog-jquery@1.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0/manifests"},{"name":"conventional-changelog-jshint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0/manifests"},{"name":"conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3/manifests"},{"name":"standard-changelog@1.0.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1/manifests"},{"name":"gulp-conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3/manifests"},{"name":"conventional-changelog-ember@0.2.5","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5/manifests"},{"name":"conventional-changelog-core@1.8.0","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.8.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0/manifests"},{"name":"conventional-changelog-cli@1.3.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1/manifests"},{"name":"conventional-changelog-angular@1.3.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3/manifests"},{"name":"standard-changelog@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0/manifests"},{"name":"conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2/manifests"},{"name":"conventional-changelog-angular@1.3.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2/manifests"},{"name":"conventional-changelog-cli@1.3.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0/manifests"},{"name":"conventional-changelog-core@1.7.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.7.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0/manifests"},{"name":"conventional-changelog-ember@0.2.4","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4/manifests"},{"name":"conventional-recommended-bump@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0/manifests"},{"name":"git-raw-commits@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0/manifests"},{"name":"git-semver-tags@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0/manifests"},{"name":"gulp-conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2/manifests"},{"name":"gulp-conventional-changelog@1.1.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"tag","published_at":"2017-03-10T05:35:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0/manifests"},{"name":"conventional-changelog-angular@1.3.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1/manifests"},{"name":"gulp-conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1/manifests"},{"name":"standard-changelog@0.0.2","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@0.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%400.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2/manifests"},{"name":"conventional-changelog-cli@1.2.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1/manifests"},{"name":"conventional-changelog-ember@0.2.3","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3/manifests"},{"name":"conventional-changelog-core@1.6.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0/manifests"},{"name":"conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-cli@1.2.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:01:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0/manifests"},{"name":"conventional-changelog-core@1.5.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:00:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0/manifests"},{"name":"git-raw-commits@1.1.2","sha":"f5fe78b1f15791cb0499744bf278dff22b52732f","kind":"tag","published_at":"2017-03-09T07:37:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2/manifests"},{"name":"git-semver-tags@1.1.2","sha":"7be07c7c0f49572b1c0e9c98f004b599d8b5bb1a","kind":"tag","published_at":"2017-03-09T07:35:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2/manifests"},{"name":"v1.1.0","sha":"600d411569271467389c3cbe71f7f657980e89a1","kind":"tag","published_at":"2016-02-13T06:59:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"9591280a8d09220aced3383abe3bc7ecbb34b503","kind":"tag","published_at":"2016-02-13T06:37:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"beef421f56939190a4ca30c28788eda1b3f9480d","kind":"tag","published_at":"2016-02-05T13:49:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"c8e90ab7fddd0b98855913e73fc12f9dc9dc81b1","kind":"tag","published_at":"2016-02-05T12:59:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0/manifests"},{"name":"v0.5.3","sha":"d79ce243223260b153699b99de0503698546ea63","kind":"tag","published_at":"2015-12-25T05:07:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"9e7b771072a2680c6c335fcad38003aade53213e","kind":"tag","published_at":"2015-12-23T12:24:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"4bf7d8df29f7be29552b82ec2b7112fad0c39a3e","kind":"tag","published_at":"2015-10-20T09:52:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"5ca2204b472704543ebbc744a22f8f90ec659659","kind":"tag","published_at":"2015-09-30T08:49:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"e5f2f3bc675e2c7e5cc6aa0ed50da7941833e492","kind":"tag","published_at":"2015-09-04T03:16:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"7536a0b351cc4f2764e71cbc268a178ab595259d","kind":"tag","published_at":"2015-08-17T01:28:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"56fa3d92620a41a875b3337fa51d04d6df23b1a8","kind":"tag","published_at":"2015-08-15T12:34:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"eefec0ef598a92e78510ee8626fd9bbcdb1398e4","kind":"tag","published_at":"2015-08-15T11:19:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0/manifests"},{"name":"v0.3.2","sha":"74b99dca61eafd56ba93605016b086a1108e77fe","kind":"tag","published_at":"2015-08-13T03:12:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"a1aca9c31a45aded77962bd0defc32e503aec213","kind":"commit","published_at":"2015-08-11T06:23:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"b489672d27ff703337c540f0fbc43f6486a84d99","kind":"commit","published_at":"2015-08-09T03:27:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"12e3cd6b151353dbe7f584adabbe5dd8a28424db","kind":"commit","published_at":"2015-07-24T08:13:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"f437b457b5ea6c105535a360144000f8315db54d","kind":"commit","published_at":"2015-07-24T04:54:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0/manifests"},{"name":"v0.1.3","sha":"c8fa9d0b94f8ac07f162623e4b9e9e68aad82e62","kind":"commit","published_at":"2015-07-22T11:06:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"6ba5d6e4b90a154dbca6ec0f80c66ad5995cd770","kind":"commit","published_at":"2015-07-22T07:10:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c015f8762f70eff2be7b8d7fb82438689239d717","kind":"commit","published_at":"2015-07-20T07:55:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"7253d0fea773e3f7cc0a3fb8278c9da070df26ee","kind":"commit","published_at":"2015-07-20T07:12:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.3","sha":"0c9f1e89bfacec8e08bac8ef96d64e3abdbecda7","kind":"commit","published_at":"2015-07-17T11:02:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"fec1baf43b8c0156682d4014a4fd066bd24ad448","kind":"commit","published_at":"2015-07-17T06:23:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"a5ea0dfada48601b9e3fbec78dd37d70380a2db6","kind":"commit","published_at":"2015-07-15T08:03:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1/manifests"},{"name":"v0.1.0-alpha.3","sha":"9b6cc68a2c17c9671363fe7af5de7ebd3a06aaeb","kind":"commit","published_at":"2015-07-06T01:27:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-alpha.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3/manifests"},{"name":"v0.1.0-alpha.2","sha":"34b0f460c34ecc48af857d8ee5d7038970ba56fb","kind":"commit","published_at":"2015-06-29T12:04:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-alpha.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2/manifests"},{"name":"v0.1.0-alpha.1","sha":"05b3415fc699ab43f3fa33b5ecd040ab5ecdf9e2","kind":"commit","published_at":"2015-06-24T04:42:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-alpha.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1/manifests"},{"name":"v0.0.17","sha":"3cae05244e48af9cf4abbef3114060db585a574c","kind":"commit","published_at":"2015-04-03T02:12:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"c0719ce6ba16778dd34c2cfdc81e7f3c5321409d","kind":"commit","published_at":"2015-03-19T04:15:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"57af04dc3e362c0e327b716279c9143028c6e0da","kind":"commit","published_at":"2015-03-18T20:23:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"69be290efb58a6a92e9ae78d7b37168d293920b5","kind":"commit","published_at":"2015-03-13T21:22:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"15a39d02ba3d666e7820eecbb8c5493ef2f6040a","kind":"commit","published_at":"2015-03-12T23:17:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13/manifests"},{"name":"v0.0.11","sha":"37f5561553c30d8f0f2c949502ea278da64949cd","kind":"tag","published_at":"2014-05-28T13:14:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"ad6f6ec5499d2c902b88da95487862d50e5ad776","kind":"tag","published_at":"2014-05-28T12:51:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"87efbabd9bc2a0fd83255e6cb856961b10aef9eb","kind":"tag","published_at":"2014-05-06T17:11:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"94b12cf69c51264b1edb6c81b50a262f0536894b","kind":"tag","published_at":"2014-04-10T14:45:48.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"1cf17e494fd7d8538c55189c72c0cf57d145ef41","kind":"tag","published_at":"2014-04-10T14:06:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"861f9ec93de28be4185b35815c2b6ab17746eb3f","kind":"commit","published_at":"2014-01-23T19:39:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"3f59f7356c86f30ef8e8754386373c2a8f97b367","kind":"commit","published_at":"2014-01-23T18:59:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6fa2c22464dcd964df604550c2ce2ed1d2f4362b","kind":"commit","published_at":"2014-01-04T21:36:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4/manifests"}]},"repo_metadata_updated_at":"2025-10-31T05:40:11.749Z","dependent_packages_count":1,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":31.979943940947386,"dependent_packages_count":31.998402898858956,"stargazers_count":2.8388673422912785,"forks_count":5.638609719443903,"average":18.11395597538538},"purl":"pkg:maven/org.webjars.npm/conventional-changelog-writer","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/maven/org.webjars.npm:conventional-changelog-writer","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/maven/org.webjars.npm:conventional-changelog-writer","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/maven/org.webjars.npm:conventional-changelog-writer/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-10-29T14:29:47.234Z","issues_count":160,"pull_requests_count":531,"avg_time_to_close_issue":29861598.337837838,"avg_time_to_close_pull_request":12509911.262582056,"issues_closed_count":74,"pull_requests_closed_count":457,"pull_request_authors_count":84,"issue_authors_count":135,"avg_comments_per_issue":2.0125,"avg_comments_per_pull_request":1.2391713747645952,"merged_pull_requests_count":337,"bot_issues_count":3,"bot_pull_requests_count":268,"past_year_issues_count":30,"past_year_pull_requests_count":110,"past_year_avg_time_to_close_issue":3046943.3636363638,"past_year_avg_time_to_close_pull_request":1239705.430379747,"past_year_issues_closed_count":11,"past_year_pull_requests_closed_count":79,"past_year_pull_request_authors_count":18,"past_year_issue_authors_count":24,"past_year_avg_comments_per_issue":1.6,"past_year_avg_comments_per_pull_request":0.9181818181818182,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":66,"past_year_merged_pull_requests_count":66,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues","maintainers":[{"login":"dangreen","count":93,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"},{"login":"bcoe","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bcoe"},{"login":"tommywo","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tommywo"}],"active_maintainers":[{"login":"dangreen","count":22,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:conventional-changelog-writer/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:conventional-changelog-writer/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:conventional-changelog-writer/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:conventional-changelog-writer/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:conventional-changelog-writer/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:conventional-changelog-writer/codemeta","maintainers":[],"registry":{"name":"repo1.maven.org","url":"https://repo.maven.apache.org/maven2","ecosystem":"maven","default":true,"packages_count":608406,"maintainers_count":0,"namespaces_count":80807,"keywords_count":34879,"github":"maven-central","metadata":{"funded_packages_count":37828},"icon_url":"https://github.com/maven-central.png","created_at":"2022-07-21T16:40:13.074Z","updated_at":"2026-06-10T05:05:55.821Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/namespaces"}},{"id":4998075,"name":"org.webjars.npm:conventional-changelog-core","ecosystem":"maven","description":"WebJar for conventional-changelog-core","homepage":"https://www.webjars.org","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":[],"namespace":"org.webjars.npm","versions_count":1,"first_release_published_at":"2021-04-05T04:27:14.000Z","latest_release_published_at":"2021-04-05T04:27:14.000Z","latest_release_number":"3.2.3","last_synced_at":"2026-06-03T20:26:50.966Z","created_at":"2022-07-27T10:53:42.720Z","updated_at":"2026-06-03T20:26:50.967Z","registry_url":"https://central.sonatype.com/artifact/org.webjars.npm/conventional-changelog-core/","install_command":null,"documentation_url":"https://appdoc.app/artifact/org.webjars.npm/conventional-changelog-core/","metadata":{"repositories":["https://repo.maven.apache.org/maven2"]},"repo_metadata":{"id":12961414,"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2025-10-23T17:43:12.000Z","size":6366,"stargazers_count":8280,"open_issues_count":245,"forks_count":731,"subscribers_count":51,"default_branch":"master","last_synced_at":"2025-10-24T01:48:17.818Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2025-10-23T01:16:08.000Z","dependencies_parsed_at":"2022-07-13T10:30:31.523Z","dependency_job_id":"5f6d159e-c4c6-405b-9fa7-976ffc4dfa04","html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1686,"total_committers":150,"mean_commits":11.24,"dds":0.4792408066429419,"last_synced_commit":"65550d9a30cfab4b00b3e982e42bd68fedafcefc"},"previous_names":["ajoslin/conventional-changelog"],"tags_count":804,"template":false,"template_full_name":null,"purl":"pkg:github/conventional-changelog/conventional-changelog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/sbom","scorecard":{"id":174827,"data":{"date":"2025-08-11","repo":{"name":"github.com/conventional-changelog/conventional-changelog","commit":"1552de5434163eb63d3bf73d97bcb3bf34de8586"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 7 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":1,"reason":"Found 4/22 approved changesets -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/checks.yml:1","Warn: no topLevel permission defined: .github/workflows/commit.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Warn: no topLevel permission defined: .github/workflows/tests.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/checks.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/checks.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/commit.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/commit.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/commit.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:50: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:85: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:87: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:91: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:102: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Info:   0 out of  17 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  14 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: ISC License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 16 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":7,"reason":"3 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-xffm-g5w8-qvg7","Warn: Project is vulnerable to: GHSA-67mh-4wv8-2f99","Warn: Project is vulnerable to: GHSA-52f5-9888-hmc6"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-16T17:26:40.503Z","repository_id":12961414,"created_at":"2025-08-16T17:26:40.503Z","updated_at":"2025-08-16T17:26:40.503Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281931845,"owners_count":26585822,"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","status":"online","status_checked_at":"2025-10-31T02:00:07.401Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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"},"owner_record":{"login":"conventional-changelog","name":"conventional-changelog","uuid":"16443515","kind":"organization","description":"Tools to generate changelogs and release notes from a project's commit messages and metadata.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16443515?v=4","repositories_count":12,"last_synced_at":"2025-04-05T03:02:08.595Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/conventional-changelog","funding_links":[],"total_stars":33067,"followers":419,"following":0,"created_at":"2022-11-02T16:25:21.572Z","updated_at":"2025-04-05T03:02:08.596Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog/repositories"},"tags":[{"name":"conventional-changelog-angular-v8.1.0","sha":"4a8c5d57a058c5b103a8ebddf94e19cf67a58a18","kind":"commit","published_at":"2025-10-20T20:40:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v8.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v8.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular-v8.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.1.0/manifests"},{"name":"conventional-commits-parser-v6.2.1","sha":"4a8c5d57a058c5b103a8ebddf94e19cf67a58a18","kind":"commit","published_at":"2025-10-20T20:40:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v6.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.2.1/manifests"},{"name":"conventional-changelog-v7.1.1","sha":"d3934017f5c8987a0b4a5fdf3782f26cd43ab486","kind":"commit","published_at":"2025-07-10T17:30:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v7.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v7.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v7.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.1.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v9.1.0","sha":"b3bec6cd666605edb0727765637d8de30a672b86","kind":"commit","published_at":"2025-07-10T15:38:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v9.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v9.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v9.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v9.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v9.1.0/manifests"},{"name":"conventional-changelog-writer-v8.2.0","sha":"429fa80cf3232ddc89ad2e6593a5087da55f2192","kind":"commit","published_at":"2025-07-09T21:51:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v8.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.2.0/manifests"},{"name":"conventional-commits-parser-v6.2.0","sha":"a10c63faccc776bfc941a54dbcfa2d128bbfb374","kind":"commit","published_at":"2025-06-09T09:39:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v6.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.2.0/manifests"},{"name":"conventional-changelog-v7.1.0","sha":"549320cb33c00bea312fcf70c31d3ee6973ba488","kind":"commit","published_at":"2025-06-07T17:07:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v7.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v7.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v7.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.1.0/manifests"},{"name":"conventional-recommended-bump-v11.2.0","sha":"549320cb33c00bea312fcf70c31d3ee6973ba488","kind":"commit","published_at":"2025-06-07T17:07:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v11.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v11.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v11.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.2.0/manifests"},{"name":"git-client-v2.5.1","sha":"07103bc206c6b75af47183a700868d69424c5f5f","kind":"commit","published_at":"2025-06-02T10:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.5.1/manifests"},{"name":"git-client-v2.5.0","sha":"7926760758a6635d423d91288a11253bb663698c","kind":"commit","published_at":"2025-06-02T00:10:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.5.0/manifests"},{"name":"git-client-v2.4.0","sha":"81588478678c36e7465a90cfe56e4981c13729a9","kind":"commit","published_at":"2025-05-27T19:05:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.4.0/manifests"},{"name":"git-client-v2.3.0","sha":"abf8f2b4f11a8c4dcee54346fb39cee04c05242b","kind":"commit","published_at":"2025-05-23T19:01:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.3.0/manifests"},{"name":"conventional-changelog-v7.0.2","sha":"d42c917ee7b2732b9e4bc42bf70f6700ac028e1b","kind":"commit","published_at":"2025-05-22T20:08:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v7.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.2/manifests"},{"name":"conventional-changelog-v7.0.1","sha":"2dcae156d1dc9c40a2392c3dd9363449f3f59f75","kind":"commit","published_at":"2025-05-19T22:26:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.1/manifests"},{"name":"standard-changelog-v7.0.1","sha":"2dcae156d1dc9c40a2392c3dd9363449f3f59f75","kind":"commit","published_at":"2025-05-19T22:26:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v7.0.1/manifests"},{"name":"git-client-v2.2.0","sha":"2dcae156d1dc9c40a2392c3dd9363449f3f59f75","kind":"commit","published_at":"2025-05-19T22:26:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.2.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v9.0.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v9.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v9.0.0/manifests"},{"name":"conventional-changelog-writer-v8.1.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v8.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.1.0/manifests"},{"name":"conventional-recommended-bump-v11.1.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v11.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v11.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v11.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.1.0/manifests"},{"name":"git-client-v2.1.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.1.0/manifests"},{"name":"standard-changelog-v7.0.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v7.0.0/manifests"},{"name":"conventional-changelog-v7.0.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.0/manifests"},{"name":"conventional-commits-parser-v6.1.0","sha":"641a04473146d99189ec31d948202f8ef973da37","kind":"commit","published_at":"2025-01-15T16:19:55.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v6.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v11.0.0","sha":"3abb8c6494cd57fd52755d00669c10e4cc25a034","kind":"commit","published_at":"2025-01-15T16:19:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v11.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v11.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v11.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.0.0/manifests"},{"name":"conventional-changelog-writer-v8.0.1","sha":"fe3da2f131673200f695d6c9f34d8d0303042329","kind":"commit","published_at":"2025-01-15T16:14:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v8.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.1/manifests"},{"name":"git-client-v2.0.0","sha":"2ea0eec3e46bb9de9d57001d3aac074076e668a7","kind":"commit","published_at":"2025-01-15T16:13:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.0.0/manifests"},{"name":"conventional-changelog-core-v9.0.0","sha":"1ac3f1268140c999c669908085d0879b5d294c1a","kind":"commit","published_at":"2025-01-15T16:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v9.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v9.0.0/manifests"},{"name":"git-client-v1.0.1","sha":"d3b8aaa16337993bbad4d91db1ffac5a7568756b","kind":"commit","published_at":"2024-05-06T14:46:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1/manifests"},{"name":"conventional-changelog-v6.0.0","sha":"83bb15ba5de08f080884fc906c6db3c99c8b2131","kind":"commit","published_at":"2024-04-26T22:08:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0/manifests"},{"name":"conventional-changelog-core-v8.0.0","sha":"7bc92fc05e4447f311ad52b6e39d36f461eaf083","kind":"commit","published_at":"2024-04-26T22:07:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v8.0.0","sha":"3129c812139bf7454a64b4d506e6b85cd5abc77c","kind":"commit","published_at":"2024-04-26T22:06:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0/manifests"},{"name":"git-semver-tags-v8.0.0","sha":"fbd1b3bcd6253a32de89eb21145c2eb70d9396b6","kind":"commit","published_at":"2024-04-26T22:05:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v5.0.0","sha":"e34c96db3dbebedb17a6583aae8855dddd056f83","kind":"commit","published_at":"2024-04-26T22:04:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0/manifests"},{"name":"conventional-changelog-angular-v8.0.0","sha":"2aa6291a93eb881230e896f87a5232873b6a9717","kind":"commit","published_at":"2024-04-26T22:04:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0/manifests"},{"name":"conventional-changelog-jquery-v6.0.0","sha":"1c71cd6d4868ef2e158963e277609a9794806306","kind":"commit","published_at":"2024-04-26T22:03:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v8.0.0","sha":"533e36277d1779a5ac79a06210c603b5f88bc030","kind":"commit","published_at":"2024-04-26T22:00:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0/manifests"},{"name":"conventional-changelog-eslint-v6.0.0","sha":"c7459cd7d1e1ab82c9a5d552b008c02aba290cad","kind":"commit","published_at":"2024-04-26T21:59:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0/manifests"},{"name":"git-raw-commits-v5.0.0","sha":"f61ea377e843db0852c35911785895ec43481f11","kind":"commit","published_at":"2024-04-26T21:58:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0/manifests"},{"name":"conventional-changelog-codemirror-v5.0.0","sha":"77525286ffc8869a6ac351ebe28198842815cb7c","kind":"commit","published_at":"2024-04-26T21:57:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0/manifests"},{"name":"conventional-changelog-cli-v5.0.0","sha":"a75cef688b9a1557ca981178d4d35c18963160b6","kind":"commit","published_at":"2024-04-26T21:53:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0/manifests"},{"name":"conventional-changelog-express-v5.0.0","sha":"a6ab80d6e30091a8b743ee97a87e7400af1ebc53","kind":"commit","published_at":"2024-04-26T21:53:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v10.0.0","sha":"d7c409b02f1d58cf6f0293edcadbe5f00a78a622","kind":"commit","published_at":"2024-04-26T21:52:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v10.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v10.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v10.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0/manifests"},{"name":"conventional-changelog-atom-v5.0.0","sha":"3b2b9d0ec2382f73d9cf000a1004596f90ece916","kind":"commit","published_at":"2024-04-26T21:51:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0/manifests"},{"name":"conventional-changelog-jshint-v5.0.0","sha":"d7dae509e72b09d1496ae51f1f04c15581c828fc","kind":"commit","published_at":"2024-04-26T21:50:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0/manifests"},{"name":"conventional-changelog-ember-v5.0.0","sha":"2e99dfa49112ffe6c864dd0e436f0db1e696b1f9","kind":"commit","published_at":"2024-04-26T21:50:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0/manifests"},{"name":"conventional-commits-parser-v6.0.0","sha":"646e1be132ccd0f32e3074de2f511be5c610984f","kind":"commit","published_at":"2024-04-26T21:48:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0/manifests"},{"name":"conventional-commits-filter-v5.0.0","sha":"be4266b7ef7b84ba5c198dfa8c143229f8a5b128","kind":"commit","published_at":"2024-04-26T21:47:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0/manifests"},{"name":"standard-changelog-v6.0.0","sha":"3e9b9387f29e48a508b70b88f26b40a6db9fea16","kind":"commit","published_at":"2024-04-26T21:45:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v5.0.0","sha":"041a1a9b73b201add30494aed19d026b948bd8f1","kind":"commit","published_at":"2024-04-26T21:41:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0/manifests"},{"name":"git-client-v1.0.0","sha":"7e51fe970576503cae3ab94e6e9b3e01017b044d","kind":"commit","published_at":"2024-04-26T21:21:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0/manifests"},{"name":"git-semver-tags-v7.0.1","sha":"fac8045242099c016f5f3905e54e02b7d466bd7b","kind":"commit","published_at":"2023-09-10T23:53:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1/manifests"},{"name":"conventional-changelog-writer-v7.0.1","sha":"e3a643ad39ec3bc4cfb1dff2aa1101333df33dc3","kind":"commit","published_at":"2023-09-10T23:49:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1/manifests"},{"name":"conventional-changelog-v5.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0/manifests"},{"name":"conventional-changelog-cli-v4.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0/manifests"},{"name":"conventional-changelog-core-v7.0.0","sha":"2e467dd39a35c3813597711a37690897183b4abc","kind":"commit","published_at":"2023-09-08T22:03:37.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0/manifests"},{"name":"git-semver-tags-v7.0.0","sha":"a13f788bd505d8253a2d92413fc4a7780e11ec07","kind":"commit","published_at":"2023-09-08T21:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0/manifests"},{"name":"standard-changelog-v5.0.0","sha":"34569c7a3fd2b0362a461517a1f4e20e7eecd9fc","kind":"commit","published_at":"2023-09-08T21:55:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v9.0.0","sha":"ad633d9d81f66ef80d7f77832a264cb0c5b971ef","kind":"commit","published_at":"2023-09-08T21:50:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v9.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.2","sha":"50113f9b569259d991f1a734a192964ca71f0118","kind":"commit","published_at":"2023-09-08T21:41:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v7.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2/manifests"},{"name":"conventional-changelog-preset-loader-v4.1.0","sha":"a14d2186575f6061f236c9a47d803694b18f8373","kind":"commit","published_at":"2023-09-08T21:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader-v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.1","sha":"ca4324b0a690b2595f8b574882ff95329a2dc195","kind":"commit","published_at":"2023-08-27T19:11:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1/manifests"},{"name":"conventional-commits-filter-v4.0.0","sha":"26fc9ea274dc0c62442ec9d97b20a2ebb49138bf","kind":"commit","published_at":"2023-08-27T12:55:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0/manifests"},{"name":"standard-changelog-v4.0.0","sha":"5b788265774bf4b63d3c83a178ca53e8e7095903","kind":"commit","published_at":"2023-08-27T12:50:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-eslint-v5.0.0","sha":"679594c0716275771cc23b314e4362899fe72f87","kind":"commit","published_at":"2023-08-27T12:46:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0/manifests"},{"name":"git-semver-tags-v6.0.0","sha":"1c75c72d9b5d59e3ea4e914c58a85f7559f29602","kind":"commit","published_at":"2023-08-27T12:40:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0/manifests"},{"name":"conventional-recommended-bump-v8.0.0","sha":"624377a24e8e3658bcf2329a9a98f9a7b02a4cb3","kind":"commit","published_at":"2023-08-27T12:33:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0/manifests"},{"name":"conventional-changelog-writer-v7.0.0","sha":"d669bb67dc713cb1e4374e3216ed7d83cde743c5","kind":"commit","published_at":"2023-08-27T12:27:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0/manifests"},{"name":"conventional-changelog-codemirror-v4.0.0","sha":"933fd0b3dd355d648faf57241b796a714004c722","kind":"commit","published_at":"2023-08-27T12:23:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0/manifests"},{"name":"conventional-changelog-express-v4.0.0","sha":"c9e9ceb3a3727659bd117bab01cbc7642d588f06","kind":"commit","published_at":"2023-08-27T12:16:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0/manifests"},{"name":"conventional-changelog-ember-v4.0.0","sha":"5d7c16268f79b7f180e34e997fdb37373d714666","kind":"commit","published_at":"2023-08-27T12:11:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0/manifests"},{"name":"conventional-changelog-jquery-v5.0.0","sha":"d643efb1050dcdaecee626044315644ff9b9e43b","kind":"commit","published_at":"2023-08-27T12:07:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v4.0.0","sha":"636646dd9ae062e9652a7f9ccaf6c329e6e9f924","kind":"commit","published_at":"2023-08-27T12:03:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0/manifests"},{"name":"conventional-changelog-v5.0.0","sha":"7985de3edc9e655369651ad464cb39b791887dc7","kind":"commit","published_at":"2023-08-27T11:58:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.0","sha":"5f0fe40743d8f559ab94ed11bbb4b8bda6fa6dcb","kind":"commit","published_at":"2023-08-27T11:51:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0/manifests"},{"name":"conventional-changelog-angular-v7.0.0","sha":"6c7a2e1a8807988bcb1a9842f72d14be3b1a89e3","kind":"commit","published_at":"2023-08-27T11:46:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0/manifests"},{"name":"conventional-changelog-jshint-v4.0.0","sha":"0204a9a340d2c85411e8de8905bc74c6146e5618","kind":"commit","published_at":"2023-08-27T11:41:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0/manifests"},{"name":"conventional-changelog-atom-v4.0.0","sha":"ab9b2c10e098ec8837d141102549f3eef698364c","kind":"commit","published_at":"2023-08-27T11:36:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0/manifests"},{"name":"conventional-changelog-cli-v4.0.0","sha":"29df6c4597afad27b9cda06f58eb564bcca609c4","kind":"commit","published_at":"2023-08-27T11:21:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0/manifests"},{"name":"conventional-changelog-core-v6.0.0","sha":"45613bbc2d13c798732e4b2bd4b2fa9ea67157d6","kind":"commit","published_at":"2023-08-27T11:17:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v4.0.0","sha":"5a896e3ef3aa9e751fcc74d7c76fa21d6d526cb0","kind":"commit","published_at":"2023-08-27T11:08:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0/manifests"},{"name":"git-raw-commits-v4.0.0","sha":"878fc56b43bc617177bf47fd8643a3b8b86078e5","kind":"commit","published_at":"2023-08-27T11:01:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0/manifests"},{"name":"conventional-commits-parser-v5.0.0","sha":"299de5acbe55a7d19dcdd2adc34681eae7264abf","kind":"commit","published_at":"2023-08-26T17:50:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0/manifests"},{"name":"git-semver-tags-v5.0.1","sha":"87914a362866a380e98a29edf19b2173e0911d8a","kind":"commit","published_at":"2023-07-09T19:10:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1/manifests"},{"name":"conventional-changelog-writer-v6.0.1","sha":"c123edea220b450cfa26813b6f198c3e8ebbd2b4","kind":"commit","published_at":"2023-07-09T14:49:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v6.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.2","sha":"83773c5e1a8874ea9809ca9db1dff60b7df1daae","kind":"commit","published_at":"2023-06-28T17:43:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v5.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.1.0","sha":"2e5fe6d9574ba896fa90b5bfcb50fb73d28af6d6","kind":"commit","published_at":"2023-06-17T21:30:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v6.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v7.0.1","sha":"f251b6899e313a9b23f3c8deb8b8b57217040892","kind":"commit","published_at":"2023-06-06T23:24:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.1","sha":"5b458dff9edf766446449acd1bbb8027a1e39fa5","kind":"commit","published_at":"2023-06-06T23:17:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1/manifests"},{"name":"gulp-conventional-changelog-v3.0.0","sha":"8ef6232797e5bf7c80422221374c53c03d5df36d","kind":"commit","published_at":"2023-06-06T22:50:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0/manifests"},{"name":"standard-changelog-v3.0.0","sha":"ea65f017b42b914ece780fd2fc799a6946912ed8","kind":"commit","published_at":"2023-06-06T22:42:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0/manifests"},{"name":"conventional-changelog-cli-v3.0.0","sha":"f00f4549cee9406054b77057a8135183fcd89710","kind":"commit","published_at":"2023-06-06T22:29:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0/manifests"},{"name":"conventional-changelog-v4.0.0","sha":"1a240f91ed584ed43e7f9c82235ca60eff0f4fa5","kind":"commit","published_at":"2023-06-06T19:50:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-core-v5.0.0","sha":"8507f601486c8ff6806156c50091262dee13ec54","kind":"commit","published_at":"2023-06-06T19:23:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v7.0.0","sha":"e1662ca7a6c688d28a334282a5e863f52866f3e8","kind":"commit","published_at":"2023-06-06T18:39:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v3.0.0","sha":"5d80d155425147a0b045af09536e5962cbfff620","kind":"commit","published_at":"2023-06-06T15:08:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.0.0","sha":"a30fc7ae219cf871b46cbe9d2c76a9730b70e272","kind":"commit","published_at":"2023-06-06T14:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v6.0.0","sha":"aa5d46c7b13b7b31f78af4b3c31c087c39eea41d","kind":"commit","published_at":"2023-06-06T14:46:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0/manifests"},{"name":"conventional-commits-filter-v3.0.0","sha":"502a73fe41aebb7b563c5ca69521e0b1bab904df","kind":"commit","published_at":"2023-06-06T14:32:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0/manifests"},{"name":"conventional-commits-parser-v4.0.0","sha":"9f7fe891e75c64937c28baa39a6c795a01603ab7","kind":"commit","published_at":"2023-06-06T14:24:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0/manifests"},{"name":"git-raw-commits-v3.0.0","sha":"571f2d549f10744a12ab3bc5dc5e0b749cb72667","kind":"commit","published_at":"2023-06-06T14:16:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0/manifests"},{"name":"git-semver-tags-v5.0.0","sha":"445c796d04105d10dd62d07039bc6a7fc9f263a5","kind":"commit","published_at":"2023-06-06T13:51:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0/manifests"},{"name":"conventional-changelog-atom-v3.0.0","sha":"208787aa2f5db8de1c2d43c56d71e6dfb9510781","kind":"commit","published_at":"2023-06-06T13:43:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0/manifests"},{"name":"conventional-changelog-angular-v6.0.0","sha":"c4ebf98acc15f37154aae5de53a225e896c4a157","kind":"commit","published_at":"2023-06-06T13:36:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0/manifests"},{"name":"conventional-changelog-codemirror-v3.0.0","sha":"0772453bee083917a05b9696d063ee3dc69957f9","kind":"commit","published_at":"2023-06-06T13:25:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0/manifests"},{"name":"conventional-changelog-ember-v3.0.0","sha":"e473d0c8af7c0cf8a54f775556796f50f3e695c2","kind":"commit","published_at":"2023-06-06T13:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0/manifests"},{"name":"conventional-changelog-eslint-v4.0.0","sha":"b3b896bc5b9e3ed65dcfc08c57967a252f37cfd1","kind":"commit","published_at":"2023-06-06T12:56:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0/manifests"},{"name":"conventional-changelog-express-v3.0.0","sha":"5594385d1dd2490b0fb508a60b6f30e8be6616ce","kind":"commit","published_at":"2023-06-06T12:37:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0/manifests"},{"name":"conventional-changelog-jquery-v4.0.0","sha":"51a3015a907b2cea900114359c36ce0e9664b72d","kind":"commit","published_at":"2023-06-06T12:17:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0/manifests"},{"name":"conventional-changelog-jshint-v3.0.0","sha":"281e5f883476e90b75cae4373a67436c86e94f6a","kind":"commit","published_at":"2023-06-06T12:02:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v5.0.0","sha":"ba6df7cf62de5f448368bed4398f6ddf633d2cbd","kind":"commit","published_at":"2022-05-27T18:02:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0/manifests"},{"name":"conventional-changelog-writer-v5.0.1","sha":"21b73f974adc4490a318d9c892055655cb82c538","kind":"commit","published_at":"2021-12-29T21:36:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.3","sha":"02757d342290bcf51a49d49e5e72f5eae6c6f6da","kind":"commit","published_at":"2021-12-29T19:52:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v4.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3/manifests"},{"name":"conventional-commits-parser-v3.2.4","sha":"1d0f62d4ac4911ef0d912d5401f783b152cee624","kind":"commit","published_at":"2021-12-29T19:46:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v3.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4/manifests"},{"name":"git-raw-commits-v2.0.11","sha":"95384dbd105ffe4f86bbc6ccad3e5405a1cbfe04","kind":"commit","published_at":"2021-12-29T19:39:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v2.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.2","sha":"1827696185192a8dd258ea7c3370090238b0fb76","kind":"commit","published_at":"2021-12-25T18:06:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v4.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2/manifests"},{"name":"conventional-changelog-cli-v2.2.2","sha":"8ce6a7bbd3fae87aa9d56fca68c2e16fbb2cace5","kind":"commit","published_at":"2021-12-25T17:22:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2/manifests"},{"name":"conventional-changelog-v3.1.25","sha":"8e9c3d76aaffd7fe67a78270b3ad9b881e953e7e","kind":"commit","published_at":"2021-12-24T18:50:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v3.1.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25/manifests"},{"name":"conventional-commits-parser-v3.2.3","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v3.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3/manifests"},{"name":"conventional-changelog-cli-v2.2.1","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.1","sha":"c35708d56a55e31b750aec1f745e5be52f0a75f2","kind":"commit","published_at":"2021-09-09T19:06:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v4.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1/manifests"},{"name":"conventional-commits-parser-v3.2.2","sha":"1bae48ff85eff0736ea6691b7214f3fc9c026256","kind":"commit","published_at":"2021-09-09T14:45:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v3.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2/manifests"},{"name":"conventional-changelog-core-v4.2.4","sha":"02fbc2d42d0faf53d4b7a2b0525626088a6ac8ba","kind":"commit","published_at":"2021-09-09T14:37:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v4.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4/manifests"},{"name":"conventional-changelog-angular-v5.0.13","sha":"e30343b4676d26b416080294dc74ebba001c0716","kind":"commit","published_at":"2021-09-09T14:31:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v5.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular-v5.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13/manifests"},{"name":"conventional-changelog-core-v4.2.3","sha":"318b555b6ef3aebdb5a8d4c7c734fd7234712dd3","kind":"commit","published_at":"2021-07-03T00:24:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v4.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.0","sha":"537c37d7801872c3e57e4200c64154a4d2ea042a","kind":"commit","published_at":"2021-04-30T00:15:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v4.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0/manifests"},{"name":"conventional-commits-parser-v3.2.1","sha":"758dda2937b6784f0cc6a535286862fcf95b6f06","kind":"commit","published_at":"2021-02-15T21:32:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1/manifests"},{"name":"git-raw-commits-v2.0.10","sha":"ffecaccb6e117afae9f68f1d48ff9a69554da950","kind":"commit","published_at":"2021-01-27T16:36:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v2.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10/manifests"},{"name":"conventional-changelog-writer-v5.0.0","sha":"61ef6491add84b841e1797baf09f62bbdd90dcd4","kind":"commit","published_at":"2020-12-30T22:40:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v6.1.0","sha":"3b0fb22b0bb49137b9ecddaeb349f66025205c57","kind":"commit","published_at":"2020-12-30T16:58:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v6.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0/manifests"},{"name":"conventional-changelog-core-v4.2.2","sha":"317eeb3137caff69bcc9a67fce3dc67663a010db","kind":"commit","published_at":"2020-12-30T00:53:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v4.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2/manifests"},{"name":"conventional-recommended-bump-v6.0.12","sha":"90ecc5d93bfd7626857eda5d240f92393d896be0","kind":"commit","published_at":"2020-12-30T00:43:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v6.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12/manifests"},{"name":"git-raw-commits-v2.0.9","sha":"227f3e23af86912c0cd64fdb1a820ac92e5757c5","kind":"commit","published_at":"2020-12-29T23:59:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v2.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9/manifests"},{"name":"conventional-changelog-writer-v4.1.0","sha":"77725cfb12ca3ca22abb9421b4af012a49207e7a","kind":"commit","published_at":"2020-12-29T23:41:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0/manifests"},{"name":"conventional-commits-filter@2.0.7","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7/manifests"},{"name":"standard-changelog@2.0.27","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27/manifests"},{"name":"gulp-conventional-changelog@2.0.35","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35/manifests"},{"name":"git-semver-tags@4.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%404.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1/manifests"},{"name":"git-raw-commits@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8/manifests"},{"name":"conventional-recommended-bump@6.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11/manifests"},{"name":"conventional-commits-parser@3.2.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0/manifests"},{"name":"conventional-changelog-writer@4.0.18","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18/manifests"},{"name":"conventional-changelog-jshint@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9/manifests"},{"name":"conventional-changelog-jquery@3.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11/manifests"},{"name":"conventional-changelog-express@2.0.6","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9/manifests"},{"name":"conventional-changelog-ember@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9/manifests"},{"name":"conventional-changelog-core@4.2.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.5.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1/manifests"},{"name":"conventional-changelog-atom@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8/manifests"},{"name":"conventional-changelog-angular@5.0.12","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12/manifests"},{"name":"conventional-changelog@3.1.24","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24/manifests"},{"name":"conventional-changelog-v3.1.24","sha":"f8fcbc2e8b0834c29178ace6382b438a020ad828","kind":"commit","published_at":"2020-10-25T02:45:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v3.1.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24/manifests"},{"name":"conventional-changelog-conventionalcommits@4.4.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0/manifests"},{"name":"conventional-changelog-core@4.2.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0/manifests"},{"name":"conventional-changelog@3.1.23","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23/manifests"},{"name":"conventional-changelog-cli@2.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0/manifests"},{"name":"git-semver-tags@4.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%404.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0/manifests"},{"name":"gulp-conventional-changelog@2.0.34","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34/manifests"},{"name":"standard-changelog@2.0.26","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26/manifests"},{"name":"conventional-recommended-bump@6.0.10","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10/manifests"},{"name":"conventional-changelog-core@4.1.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8/manifests"},{"name":"standard-changelog@2.0.25","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25/manifests"},{"name":"gulp-conventional-changelog@2.0.33","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33/manifests"},{"name":"conventional-changelog-writer@4.0.17","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17/manifests"},{"name":"conventional-changelog-jshint@2.0.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.1","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1/manifests"},{"name":"conventional-changelog-cli@2.0.35","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35/manifests"},{"name":"conventional-changelog-angular@5.0.11","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11/manifests"},{"name":"conventional-changelog@3.1.22","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22/manifests"},{"name":"standard-changelog@2.0.24","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24/manifests"},{"name":"gulp-conventional-changelog@2.0.32","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32/manifests"},{"name":"conventional-changelog-writer@4.0.16","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16/manifests"},{"name":"conventional-changelog-core@4.1.7","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7/manifests"},{"name":"conventional-changelog-cli@2.0.34","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34/manifests"},{"name":"conventional-changelog@3.1.21","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0/manifests"},{"name":"conventional-changelog@3.1.20","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20/manifests"},{"name":"conventional-changelog-cli@2.0.33","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33/manifests"},{"name":"conventional-changelog-atom@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7/manifests"},{"name":"conventional-changelog-eslint@3.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8/manifests"},{"name":"conventional-changelog-express@2.0.5","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10/manifests"},{"name":"conventional-changelog-jshint@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7/manifests"},{"name":"conventional-changelog-preset-loader@2.3.4","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4/manifests"},{"name":"conventional-changelog-writer@4.0.15","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15/manifests"},{"name":"conventional-commits-filter@2.0.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6/manifests"},{"name":"conventional-commits-parser@3.1.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.9","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9/manifests"},{"name":"git-raw-commits@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7/manifests"},{"name":"git-semver-tags@4.0.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.31","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31/manifests"},{"name":"standard-changelog@2.0.23","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23/manifests"},{"name":"conventional-changelog-angular@5.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10/manifests"},{"name":"conventional-changelog-core@4.1.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6/manifests"},{"name":"conventional-changelog-codemirror@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7/manifests"},{"name":"conventional-changelog-ember@2.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8/manifests"},{"name":"conventional-changelog-preset-loader-v2.3.2","sha":"9f6c56cb960a5043823cfb85b9843991201cbb51","kind":"commit","published_at":"2020-05-08T19:21:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v2.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader-v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2/manifests"},{"name":"conventional-changelog-cli@2.0.32","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32/manifests"},{"name":"conventional-changelog-core@4.1.5","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5/manifests"},{"name":"gulp-conventional-changelog@2.0.30","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30/manifests"},{"name":"standard-changelog@2.0.22","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22/manifests"},{"name":"conventional-changelog@3.1.19","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19/manifests"},{"name":"conventional-changelog@3.1.18","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18/manifests"},{"name":"conventional-changelog-core@4.1.4","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.29","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29/manifests"},{"name":"standard-changelog@2.0.21","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21/manifests"},{"name":"conventional-changelog-cli@2.0.31","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31/manifests"},{"name":"conventional-changelog-cli@2.0.30","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30/manifests"},{"name":"conventional-changelog-core@4.1.3","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3/manifests"},{"name":"conventional-changelog@3.1.17","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17/manifests"},{"name":"standard-changelog@2.0.20","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20/manifests"},{"name":"gulp-conventional-changelog@2.0.28","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28/manifests"},{"name":"conventional-changelog-core@4.1.2","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2/manifests"},{"name":"standard-changelog@2.0.19","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19/manifests"},{"name":"gulp-conventional-changelog@2.0.27","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27/manifests"},{"name":"conventional-changelog-cli@2.0.29","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29/manifests"},{"name":"conventional-changelog@3.1.16","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16/manifests"},{"name":"standard-changelog@2.0.18","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18/manifests"},{"name":"gulp-conventional-changelog@2.0.26","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26/manifests"},{"name":"git-semver-tags@3.0.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1/manifests"},{"name":"git-raw-commits@2.0.3","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3/manifests"},{"name":"conventional-changelog@3.1.15","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15/manifests"},{"name":"conventional-recommended-bump@6.0.5","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5/manifests"},{"name":"conventional-commits-parser@3.0.8","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.11","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11/manifests"},{"name":"conventional-changelog-core@4.1.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.28","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28/manifests"},{"name":"conventional-changelog-core@4.1.0","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0/manifests"},{"name":"conventional-changelog@3.1.14","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14/manifests"},{"name":"conventional-changelog-angular@5.0.6","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6/manifests"},{"name":"conventional-changelog-cli@2.0.27","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.3","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3/manifests"},{"name":"conventional-commits-parser@3.0.7","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7/manifests"},{"name":"conventional-recommended-bump@6.0.4","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.25","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25/manifests"},{"name":"standard-changelog@2.0.17","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17/manifests"},{"name":"conventional-changelog@3.1.13","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13/manifests"},{"name":"standard-changelog@2.0.16","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16/manifests"},{"name":"gulp-conventional-changelog@2.0.24","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24/manifests"},{"name":"conventional-recommended-bump@6.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3/manifests"},{"name":"conventional-commits-parser@3.0.6","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6/manifests"},{"name":"conventional-changelog-writer@4.0.10","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10/manifests"},{"name":"conventional-changelog-preset-loader@2.3.0","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0/manifests"},{"name":"conventional-changelog-core@4.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.2","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2/manifests"},{"name":"conventional-changelog-cli@2.0.26","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26/manifests"},{"name":"conventional-changelog-core@4.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2/manifests"},{"name":"standard-changelog@2.0.15","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15/manifests"},{"name":"gulp-conventional-changelog@2.0.23","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23/manifests"},{"name":"conventional-recommended-bump@6.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2/manifests"},{"name":"conventional-commits-parser@3.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5/manifests"},{"name":"conventional-changelog-writer@4.0.9","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9/manifests"},{"name":"conventional-changelog-jshint@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.6","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4/manifests"},{"name":"conventional-changelog-ember@2.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.1","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1/manifests"},{"name":"conventional-changelog-codemirror@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.25","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25/manifests"},{"name":"conventional-changelog-atom@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5/manifests"},{"name":"conventional-changelog@3.1.12","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12/manifests"},{"name":"conventional-commits-parser@3.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4/manifests"},{"name":"conventional-changelog-atom@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.24","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24/manifests"},{"name":"conventional-changelog-codemirror@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.0","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0/manifests"},{"name":"conventional-changelog-core@4.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3/manifests"},{"name":"conventional-changelog-eslint@3.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.5","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5/manifests"},{"name":"conventional-changelog-jshint@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2/manifests"},{"name":"conventional-changelog-writer@4.0.8","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8/manifests"},{"name":"standard-changelog@2.0.14","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14/manifests"},{"name":"gulp-conventional-changelog@2.0.22","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22/manifests"},{"name":"conventional-recommended-bump@6.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1/manifests"},{"name":"conventional-changelog@3.1.11","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11/manifests"},{"name":"conventional-changelog-angular@5.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4/manifests"},{"name":"conventional-changelog@3.1.10","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10/manifests"},{"name":"conventional-changelog-cli@2.0.23","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23/manifests"},{"name":"conventional-changelog-conventionalcommits@4.1.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0/manifests"},{"name":"git-semver-tags@3.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.21","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21/manifests"},{"name":"standard-changelog@2.0.13","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13/manifests"},{"name":"conventional-changelog-core@4.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.2.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0/manifests"},{"name":"conventional-changelog-writer@4.0.7","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7/manifests"},{"name":"conventional-recommended-bump@6.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0/manifests"},{"name":"conventional-changelog-core@3.2.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3/manifests"},{"name":"conventional-changelog@3.1.9","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9/manifests"},{"name":"conventional-changelog-cli@2.0.22","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22/manifests"},{"name":"standard-changelog@2.0.12","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.20","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20/manifests"},{"name":"git-semver-tags@2.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3/manifests"},{"name":"conventional-recommended-bump@5.0.1","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%405.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1/manifests"},{"name":"conventional-commits-parser@3.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.6","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6/manifests"},{"name":"conventional-changelog-conventionalcommits@4.0.0","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.21","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21/manifests"},{"name":"conventional-changelog@3.1.8","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8/manifests"},{"name":"gulp-conventional-changelog@2.0.19","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19/manifests"},{"name":"standard-changelog@2.0.11","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.2","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2/manifests"},{"name":"conventional-changelog@3.1.7","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7/manifests"},{"name":"gulp-conventional-changelog@2.0.18","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18/manifests"},{"name":"conventional-changelog-cli@2.0.20","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.1","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.17","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17/manifests"},{"name":"conventional-recommended-bump@5.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%405.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.19","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19/manifests"},{"name":"conventional-changelog@3.1.6","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6/manifests"},{"name":"conventional-changelog-conventionalcommits@2.0.0","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.16","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.18","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18/manifests"},{"name":"conventional-changelog@3.1.5","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.2","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2/manifests"},{"name":"conventional-changelog@3.1.4","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4/manifests"},{"name":"conventional-changelog-cli@2.0.17","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17/manifests"},{"name":"gulp-conventional-changelog@2.0.15","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15/manifests"},{"name":"conventional-changelog-core@3.2.2","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2/manifests"},{"name":"standard-changelog@2.0.10","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10/manifests"},{"name":"conventional-changelog-writer@4.0.5","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5/manifests"},{"name":"conventional-changelog@3.1.3","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3/manifests"},{"name":"gulp-conventional-changelog@2.0.14","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14/manifests"},{"name":"conventional-changelog-cli@2.0.16","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16/manifests"},{"name":"standard-changelog@2.0.9","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.1.2","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.15","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15/manifests"},{"name":"conventional-changelog-core@3.2.1","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1/manifests"},{"name":"gulp-conventional-changelog@2.0.13","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1/manifests"},{"name":"conventional-recommended-bump@4.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1/manifests"},{"name":"gulp-conventional-changelog@2.0.12","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12/manifests"},{"name":"conventional-changelog@3.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.14","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14/manifests"},{"name":"conventional-changelog-preset-loader@2.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1/manifests"},{"name":"conventional-changelog-core@3.2.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0/manifests"},{"name":"conventional-changelog-preset-loader@2.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0/manifests"},{"name":"conventional-changelog-writer@4.0.4","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4/manifests"},{"name":"conventional-commits-filter@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2/manifests"},{"name":"conventional-commits-parser@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2/manifests"},{"name":"conventional-recommended-bump@4.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0/manifests"},{"name":"git-raw-commits@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.11","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11/manifests"},{"name":"standard-changelog@2.0.8","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8/manifests"},{"name":"conventional-changelog@3.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0/manifests"},{"name":"conventional-changelog-cli@2.0.13","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0/manifests"},{"name":"conventional-changelog-eslint@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2/manifests"},{"name":"standard-changelog@2.0.7","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7/manifests"},{"name":"conventional-changelog-angular@5.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.12","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12/manifests"},{"name":"conventional-changelog-core@3.1.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6/manifests"},{"name":"conventional-changelog-writer@4.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.10","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10/manifests"},{"name":"conventional-changelog@3.0.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6/manifests"},{"name":"conventional-recommended-bump@4.0.4","sha":"da729f68f9dc581623deb587c705ef65d189a9f4","kind":"tag","published_at":"2018-11-01T06:56:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4/manifests"},{"name":"standard-changelog@2.0.6","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6/manifests"},{"name":"gulp-conventional-changelog@2.0.9","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.0.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5/manifests"},{"name":"conventional-changelog-writer@4.0.2","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.11","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11/manifests"},{"name":"conventional-changelog-core@3.1.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5/manifests"},{"name":"conventional-changelog@3.0.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4/manifests"},{"name":"conventional-recommended-bump@4.0.3","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3/manifests"},{"name":"git-semver-tags@2.0.2","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.8","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8/manifests"},{"name":"standard-changelog@2.0.5","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.10","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10/manifests"},{"name":"conventional-changelog-core@3.1.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.7","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7/manifests"},{"name":"standard-changelog@2.0.4","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4/manifests"},{"name":"conventional-changelog-cli@2.0.9","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9/manifests"},{"name":"conventional-changelog@3.0.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3/manifests"},{"name":"conventional-changelog-core@3.1.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.8","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8/manifests"},{"name":"conventional-changelog@3.0.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2/manifests"},{"name":"conventional-changelog-core@3.1.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2/manifests"},{"name":"standard-changelog@2.0.3","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.6","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6/manifests"},{"name":"conventional-changelog@3.0.1","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.5","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.7","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7/manifests"},{"name":"conventional-changelog-express@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1/manifests"},{"name":"git-raw-commits@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4/manifests"},{"name":"git-semver-tags@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1/manifests"},{"name":"conventional-changelog-core@3.1.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1/manifests"},{"name":"conventional-changelog-eslint@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1/manifests"},{"name":"conventional-changelog@3.0.0","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0/manifests"},{"name":"conventional-changelog-jquery@3.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4/manifests"},{"name":"conventional-changelog-jshint@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1/manifests"},{"name":"conventional-changelog-preset-loader@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2/manifests"},{"name":"conventional-changelog-writer@4.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2/manifests"},{"name":"standard-changelog@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2/manifests"},{"name":"conventional-commits-filter@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1/manifests"},{"name":"conventional-commits-parser@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2/manifests"},{"name":"conventional-changelog-atom@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.6","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1/manifests"},{"name":"conventional-changelog-jquery@3.0.3","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.5","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.4","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.2","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1/manifests"},{"name":"conventional-changelog-core@3.1.0","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0/manifests"},{"name":"conventional-changelog-ember@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1/manifests"},{"name":"standard-changelog@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2/manifests"},{"name":"conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1/manifests"},{"name":"conventional-changelog-angular@5.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0/manifests"},{"name":"conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1/manifests"},{"name":"conventional-changelog-codemirror@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0/manifests"},{"name":"conventional-changelog-ember@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-atom@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0/manifests"},{"name":"conventional-changelog-eslint@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0/manifests"},{"name":"conventional-changelog-express@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0/manifests"},{"name":"conventional-changelog-jquery@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0/manifests"},{"name":"conventional-changelog-jshint@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0/manifests"},{"name":"conventional-recommended-bump@4.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1/manifests"},{"name":"conventional-changelog-angular@4.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%404.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1/manifests"},{"name":"conventional-changelog-eslint@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0/manifests"},{"name":"standard-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0/manifests"},{"name":"git-semver-tags@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0/manifests"},{"name":"git-raw-commits@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0/manifests"},{"name":"conventional-recommended-bump@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0/manifests"},{"name":"conventional-commits-parser@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0/manifests"},{"name":"conventional-commits-filter@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0/manifests"},{"name":"conventional-changelog-jshint@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0/manifests"},{"name":"conventional-changelog-express@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0/manifests"},{"name":"conventional-changelog-ember@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0/manifests"},{"name":"conventional-changelog-core@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0/manifests"},{"name":"conventional-changelog-codemirror@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0/manifests"},{"name":"conventional-changelog-atom@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0/manifests"},{"name":"conventional-changelog-angular@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0/manifests"},{"name":"conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.22","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22/manifests"},{"name":"conventional-changelog-ember@0.3.12","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12/manifests"},{"name":"conventional-changelog-jquery@1.3.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9/manifests"},{"name":"conventional-recommended-bump@2.0.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9/manifests"},{"name":"gulp-conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-angular@3.0.7","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7/manifests"},{"name":"standard-changelog@1.0.19","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19/manifests"},{"name":"conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-core@2.0.11","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11/manifests"},{"name":"conventional-changelog-angular@3.0.6","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6/manifests"},{"name":"conventional-changelog-atom@0.2.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8/manifests"},{"name":"conventional-changelog-jshint@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8/manifests"},{"name":"gulp-conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-writer@3.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9/manifests"},{"name":"conventional-changelog-cli@1.3.21","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21/manifests"},{"name":"standard-changelog@1.0.18","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18/manifests"},{"name":"conventional-changelog-codemirror@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8/manifests"},{"name":"conventional-changelog-core@2.0.10","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10/manifests"},{"name":"conventional-changelog-ember@0.3.11","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11/manifests"},{"name":"conventional-changelog-eslint@1.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9/manifests"},{"name":"conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-jquery@1.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8/manifests"},{"name":"conventional-changelog-writer@3.0.8","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.10","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10/manifests"},{"name":"conventional-changelog-core@2.0.9","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9/manifests"},{"name":"conventional-changelog-cli@1.3.20","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20/manifests"},{"name":"conventional-changelog-angular@3.0.5","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5/manifests"},{"name":"conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22/manifests"},{"name":"standard-changelog@1.0.17","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17/manifests"},{"name":"gulp-conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-jshint@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7/manifests"},{"name":"conventional-changelog-preset-loader@1.1.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8/manifests"},{"name":"conventional-changelog-angular@3.0.4","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4/manifests"},{"name":"conventional-commits-parser@2.1.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7/manifests"},{"name":"standard-changelog@1.0.16","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16/manifests"},{"name":"conventional-changelog-core@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8/manifests"},{"name":"conventional-changelog-writer@3.0.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7/manifests"},{"name":"gulp-conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-cli@1.3.19","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19/manifests"},{"name":"git-semver-tags@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6/manifests"},{"name":"git-raw-commits@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6/manifests"},{"name":"conventional-recommended-bump@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.9","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9/manifests"},{"name":"conventional-changelog-atom@0.2.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7/manifests"},{"name":"conventional-changelog-eslint@1.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8/manifests"},{"name":"conventional-changelog-express@0.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6/manifests"},{"name":"conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-jquery@1.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7/manifests"},{"name":"conventional-changelog-codemirror@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7/manifests"},{"name":"conventional-changelog-jquery@1.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6/manifests"},{"name":"conventional-changelog-angular@3.0.3","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3/manifests"},{"name":"conventional-changelog-atom@0.2.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6/manifests"},{"name":"conventional-changelog-cli@1.3.18","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18/manifests"},{"name":"conventional-changelog-codemirror@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6/manifests"},{"name":"conventional-changelog-core@2.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7/manifests"},{"name":"conventional-changelog-ember@0.3.8","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8/manifests"},{"name":"conventional-changelog-eslint@1.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7/manifests"},{"name":"conventional-changelog-jshint@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6/manifests"},{"name":"conventional-changelog-writer@3.0.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6/manifests"},{"name":"standard-changelog@1.0.15","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15/manifests"},{"name":"gulp-conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-angular@3.0.2","sha":"1cc079df803f58b52c8aa997fff43e9c162266e7","kind":"tag","published_at":"2018-03-22T14:14:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2/manifests"},{"name":"conventional-changelog-jshint@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5/manifests"},{"name":"standard-changelog@1.0.14","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14/manifests"},{"name":"gulp-conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19/manifests"},{"name":"git-semver-tags@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5/manifests"},{"name":"git-raw-commits@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7/manifests"},{"name":"conventional-commits-parser@2.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6/manifests"},{"name":"conventional-commits-filter@1.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5/manifests"},{"name":"conventional-changelog-preset-loader@1.1.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7/manifests"},{"name":"conventional-changelog-jquery@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5/manifests"},{"name":"conventional-changelog-express@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6/manifests"},{"name":"conventional-changelog-ember@0.3.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7/manifests"},{"name":"conventional-changelog-core@2.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5/manifests"},{"name":"conventional-changelog-cli@1.3.17","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17/manifests"},{"name":"conventional-changelog-atom@0.2.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5/manifests"},{"name":"conventional-changelog-angular@3.0.1","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1/manifests"},{"name":"conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19/manifests"},{"name":"conventional-changelog-angular@3.0.0","sha":"49997aaba373502e5b38bd366846934641e95799","kind":"tag","published_at":"2018-03-22T13:45:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0/manifests"},{"name":"conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-cli@1.3.16","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16/manifests"},{"name":"conventional-changelog-eslint@1.0.5","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5/manifests"},{"name":"gulp-conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18/manifests"},{"name":"conventional-commits-parser@2.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5/manifests"},{"name":"conventional-commits-filter@1.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5/manifests"},{"name":"conventional-changelog-writer@3.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6/manifests"},{"name":"conventional-changelog-jshint@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4/manifests"},{"name":"conventional-changelog-jquery@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4/manifests"},{"name":"conventional-changelog-express@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4/manifests"},{"name":"standard-changelog@1.0.13","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13/manifests"},{"name":"conventional-changelog-ember@0.3.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4/manifests"},{"name":"gulp-conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17/manifests"},{"name":"git-semver-tags@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4/manifests"},{"name":"git-raw-commits@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4/manifests"},{"name":"conventional-recommended-bump@2.0.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6/manifests"},{"name":"conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17/manifests"},{"name":"conventional-changelog-angular@1.6.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6/manifests"},{"name":"conventional-changelog-atom@0.2.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4/manifests"},{"name":"conventional-changelog-cli@1.3.15","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15/manifests"},{"name":"conventional-changelog-codemirror@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5/manifests"},{"name":"conventional-changelog-core@2.0.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4/manifests"},{"name":"conventional-changelog-ember@0.3.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5/manifests"},{"name":"conventional-changelog-eslint@1.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3/manifests"},{"name":"git-raw-commits@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3/manifests"},{"name":"conventional-changelog-atom@0.2.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3/manifests"},{"name":"conventional-changelog-jshint@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3/manifests"},{"name":"conventional-changelog-angular@1.6.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5/manifests"},{"name":"conventional-changelog-jquery@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5/manifests"},{"name":"conventional-changelog-cli@1.3.14","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14/manifests"},{"name":"conventional-changelog-writer@3.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3/manifests"},{"name":"conventional-changelog-codemirror@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3/manifests"},{"name":"conventional-commits-filter@1.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4/manifests"},{"name":"conventional-commits-parser@2.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4/manifests"},{"name":"git-semver-tags@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3/manifests"},{"name":"gulp-conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16/manifests"},{"name":"standard-changelog@1.0.12","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12/manifests"},{"name":"conventional-changelog-express@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3/manifests"},{"name":"conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15/manifests"},{"name":"gulp-conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15/manifests"},{"name":"conventional-changelog-cli@1.3.13","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13/manifests"},{"name":"conventional-recommended-bump@2.0.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4/manifests"},{"name":"gulp-conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14/manifests"},{"name":"git-semver-tags@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2/manifests"},{"name":"git-raw-commits@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2/manifests"},{"name":"conventional-recommended-bump@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3/manifests"},{"name":"standard-changelog@1.0.11","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11/manifests"},{"name":"conventional-changelog-writer@3.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2/manifests"},{"name":"conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14/manifests"},{"name":"conventional-changelog-angular@1.6.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4/manifests"},{"name":"conventional-changelog-atom@0.2.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2/manifests"},{"name":"conventional-changelog-cli@1.3.12","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12/manifests"},{"name":"conventional-changelog-codemirror@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2/manifests"},{"name":"conventional-changelog-core@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.3.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4/manifests"},{"name":"conventional-changelog-eslint@1.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2/manifests"},{"name":"conventional-changelog-express@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2/manifests"},{"name":"conventional-changelog-jquery@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2/manifests"},{"name":"conventional-changelog-jshint@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2/manifests"},{"name":"conventional-commits-filter@1.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3/manifests"},{"name":"conventional-commits-parser@2.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3/manifests"},{"name":"gulp-conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13/manifests"},{"name":"git-semver-tags@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1/manifests"},{"name":"git-raw-commits@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1/manifests"},{"name":"conventional-recommended-bump@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2/manifests"},{"name":"conventional-commits-parser@2.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2/manifests"},{"name":"conventional-commits-filter@1.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2/manifests"},{"name":"conventional-changelog-writer@3.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1/manifests"},{"name":"conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13/manifests"},{"name":"standard-changelog@1.0.10","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10/manifests"},{"name":"conventional-changelog-jquery@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1/manifests"},{"name":"conventional-changelog-express@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1/manifests"},{"name":"conventional-changelog-ember@0.3.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2/manifests"},{"name":"conventional-changelog-codemirror@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1/manifests"},{"name":"conventional-changelog-cli@1.3.11","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11/manifests"},{"name":"conventional-changelog-atom@0.2.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1/manifests"},{"name":"conventional-changelog-angular@1.6.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3/manifests"},{"name":"conventional-changelog-jshint@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1/manifests"},{"name":"gulp-conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12/manifests"},{"name":"conventional-changelog-cli@1.3.10","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10/manifests"},{"name":"conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12/manifests"},{"name":"conventional-recommended-bump@2.0.1","sha":"a4f0aa902d3e966fe6d6b1d46f2130838524cfbf","kind":"tag","published_at":"2018-02-12T14:54:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1/manifests"},{"name":"conventional-recommended-bump@2.0.0","sha":"9885d205ed96338575335652d006f475408e1195","kind":"tag","published_at":"2018-02-12T14:30:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0/manifests"},{"name":"conventional-changelog-preset-loader@1.1.2","sha":"a450d974237d440009ec3fb4c63974cf066e8f79","kind":"tag","published_at":"2018-02-12T04:07:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.1","sha":"5af1f00dcc4e1f9c3299bc7feb322a88b711f042","kind":"tag","published_at":"2018-02-09T04:17:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.0","sha":"c3eb36dbc52f383df6f3dcf3a3870b01ceee0b8b","kind":"tag","published_at":"2018-02-08T14:46:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0/manifests"},{"name":"conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11/manifests"},{"name":"standard-changelog@1.0.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9/manifests"},{"name":"gulp-conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11/manifests"},{"name":"conventional-recommended-bump@1.2.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1/manifests"},{"name":"conventional-commits-parser@2.1.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1/manifests"},{"name":"conventional-changelog-ember@0.3.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2/manifests"},{"name":"conventional-changelog-core@2.0.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1/manifests"},{"name":"conventional-changelog-cli@1.3.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9/manifests"},{"name":"conventional-changelog-angular@1.6.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2/manifests"},{"name":"conventional-changelog-cli@1.3.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8/manifests"},{"name":"conventional-changelog-core@2.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0/manifests"},{"name":"conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10/manifests"},{"name":"conventional-changelog-angular@1.6.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1/manifests"},{"name":"conventional-recommended-bump@1.2.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0/manifests"},{"name":"git-semver-tags@1.3.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0/manifests"},{"name":"gulp-conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10/manifests"},{"name":"standard-changelog@1.0.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0/manifests"},{"name":"conventional-changelog-writer@3.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0/manifests"},{"name":"conventional-changelog-atom@0.2.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0/manifests"},{"name":"conventional-changelog-codemirror@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0/manifests"},{"name":"conventional-changelog-cli@1.3.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7/manifests"},{"name":"conventional-changelog-core@1.9.5","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5/manifests"},{"name":"conventional-changelog-ember@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0/manifests"},{"name":"conventional-changelog-eslint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0/manifests"},{"name":"conventional-changelog-express@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0/manifests"},{"name":"conventional-changelog-jquery@1.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0/manifests"},{"name":"conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9/manifests"},{"name":"gulp-conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-jshint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0/manifests"},{"name":"standard-changelog@1.0.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7/manifests"},{"name":"conventional-changelog-angular@1.6.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0/manifests"},{"name":"conventional-commits-parser@2.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0/manifests"},{"name":"conventional-changelog-writer@2.0.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.2.10","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10/manifests"},{"name":"conventional-changelog-core@1.9.4","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4/manifests"},{"name":"conventional-changelog-cli@1.3.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6/manifests"},{"name":"conventional-changelog-angular@1.5.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3/manifests"},{"name":"conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8/manifests"},{"name":"conventional-recommended-bump@1.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0/manifests"},{"name":"gulp-conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8/manifests"},{"name":"standard-changelog@1.0.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6/manifests"},{"name":"conventional-commits-filter@1.1.1","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1/manifests"},{"name":"conventional-changelog-angular@1.5.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2/manifests"},{"name":"conventional-changelog-core@1.9.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3/manifests"},{"name":"conventional-changelog-ember@0.2.9","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9/manifests"},{"name":"conventional-changelog-eslint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%400.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1/manifests"},{"name":"conventional-changelog-express@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1/manifests"},{"name":"conventional-changelog-jquery@1.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1/manifests"},{"name":"conventional-changelog-jshint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1/manifests"},{"name":"conventional-changelog-writer@2.0.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2/manifests"},{"name":"conventional-commits-filter@1.1.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0/manifests"},{"name":"conventional-commits-parser@2.0.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1/manifests"},{"name":"conventional-recommended-bump@1.0.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3/manifests"},{"name":"git-raw-commits@1.3.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0/manifests"},{"name":"git-semver-tags@1.2.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3/manifests"},{"name":"gulp-conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7/manifests"},{"name":"standard-changelog@1.0.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5/manifests"},{"name":"conventional-changelog-codemirror@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1/manifests"},{"name":"conventional-changelog-cli@1.3.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5/manifests"},{"name":"conventional-changelog-atom@0.1.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2/manifests"},{"name":"conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7/manifests"},{"name":"@marionebl/conventional-commits-parser@3.0.0","sha":"edf4068ce4c3ea6ac5b61323473ab655be5eb895","kind":"tag","published_at":"2017-11-01T07:09:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/@marionebl/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/@marionebl/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@%40marionebl%2Fconventional-commits-parser%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2/manifests"},{"name":"git-semver-tags@1.2.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2/manifests"},{"name":"gulp-conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-ember@0.2.8","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8/manifests"},{"name":"conventional-changelog-core@1.9.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2/manifests"},{"name":"standard-changelog@1.0.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4/manifests"},{"name":"conventional-changelog-cli@1.3.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4/manifests"},{"name":"conventional-changelog-angular@1.5.1","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1/manifests"},{"name":"conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5/manifests"},{"name":"standard-changelog@1.0.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3/manifests"},{"name":"conventional-changelog-writer@2.0.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1/manifests"},{"name":"conventional-changelog-angular@1.5.0","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0/manifests"},{"name":"conventional-changelog-cli@1.3.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3/manifests"},{"name":"conventional-changelog-core@1.9.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1/manifests"},{"name":"conventional-changelog-ember@0.2.7","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7/manifests"},{"name":"gulp-conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5/manifests"},{"name":"gulp-conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4/manifests"},{"name":"conventional-changelog-writer@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0/manifests"},{"name":"conventional-commits-parser@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1/manifests"},{"name":"git-semver-tags@1.2.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1/manifests"},{"name":"standard-changelog@1.0.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2/manifests"},{"name":"conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4/manifests"},{"name":"conventional-changelog-angular@1.4.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0/manifests"},{"name":"conventional-changelog-atom@0.1.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1/manifests"},{"name":"conventional-changelog-cli@1.3.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2/manifests"},{"name":"conventional-changelog-codemirror@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0/manifests"},{"name":"conventional-changelog-core@1.9.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0/manifests"},{"name":"conventional-changelog-ember@0.2.6","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6/manifests"},{"name":"conventional-changelog-eslint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%400.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0/manifests"},{"name":"conventional-changelog-express@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0/manifests"},{"name":"conventional-changelog-jquery@1.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0/manifests"},{"name":"conventional-changelog-jshint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0/manifests"},{"name":"conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3/manifests"},{"name":"standard-changelog@1.0.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1/manifests"},{"name":"gulp-conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3/manifests"},{"name":"conventional-changelog-ember@0.2.5","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5/manifests"},{"name":"conventional-changelog-core@1.8.0","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.8.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0/manifests"},{"name":"conventional-changelog-cli@1.3.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1/manifests"},{"name":"conventional-changelog-angular@1.3.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3/manifests"},{"name":"standard-changelog@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0/manifests"},{"name":"conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2/manifests"},{"name":"conventional-changelog-angular@1.3.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2/manifests"},{"name":"conventional-changelog-cli@1.3.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0/manifests"},{"name":"conventional-changelog-core@1.7.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.7.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0/manifests"},{"name":"conventional-changelog-ember@0.2.4","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4/manifests"},{"name":"conventional-recommended-bump@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0/manifests"},{"name":"git-raw-commits@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0/manifests"},{"name":"git-semver-tags@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0/manifests"},{"name":"gulp-conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2/manifests"},{"name":"gulp-conventional-changelog@1.1.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"tag","published_at":"2017-03-10T05:35:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0/manifests"},{"name":"conventional-changelog-angular@1.3.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1/manifests"},{"name":"gulp-conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1/manifests"},{"name":"standard-changelog@0.0.2","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@0.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%400.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2/manifests"},{"name":"conventional-changelog-cli@1.2.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1/manifests"},{"name":"conventional-changelog-ember@0.2.3","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3/manifests"},{"name":"conventional-changelog-core@1.6.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0/manifests"},{"name":"conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-cli@1.2.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:01:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0/manifests"},{"name":"conventional-changelog-core@1.5.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:00:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0/manifests"},{"name":"git-raw-commits@1.1.2","sha":"f5fe78b1f15791cb0499744bf278dff22b52732f","kind":"tag","published_at":"2017-03-09T07:37:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2/manifests"},{"name":"git-semver-tags@1.1.2","sha":"7be07c7c0f49572b1c0e9c98f004b599d8b5bb1a","kind":"tag","published_at":"2017-03-09T07:35:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2/manifests"},{"name":"v1.1.0","sha":"600d411569271467389c3cbe71f7f657980e89a1","kind":"tag","published_at":"2016-02-13T06:59:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"9591280a8d09220aced3383abe3bc7ecbb34b503","kind":"tag","published_at":"2016-02-13T06:37:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"beef421f56939190a4ca30c28788eda1b3f9480d","kind":"tag","published_at":"2016-02-05T13:49:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"c8e90ab7fddd0b98855913e73fc12f9dc9dc81b1","kind":"tag","published_at":"2016-02-05T12:59:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0/manifests"},{"name":"v0.5.3","sha":"d79ce243223260b153699b99de0503698546ea63","kind":"tag","published_at":"2015-12-25T05:07:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"9e7b771072a2680c6c335fcad38003aade53213e","kind":"tag","published_at":"2015-12-23T12:24:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"4bf7d8df29f7be29552b82ec2b7112fad0c39a3e","kind":"tag","published_at":"2015-10-20T09:52:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"5ca2204b472704543ebbc744a22f8f90ec659659","kind":"tag","published_at":"2015-09-30T08:49:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"e5f2f3bc675e2c7e5cc6aa0ed50da7941833e492","kind":"tag","published_at":"2015-09-04T03:16:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"7536a0b351cc4f2764e71cbc268a178ab595259d","kind":"tag","published_at":"2015-08-17T01:28:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"56fa3d92620a41a875b3337fa51d04d6df23b1a8","kind":"tag","published_at":"2015-08-15T12:34:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"eefec0ef598a92e78510ee8626fd9bbcdb1398e4","kind":"tag","published_at":"2015-08-15T11:19:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0/manifests"},{"name":"v0.3.2","sha":"74b99dca61eafd56ba93605016b086a1108e77fe","kind":"tag","published_at":"2015-08-13T03:12:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"a1aca9c31a45aded77962bd0defc32e503aec213","kind":"commit","published_at":"2015-08-11T06:23:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"b489672d27ff703337c540f0fbc43f6486a84d99","kind":"commit","published_at":"2015-08-09T03:27:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"12e3cd6b151353dbe7f584adabbe5dd8a28424db","kind":"commit","published_at":"2015-07-24T08:13:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"f437b457b5ea6c105535a360144000f8315db54d","kind":"commit","published_at":"2015-07-24T04:54:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0/manifests"},{"name":"v0.1.3","sha":"c8fa9d0b94f8ac07f162623e4b9e9e68aad82e62","kind":"commit","published_at":"2015-07-22T11:06:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"6ba5d6e4b90a154dbca6ec0f80c66ad5995cd770","kind":"commit","published_at":"2015-07-22T07:10:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c015f8762f70eff2be7b8d7fb82438689239d717","kind":"commit","published_at":"2015-07-20T07:55:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"7253d0fea773e3f7cc0a3fb8278c9da070df26ee","kind":"commit","published_at":"2015-07-20T07:12:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.3","sha":"0c9f1e89bfacec8e08bac8ef96d64e3abdbecda7","kind":"commit","published_at":"2015-07-17T11:02:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"fec1baf43b8c0156682d4014a4fd066bd24ad448","kind":"commit","published_at":"2015-07-17T06:23:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"a5ea0dfada48601b9e3fbec78dd37d70380a2db6","kind":"commit","published_at":"2015-07-15T08:03:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1/manifests"},{"name":"v0.1.0-alpha.3","sha":"9b6cc68a2c17c9671363fe7af5de7ebd3a06aaeb","kind":"commit","published_at":"2015-07-06T01:27:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-alpha.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3/manifests"},{"name":"v0.1.0-alpha.2","sha":"34b0f460c34ecc48af857d8ee5d7038970ba56fb","kind":"commit","published_at":"2015-06-29T12:04:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-alpha.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2/manifests"},{"name":"v0.1.0-alpha.1","sha":"05b3415fc699ab43f3fa33b5ecd040ab5ecdf9e2","kind":"commit","published_at":"2015-06-24T04:42:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-alpha.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1/manifests"},{"name":"v0.0.17","sha":"3cae05244e48af9cf4abbef3114060db585a574c","kind":"commit","published_at":"2015-04-03T02:12:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"c0719ce6ba16778dd34c2cfdc81e7f3c5321409d","kind":"commit","published_at":"2015-03-19T04:15:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"57af04dc3e362c0e327b716279c9143028c6e0da","kind":"commit","published_at":"2015-03-18T20:23:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"69be290efb58a6a92e9ae78d7b37168d293920b5","kind":"commit","published_at":"2015-03-13T21:22:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"15a39d02ba3d666e7820eecbb8c5493ef2f6040a","kind":"commit","published_at":"2015-03-12T23:17:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13/manifests"},{"name":"v0.0.11","sha":"37f5561553c30d8f0f2c949502ea278da64949cd","kind":"tag","published_at":"2014-05-28T13:14:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"ad6f6ec5499d2c902b88da95487862d50e5ad776","kind":"tag","published_at":"2014-05-28T12:51:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"87efbabd9bc2a0fd83255e6cb856961b10aef9eb","kind":"tag","published_at":"2014-05-06T17:11:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"94b12cf69c51264b1edb6c81b50a262f0536894b","kind":"tag","published_at":"2014-04-10T14:45:48.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"1cf17e494fd7d8538c55189c72c0cf57d145ef41","kind":"tag","published_at":"2014-04-10T14:06:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"861f9ec93de28be4185b35815c2b6ab17746eb3f","kind":"commit","published_at":"2014-01-23T19:39:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"3f59f7356c86f30ef8e8754386373c2a8f97b367","kind":"commit","published_at":"2014-01-23T18:59:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6fa2c22464dcd964df604550c2ce2ed1d2f4362b","kind":"commit","published_at":"2014-01-04T21:36:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4/manifests"}]},"repo_metadata_updated_at":"2025-10-31T05:40:12.495Z","dependent_packages_count":1,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":31.979943940947386,"dependent_packages_count":31.998402898858956,"stargazers_count":2.8388673422912785,"forks_count":5.638609719443903,"average":18.11395597538538},"purl":"pkg:maven/org.webjars.npm/conventional-changelog-core","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/maven/org.webjars.npm:conventional-changelog-core","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/maven/org.webjars.npm:conventional-changelog-core","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/maven/org.webjars.npm:conventional-changelog-core/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-10-29T14:29:47.234Z","issues_count":160,"pull_requests_count":531,"avg_time_to_close_issue":29861598.337837838,"avg_time_to_close_pull_request":12509911.262582056,"issues_closed_count":74,"pull_requests_closed_count":457,"pull_request_authors_count":84,"issue_authors_count":135,"avg_comments_per_issue":2.0125,"avg_comments_per_pull_request":1.2391713747645952,"merged_pull_requests_count":337,"bot_issues_count":3,"bot_pull_requests_count":268,"past_year_issues_count":30,"past_year_pull_requests_count":110,"past_year_avg_time_to_close_issue":3046943.3636363638,"past_year_avg_time_to_close_pull_request":1239705.430379747,"past_year_issues_closed_count":11,"past_year_pull_requests_closed_count":79,"past_year_pull_request_authors_count":18,"past_year_issue_authors_count":24,"past_year_avg_comments_per_issue":1.6,"past_year_avg_comments_per_pull_request":0.9181818181818182,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":66,"past_year_merged_pull_requests_count":66,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues","maintainers":[{"login":"dangreen","count":93,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"},{"login":"bcoe","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bcoe"},{"login":"tommywo","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tommywo"}],"active_maintainers":[{"login":"dangreen","count":22,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:conventional-changelog-core/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:conventional-changelog-core/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:conventional-changelog-core/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:conventional-changelog-core/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:conventional-changelog-core/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:conventional-changelog-core/codemeta","maintainers":[],"registry":{"name":"repo1.maven.org","url":"https://repo.maven.apache.org/maven2","ecosystem":"maven","default":true,"packages_count":608406,"maintainers_count":0,"namespaces_count":80807,"keywords_count":34879,"github":"maven-central","metadata":{"funded_packages_count":37828},"icon_url":"https://github.com/maven-central.png","created_at":"2022-07-21T16:40:13.074Z","updated_at":"2026-06-10T05:05:55.821Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/namespaces"}},{"id":1555041,"name":"conventional-commits-parser-teemo","ecosystem":"npm","description":"Parse raw conventional commits","homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-commits-parser#readme","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":["conventional-commits-parser","changelog","conventional","parser","parsing","logs"],"namespace":null,"versions_count":1,"first_release_published_at":"2020-04-08T15:24:58.840Z","latest_release_published_at":"2020-04-08T15:24:58.840Z","latest_release_number":"3.0.8","last_synced_at":"2026-06-03T20:26:57.027Z","created_at":"2022-04-09T05:41:37.804Z","updated_at":"2026-06-03T20:26:57.028Z","registry_url":"https://www.npmjs.com/package/conventional-commits-parser-teemo","install_command":"npm install conventional-commits-parser-teemo","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"3.0.8"}},"repo_metadata":{"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2023-12-13T14:01:16.000Z","size":5365,"stargazers_count":7378,"open_issues_count":247,"forks_count":730,"subscribers_count":56,"default_branch":"master","last_synced_at":"2023-12-13T20:29:44.788Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2023-12-13T16:46:54.000Z","dependencies_parsed_at":"2022-07-13T10:30:31.523Z","dependency_job_id":"5f6d159e-c4c6-405b-9fa7-976ffc4dfa04","html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1464,"total_committers":136,"mean_commits":"10.764705882352942","dds":"0.40095628415300544","last_synced_commit":"58f0887283a200d52e49607baf7b352f26177b05"},"previous_names":[],"tags_count":754,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":176208147,"owners_count":10369122,"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"},"owner_record":{"login":"conventional-changelog","name":"conventional-changelog","uuid":"16443515","kind":"organization","description":"Tools to generate changelogs and release notes from a project's commit messages and metadata.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16443515?v=4","repositories_count":12,"last_synced_at":"2023-04-09T10:54:05.213Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/conventional-changelog","created_at":"2022-11-02T16:25:21.572Z","updated_at":"2023-04-09T10:54:05.313Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog/repositories"},"tags":[{"name":"git-semver-tags-v7.0.1","sha":"fac8045242099c016f5f3905e54e02b7d466bd7b","kind":"commit","published_at":"2023-09-10T23:53:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1/manifests"},{"name":"conventional-changelog-writer-v7.0.1","sha":"e3a643ad39ec3bc4cfb1dff2aa1101333df33dc3","kind":"commit","published_at":"2023-09-10T23:49:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1/manifests"},{"name":"conventional-changelog-v5.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0/manifests"},{"name":"conventional-changelog-cli-v4.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0/manifests"},{"name":"conventional-changelog-core-v7.0.0","sha":"2e467dd39a35c3813597711a37690897183b4abc","kind":"commit","published_at":"2023-09-08T22:03:37.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0/manifests"},{"name":"git-semver-tags-v7.0.0","sha":"a13f788bd505d8253a2d92413fc4a7780e11ec07","kind":"commit","published_at":"2023-09-08T21:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0/manifests"},{"name":"standard-changelog-v5.0.0","sha":"34569c7a3fd2b0362a461517a1f4e20e7eecd9fc","kind":"commit","published_at":"2023-09-08T21:55:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v9.0.0","sha":"ad633d9d81f66ef80d7f77832a264cb0c5b971ef","kind":"commit","published_at":"2023-09-08T21:50:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.2","sha":"50113f9b569259d991f1a734a192964ca71f0118","kind":"commit","published_at":"2023-09-08T21:41:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2/manifests"},{"name":"conventional-changelog-preset-loader-v4.1.0","sha":"a14d2186575f6061f236c9a47d803694b18f8373","kind":"commit","published_at":"2023-09-08T21:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.1","sha":"ca4324b0a690b2595f8b574882ff95329a2dc195","kind":"commit","published_at":"2023-08-27T19:11:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1/manifests"},{"name":"conventional-commits-filter-v4.0.0","sha":"26fc9ea274dc0c62442ec9d97b20a2ebb49138bf","kind":"commit","published_at":"2023-08-27T12:55:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0/manifests"},{"name":"standard-changelog-v4.0.0","sha":"5b788265774bf4b63d3c83a178ca53e8e7095903","kind":"commit","published_at":"2023-08-27T12:50:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-eslint-v5.0.0","sha":"679594c0716275771cc23b314e4362899fe72f87","kind":"commit","published_at":"2023-08-27T12:46:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0/manifests"},{"name":"git-semver-tags-v6.0.0","sha":"1c75c72d9b5d59e3ea4e914c58a85f7559f29602","kind":"commit","published_at":"2023-08-27T12:40:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0/manifests"},{"name":"conventional-recommended-bump-v8.0.0","sha":"624377a24e8e3658bcf2329a9a98f9a7b02a4cb3","kind":"commit","published_at":"2023-08-27T12:33:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0/manifests"},{"name":"conventional-changelog-writer-v7.0.0","sha":"d669bb67dc713cb1e4374e3216ed7d83cde743c5","kind":"commit","published_at":"2023-08-27T12:27:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0/manifests"},{"name":"conventional-changelog-codemirror-v4.0.0","sha":"933fd0b3dd355d648faf57241b796a714004c722","kind":"commit","published_at":"2023-08-27T12:23:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0/manifests"},{"name":"conventional-changelog-express-v4.0.0","sha":"c9e9ceb3a3727659bd117bab01cbc7642d588f06","kind":"commit","published_at":"2023-08-27T12:16:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0/manifests"},{"name":"conventional-changelog-ember-v4.0.0","sha":"5d7c16268f79b7f180e34e997fdb37373d714666","kind":"commit","published_at":"2023-08-27T12:11:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0/manifests"},{"name":"conventional-changelog-jquery-v5.0.0","sha":"d643efb1050dcdaecee626044315644ff9b9e43b","kind":"commit","published_at":"2023-08-27T12:07:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v4.0.0","sha":"636646dd9ae062e9652a7f9ccaf6c329e6e9f924","kind":"commit","published_at":"2023-08-27T12:03:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0/manifests"},{"name":"conventional-changelog-v5.0.0","sha":"7985de3edc9e655369651ad464cb39b791887dc7","kind":"commit","published_at":"2023-08-27T11:58:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.0","sha":"5f0fe40743d8f559ab94ed11bbb4b8bda6fa6dcb","kind":"commit","published_at":"2023-08-27T11:51:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0/manifests"},{"name":"conventional-changelog-angular-v7.0.0","sha":"6c7a2e1a8807988bcb1a9842f72d14be3b1a89e3","kind":"commit","published_at":"2023-08-27T11:46:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0/manifests"},{"name":"conventional-changelog-jshint-v4.0.0","sha":"0204a9a340d2c85411e8de8905bc74c6146e5618","kind":"commit","published_at":"2023-08-27T11:41:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0/manifests"},{"name":"conventional-changelog-atom-v4.0.0","sha":"ab9b2c10e098ec8837d141102549f3eef698364c","kind":"commit","published_at":"2023-08-27T11:36:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0/manifests"},{"name":"conventional-changelog-cli-v4.0.0","sha":"29df6c4597afad27b9cda06f58eb564bcca609c4","kind":"commit","published_at":"2023-08-27T11:21:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0/manifests"},{"name":"conventional-changelog-core-v6.0.0","sha":"45613bbc2d13c798732e4b2bd4b2fa9ea67157d6","kind":"commit","published_at":"2023-08-27T11:17:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v4.0.0","sha":"5a896e3ef3aa9e751fcc74d7c76fa21d6d526cb0","kind":"commit","published_at":"2023-08-27T11:08:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0/manifests"},{"name":"git-raw-commits-v4.0.0","sha":"878fc56b43bc617177bf47fd8643a3b8b86078e5","kind":"commit","published_at":"2023-08-27T11:01:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0/manifests"},{"name":"conventional-commits-parser-v5.0.0","sha":"299de5acbe55a7d19dcdd2adc34681eae7264abf","kind":"commit","published_at":"2023-08-26T17:50:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0/manifests"},{"name":"git-semver-tags-v5.0.1","sha":"87914a362866a380e98a29edf19b2173e0911d8a","kind":"commit","published_at":"2023-07-09T19:10:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1/manifests"},{"name":"conventional-changelog-writer-v6.0.1","sha":"c123edea220b450cfa26813b6f198c3e8ebbd2b4","kind":"commit","published_at":"2023-07-09T14:49:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.2","sha":"83773c5e1a8874ea9809ca9db1dff60b7df1daae","kind":"commit","published_at":"2023-06-28T17:43:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.1.0","sha":"2e5fe6d9574ba896fa90b5bfcb50fb73d28af6d6","kind":"commit","published_at":"2023-06-17T21:30:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v7.0.1","sha":"f251b6899e313a9b23f3c8deb8b8b57217040892","kind":"commit","published_at":"2023-06-06T23:24:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.1","sha":"5b458dff9edf766446449acd1bbb8027a1e39fa5","kind":"commit","published_at":"2023-06-06T23:17:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1/manifests"},{"name":"gulp-conventional-changelog-v3.0.0","sha":"8ef6232797e5bf7c80422221374c53c03d5df36d","kind":"commit","published_at":"2023-06-06T22:50:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0/manifests"},{"name":"standard-changelog-v3.0.0","sha":"ea65f017b42b914ece780fd2fc799a6946912ed8","kind":"commit","published_at":"2023-06-06T22:42:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0/manifests"},{"name":"conventional-changelog-cli-v3.0.0","sha":"f00f4549cee9406054b77057a8135183fcd89710","kind":"commit","published_at":"2023-06-06T22:29:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0/manifests"},{"name":"conventional-changelog-v4.0.0","sha":"1a240f91ed584ed43e7f9c82235ca60eff0f4fa5","kind":"commit","published_at":"2023-06-06T19:50:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-core-v5.0.0","sha":"8507f601486c8ff6806156c50091262dee13ec54","kind":"commit","published_at":"2023-06-06T19:23:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v7.0.0","sha":"e1662ca7a6c688d28a334282a5e863f52866f3e8","kind":"commit","published_at":"2023-06-06T18:39:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v3.0.0","sha":"5d80d155425147a0b045af09536e5962cbfff620","kind":"commit","published_at":"2023-06-06T15:08:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.0.0","sha":"a30fc7ae219cf871b46cbe9d2c76a9730b70e272","kind":"commit","published_at":"2023-06-06T14:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v6.0.0","sha":"aa5d46c7b13b7b31f78af4b3c31c087c39eea41d","kind":"commit","published_at":"2023-06-06T14:46:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0/manifests"},{"name":"conventional-commits-filter-v3.0.0","sha":"502a73fe41aebb7b563c5ca69521e0b1bab904df","kind":"commit","published_at":"2023-06-06T14:32:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0/manifests"},{"name":"conventional-commits-parser-v4.0.0","sha":"9f7fe891e75c64937c28baa39a6c795a01603ab7","kind":"commit","published_at":"2023-06-06T14:24:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0/manifests"},{"name":"git-raw-commits-v3.0.0","sha":"571f2d549f10744a12ab3bc5dc5e0b749cb72667","kind":"commit","published_at":"2023-06-06T14:16:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0/manifests"},{"name":"git-semver-tags-v5.0.0","sha":"445c796d04105d10dd62d07039bc6a7fc9f263a5","kind":"commit","published_at":"2023-06-06T13:51:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0/manifests"},{"name":"conventional-changelog-atom-v3.0.0","sha":"208787aa2f5db8de1c2d43c56d71e6dfb9510781","kind":"commit","published_at":"2023-06-06T13:43:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0/manifests"},{"name":"conventional-changelog-angular-v6.0.0","sha":"c4ebf98acc15f37154aae5de53a225e896c4a157","kind":"commit","published_at":"2023-06-06T13:36:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0/manifests"},{"name":"conventional-changelog-codemirror-v3.0.0","sha":"0772453bee083917a05b9696d063ee3dc69957f9","kind":"commit","published_at":"2023-06-06T13:25:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0/manifests"},{"name":"conventional-changelog-ember-v3.0.0","sha":"e473d0c8af7c0cf8a54f775556796f50f3e695c2","kind":"commit","published_at":"2023-06-06T13:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0/manifests"},{"name":"conventional-changelog-eslint-v4.0.0","sha":"b3b896bc5b9e3ed65dcfc08c57967a252f37cfd1","kind":"commit","published_at":"2023-06-06T12:56:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0/manifests"},{"name":"conventional-changelog-express-v3.0.0","sha":"5594385d1dd2490b0fb508a60b6f30e8be6616ce","kind":"commit","published_at":"2023-06-06T12:37:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0/manifests"},{"name":"conventional-changelog-jquery-v4.0.0","sha":"51a3015a907b2cea900114359c36ce0e9664b72d","kind":"commit","published_at":"2023-06-06T12:17:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0/manifests"},{"name":"conventional-changelog-jshint-v3.0.0","sha":"281e5f883476e90b75cae4373a67436c86e94f6a","kind":"commit","published_at":"2023-06-06T12:02:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v5.0.0","sha":"ba6df7cf62de5f448368bed4398f6ddf633d2cbd","kind":"commit","published_at":"2022-05-27T18:02:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0/manifests"},{"name":"conventional-changelog-writer-v5.0.1","sha":"21b73f974adc4490a318d9c892055655cb82c538","kind":"commit","published_at":"2021-12-29T21:36:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.3","sha":"02757d342290bcf51a49d49e5e72f5eae6c6f6da","kind":"commit","published_at":"2021-12-29T19:52:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3/manifests"},{"name":"conventional-commits-parser-v3.2.4","sha":"1d0f62d4ac4911ef0d912d5401f783b152cee624","kind":"commit","published_at":"2021-12-29T19:46:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4/manifests"},{"name":"git-raw-commits-v2.0.11","sha":"95384dbd105ffe4f86bbc6ccad3e5405a1cbfe04","kind":"commit","published_at":"2021-12-29T19:39:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.2","sha":"1827696185192a8dd258ea7c3370090238b0fb76","kind":"commit","published_at":"2021-12-25T18:06:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2/manifests"},{"name":"conventional-changelog-cli-v2.2.2","sha":"8ce6a7bbd3fae87aa9d56fca68c2e16fbb2cace5","kind":"commit","published_at":"2021-12-25T17:22:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2/manifests"},{"name":"conventional-changelog-v3.1.25","sha":"8e9c3d76aaffd7fe67a78270b3ad9b881e953e7e","kind":"commit","published_at":"2021-12-24T18:50:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25/manifests"},{"name":"conventional-changelog-cli-v2.2.1","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1/manifests"},{"name":"conventional-commits-parser-v3.2.3","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.1","sha":"c35708d56a55e31b750aec1f745e5be52f0a75f2","kind":"commit","published_at":"2021-09-09T19:06:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1/manifests"},{"name":"conventional-commits-parser-v3.2.2","sha":"1bae48ff85eff0736ea6691b7214f3fc9c026256","kind":"commit","published_at":"2021-09-09T14:45:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2/manifests"},{"name":"conventional-changelog-core-v4.2.4","sha":"02fbc2d42d0faf53d4b7a2b0525626088a6ac8ba","kind":"commit","published_at":"2021-09-09T14:37:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4/manifests"},{"name":"conventional-changelog-angular-v5.0.13","sha":"e30343b4676d26b416080294dc74ebba001c0716","kind":"commit","published_at":"2021-09-09T14:31:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v5.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13/manifests"},{"name":"conventional-changelog-core-v4.2.3","sha":"318b555b6ef3aebdb5a8d4c7c734fd7234712dd3","kind":"commit","published_at":"2021-07-03T00:24:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.0","sha":"537c37d7801872c3e57e4200c64154a4d2ea042a","kind":"commit","published_at":"2021-04-30T00:15:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0/manifests"},{"name":"conventional-commits-parser-v3.2.1","sha":"758dda2937b6784f0cc6a535286862fcf95b6f06","kind":"commit","published_at":"2021-02-15T21:32:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1/manifests"},{"name":"git-raw-commits-v2.0.10","sha":"ffecaccb6e117afae9f68f1d48ff9a69554da950","kind":"commit","published_at":"2021-01-27T16:36:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10/manifests"},{"name":"conventional-changelog-writer-v5.0.0","sha":"61ef6491add84b841e1797baf09f62bbdd90dcd4","kind":"commit","published_at":"2020-12-30T22:40:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v6.1.0","sha":"3b0fb22b0bb49137b9ecddaeb349f66025205c57","kind":"commit","published_at":"2020-12-30T16:58:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0/manifests"},{"name":"conventional-changelog-core-v4.2.2","sha":"317eeb3137caff69bcc9a67fce3dc67663a010db","kind":"commit","published_at":"2020-12-30T00:53:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2/manifests"},{"name":"conventional-recommended-bump-v6.0.12","sha":"90ecc5d93bfd7626857eda5d240f92393d896be0","kind":"commit","published_at":"2020-12-30T00:43:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12/manifests"},{"name":"git-raw-commits-v2.0.9","sha":"227f3e23af86912c0cd64fdb1a820ac92e5757c5","kind":"commit","published_at":"2020-12-29T23:59:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9/manifests"},{"name":"conventional-changelog-writer-v4.1.0","sha":"77725cfb12ca3ca22abb9421b4af012a49207e7a","kind":"commit","published_at":"2020-12-29T23:41:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11/manifests"},{"name":"standard-changelog@2.0.27","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27/manifests"},{"name":"gulp-conventional-changelog@2.0.35","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35/manifests"},{"name":"git-semver-tags@4.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1/manifests"},{"name":"git-raw-commits@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8/manifests"},{"name":"conventional-commits-parser@3.2.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0/manifests"},{"name":"conventional-commits-filter@2.0.7","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7/manifests"},{"name":"conventional-changelog-writer@4.0.18","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18/manifests"},{"name":"conventional-changelog-jshint@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9/manifests"},{"name":"conventional-changelog-jquery@3.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11/manifests"},{"name":"conventional-changelog-express@2.0.6","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9/manifests"},{"name":"conventional-changelog-ember@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9/manifests"},{"name":"conventional-changelog-core@4.2.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.5.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1/manifests"},{"name":"conventional-changelog-atom@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8/manifests"},{"name":"conventional-changelog-angular@5.0.12","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12/manifests"},{"name":"conventional-changelog@3.1.24","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24/manifests"},{"name":"conventional-changelog-v3.1.24","sha":"f8fcbc2e8b0834c29178ace6382b438a020ad828","kind":"commit","published_at":"2020-10-25T02:45:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24/manifests"},{"name":"conventional-recommended-bump@6.0.10","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10/manifests"},{"name":"git-semver-tags@4.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0/manifests"},{"name":"standard-changelog@2.0.26","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26/manifests"},{"name":"gulp-conventional-changelog@2.0.34","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34/manifests"},{"name":"conventional-changelog-cli@2.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0/manifests"},{"name":"conventional-changelog@3.1.23","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23/manifests"},{"name":"conventional-changelog-core@4.2.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.4.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.1","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1/manifests"},{"name":"conventional-changelog-angular@5.0.11","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11/manifests"},{"name":"conventional-changelog@3.1.22","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22/manifests"},{"name":"standard-changelog@2.0.25","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25/manifests"},{"name":"conventional-changelog-writer@4.0.17","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17/manifests"},{"name":"gulp-conventional-changelog@2.0.33","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33/manifests"},{"name":"conventional-changelog-jshint@2.0.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8/manifests"},{"name":"conventional-changelog-core@4.1.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8/manifests"},{"name":"conventional-changelog-cli@2.0.35","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35/manifests"},{"name":"conventional-changelog-writer@4.0.16","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16/manifests"},{"name":"conventional-changelog-core@4.1.7","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7/manifests"},{"name":"conventional-changelog@3.1.21","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21/manifests"},{"name":"conventional-changelog-cli@2.0.34","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34/manifests"},{"name":"standard-changelog@2.0.24","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24/manifests"},{"name":"gulp-conventional-changelog@2.0.32","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32/manifests"},{"name":"conventional-changelog-jshint@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7/manifests"},{"name":"conventional-changelog-jquery@3.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10/manifests"},{"name":"conventional-changelog-express@2.0.5","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5/manifests"},{"name":"conventional-changelog-eslint@3.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8/manifests"},{"name":"conventional-changelog-ember@2.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8/manifests"},{"name":"conventional-changelog-core@4.1.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7/manifests"},{"name":"conventional-changelog-cli@2.0.33","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33/manifests"},{"name":"conventional-changelog-atom@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7/manifests"},{"name":"conventional-changelog-angular@5.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10/manifests"},{"name":"conventional-changelog@3.1.20","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20/manifests"},{"name":"conventional-commits-filter@2.0.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6/manifests"},{"name":"conventional-commits-parser@3.1.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.9","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9/manifests"},{"name":"git-raw-commits@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7/manifests"},{"name":"git-semver-tags@4.0.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.31","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31/manifests"},{"name":"standard-changelog@2.0.23","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23/manifests"},{"name":"conventional-changelog-writer@4.0.15","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15/manifests"},{"name":"conventional-changelog-preset-loader@2.3.4","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4/manifests"},{"name":"conventional-changelog-preset-loader-v2.3.2","sha":"9f6c56cb960a5043823cfb85b9843991201cbb51","kind":"commit","published_at":"2020-05-08T19:21:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v2.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2/manifests"},{"name":"conventional-changelog@3.1.19","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19/manifests"},{"name":"conventional-changelog-cli@2.0.32","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32/manifests"},{"name":"conventional-changelog-core@4.1.5","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5/manifests"},{"name":"gulp-conventional-changelog@2.0.30","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30/manifests"},{"name":"standard-changelog@2.0.22","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22/manifests"},{"name":"standard-changelog@2.0.21","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21/manifests"},{"name":"gulp-conventional-changelog@2.0.29","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29/manifests"},{"name":"conventional-changelog@3.1.18","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18/manifests"},{"name":"conventional-changelog-cli@2.0.31","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31/manifests"},{"name":"conventional-changelog-core@4.1.4","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4/manifests"},{"name":"conventional-changelog-core@4.1.3","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.30","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30/manifests"},{"name":"conventional-changelog@3.1.17","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17/manifests"},{"name":"standard-changelog@2.0.20","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20/manifests"},{"name":"gulp-conventional-changelog@2.0.28","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28/manifests"},{"name":"conventional-changelog@3.1.16","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16/manifests"},{"name":"gulp-conventional-changelog@2.0.27","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27/manifests"},{"name":"standard-changelog@2.0.19","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19/manifests"},{"name":"conventional-changelog-core@4.1.2","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.29","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29/manifests"},{"name":"conventional-changelog-cli@2.0.28","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28/manifests"},{"name":"conventional-changelog@3.1.15","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15/manifests"},{"name":"standard-changelog@2.0.18","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18/manifests"},{"name":"conventional-recommended-bump@6.0.5","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5/manifests"},{"name":"git-semver-tags@3.0.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1/manifests"},{"name":"git-raw-commits@2.0.3","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.26","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26/manifests"},{"name":"conventional-commits-parser@3.0.8","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.11","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11/manifests"},{"name":"conventional-changelog-core@4.1.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1/manifests"},{"name":"standard-changelog@2.0.17","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17/manifests"},{"name":"gulp-conventional-changelog@2.0.25","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25/manifests"},{"name":"conventional-recommended-bump@6.0.4","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4/manifests"},{"name":"conventional-commits-parser@3.0.7","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7/manifests"},{"name":"conventional-changelog-core@4.1.0","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.3","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3/manifests"},{"name":"conventional-changelog-cli@2.0.27","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27/manifests"},{"name":"conventional-changelog-angular@5.0.6","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6/manifests"},{"name":"conventional-changelog@3.1.14","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14/manifests"},{"name":"conventional-changelog@3.1.13","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13/manifests"},{"name":"conventional-changelog-cli@2.0.26","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.2","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2/manifests"},{"name":"conventional-changelog-core@4.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3/manifests"},{"name":"conventional-changelog-preset-loader@2.3.0","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0/manifests"},{"name":"conventional-changelog-writer@4.0.10","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10/manifests"},{"name":"conventional-commits-parser@3.0.6","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6/manifests"},{"name":"conventional-recommended-bump@6.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.24","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24/manifests"},{"name":"standard-changelog@2.0.16","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16/manifests"},{"name":"conventional-changelog-jshint@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.9","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9/manifests"},{"name":"conventional-commits-parser@3.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5/manifests"},{"name":"conventional-changelog@3.1.12","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12/manifests"},{"name":"gulp-conventional-changelog@2.0.23","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23/manifests"},{"name":"standard-changelog@2.0.15","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15/manifests"},{"name":"conventional-recommended-bump@6.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5/manifests"},{"name":"conventional-changelog-atom@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.25","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25/manifests"},{"name":"conventional-changelog-codemirror@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.1","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1/manifests"},{"name":"conventional-changelog-core@4.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2/manifests"},{"name":"conventional-changelog-ember@2.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4/manifests"},{"name":"conventional-changelog-eslint@3.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.6","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6/manifests"},{"name":"conventional-changelog-cli@2.0.24","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24/manifests"},{"name":"standard-changelog@2.0.14","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14/manifests"},{"name":"gulp-conventional-changelog@2.0.22","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22/manifests"},{"name":"conventional-recommended-bump@6.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1/manifests"},{"name":"conventional-commits-parser@3.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4/manifests"},{"name":"conventional-changelog-writer@4.0.8","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8/manifests"},{"name":"conventional-changelog-jshint@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.5","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5/manifests"},{"name":"conventional-changelog-eslint@3.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3/manifests"},{"name":"conventional-changelog-ember@2.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3/manifests"},{"name":"conventional-changelog-core@4.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.0","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2/manifests"},{"name":"conventional-changelog-atom@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4/manifests"},{"name":"conventional-changelog@3.1.11","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11/manifests"},{"name":"conventional-recommended-bump@6.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.7","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7/manifests"},{"name":"conventional-changelog-preset-loader@2.2.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0/manifests"},{"name":"conventional-changelog-core@4.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.1.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0/manifests"},{"name":"conventional-changelog-cli@2.0.23","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23/manifests"},{"name":"conventional-changelog@3.1.10","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10/manifests"},{"name":"standard-changelog@2.0.13","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13/manifests"},{"name":"gulp-conventional-changelog@2.0.21","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21/manifests"},{"name":"git-semver-tags@3.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0/manifests"},{"name":"git-semver-tags@2.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3/manifests"},{"name":"conventional-commits-parser@3.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.6","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6/manifests"},{"name":"conventional-changelog@3.1.9","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9/manifests"},{"name":"conventional-changelog-cli@2.0.22","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22/manifests"},{"name":"conventional-changelog-conventionalcommits@4.0.0","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0/manifests"},{"name":"conventional-changelog-core@3.2.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3/manifests"},{"name":"standard-changelog@2.0.12","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.20","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20/manifests"},{"name":"conventional-recommended-bump@5.0.1","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.19","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19/manifests"},{"name":"conventional-changelog-cli@2.0.21","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21/manifests"},{"name":"conventional-changelog@3.1.8","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8/manifests"},{"name":"standard-changelog@2.0.11","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.2","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2/manifests"},{"name":"conventional-changelog@3.1.7","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7/manifests"},{"name":"gulp-conventional-changelog@2.0.18","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18/manifests"},{"name":"conventional-changelog-cli@2.0.20","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.1","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.17","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17/manifests"},{"name":"conventional-changelog-cli@2.0.19","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0/manifests"},{"name":"conventional-changelog@3.1.6","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6/manifests"},{"name":"conventional-recommended-bump@5.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.16","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16/manifests"},{"name":"conventional-changelog@3.1.5","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5/manifests"},{"name":"conventional-changelog-cli@2.0.18","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18/manifests"},{"name":"conventional-changelog-conventionalcommits@2.0.0","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.2","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.17","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17/manifests"},{"name":"conventional-changelog@3.1.4","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.15","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15/manifests"},{"name":"gulp-conventional-changelog@2.0.14","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14/manifests"},{"name":"conventional-changelog-writer@4.0.5","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.16","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16/manifests"},{"name":"conventional-changelog-core@3.2.2","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2/manifests"},{"name":"conventional-changelog@3.1.3","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3/manifests"},{"name":"standard-changelog@2.0.10","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10/manifests"},{"name":"conventional-changelog@3.1.2","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2/manifests"},{"name":"conventional-changelog-core@3.2.1","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1/manifests"},{"name":"conventional-changelog-cli@2.0.15","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15/manifests"},{"name":"standard-changelog@2.0.9","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9/manifests"},{"name":"gulp-conventional-changelog@2.0.13","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13/manifests"},{"name":"conventional-recommended-bump@4.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1/manifests"},{"name":"conventional-changelog-preset-loader@2.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.14","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14/manifests"},{"name":"conventional-changelog@3.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1/manifests"},{"name":"gulp-conventional-changelog@2.0.12","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12/manifests"},{"name":"conventional-changelog-cli@2.0.13","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13/manifests"},{"name":"conventional-changelog-core@3.2.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0/manifests"},{"name":"conventional-changelog-eslint@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0/manifests"},{"name":"conventional-changelog@3.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0/manifests"},{"name":"gulp-conventional-changelog@2.0.11","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11/manifests"},{"name":"git-raw-commits@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0/manifests"},{"name":"standard-changelog@2.0.8","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.4","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4/manifests"},{"name":"conventional-commits-parser@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2/manifests"},{"name":"conventional-commits-filter@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2/manifests"},{"name":"standard-changelog@2.0.7","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7/manifests"},{"name":"conventional-changelog-cli@2.0.12","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.10","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10/manifests"},{"name":"conventional-changelog-writer@4.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3/manifests"},{"name":"conventional-changelog-core@3.1.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6/manifests"},{"name":"conventional-changelog-angular@5.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3/manifests"},{"name":"conventional-changelog@3.0.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6/manifests"},{"name":"conventional-recommended-bump@4.0.4","sha":"da729f68f9dc581623deb587c705ef65d189a9f4","kind":"tag","published_at":"2018-11-01T06:56:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4/manifests"},{"name":"standard-changelog@2.0.6","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6/manifests"},{"name":"conventional-changelog-writer@4.0.2","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2/manifests"},{"name":"conventional-changelog-core@3.1.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5/manifests"},{"name":"conventional-changelog-cli@2.0.11","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11/manifests"},{"name":"gulp-conventional-changelog@2.0.9","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.0.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5/manifests"},{"name":"standard-changelog@2.0.5","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5/manifests"},{"name":"conventional-changelog@3.0.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.8","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.0.10","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10/manifests"},{"name":"git-semver-tags@2.0.2","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.3","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3/manifests"},{"name":"conventional-changelog-core@3.1.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.7","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7/manifests"},{"name":"standard-changelog@2.0.4","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4/manifests"},{"name":"conventional-changelog@3.0.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3/manifests"},{"name":"conventional-changelog-core@3.1.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.9","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9/manifests"},{"name":"conventional-changelog-cli@2.0.8","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8/manifests"},{"name":"conventional-changelog-core@3.1.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2/manifests"},{"name":"gulp-conventional-changelog@2.0.6","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6/manifests"},{"name":"conventional-changelog@3.0.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2/manifests"},{"name":"standard-changelog@2.0.3","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.5","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.7","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7/manifests"},{"name":"conventional-changelog@3.0.1","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1/manifests"},{"name":"conventional-changelog-jquery@3.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4/manifests"},{"name":"conventional-changelog@3.0.0","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0/manifests"},{"name":"conventional-changelog-angular@5.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2/manifests"},{"name":"conventional-changelog-atom@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.6","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1/manifests"},{"name":"conventional-changelog-core@3.1.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1/manifests"},{"name":"conventional-changelog-ember@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2/manifests"},{"name":"conventional-changelog-eslint@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1/manifests"},{"name":"conventional-changelog-express@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1/manifests"},{"name":"conventional-changelog-preset-loader@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2/manifests"},{"name":"conventional-changelog-writer@4.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1/manifests"},{"name":"conventional-commits-filter@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1/manifests"},{"name":"conventional-commits-parser@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2/manifests"},{"name":"git-raw-commits@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1/manifests"},{"name":"git-semver-tags@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4/manifests"},{"name":"standard-changelog@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.3","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.5","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.4","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.2","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2/manifests"},{"name":"standard-changelog@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1/manifests"},{"name":"conventional-changelog-core@3.1.0","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0/manifests"},{"name":"conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1/manifests"},{"name":"conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0/manifests"},{"name":"conventional-changelog-jshint@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0/manifests"},{"name":"conventional-changelog-express@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0/manifests"},{"name":"conventional-changelog-eslint@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0/manifests"},{"name":"conventional-changelog-ember@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1/manifests"},{"name":"conventional-changelog-atom@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0/manifests"},{"name":"conventional-changelog-angular@5.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0/manifests"},{"name":"conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-angular@4.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1/manifests"},{"name":"conventional-changelog-jquery@2.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1/manifests"},{"name":"conventional-changelog-core@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0/manifests"},{"name":"conventional-changelog-codemirror@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0/manifests"},{"name":"conventional-commits-parser@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0/manifests"},{"name":"conventional-changelog-atom@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0/manifests"},{"name":"conventional-recommended-bump@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0/manifests"},{"name":"git-raw-commits@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0/manifests"},{"name":"conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0/manifests"},{"name":"standard-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0/manifests"},{"name":"conventional-commits-filter@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0/manifests"},{"name":"conventional-changelog-express@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0/manifests"},{"name":"conventional-changelog-eslint@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0/manifests"},{"name":"conventional-changelog-angular@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0/manifests"},{"name":"conventional-changelog-ember@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0/manifests"},{"name":"git-semver-tags@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0/manifests"},{"name":"conventional-changelog-jshint@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-angular@3.0.7","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7/manifests"},{"name":"conventional-changelog-cli@1.3.22","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22/manifests"},{"name":"conventional-changelog-core@2.0.11","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11/manifests"},{"name":"conventional-changelog-ember@0.3.12","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12/manifests"},{"name":"conventional-changelog-jquery@1.3.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9/manifests"},{"name":"conventional-recommended-bump@2.0.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9/manifests"},{"name":"gulp-conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24/manifests"},{"name":"standard-changelog@1.0.19","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19/manifests"},{"name":"conventional-changelog-jshint@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8/manifests"},{"name":"conventional-changelog-codemirror@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8/manifests"},{"name":"conventional-changelog-core@2.0.10","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10/manifests"},{"name":"conventional-changelog-ember@0.3.11","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11/manifests"},{"name":"conventional-changelog-eslint@1.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9/manifests"},{"name":"conventional-changelog-jquery@1.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8/manifests"},{"name":"conventional-changelog-cli@1.3.21","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21/manifests"},{"name":"conventional-changelog-writer@3.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9/manifests"},{"name":"gulp-conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23/manifests"},{"name":"standard-changelog@1.0.18","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18/manifests"},{"name":"conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-angular@3.0.6","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6/manifests"},{"name":"conventional-changelog-atom@0.2.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8/manifests"},{"name":"conventional-changelog-cli@1.3.20","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20/manifests"},{"name":"gulp-conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-writer@3.0.8","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8/manifests"},{"name":"conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22/manifests"},{"name":"standard-changelog@1.0.17","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17/manifests"},{"name":"conventional-changelog-ember@0.3.10","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10/manifests"},{"name":"conventional-changelog-core@2.0.9","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9/manifests"},{"name":"conventional-changelog-angular@3.0.5","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5/manifests"},{"name":"conventional-changelog-express@0.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6/manifests"},{"name":"git-semver-tags@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6/manifests"},{"name":"git-raw-commits@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6/manifests"},{"name":"conventional-changelog-jquery@1.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7/manifests"},{"name":"conventional-recommended-bump@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8/manifests"},{"name":"conventional-commits-parser@2.1.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7/manifests"},{"name":"conventional-changelog-writer@3.0.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7/manifests"},{"name":"conventional-changelog-preset-loader@1.1.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8/manifests"},{"name":"conventional-changelog-jshint@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7/manifests"},{"name":"conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-cli@1.3.19","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19/manifests"},{"name":"conventional-changelog-atom@0.2.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7/manifests"},{"name":"conventional-changelog-angular@3.0.4","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4/manifests"},{"name":"conventional-changelog-codemirror@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7/manifests"},{"name":"conventional-changelog-core@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.9","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9/manifests"},{"name":"conventional-changelog-eslint@1.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8/manifests"},{"name":"gulp-conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21/manifests"},{"name":"standard-changelog@1.0.16","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16/manifests"},{"name":"gulp-conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-jquery@1.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7/manifests"},{"name":"conventional-changelog-ember@0.3.8","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8/manifests"},{"name":"conventional-changelog-core@2.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7/manifests"},{"name":"conventional-changelog-angular@3.0.3","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3/manifests"},{"name":"standard-changelog@1.0.15","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15/manifests"},{"name":"conventional-changelog-atom@0.2.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6/manifests"},{"name":"conventional-changelog-cli@1.3.18","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18/manifests"},{"name":"conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-codemirror@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6/manifests"},{"name":"conventional-changelog-jshint@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6/manifests"},{"name":"conventional-changelog-writer@3.0.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6/manifests"},{"name":"conventional-changelog-angular@3.0.2","sha":"1cc079df803f58b52c8aa997fff43e9c162266e7","kind":"tag","published_at":"2018-03-22T14:14:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7/manifests"},{"name":"standard-changelog@1.0.14","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14/manifests"},{"name":"gulp-conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19/manifests"},{"name":"git-semver-tags@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5/manifests"},{"name":"git-raw-commits@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7/manifests"},{"name":"conventional-commits-parser@2.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6/manifests"},{"name":"conventional-commits-filter@1.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5/manifests"},{"name":"conventional-changelog-jshint@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5/manifests"},{"name":"conventional-changelog-jquery@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5/manifests"},{"name":"conventional-changelog-express@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6/manifests"},{"name":"conventional-changelog-ember@0.3.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7/manifests"},{"name":"conventional-changelog-core@2.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5/manifests"},{"name":"conventional-changelog-cli@1.3.17","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17/manifests"},{"name":"conventional-changelog-atom@0.2.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5/manifests"},{"name":"conventional-changelog-angular@3.0.1","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1/manifests"},{"name":"conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19/manifests"},{"name":"conventional-changelog-angular@3.0.0","sha":"49997aaba373502e5b38bd366846934641e95799","kind":"tag","published_at":"2018-03-22T13:45:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-eslint@1.0.5","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5/manifests"},{"name":"conventional-changelog-cli@1.3.16","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16/manifests"},{"name":"conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-angular@1.6.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6/manifests"},{"name":"conventional-changelog-atom@0.2.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4/manifests"},{"name":"conventional-changelog-cli@1.3.15","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15/manifests"},{"name":"conventional-changelog-codemirror@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4/manifests"},{"name":"conventional-changelog-express@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4/manifests"},{"name":"conventional-changelog-jquery@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4/manifests"},{"name":"conventional-changelog-jshint@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4/manifests"},{"name":"conventional-commits-filter@1.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5/manifests"},{"name":"conventional-commits-parser@2.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5/manifests"},{"name":"gulp-conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17/manifests"},{"name":"standard-changelog@1.0.13","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13/manifests"},{"name":"git-semver-tags@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4/manifests"},{"name":"conventional-recommended-bump@2.0.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6/manifests"},{"name":"git-raw-commits@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4/manifests"},{"name":"conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17/manifests"},{"name":"git-semver-tags@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3/manifests"},{"name":"conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog-angular@1.6.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5/manifests"},{"name":"conventional-changelog-atom@0.2.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3/manifests"},{"name":"conventional-changelog-cli@1.3.14","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14/manifests"},{"name":"conventional-changelog-codemirror@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4/manifests"},{"name":"conventional-changelog-ember@0.3.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3/manifests"},{"name":"conventional-changelog-express@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3/manifests"},{"name":"conventional-changelog-jshint@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5/manifests"},{"name":"conventional-changelog-writer@3.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3/manifests"},{"name":"conventional-commits-filter@1.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4/manifests"},{"name":"conventional-commits-parser@2.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4/manifests"},{"name":"conventional-recommended-bump@2.0.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5/manifests"},{"name":"git-raw-commits@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3/manifests"},{"name":"gulp-conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16/manifests"},{"name":"standard-changelog@1.0.12","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12/manifests"},{"name":"conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15/manifests"},{"name":"gulp-conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15/manifests"},{"name":"conventional-recommended-bump@2.0.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4/manifests"},{"name":"conventional-changelog-cli@1.3.13","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13/manifests"},{"name":"git-raw-commits@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2/manifests"},{"name":"standard-changelog@1.0.11","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11/manifests"},{"name":"conventional-recommended-bump@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3/manifests"},{"name":"gulp-conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14/manifests"},{"name":"git-semver-tags@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2/manifests"},{"name":"conventional-changelog-express@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3/manifests"},{"name":"conventional-commits-filter@1.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3/manifests"},{"name":"conventional-changelog-writer@3.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2/manifests"},{"name":"conventional-changelog-jshint@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2/manifests"},{"name":"conventional-changelog-jquery@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2/manifests"},{"name":"conventional-changelog-eslint@1.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2/manifests"},{"name":"conventional-changelog-ember@0.3.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3/manifests"},{"name":"conventional-changelog-codemirror@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2/manifests"},{"name":"conventional-changelog-cli@1.3.12","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12/manifests"},{"name":"conventional-changelog-atom@0.2.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2/manifests"},{"name":"conventional-changelog-angular@1.6.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4/manifests"},{"name":"conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14/manifests"},{"name":"conventional-recommended-bump@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2/manifests"},{"name":"conventional-commits-parser@2.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2/manifests"},{"name":"standard-changelog@1.0.10","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10/manifests"},{"name":"conventional-commits-filter@1.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2/manifests"},{"name":"conventional-changelog-writer@3.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1/manifests"},{"name":"conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13/manifests"},{"name":"gulp-conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13/manifests"},{"name":"git-semver-tags@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1/manifests"},{"name":"git-raw-commits@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1/manifests"},{"name":"conventional-changelog-jshint@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1/manifests"},{"name":"conventional-changelog-jquery@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1/manifests"},{"name":"conventional-changelog-express@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1/manifests"},{"name":"conventional-changelog-ember@0.3.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2/manifests"},{"name":"conventional-changelog-codemirror@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1/manifests"},{"name":"conventional-changelog-cli@1.3.11","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11/manifests"},{"name":"conventional-changelog-atom@0.2.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1/manifests"},{"name":"conventional-changelog-angular@1.6.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3/manifests"},{"name":"conventional-changelog-cli@1.3.10","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10/manifests"},{"name":"conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12/manifests"},{"name":"gulp-conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12/manifests"},{"name":"conventional-recommended-bump@2.0.1","sha":"a4f0aa902d3e966fe6d6b1d46f2130838524cfbf","kind":"tag","published_at":"2018-02-12T14:54:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1/manifests"},{"name":"conventional-recommended-bump@2.0.0","sha":"9885d205ed96338575335652d006f475408e1195","kind":"tag","published_at":"2018-02-12T14:30:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0/manifests"},{"name":"conventional-changelog-preset-loader@1.1.2","sha":"a450d974237d440009ec3fb4c63974cf066e8f79","kind":"tag","published_at":"2018-02-12T04:07:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.1","sha":"5af1f00dcc4e1f9c3299bc7feb322a88b711f042","kind":"tag","published_at":"2018-02-09T04:17:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.0","sha":"c3eb36dbc52f383df6f3dcf3a3870b01ceee0b8b","kind":"tag","published_at":"2018-02-08T14:46:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0/manifests"},{"name":"conventional-commits-parser@2.1.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1/manifests"},{"name":"conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11/manifests"},{"name":"conventional-changelog-angular@1.6.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2/manifests"},{"name":"conventional-changelog-cli@1.3.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9/manifests"},{"name":"conventional-changelog-core@2.0.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1/manifests"},{"name":"conventional-changelog-ember@0.3.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2/manifests"},{"name":"conventional-recommended-bump@1.2.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1/manifests"},{"name":"gulp-conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11/manifests"},{"name":"standard-changelog@1.0.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9/manifests"},{"name":"standard-changelog@1.0.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8/manifests"},{"name":"gulp-conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10/manifests"},{"name":"git-semver-tags@1.3.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.2.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0/manifests"},{"name":"conventional-changelog-writer@3.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0/manifests"},{"name":"conventional-changelog-eslint@1.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.3.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1/manifests"},{"name":"conventional-changelog-core@2.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8/manifests"},{"name":"conventional-changelog-angular@1.6.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1/manifests"},{"name":"conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10/manifests"},{"name":"standard-changelog@1.0.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7/manifests"},{"name":"gulp-conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-jshint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0/manifests"},{"name":"conventional-changelog-jquery@1.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0/manifests"},{"name":"conventional-changelog-express@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0/manifests"},{"name":"conventional-changelog-eslint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0/manifests"},{"name":"conventional-changelog-ember@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0/manifests"},{"name":"conventional-changelog-core@1.9.5","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5/manifests"},{"name":"conventional-changelog-codemirror@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0/manifests"},{"name":"conventional-changelog-cli@1.3.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7/manifests"},{"name":"conventional-changelog-atom@0.2.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0/manifests"},{"name":"conventional-changelog-angular@1.6.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0/manifests"},{"name":"conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-angular@1.5.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3/manifests"},{"name":"standard-changelog@1.0.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6/manifests"},{"name":"gulp-conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8/manifests"},{"name":"conventional-recommended-bump@1.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0/manifests"},{"name":"conventional-commits-parser@2.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0/manifests"},{"name":"conventional-commits-filter@1.1.1","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1/manifests"},{"name":"conventional-changelog-writer@2.0.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.2.10","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10/manifests"},{"name":"conventional-changelog-core@1.9.4","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4/manifests"},{"name":"conventional-changelog-cli@1.3.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6/manifests"},{"name":"conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8/manifests"},{"name":"conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7/manifests"},{"name":"conventional-changelog-express@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1/manifests"},{"name":"conventional-changelog-eslint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1/manifests"},{"name":"conventional-changelog-jquery@1.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1/manifests"},{"name":"conventional-changelog-ember@0.2.9","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9/manifests"},{"name":"conventional-changelog-jshint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1/manifests"},{"name":"conventional-changelog-writer@2.0.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2/manifests"},{"name":"conventional-changelog-core@1.9.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3/manifests"},{"name":"conventional-commits-filter@1.1.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0/manifests"},{"name":"conventional-changelog-codemirror@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1/manifests"},{"name":"conventional-commits-parser@2.0.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1/manifests"},{"name":"conventional-recommended-bump@1.0.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3/manifests"},{"name":"conventional-changelog-cli@1.3.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5/manifests"},{"name":"git-raw-commits@1.3.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0/manifests"},{"name":"conventional-changelog-atom@0.1.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2/manifests"},{"name":"git-semver-tags@1.2.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3/manifests"},{"name":"conventional-changelog-angular@1.5.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2/manifests"},{"name":"gulp-conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7/manifests"},{"name":"standard-changelog@1.0.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5/manifests"},{"name":"@marionebl/conventional-commits-parser@3.0.0","sha":"edf4068ce4c3ea6ac5b61323473ab655be5eb895","kind":"tag","published_at":"2017-11-01T07:09:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/@marionebl/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/@marionebl/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0/manifests"},{"name":"git-semver-tags@1.2.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2/manifests"},{"name":"standard-changelog@1.0.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4/manifests"},{"name":"conventional-changelog-ember@0.2.8","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8/manifests"},{"name":"gulp-conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-core@1.9.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2/manifests"},{"name":"conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-angular@1.5.1","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1/manifests"},{"name":"conventional-recommended-bump@1.0.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2/manifests"},{"name":"conventional-changelog-cli@1.3.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4/manifests"},{"name":"standard-changelog@1.0.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3/manifests"},{"name":"conventional-changelog-core@1.9.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1/manifests"},{"name":"conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-ember@0.2.7","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7/manifests"},{"name":"conventional-changelog-writer@2.0.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1/manifests"},{"name":"conventional-changelog-angular@1.5.0","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0/manifests"},{"name":"gulp-conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-cli@1.3.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3/manifests"},{"name":"conventional-changelog-angular@1.4.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0/manifests"},{"name":"conventional-changelog-core@1.9.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0/manifests"},{"name":"conventional-changelog-codemirror@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0/manifests"},{"name":"conventional-changelog-cli@1.3.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2/manifests"},{"name":"conventional-changelog-atom@0.1.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1/manifests"},{"name":"standard-changelog@1.0.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2/manifests"},{"name":"conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4/manifests"},{"name":"conventional-changelog-ember@0.2.6","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6/manifests"},{"name":"conventional-changelog-eslint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0/manifests"},{"name":"conventional-changelog-express@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0/manifests"},{"name":"conventional-changelog-jquery@1.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0/manifests"},{"name":"conventional-changelog-jshint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0/manifests"},{"name":"conventional-changelog-writer@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0/manifests"},{"name":"conventional-commits-parser@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1/manifests"},{"name":"git-semver-tags@1.2.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1/manifests"},{"name":"gulp-conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4/manifests"},{"name":"conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3/manifests"},{"name":"conventional-changelog-core@1.8.0","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.8.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0/manifests"},{"name":"conventional-changelog-ember@0.2.5","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5/manifests"},{"name":"gulp-conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3/manifests"},{"name":"standard-changelog@1.0.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1/manifests"},{"name":"conventional-changelog-cli@1.3.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1/manifests"},{"name":"conventional-changelog-angular@1.3.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3/manifests"},{"name":"conventional-changelog-ember@0.2.4","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4/manifests"},{"name":"conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2/manifests"},{"name":"conventional-changelog-angular@1.3.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2/manifests"},{"name":"conventional-changelog-core@1.7.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.7.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0/manifests"},{"name":"conventional-changelog-cli@1.3.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0/manifests"},{"name":"standard-changelog@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2/manifests"},{"name":"git-semver-tags@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0/manifests"},{"name":"git-raw-commits@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0/manifests"},{"name":"conventional-recommended-bump@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"tag","published_at":"2017-03-10T05:35:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0/manifests"},{"name":"conventional-changelog-ember@0.2.3","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3/manifests"},{"name":"gulp-conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1/manifests"},{"name":"standard-changelog@0.0.2","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@0.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2/manifests"},{"name":"conventional-changelog-angular@1.3.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1/manifests"},{"name":"conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-cli@1.2.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1/manifests"},{"name":"conventional-changelog-core@1.6.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0/manifests"},{"name":"conventional-changelog-cli@1.2.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:01:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0/manifests"},{"name":"conventional-changelog-core@1.5.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:00:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0/manifests"},{"name":"git-raw-commits@1.1.2","sha":"f5fe78b1f15791cb0499744bf278dff22b52732f","kind":"tag","published_at":"2017-03-09T07:37:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2/manifests"},{"name":"git-semver-tags@1.1.2","sha":"7be07c7c0f49572b1c0e9c98f004b599d8b5bb1a","kind":"tag","published_at":"2017-03-09T07:35:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2/manifests"},{"name":"v1.1.0","sha":"600d411569271467389c3cbe71f7f657980e89a1","kind":"tag","published_at":"2016-02-13T06:59:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"9591280a8d09220aced3383abe3bc7ecbb34b503","kind":"tag","published_at":"2016-02-13T06:37:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"beef421f56939190a4ca30c28788eda1b3f9480d","kind":"tag","published_at":"2016-02-05T13:49:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"c8e90ab7fddd0b98855913e73fc12f9dc9dc81b1","kind":"tag","published_at":"2016-02-05T12:59:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0/manifests"},{"name":"v0.5.3","sha":"d79ce243223260b153699b99de0503698546ea63","kind":"tag","published_at":"2015-12-25T05:07:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"9e7b771072a2680c6c335fcad38003aade53213e","kind":"tag","published_at":"2015-12-23T12:24:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"4bf7d8df29f7be29552b82ec2b7112fad0c39a3e","kind":"tag","published_at":"2015-10-20T09:52:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"5ca2204b472704543ebbc744a22f8f90ec659659","kind":"tag","published_at":"2015-09-30T08:49:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"e5f2f3bc675e2c7e5cc6aa0ed50da7941833e492","kind":"tag","published_at":"2015-09-04T03:16:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"7536a0b351cc4f2764e71cbc268a178ab595259d","kind":"tag","published_at":"2015-08-17T01:28:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"56fa3d92620a41a875b3337fa51d04d6df23b1a8","kind":"tag","published_at":"2015-08-15T12:34:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"eefec0ef598a92e78510ee8626fd9bbcdb1398e4","kind":"tag","published_at":"2015-08-15T11:19:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0/manifests"},{"name":"v0.3.2","sha":"74b99dca61eafd56ba93605016b086a1108e77fe","kind":"tag","published_at":"2015-08-13T03:12:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"a1aca9c31a45aded77962bd0defc32e503aec213","kind":"commit","published_at":"2015-08-11T06:23:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"b489672d27ff703337c540f0fbc43f6486a84d99","kind":"commit","published_at":"2015-08-09T03:27:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"12e3cd6b151353dbe7f584adabbe5dd8a28424db","kind":"commit","published_at":"2015-07-24T08:13:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"f437b457b5ea6c105535a360144000f8315db54d","kind":"commit","published_at":"2015-07-24T04:54:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0/manifests"},{"name":"v0.1.3","sha":"c8fa9d0b94f8ac07f162623e4b9e9e68aad82e62","kind":"commit","published_at":"2015-07-22T11:06:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"6ba5d6e4b90a154dbca6ec0f80c66ad5995cd770","kind":"commit","published_at":"2015-07-22T07:10:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c015f8762f70eff2be7b8d7fb82438689239d717","kind":"commit","published_at":"2015-07-20T07:55:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"7253d0fea773e3f7cc0a3fb8278c9da070df26ee","kind":"commit","published_at":"2015-07-20T07:12:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.3","sha":"0c9f1e89bfacec8e08bac8ef96d64e3abdbecda7","kind":"commit","published_at":"2015-07-17T11:02:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"fec1baf43b8c0156682d4014a4fd066bd24ad448","kind":"commit","published_at":"2015-07-17T06:23:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"a5ea0dfada48601b9e3fbec78dd37d70380a2db6","kind":"commit","published_at":"2015-07-15T08:03:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1/manifests"},{"name":"v0.1.0-alpha.3","sha":"9b6cc68a2c17c9671363fe7af5de7ebd3a06aaeb","kind":"commit","published_at":"2015-07-06T01:27:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3/manifests"},{"name":"v0.1.0-alpha.2","sha":"34b0f460c34ecc48af857d8ee5d7038970ba56fb","kind":"commit","published_at":"2015-06-29T12:04:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2/manifests"},{"name":"v0.1.0-alpha.1","sha":"05b3415fc699ab43f3fa33b5ecd040ab5ecdf9e2","kind":"commit","published_at":"2015-06-24T04:42:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1/manifests"},{"name":"v0.0.17","sha":"3cae05244e48af9cf4abbef3114060db585a574c","kind":"commit","published_at":"2015-04-03T02:12:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"c0719ce6ba16778dd34c2cfdc81e7f3c5321409d","kind":"commit","published_at":"2015-03-19T04:15:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"57af04dc3e362c0e327b716279c9143028c6e0da","kind":"commit","published_at":"2015-03-18T20:23:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"69be290efb58a6a92e9ae78d7b37168d293920b5","kind":"commit","published_at":"2015-03-13T21:22:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"15a39d02ba3d666e7820eecbb8c5493ef2f6040a","kind":"commit","published_at":"2015-03-12T23:17:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13/manifests"},{"name":"v0.0.11","sha":"37f5561553c30d8f0f2c949502ea278da64949cd","kind":"tag","published_at":"2014-05-28T13:14:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"ad6f6ec5499d2c902b88da95487862d50e5ad776","kind":"tag","published_at":"2014-05-28T12:51:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"87efbabd9bc2a0fd83255e6cb856961b10aef9eb","kind":"tag","published_at":"2014-05-06T17:11:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"94b12cf69c51264b1edb6c81b50a262f0536894b","kind":"tag","published_at":"2014-04-10T14:45:48.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"1cf17e494fd7d8538c55189c72c0cf57d145ef41","kind":"tag","published_at":"2014-04-10T14:06:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"861f9ec93de28be4185b35815c2b6ab17746eb3f","kind":"commit","published_at":"2014-01-23T19:39:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"3f59f7356c86f30ef8e8754386373c2a8f97b367","kind":"commit","published_at":"2014-01-23T18:59:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6fa2c22464dcd964df604550c2ce2ed1d2f4362b","kind":"commit","published_at":"2014-01-04T21:36:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4/manifests"}]},"repo_metadata_updated_at":"2023-12-14T01:26:49.958Z","dependent_packages_count":1,"downloads":15,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":45.76322889354142,"dependent_repos_count":25.32799796580169,"dependent_packages_count":16.223928578504864,"stargazers_count":1.4444284534302032,"forks_count":1.6546204546288672,"average":18.082840869181407},"purl":"pkg:npm/conventional-commits-parser-teemo","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/conventional-commits-parser-teemo","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/conventional-commits-parser-teemo","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/conventional-commits-parser-teemo/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2023-12-13T05:12:04.102Z","issues_count":103,"pull_requests_count":337,"avg_time_to_close_issue":24050261.60526316,"avg_time_to_close_pull_request":6284955.12406015,"issues_closed_count":38,"pull_requests_closed_count":266,"pull_request_authors_count":58,"issue_authors_count":72,"avg_comments_per_issue":1.8252427184466018,"avg_comments_per_pull_request":1.3887240356083086,"merged_pull_requests_count":208,"bot_issues_count":1,"bot_pull_requests_count":171,"past_year_issues_count":61,"past_year_pull_requests_count":279,"past_year_avg_time_to_close_issue":797397.7857142857,"past_year_avg_time_to_close_pull_request":1091181.2510460252,"past_year_issues_closed_count":28,"past_year_pull_requests_closed_count":239,"past_year_pull_request_authors_count":25,"past_year_issue_authors_count":35,"past_year_avg_comments_per_issue":1.3934426229508197,"past_year_avg_comments_per_pull_request":1.157706093189964,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":160,"past_year_merged_pull_requests_count":197,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues"},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-commits-parser-teemo/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-commits-parser-teemo/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-commits-parser-teemo/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-commits-parser-teemo/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-commits-parser-teemo/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-commits-parser-teemo/codemeta","maintainers":[{"uuid":"gongpengji","login":"gongpengji","name":null,"email":"292847236@qq.com","url":null,"packages_count":5,"html_url":"https://www.npmjs.com/~gongpengji","role":null,"created_at":"2022-11-11T20:38:50.931Z","updated_at":"2022-11-11T20:38:50.931Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/gongpengji/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5644415,"maintainers_count":1200486,"namespaces_count":399623,"keywords_count":847874,"github":"npm","metadata":{"funded_packages_count":171745},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-06-10T05:11:46.456Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":923642,"name":"@eric.dahlseng/conventional-changelog-config","ecosystem":"npm","description":"conventional-changelog angular preset","homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-angular#readme","licenses":"ISC","normalized_licenses":["ISC"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":["conventional-changelog","angular","preset"],"namespace":"eric.dahlseng","versions_count":2,"first_release_published_at":"2018-12-05T05:12:28.125Z","latest_release_published_at":"2018-12-05T05:19:02.832Z","latest_release_number":"1.0.1","last_synced_at":"2026-06-03T20:26:55.639Z","created_at":"2022-04-07T17:00:44.170Z","updated_at":"2026-06-03T20:26:55.640Z","registry_url":"https://www.npmjs.com/package/@eric.dahlseng/conventional-changelog-config","install_command":"npm install @eric.dahlseng/conventional-changelog-config","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"1.0.1"}},"repo_metadata":{"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2023-12-13T14:01:16.000Z","size":5365,"stargazers_count":7390,"open_issues_count":248,"forks_count":730,"subscribers_count":56,"default_branch":"master","last_synced_at":"2023-12-18T23:28:48.481Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2023-12-18T11:14:08.000Z","dependencies_parsed_at":"2022-07-13T10:30:31.523Z","dependency_job_id":"5f6d159e-c4c6-405b-9fa7-976ffc4dfa04","html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1464,"total_committers":136,"mean_commits":"10.764705882352942","dds":"0.40095628415300544","last_synced_commit":"58f0887283a200d52e49607baf7b352f26177b05"},"previous_names":[],"tags_count":754,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":176979785,"owners_count":10476948,"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"},"owner_record":{"login":"conventional-changelog","name":"conventional-changelog","uuid":"16443515","kind":"organization","description":"Tools to generate changelogs and release notes from a project's commit messages and metadata.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16443515?v=4","repositories_count":12,"last_synced_at":"2023-04-09T10:54:05.213Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/conventional-changelog","created_at":"2022-11-02T16:25:21.572Z","updated_at":"2023-04-09T10:54:05.313Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog/repositories"},"tags":[{"name":"git-semver-tags-v7.0.1","sha":"fac8045242099c016f5f3905e54e02b7d466bd7b","kind":"commit","published_at":"2023-09-10T23:53:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1/manifests"},{"name":"conventional-changelog-writer-v7.0.1","sha":"e3a643ad39ec3bc4cfb1dff2aa1101333df33dc3","kind":"commit","published_at":"2023-09-10T23:49:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1/manifests"},{"name":"conventional-changelog-v5.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0/manifests"},{"name":"conventional-changelog-cli-v4.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0/manifests"},{"name":"conventional-changelog-core-v7.0.0","sha":"2e467dd39a35c3813597711a37690897183b4abc","kind":"commit","published_at":"2023-09-08T22:03:37.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0/manifests"},{"name":"git-semver-tags-v7.0.0","sha":"a13f788bd505d8253a2d92413fc4a7780e11ec07","kind":"commit","published_at":"2023-09-08T21:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0/manifests"},{"name":"standard-changelog-v5.0.0","sha":"34569c7a3fd2b0362a461517a1f4e20e7eecd9fc","kind":"commit","published_at":"2023-09-08T21:55:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v9.0.0","sha":"ad633d9d81f66ef80d7f77832a264cb0c5b971ef","kind":"commit","published_at":"2023-09-08T21:50:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.2","sha":"50113f9b569259d991f1a734a192964ca71f0118","kind":"commit","published_at":"2023-09-08T21:41:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2/manifests"},{"name":"conventional-changelog-preset-loader-v4.1.0","sha":"a14d2186575f6061f236c9a47d803694b18f8373","kind":"commit","published_at":"2023-09-08T21:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.1","sha":"ca4324b0a690b2595f8b574882ff95329a2dc195","kind":"commit","published_at":"2023-08-27T19:11:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1/manifests"},{"name":"conventional-commits-filter-v4.0.0","sha":"26fc9ea274dc0c62442ec9d97b20a2ebb49138bf","kind":"commit","published_at":"2023-08-27T12:55:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0/manifests"},{"name":"standard-changelog-v4.0.0","sha":"5b788265774bf4b63d3c83a178ca53e8e7095903","kind":"commit","published_at":"2023-08-27T12:50:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-eslint-v5.0.0","sha":"679594c0716275771cc23b314e4362899fe72f87","kind":"commit","published_at":"2023-08-27T12:46:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0/manifests"},{"name":"git-semver-tags-v6.0.0","sha":"1c75c72d9b5d59e3ea4e914c58a85f7559f29602","kind":"commit","published_at":"2023-08-27T12:40:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0/manifests"},{"name":"conventional-recommended-bump-v8.0.0","sha":"624377a24e8e3658bcf2329a9a98f9a7b02a4cb3","kind":"commit","published_at":"2023-08-27T12:33:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0/manifests"},{"name":"conventional-changelog-writer-v7.0.0","sha":"d669bb67dc713cb1e4374e3216ed7d83cde743c5","kind":"commit","published_at":"2023-08-27T12:27:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0/manifests"},{"name":"conventional-changelog-codemirror-v4.0.0","sha":"933fd0b3dd355d648faf57241b796a714004c722","kind":"commit","published_at":"2023-08-27T12:23:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0/manifests"},{"name":"conventional-changelog-express-v4.0.0","sha":"c9e9ceb3a3727659bd117bab01cbc7642d588f06","kind":"commit","published_at":"2023-08-27T12:16:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0/manifests"},{"name":"conventional-changelog-ember-v4.0.0","sha":"5d7c16268f79b7f180e34e997fdb37373d714666","kind":"commit","published_at":"2023-08-27T12:11:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0/manifests"},{"name":"conventional-changelog-jquery-v5.0.0","sha":"d643efb1050dcdaecee626044315644ff9b9e43b","kind":"commit","published_at":"2023-08-27T12:07:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v4.0.0","sha":"636646dd9ae062e9652a7f9ccaf6c329e6e9f924","kind":"commit","published_at":"2023-08-27T12:03:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0/manifests"},{"name":"conventional-changelog-v5.0.0","sha":"7985de3edc9e655369651ad464cb39b791887dc7","kind":"commit","published_at":"2023-08-27T11:58:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.0","sha":"5f0fe40743d8f559ab94ed11bbb4b8bda6fa6dcb","kind":"commit","published_at":"2023-08-27T11:51:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0/manifests"},{"name":"conventional-changelog-angular-v7.0.0","sha":"6c7a2e1a8807988bcb1a9842f72d14be3b1a89e3","kind":"commit","published_at":"2023-08-27T11:46:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0/manifests"},{"name":"conventional-changelog-jshint-v4.0.0","sha":"0204a9a340d2c85411e8de8905bc74c6146e5618","kind":"commit","published_at":"2023-08-27T11:41:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0/manifests"},{"name":"conventional-changelog-atom-v4.0.0","sha":"ab9b2c10e098ec8837d141102549f3eef698364c","kind":"commit","published_at":"2023-08-27T11:36:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0/manifests"},{"name":"conventional-changelog-cli-v4.0.0","sha":"29df6c4597afad27b9cda06f58eb564bcca609c4","kind":"commit","published_at":"2023-08-27T11:21:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0/manifests"},{"name":"conventional-changelog-core-v6.0.0","sha":"45613bbc2d13c798732e4b2bd4b2fa9ea67157d6","kind":"commit","published_at":"2023-08-27T11:17:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v4.0.0","sha":"5a896e3ef3aa9e751fcc74d7c76fa21d6d526cb0","kind":"commit","published_at":"2023-08-27T11:08:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0/manifests"},{"name":"git-raw-commits-v4.0.0","sha":"878fc56b43bc617177bf47fd8643a3b8b86078e5","kind":"commit","published_at":"2023-08-27T11:01:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0/manifests"},{"name":"conventional-commits-parser-v5.0.0","sha":"299de5acbe55a7d19dcdd2adc34681eae7264abf","kind":"commit","published_at":"2023-08-26T17:50:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0/manifests"},{"name":"git-semver-tags-v5.0.1","sha":"87914a362866a380e98a29edf19b2173e0911d8a","kind":"commit","published_at":"2023-07-09T19:10:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1/manifests"},{"name":"conventional-changelog-writer-v6.0.1","sha":"c123edea220b450cfa26813b6f198c3e8ebbd2b4","kind":"commit","published_at":"2023-07-09T14:49:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.2","sha":"83773c5e1a8874ea9809ca9db1dff60b7df1daae","kind":"commit","published_at":"2023-06-28T17:43:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.1.0","sha":"2e5fe6d9574ba896fa90b5bfcb50fb73d28af6d6","kind":"commit","published_at":"2023-06-17T21:30:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v7.0.1","sha":"f251b6899e313a9b23f3c8deb8b8b57217040892","kind":"commit","published_at":"2023-06-06T23:24:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.1","sha":"5b458dff9edf766446449acd1bbb8027a1e39fa5","kind":"commit","published_at":"2023-06-06T23:17:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1/manifests"},{"name":"gulp-conventional-changelog-v3.0.0","sha":"8ef6232797e5bf7c80422221374c53c03d5df36d","kind":"commit","published_at":"2023-06-06T22:50:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0/manifests"},{"name":"standard-changelog-v3.0.0","sha":"ea65f017b42b914ece780fd2fc799a6946912ed8","kind":"commit","published_at":"2023-06-06T22:42:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0/manifests"},{"name":"conventional-changelog-cli-v3.0.0","sha":"f00f4549cee9406054b77057a8135183fcd89710","kind":"commit","published_at":"2023-06-06T22:29:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0/manifests"},{"name":"conventional-changelog-v4.0.0","sha":"1a240f91ed584ed43e7f9c82235ca60eff0f4fa5","kind":"commit","published_at":"2023-06-06T19:50:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-core-v5.0.0","sha":"8507f601486c8ff6806156c50091262dee13ec54","kind":"commit","published_at":"2023-06-06T19:23:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v7.0.0","sha":"e1662ca7a6c688d28a334282a5e863f52866f3e8","kind":"commit","published_at":"2023-06-06T18:39:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v3.0.0","sha":"5d80d155425147a0b045af09536e5962cbfff620","kind":"commit","published_at":"2023-06-06T15:08:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.0.0","sha":"a30fc7ae219cf871b46cbe9d2c76a9730b70e272","kind":"commit","published_at":"2023-06-06T14:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v6.0.0","sha":"aa5d46c7b13b7b31f78af4b3c31c087c39eea41d","kind":"commit","published_at":"2023-06-06T14:46:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0/manifests"},{"name":"conventional-commits-filter-v3.0.0","sha":"502a73fe41aebb7b563c5ca69521e0b1bab904df","kind":"commit","published_at":"2023-06-06T14:32:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0/manifests"},{"name":"conventional-commits-parser-v4.0.0","sha":"9f7fe891e75c64937c28baa39a6c795a01603ab7","kind":"commit","published_at":"2023-06-06T14:24:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0/manifests"},{"name":"git-raw-commits-v3.0.0","sha":"571f2d549f10744a12ab3bc5dc5e0b749cb72667","kind":"commit","published_at":"2023-06-06T14:16:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0/manifests"},{"name":"git-semver-tags-v5.0.0","sha":"445c796d04105d10dd62d07039bc6a7fc9f263a5","kind":"commit","published_at":"2023-06-06T13:51:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0/manifests"},{"name":"conventional-changelog-atom-v3.0.0","sha":"208787aa2f5db8de1c2d43c56d71e6dfb9510781","kind":"commit","published_at":"2023-06-06T13:43:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0/manifests"},{"name":"conventional-changelog-angular-v6.0.0","sha":"c4ebf98acc15f37154aae5de53a225e896c4a157","kind":"commit","published_at":"2023-06-06T13:36:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0/manifests"},{"name":"conventional-changelog-codemirror-v3.0.0","sha":"0772453bee083917a05b9696d063ee3dc69957f9","kind":"commit","published_at":"2023-06-06T13:25:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0/manifests"},{"name":"conventional-changelog-ember-v3.0.0","sha":"e473d0c8af7c0cf8a54f775556796f50f3e695c2","kind":"commit","published_at":"2023-06-06T13:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0/manifests"},{"name":"conventional-changelog-eslint-v4.0.0","sha":"b3b896bc5b9e3ed65dcfc08c57967a252f37cfd1","kind":"commit","published_at":"2023-06-06T12:56:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0/manifests"},{"name":"conventional-changelog-express-v3.0.0","sha":"5594385d1dd2490b0fb508a60b6f30e8be6616ce","kind":"commit","published_at":"2023-06-06T12:37:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0/manifests"},{"name":"conventional-changelog-jquery-v4.0.0","sha":"51a3015a907b2cea900114359c36ce0e9664b72d","kind":"commit","published_at":"2023-06-06T12:17:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0/manifests"},{"name":"conventional-changelog-jshint-v3.0.0","sha":"281e5f883476e90b75cae4373a67436c86e94f6a","kind":"commit","published_at":"2023-06-06T12:02:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v5.0.0","sha":"ba6df7cf62de5f448368bed4398f6ddf633d2cbd","kind":"commit","published_at":"2022-05-27T18:02:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0/manifests"},{"name":"conventional-changelog-writer-v5.0.1","sha":"21b73f974adc4490a318d9c892055655cb82c538","kind":"commit","published_at":"2021-12-29T21:36:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.3","sha":"02757d342290bcf51a49d49e5e72f5eae6c6f6da","kind":"commit","published_at":"2021-12-29T19:52:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3/manifests"},{"name":"conventional-commits-parser-v3.2.4","sha":"1d0f62d4ac4911ef0d912d5401f783b152cee624","kind":"commit","published_at":"2021-12-29T19:46:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4/manifests"},{"name":"git-raw-commits-v2.0.11","sha":"95384dbd105ffe4f86bbc6ccad3e5405a1cbfe04","kind":"commit","published_at":"2021-12-29T19:39:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.2","sha":"1827696185192a8dd258ea7c3370090238b0fb76","kind":"commit","published_at":"2021-12-25T18:06:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2/manifests"},{"name":"conventional-changelog-cli-v2.2.2","sha":"8ce6a7bbd3fae87aa9d56fca68c2e16fbb2cace5","kind":"commit","published_at":"2021-12-25T17:22:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2/manifests"},{"name":"conventional-changelog-v3.1.25","sha":"8e9c3d76aaffd7fe67a78270b3ad9b881e953e7e","kind":"commit","published_at":"2021-12-24T18:50:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25/manifests"},{"name":"conventional-changelog-cli-v2.2.1","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1/manifests"},{"name":"conventional-commits-parser-v3.2.3","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.1","sha":"c35708d56a55e31b750aec1f745e5be52f0a75f2","kind":"commit","published_at":"2021-09-09T19:06:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1/manifests"},{"name":"conventional-commits-parser-v3.2.2","sha":"1bae48ff85eff0736ea6691b7214f3fc9c026256","kind":"commit","published_at":"2021-09-09T14:45:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2/manifests"},{"name":"conventional-changelog-core-v4.2.4","sha":"02fbc2d42d0faf53d4b7a2b0525626088a6ac8ba","kind":"commit","published_at":"2021-09-09T14:37:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4/manifests"},{"name":"conventional-changelog-angular-v5.0.13","sha":"e30343b4676d26b416080294dc74ebba001c0716","kind":"commit","published_at":"2021-09-09T14:31:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v5.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13/manifests"},{"name":"conventional-changelog-core-v4.2.3","sha":"318b555b6ef3aebdb5a8d4c7c734fd7234712dd3","kind":"commit","published_at":"2021-07-03T00:24:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.0","sha":"537c37d7801872c3e57e4200c64154a4d2ea042a","kind":"commit","published_at":"2021-04-30T00:15:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0/manifests"},{"name":"conventional-commits-parser-v3.2.1","sha":"758dda2937b6784f0cc6a535286862fcf95b6f06","kind":"commit","published_at":"2021-02-15T21:32:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1/manifests"},{"name":"git-raw-commits-v2.0.10","sha":"ffecaccb6e117afae9f68f1d48ff9a69554da950","kind":"commit","published_at":"2021-01-27T16:36:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10/manifests"},{"name":"conventional-changelog-writer-v5.0.0","sha":"61ef6491add84b841e1797baf09f62bbdd90dcd4","kind":"commit","published_at":"2020-12-30T22:40:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v6.1.0","sha":"3b0fb22b0bb49137b9ecddaeb349f66025205c57","kind":"commit","published_at":"2020-12-30T16:58:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0/manifests"},{"name":"conventional-changelog-core-v4.2.2","sha":"317eeb3137caff69bcc9a67fce3dc67663a010db","kind":"commit","published_at":"2020-12-30T00:53:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2/manifests"},{"name":"conventional-recommended-bump-v6.0.12","sha":"90ecc5d93bfd7626857eda5d240f92393d896be0","kind":"commit","published_at":"2020-12-30T00:43:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12/manifests"},{"name":"git-raw-commits-v2.0.9","sha":"227f3e23af86912c0cd64fdb1a820ac92e5757c5","kind":"commit","published_at":"2020-12-29T23:59:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9/manifests"},{"name":"conventional-changelog-writer-v4.1.0","sha":"77725cfb12ca3ca22abb9421b4af012a49207e7a","kind":"commit","published_at":"2020-12-29T23:41:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11/manifests"},{"name":"standard-changelog@2.0.27","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27/manifests"},{"name":"gulp-conventional-changelog@2.0.35","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35/manifests"},{"name":"git-semver-tags@4.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1/manifests"},{"name":"git-raw-commits@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8/manifests"},{"name":"conventional-commits-parser@3.2.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0/manifests"},{"name":"conventional-commits-filter@2.0.7","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7/manifests"},{"name":"conventional-changelog-writer@4.0.18","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18/manifests"},{"name":"conventional-changelog-jshint@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9/manifests"},{"name":"conventional-changelog-jquery@3.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11/manifests"},{"name":"conventional-changelog-express@2.0.6","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9/manifests"},{"name":"conventional-changelog-ember@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9/manifests"},{"name":"conventional-changelog-core@4.2.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.5.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1/manifests"},{"name":"conventional-changelog-atom@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8/manifests"},{"name":"conventional-changelog-angular@5.0.12","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12/manifests"},{"name":"conventional-changelog@3.1.24","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24/manifests"},{"name":"conventional-changelog-v3.1.24","sha":"f8fcbc2e8b0834c29178ace6382b438a020ad828","kind":"commit","published_at":"2020-10-25T02:45:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24/manifests"},{"name":"conventional-recommended-bump@6.0.10","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10/manifests"},{"name":"git-semver-tags@4.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0/manifests"},{"name":"standard-changelog@2.0.26","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26/manifests"},{"name":"gulp-conventional-changelog@2.0.34","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34/manifests"},{"name":"conventional-changelog-cli@2.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0/manifests"},{"name":"conventional-changelog@3.1.23","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23/manifests"},{"name":"conventional-changelog-core@4.2.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.4.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.1","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1/manifests"},{"name":"conventional-changelog-angular@5.0.11","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11/manifests"},{"name":"conventional-changelog@3.1.22","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22/manifests"},{"name":"standard-changelog@2.0.25","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25/manifests"},{"name":"conventional-changelog-writer@4.0.17","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17/manifests"},{"name":"gulp-conventional-changelog@2.0.33","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33/manifests"},{"name":"conventional-changelog-jshint@2.0.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8/manifests"},{"name":"conventional-changelog-core@4.1.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8/manifests"},{"name":"conventional-changelog-cli@2.0.35","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35/manifests"},{"name":"conventional-changelog-writer@4.0.16","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16/manifests"},{"name":"conventional-changelog-core@4.1.7","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7/manifests"},{"name":"conventional-changelog@3.1.21","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21/manifests"},{"name":"conventional-changelog-cli@2.0.34","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34/manifests"},{"name":"standard-changelog@2.0.24","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24/manifests"},{"name":"gulp-conventional-changelog@2.0.32","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32/manifests"},{"name":"conventional-changelog-jshint@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7/manifests"},{"name":"conventional-changelog-jquery@3.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10/manifests"},{"name":"conventional-changelog-express@2.0.5","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5/manifests"},{"name":"conventional-changelog-eslint@3.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8/manifests"},{"name":"conventional-changelog-ember@2.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8/manifests"},{"name":"conventional-changelog-core@4.1.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7/manifests"},{"name":"conventional-changelog-cli@2.0.33","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33/manifests"},{"name":"conventional-changelog-atom@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7/manifests"},{"name":"conventional-changelog-angular@5.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10/manifests"},{"name":"conventional-changelog@3.1.20","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20/manifests"},{"name":"conventional-commits-filter@2.0.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6/manifests"},{"name":"conventional-commits-parser@3.1.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.9","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9/manifests"},{"name":"git-raw-commits@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7/manifests"},{"name":"git-semver-tags@4.0.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.31","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31/manifests"},{"name":"standard-changelog@2.0.23","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23/manifests"},{"name":"conventional-changelog-writer@4.0.15","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15/manifests"},{"name":"conventional-changelog-preset-loader@2.3.4","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4/manifests"},{"name":"conventional-changelog-preset-loader-v2.3.2","sha":"9f6c56cb960a5043823cfb85b9843991201cbb51","kind":"commit","published_at":"2020-05-08T19:21:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v2.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2/manifests"},{"name":"conventional-changelog@3.1.19","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19/manifests"},{"name":"conventional-changelog-cli@2.0.32","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32/manifests"},{"name":"conventional-changelog-core@4.1.5","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5/manifests"},{"name":"gulp-conventional-changelog@2.0.30","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30/manifests"},{"name":"standard-changelog@2.0.22","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22/manifests"},{"name":"standard-changelog@2.0.21","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21/manifests"},{"name":"gulp-conventional-changelog@2.0.29","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29/manifests"},{"name":"conventional-changelog@3.1.18","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18/manifests"},{"name":"conventional-changelog-cli@2.0.31","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31/manifests"},{"name":"conventional-changelog-core@4.1.4","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4/manifests"},{"name":"conventional-changelog-core@4.1.3","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.30","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30/manifests"},{"name":"conventional-changelog@3.1.17","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17/manifests"},{"name":"standard-changelog@2.0.20","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20/manifests"},{"name":"gulp-conventional-changelog@2.0.28","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28/manifests"},{"name":"conventional-changelog@3.1.16","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16/manifests"},{"name":"gulp-conventional-changelog@2.0.27","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27/manifests"},{"name":"standard-changelog@2.0.19","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19/manifests"},{"name":"conventional-changelog-core@4.1.2","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.29","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29/manifests"},{"name":"conventional-changelog-cli@2.0.28","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28/manifests"},{"name":"conventional-changelog@3.1.15","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15/manifests"},{"name":"standard-changelog@2.0.18","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18/manifests"},{"name":"conventional-recommended-bump@6.0.5","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5/manifests"},{"name":"git-semver-tags@3.0.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1/manifests"},{"name":"git-raw-commits@2.0.3","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.26","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26/manifests"},{"name":"conventional-commits-parser@3.0.8","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.11","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11/manifests"},{"name":"conventional-changelog-core@4.1.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1/manifests"},{"name":"standard-changelog@2.0.17","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17/manifests"},{"name":"gulp-conventional-changelog@2.0.25","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25/manifests"},{"name":"conventional-recommended-bump@6.0.4","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4/manifests"},{"name":"conventional-commits-parser@3.0.7","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7/manifests"},{"name":"conventional-changelog-core@4.1.0","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.3","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3/manifests"},{"name":"conventional-changelog-cli@2.0.27","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27/manifests"},{"name":"conventional-changelog-angular@5.0.6","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6/manifests"},{"name":"conventional-changelog@3.1.14","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14/manifests"},{"name":"conventional-changelog@3.1.13","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13/manifests"},{"name":"conventional-changelog-cli@2.0.26","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.2","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2/manifests"},{"name":"conventional-changelog-core@4.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3/manifests"},{"name":"conventional-changelog-preset-loader@2.3.0","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0/manifests"},{"name":"conventional-changelog-writer@4.0.10","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10/manifests"},{"name":"conventional-commits-parser@3.0.6","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6/manifests"},{"name":"conventional-recommended-bump@6.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.24","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24/manifests"},{"name":"standard-changelog@2.0.16","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16/manifests"},{"name":"conventional-changelog-jshint@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.9","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9/manifests"},{"name":"conventional-commits-parser@3.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5/manifests"},{"name":"conventional-changelog@3.1.12","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12/manifests"},{"name":"gulp-conventional-changelog@2.0.23","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23/manifests"},{"name":"standard-changelog@2.0.15","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15/manifests"},{"name":"conventional-recommended-bump@6.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5/manifests"},{"name":"conventional-changelog-atom@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.25","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25/manifests"},{"name":"conventional-changelog-codemirror@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.1","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1/manifests"},{"name":"conventional-changelog-core@4.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2/manifests"},{"name":"conventional-changelog-ember@2.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4/manifests"},{"name":"conventional-changelog-eslint@3.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.6","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6/manifests"},{"name":"conventional-changelog-cli@2.0.24","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24/manifests"},{"name":"standard-changelog@2.0.14","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14/manifests"},{"name":"gulp-conventional-changelog@2.0.22","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22/manifests"},{"name":"conventional-recommended-bump@6.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1/manifests"},{"name":"conventional-commits-parser@3.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4/manifests"},{"name":"conventional-changelog-writer@4.0.8","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8/manifests"},{"name":"conventional-changelog-jshint@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.5","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5/manifests"},{"name":"conventional-changelog-eslint@3.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3/manifests"},{"name":"conventional-changelog-ember@2.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3/manifests"},{"name":"conventional-changelog-core@4.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.0","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2/manifests"},{"name":"conventional-changelog-atom@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4/manifests"},{"name":"conventional-changelog@3.1.11","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11/manifests"},{"name":"conventional-recommended-bump@6.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.7","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7/manifests"},{"name":"conventional-changelog-preset-loader@2.2.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0/manifests"},{"name":"conventional-changelog-core@4.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.1.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0/manifests"},{"name":"conventional-changelog-cli@2.0.23","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23/manifests"},{"name":"conventional-changelog@3.1.10","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10/manifests"},{"name":"standard-changelog@2.0.13","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13/manifests"},{"name":"gulp-conventional-changelog@2.0.21","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21/manifests"},{"name":"git-semver-tags@3.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0/manifests"},{"name":"git-semver-tags@2.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3/manifests"},{"name":"conventional-commits-parser@3.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.6","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6/manifests"},{"name":"conventional-changelog@3.1.9","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9/manifests"},{"name":"conventional-changelog-cli@2.0.22","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22/manifests"},{"name":"conventional-changelog-conventionalcommits@4.0.0","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0/manifests"},{"name":"conventional-changelog-core@3.2.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3/manifests"},{"name":"standard-changelog@2.0.12","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.20","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20/manifests"},{"name":"conventional-recommended-bump@5.0.1","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.19","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19/manifests"},{"name":"conventional-changelog-cli@2.0.21","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21/manifests"},{"name":"conventional-changelog@3.1.8","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8/manifests"},{"name":"standard-changelog@2.0.11","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.2","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2/manifests"},{"name":"conventional-changelog@3.1.7","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7/manifests"},{"name":"gulp-conventional-changelog@2.0.18","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18/manifests"},{"name":"conventional-changelog-cli@2.0.20","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.1","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.17","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17/manifests"},{"name":"conventional-changelog-cli@2.0.19","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0/manifests"},{"name":"conventional-changelog@3.1.6","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6/manifests"},{"name":"conventional-recommended-bump@5.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.16","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16/manifests"},{"name":"conventional-changelog@3.1.5","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5/manifests"},{"name":"conventional-changelog-cli@2.0.18","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18/manifests"},{"name":"conventional-changelog-conventionalcommits@2.0.0","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.2","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.17","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17/manifests"},{"name":"conventional-changelog@3.1.4","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.15","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15/manifests"},{"name":"gulp-conventional-changelog@2.0.14","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14/manifests"},{"name":"conventional-changelog-writer@4.0.5","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.16","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16/manifests"},{"name":"conventional-changelog-core@3.2.2","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2/manifests"},{"name":"conventional-changelog@3.1.3","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3/manifests"},{"name":"standard-changelog@2.0.10","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10/manifests"},{"name":"conventional-changelog@3.1.2","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2/manifests"},{"name":"conventional-changelog-core@3.2.1","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1/manifests"},{"name":"conventional-changelog-cli@2.0.15","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15/manifests"},{"name":"standard-changelog@2.0.9","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9/manifests"},{"name":"gulp-conventional-changelog@2.0.13","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13/manifests"},{"name":"conventional-recommended-bump@4.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1/manifests"},{"name":"conventional-changelog-preset-loader@2.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.14","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14/manifests"},{"name":"conventional-changelog@3.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1/manifests"},{"name":"gulp-conventional-changelog@2.0.12","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12/manifests"},{"name":"conventional-changelog-cli@2.0.13","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13/manifests"},{"name":"conventional-changelog-core@3.2.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0/manifests"},{"name":"conventional-changelog-eslint@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0/manifests"},{"name":"conventional-changelog@3.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0/manifests"},{"name":"gulp-conventional-changelog@2.0.11","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11/manifests"},{"name":"git-raw-commits@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0/manifests"},{"name":"standard-changelog@2.0.8","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.4","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4/manifests"},{"name":"conventional-commits-parser@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2/manifests"},{"name":"conventional-commits-filter@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2/manifests"},{"name":"standard-changelog@2.0.7","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7/manifests"},{"name":"conventional-changelog-cli@2.0.12","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.10","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10/manifests"},{"name":"conventional-changelog-writer@4.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3/manifests"},{"name":"conventional-changelog-core@3.1.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6/manifests"},{"name":"conventional-changelog-angular@5.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3/manifests"},{"name":"conventional-changelog@3.0.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6/manifests"},{"name":"conventional-recommended-bump@4.0.4","sha":"da729f68f9dc581623deb587c705ef65d189a9f4","kind":"tag","published_at":"2018-11-01T06:56:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4/manifests"},{"name":"standard-changelog@2.0.6","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6/manifests"},{"name":"conventional-changelog-writer@4.0.2","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2/manifests"},{"name":"conventional-changelog-core@3.1.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5/manifests"},{"name":"conventional-changelog-cli@2.0.11","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11/manifests"},{"name":"gulp-conventional-changelog@2.0.9","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.0.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5/manifests"},{"name":"standard-changelog@2.0.5","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5/manifests"},{"name":"conventional-changelog@3.0.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.8","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.0.10","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10/manifests"},{"name":"git-semver-tags@2.0.2","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.3","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3/manifests"},{"name":"conventional-changelog-core@3.1.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.7","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7/manifests"},{"name":"standard-changelog@2.0.4","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4/manifests"},{"name":"conventional-changelog@3.0.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3/manifests"},{"name":"conventional-changelog-core@3.1.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.9","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9/manifests"},{"name":"conventional-changelog-cli@2.0.8","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8/manifests"},{"name":"conventional-changelog-core@3.1.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2/manifests"},{"name":"gulp-conventional-changelog@2.0.6","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6/manifests"},{"name":"conventional-changelog@3.0.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2/manifests"},{"name":"standard-changelog@2.0.3","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.5","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.7","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7/manifests"},{"name":"conventional-changelog@3.0.1","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1/manifests"},{"name":"conventional-changelog-jquery@3.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4/manifests"},{"name":"conventional-changelog@3.0.0","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0/manifests"},{"name":"conventional-changelog-angular@5.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2/manifests"},{"name":"conventional-changelog-atom@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.6","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1/manifests"},{"name":"conventional-changelog-core@3.1.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1/manifests"},{"name":"conventional-changelog-ember@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2/manifests"},{"name":"conventional-changelog-eslint@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1/manifests"},{"name":"conventional-changelog-express@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1/manifests"},{"name":"conventional-changelog-preset-loader@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2/manifests"},{"name":"conventional-changelog-writer@4.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1/manifests"},{"name":"conventional-commits-filter@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1/manifests"},{"name":"conventional-commits-parser@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2/manifests"},{"name":"git-raw-commits@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1/manifests"},{"name":"git-semver-tags@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4/manifests"},{"name":"standard-changelog@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.3","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.5","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.4","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.2","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2/manifests"},{"name":"standard-changelog@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1/manifests"},{"name":"conventional-changelog-core@3.1.0","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0/manifests"},{"name":"conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1/manifests"},{"name":"conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0/manifests"},{"name":"conventional-changelog-jshint@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0/manifests"},{"name":"conventional-changelog-express@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0/manifests"},{"name":"conventional-changelog-eslint@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0/manifests"},{"name":"conventional-changelog-ember@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1/manifests"},{"name":"conventional-changelog-atom@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0/manifests"},{"name":"conventional-changelog-angular@5.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0/manifests"},{"name":"conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-angular@4.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1/manifests"},{"name":"conventional-changelog-jquery@2.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1/manifests"},{"name":"conventional-changelog-core@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0/manifests"},{"name":"conventional-changelog-codemirror@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0/manifests"},{"name":"conventional-commits-parser@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0/manifests"},{"name":"conventional-changelog-atom@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0/manifests"},{"name":"conventional-recommended-bump@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0/manifests"},{"name":"git-raw-commits@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0/manifests"},{"name":"conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0/manifests"},{"name":"standard-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0/manifests"},{"name":"conventional-commits-filter@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0/manifests"},{"name":"conventional-changelog-express@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0/manifests"},{"name":"conventional-changelog-eslint@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0/manifests"},{"name":"conventional-changelog-angular@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0/manifests"},{"name":"conventional-changelog-ember@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0/manifests"},{"name":"git-semver-tags@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0/manifests"},{"name":"conventional-changelog-jshint@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-angular@3.0.7","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7/manifests"},{"name":"conventional-changelog-cli@1.3.22","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22/manifests"},{"name":"conventional-changelog-core@2.0.11","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11/manifests"},{"name":"conventional-changelog-ember@0.3.12","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12/manifests"},{"name":"conventional-changelog-jquery@1.3.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9/manifests"},{"name":"conventional-recommended-bump@2.0.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9/manifests"},{"name":"gulp-conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24/manifests"},{"name":"standard-changelog@1.0.19","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19/manifests"},{"name":"conventional-changelog-jshint@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8/manifests"},{"name":"conventional-changelog-codemirror@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8/manifests"},{"name":"conventional-changelog-core@2.0.10","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10/manifests"},{"name":"conventional-changelog-ember@0.3.11","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11/manifests"},{"name":"conventional-changelog-eslint@1.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9/manifests"},{"name":"conventional-changelog-jquery@1.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8/manifests"},{"name":"conventional-changelog-cli@1.3.21","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21/manifests"},{"name":"conventional-changelog-writer@3.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9/manifests"},{"name":"gulp-conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23/manifests"},{"name":"standard-changelog@1.0.18","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18/manifests"},{"name":"conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-angular@3.0.6","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6/manifests"},{"name":"conventional-changelog-atom@0.2.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8/manifests"},{"name":"conventional-changelog-cli@1.3.20","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20/manifests"},{"name":"gulp-conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-writer@3.0.8","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8/manifests"},{"name":"conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22/manifests"},{"name":"standard-changelog@1.0.17","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17/manifests"},{"name":"conventional-changelog-ember@0.3.10","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10/manifests"},{"name":"conventional-changelog-core@2.0.9","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9/manifests"},{"name":"conventional-changelog-angular@3.0.5","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5/manifests"},{"name":"conventional-changelog-express@0.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6/manifests"},{"name":"git-semver-tags@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6/manifests"},{"name":"git-raw-commits@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6/manifests"},{"name":"conventional-changelog-jquery@1.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7/manifests"},{"name":"conventional-recommended-bump@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8/manifests"},{"name":"conventional-commits-parser@2.1.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7/manifests"},{"name":"conventional-changelog-writer@3.0.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7/manifests"},{"name":"conventional-changelog-preset-loader@1.1.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8/manifests"},{"name":"conventional-changelog-jshint@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7/manifests"},{"name":"conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-cli@1.3.19","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19/manifests"},{"name":"conventional-changelog-atom@0.2.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7/manifests"},{"name":"conventional-changelog-angular@3.0.4","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4/manifests"},{"name":"conventional-changelog-codemirror@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7/manifests"},{"name":"conventional-changelog-core@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.9","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9/manifests"},{"name":"conventional-changelog-eslint@1.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8/manifests"},{"name":"gulp-conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21/manifests"},{"name":"standard-changelog@1.0.16","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16/manifests"},{"name":"gulp-conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-jquery@1.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7/manifests"},{"name":"conventional-changelog-ember@0.3.8","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8/manifests"},{"name":"conventional-changelog-core@2.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7/manifests"},{"name":"conventional-changelog-angular@3.0.3","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3/manifests"},{"name":"standard-changelog@1.0.15","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15/manifests"},{"name":"conventional-changelog-atom@0.2.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6/manifests"},{"name":"conventional-changelog-cli@1.3.18","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18/manifests"},{"name":"conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-codemirror@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6/manifests"},{"name":"conventional-changelog-jshint@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6/manifests"},{"name":"conventional-changelog-writer@3.0.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6/manifests"},{"name":"conventional-changelog-angular@3.0.2","sha":"1cc079df803f58b52c8aa997fff43e9c162266e7","kind":"tag","published_at":"2018-03-22T14:14:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7/manifests"},{"name":"standard-changelog@1.0.14","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14/manifests"},{"name":"gulp-conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19/manifests"},{"name":"git-semver-tags@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5/manifests"},{"name":"git-raw-commits@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7/manifests"},{"name":"conventional-commits-parser@2.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6/manifests"},{"name":"conventional-commits-filter@1.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5/manifests"},{"name":"conventional-changelog-jshint@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5/manifests"},{"name":"conventional-changelog-jquery@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5/manifests"},{"name":"conventional-changelog-express@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6/manifests"},{"name":"conventional-changelog-ember@0.3.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7/manifests"},{"name":"conventional-changelog-core@2.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5/manifests"},{"name":"conventional-changelog-cli@1.3.17","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17/manifests"},{"name":"conventional-changelog-atom@0.2.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5/manifests"},{"name":"conventional-changelog-angular@3.0.1","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1/manifests"},{"name":"conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19/manifests"},{"name":"conventional-changelog-angular@3.0.0","sha":"49997aaba373502e5b38bd366846934641e95799","kind":"tag","published_at":"2018-03-22T13:45:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-eslint@1.0.5","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5/manifests"},{"name":"conventional-changelog-cli@1.3.16","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16/manifests"},{"name":"conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-angular@1.6.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6/manifests"},{"name":"conventional-changelog-atom@0.2.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4/manifests"},{"name":"conventional-changelog-cli@1.3.15","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15/manifests"},{"name":"conventional-changelog-codemirror@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4/manifests"},{"name":"conventional-changelog-express@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4/manifests"},{"name":"conventional-changelog-jquery@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4/manifests"},{"name":"conventional-changelog-jshint@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4/manifests"},{"name":"conventional-commits-filter@1.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5/manifests"},{"name":"conventional-commits-parser@2.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5/manifests"},{"name":"gulp-conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17/manifests"},{"name":"standard-changelog@1.0.13","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13/manifests"},{"name":"git-semver-tags@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4/manifests"},{"name":"conventional-recommended-bump@2.0.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6/manifests"},{"name":"git-raw-commits@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4/manifests"},{"name":"conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17/manifests"},{"name":"git-semver-tags@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3/manifests"},{"name":"conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog-angular@1.6.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5/manifests"},{"name":"conventional-changelog-atom@0.2.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3/manifests"},{"name":"conventional-changelog-cli@1.3.14","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14/manifests"},{"name":"conventional-changelog-codemirror@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4/manifests"},{"name":"conventional-changelog-ember@0.3.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3/manifests"},{"name":"conventional-changelog-express@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3/manifests"},{"name":"conventional-changelog-jshint@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5/manifests"},{"name":"conventional-changelog-writer@3.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3/manifests"},{"name":"conventional-commits-filter@1.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4/manifests"},{"name":"conventional-commits-parser@2.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4/manifests"},{"name":"conventional-recommended-bump@2.0.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5/manifests"},{"name":"git-raw-commits@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3/manifests"},{"name":"gulp-conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16/manifests"},{"name":"standard-changelog@1.0.12","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12/manifests"},{"name":"conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15/manifests"},{"name":"gulp-conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15/manifests"},{"name":"conventional-recommended-bump@2.0.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4/manifests"},{"name":"conventional-changelog-cli@1.3.13","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13/manifests"},{"name":"git-raw-commits@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2/manifests"},{"name":"standard-changelog@1.0.11","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11/manifests"},{"name":"conventional-recommended-bump@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3/manifests"},{"name":"gulp-conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14/manifests"},{"name":"git-semver-tags@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2/manifests"},{"name":"conventional-changelog-express@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3/manifests"},{"name":"conventional-commits-filter@1.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3/manifests"},{"name":"conventional-changelog-writer@3.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2/manifests"},{"name":"conventional-changelog-jshint@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2/manifests"},{"name":"conventional-changelog-jquery@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2/manifests"},{"name":"conventional-changelog-eslint@1.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2/manifests"},{"name":"conventional-changelog-ember@0.3.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3/manifests"},{"name":"conventional-changelog-codemirror@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2/manifests"},{"name":"conventional-changelog-cli@1.3.12","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12/manifests"},{"name":"conventional-changelog-atom@0.2.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2/manifests"},{"name":"conventional-changelog-angular@1.6.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4/manifests"},{"name":"conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14/manifests"},{"name":"conventional-recommended-bump@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2/manifests"},{"name":"conventional-commits-parser@2.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2/manifests"},{"name":"standard-changelog@1.0.10","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10/manifests"},{"name":"conventional-commits-filter@1.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2/manifests"},{"name":"conventional-changelog-writer@3.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1/manifests"},{"name":"conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13/manifests"},{"name":"gulp-conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13/manifests"},{"name":"git-semver-tags@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1/manifests"},{"name":"git-raw-commits@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1/manifests"},{"name":"conventional-changelog-jshint@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1/manifests"},{"name":"conventional-changelog-jquery@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1/manifests"},{"name":"conventional-changelog-express@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1/manifests"},{"name":"conventional-changelog-ember@0.3.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2/manifests"},{"name":"conventional-changelog-codemirror@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1/manifests"},{"name":"conventional-changelog-cli@1.3.11","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11/manifests"},{"name":"conventional-changelog-atom@0.2.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1/manifests"},{"name":"conventional-changelog-angular@1.6.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3/manifests"},{"name":"conventional-changelog-cli@1.3.10","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10/manifests"},{"name":"conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12/manifests"},{"name":"gulp-conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12/manifests"},{"name":"conventional-recommended-bump@2.0.1","sha":"a4f0aa902d3e966fe6d6b1d46f2130838524cfbf","kind":"tag","published_at":"2018-02-12T14:54:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1/manifests"},{"name":"conventional-recommended-bump@2.0.0","sha":"9885d205ed96338575335652d006f475408e1195","kind":"tag","published_at":"2018-02-12T14:30:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0/manifests"},{"name":"conventional-changelog-preset-loader@1.1.2","sha":"a450d974237d440009ec3fb4c63974cf066e8f79","kind":"tag","published_at":"2018-02-12T04:07:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.1","sha":"5af1f00dcc4e1f9c3299bc7feb322a88b711f042","kind":"tag","published_at":"2018-02-09T04:17:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.0","sha":"c3eb36dbc52f383df6f3dcf3a3870b01ceee0b8b","kind":"tag","published_at":"2018-02-08T14:46:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0/manifests"},{"name":"conventional-commits-parser@2.1.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1/manifests"},{"name":"conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11/manifests"},{"name":"conventional-changelog-angular@1.6.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2/manifests"},{"name":"conventional-changelog-cli@1.3.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9/manifests"},{"name":"conventional-changelog-core@2.0.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1/manifests"},{"name":"conventional-changelog-ember@0.3.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2/manifests"},{"name":"conventional-recommended-bump@1.2.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1/manifests"},{"name":"gulp-conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11/manifests"},{"name":"standard-changelog@1.0.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9/manifests"},{"name":"standard-changelog@1.0.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8/manifests"},{"name":"gulp-conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10/manifests"},{"name":"git-semver-tags@1.3.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.2.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0/manifests"},{"name":"conventional-changelog-writer@3.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0/manifests"},{"name":"conventional-changelog-eslint@1.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.3.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1/manifests"},{"name":"conventional-changelog-core@2.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8/manifests"},{"name":"conventional-changelog-angular@1.6.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1/manifests"},{"name":"conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10/manifests"},{"name":"standard-changelog@1.0.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7/manifests"},{"name":"gulp-conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-jshint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0/manifests"},{"name":"conventional-changelog-jquery@1.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0/manifests"},{"name":"conventional-changelog-express@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0/manifests"},{"name":"conventional-changelog-eslint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0/manifests"},{"name":"conventional-changelog-ember@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0/manifests"},{"name":"conventional-changelog-core@1.9.5","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5/manifests"},{"name":"conventional-changelog-codemirror@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0/manifests"},{"name":"conventional-changelog-cli@1.3.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7/manifests"},{"name":"conventional-changelog-atom@0.2.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0/manifests"},{"name":"conventional-changelog-angular@1.6.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0/manifests"},{"name":"conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-angular@1.5.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3/manifests"},{"name":"standard-changelog@1.0.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6/manifests"},{"name":"gulp-conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8/manifests"},{"name":"conventional-recommended-bump@1.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0/manifests"},{"name":"conventional-commits-parser@2.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0/manifests"},{"name":"conventional-commits-filter@1.1.1","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1/manifests"},{"name":"conventional-changelog-writer@2.0.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.2.10","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10/manifests"},{"name":"conventional-changelog-core@1.9.4","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4/manifests"},{"name":"conventional-changelog-cli@1.3.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6/manifests"},{"name":"conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8/manifests"},{"name":"conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7/manifests"},{"name":"conventional-changelog-express@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1/manifests"},{"name":"conventional-changelog-eslint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1/manifests"},{"name":"conventional-changelog-jquery@1.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1/manifests"},{"name":"conventional-changelog-ember@0.2.9","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9/manifests"},{"name":"conventional-changelog-jshint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1/manifests"},{"name":"conventional-changelog-writer@2.0.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2/manifests"},{"name":"conventional-changelog-core@1.9.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3/manifests"},{"name":"conventional-commits-filter@1.1.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0/manifests"},{"name":"conventional-changelog-codemirror@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1/manifests"},{"name":"conventional-commits-parser@2.0.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1/manifests"},{"name":"conventional-recommended-bump@1.0.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3/manifests"},{"name":"conventional-changelog-cli@1.3.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5/manifests"},{"name":"git-raw-commits@1.3.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0/manifests"},{"name":"conventional-changelog-atom@0.1.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2/manifests"},{"name":"git-semver-tags@1.2.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3/manifests"},{"name":"conventional-changelog-angular@1.5.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2/manifests"},{"name":"gulp-conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7/manifests"},{"name":"standard-changelog@1.0.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5/manifests"},{"name":"@marionebl/conventional-commits-parser@3.0.0","sha":"edf4068ce4c3ea6ac5b61323473ab655be5eb895","kind":"tag","published_at":"2017-11-01T07:09:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/@marionebl/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/@marionebl/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0/manifests"},{"name":"git-semver-tags@1.2.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2/manifests"},{"name":"standard-changelog@1.0.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4/manifests"},{"name":"conventional-changelog-ember@0.2.8","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8/manifests"},{"name":"gulp-conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-core@1.9.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2/manifests"},{"name":"conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-angular@1.5.1","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1/manifests"},{"name":"conventional-recommended-bump@1.0.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2/manifests"},{"name":"conventional-changelog-cli@1.3.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4/manifests"},{"name":"standard-changelog@1.0.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3/manifests"},{"name":"conventional-changelog-core@1.9.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1/manifests"},{"name":"conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-ember@0.2.7","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7/manifests"},{"name":"conventional-changelog-writer@2.0.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1/manifests"},{"name":"conventional-changelog-angular@1.5.0","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0/manifests"},{"name":"gulp-conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-cli@1.3.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3/manifests"},{"name":"conventional-changelog-angular@1.4.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0/manifests"},{"name":"conventional-changelog-core@1.9.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0/manifests"},{"name":"conventional-changelog-codemirror@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0/manifests"},{"name":"conventional-changelog-cli@1.3.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2/manifests"},{"name":"conventional-changelog-atom@0.1.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1/manifests"},{"name":"standard-changelog@1.0.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2/manifests"},{"name":"conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4/manifests"},{"name":"conventional-changelog-ember@0.2.6","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6/manifests"},{"name":"conventional-changelog-eslint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0/manifests"},{"name":"conventional-changelog-express@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0/manifests"},{"name":"conventional-changelog-jquery@1.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0/manifests"},{"name":"conventional-changelog-jshint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0/manifests"},{"name":"conventional-changelog-writer@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0/manifests"},{"name":"conventional-commits-parser@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1/manifests"},{"name":"git-semver-tags@1.2.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1/manifests"},{"name":"gulp-conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4/manifests"},{"name":"conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3/manifests"},{"name":"conventional-changelog-core@1.8.0","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.8.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0/manifests"},{"name":"conventional-changelog-ember@0.2.5","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5/manifests"},{"name":"gulp-conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3/manifests"},{"name":"standard-changelog@1.0.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1/manifests"},{"name":"conventional-changelog-cli@1.3.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1/manifests"},{"name":"conventional-changelog-angular@1.3.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3/manifests"},{"name":"conventional-changelog-ember@0.2.4","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4/manifests"},{"name":"conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2/manifests"},{"name":"conventional-changelog-angular@1.3.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2/manifests"},{"name":"conventional-changelog-core@1.7.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.7.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0/manifests"},{"name":"conventional-changelog-cli@1.3.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0/manifests"},{"name":"standard-changelog@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2/manifests"},{"name":"git-semver-tags@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0/manifests"},{"name":"git-raw-commits@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0/manifests"},{"name":"conventional-recommended-bump@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"tag","published_at":"2017-03-10T05:35:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0/manifests"},{"name":"conventional-changelog-ember@0.2.3","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3/manifests"},{"name":"gulp-conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1/manifests"},{"name":"standard-changelog@0.0.2","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@0.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2/manifests"},{"name":"conventional-changelog-angular@1.3.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1/manifests"},{"name":"conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-cli@1.2.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1/manifests"},{"name":"conventional-changelog-core@1.6.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0/manifests"},{"name":"conventional-changelog-cli@1.2.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:01:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0/manifests"},{"name":"conventional-changelog-core@1.5.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:00:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0/manifests"},{"name":"git-raw-commits@1.1.2","sha":"f5fe78b1f15791cb0499744bf278dff22b52732f","kind":"tag","published_at":"2017-03-09T07:37:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2/manifests"},{"name":"git-semver-tags@1.1.2","sha":"7be07c7c0f49572b1c0e9c98f004b599d8b5bb1a","kind":"tag","published_at":"2017-03-09T07:35:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2/manifests"},{"name":"v1.1.0","sha":"600d411569271467389c3cbe71f7f657980e89a1","kind":"tag","published_at":"2016-02-13T06:59:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"9591280a8d09220aced3383abe3bc7ecbb34b503","kind":"tag","published_at":"2016-02-13T06:37:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"beef421f56939190a4ca30c28788eda1b3f9480d","kind":"tag","published_at":"2016-02-05T13:49:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"c8e90ab7fddd0b98855913e73fc12f9dc9dc81b1","kind":"tag","published_at":"2016-02-05T12:59:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0/manifests"},{"name":"v0.5.3","sha":"d79ce243223260b153699b99de0503698546ea63","kind":"tag","published_at":"2015-12-25T05:07:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"9e7b771072a2680c6c335fcad38003aade53213e","kind":"tag","published_at":"2015-12-23T12:24:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"4bf7d8df29f7be29552b82ec2b7112fad0c39a3e","kind":"tag","published_at":"2015-10-20T09:52:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"5ca2204b472704543ebbc744a22f8f90ec659659","kind":"tag","published_at":"2015-09-30T08:49:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"e5f2f3bc675e2c7e5cc6aa0ed50da7941833e492","kind":"tag","published_at":"2015-09-04T03:16:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"7536a0b351cc4f2764e71cbc268a178ab595259d","kind":"tag","published_at":"2015-08-17T01:28:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"56fa3d92620a41a875b3337fa51d04d6df23b1a8","kind":"tag","published_at":"2015-08-15T12:34:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"eefec0ef598a92e78510ee8626fd9bbcdb1398e4","kind":"tag","published_at":"2015-08-15T11:19:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0/manifests"},{"name":"v0.3.2","sha":"74b99dca61eafd56ba93605016b086a1108e77fe","kind":"tag","published_at":"2015-08-13T03:12:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"a1aca9c31a45aded77962bd0defc32e503aec213","kind":"commit","published_at":"2015-08-11T06:23:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"b489672d27ff703337c540f0fbc43f6486a84d99","kind":"commit","published_at":"2015-08-09T03:27:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"12e3cd6b151353dbe7f584adabbe5dd8a28424db","kind":"commit","published_at":"2015-07-24T08:13:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"f437b457b5ea6c105535a360144000f8315db54d","kind":"commit","published_at":"2015-07-24T04:54:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0/manifests"},{"name":"v0.1.3","sha":"c8fa9d0b94f8ac07f162623e4b9e9e68aad82e62","kind":"commit","published_at":"2015-07-22T11:06:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"6ba5d6e4b90a154dbca6ec0f80c66ad5995cd770","kind":"commit","published_at":"2015-07-22T07:10:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c015f8762f70eff2be7b8d7fb82438689239d717","kind":"commit","published_at":"2015-07-20T07:55:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"7253d0fea773e3f7cc0a3fb8278c9da070df26ee","kind":"commit","published_at":"2015-07-20T07:12:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.3","sha":"0c9f1e89bfacec8e08bac8ef96d64e3abdbecda7","kind":"commit","published_at":"2015-07-17T11:02:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"fec1baf43b8c0156682d4014a4fd066bd24ad448","kind":"commit","published_at":"2015-07-17T06:23:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"a5ea0dfada48601b9e3fbec78dd37d70380a2db6","kind":"commit","published_at":"2015-07-15T08:03:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1/manifests"},{"name":"v0.1.0-alpha.3","sha":"9b6cc68a2c17c9671363fe7af5de7ebd3a06aaeb","kind":"commit","published_at":"2015-07-06T01:27:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3/manifests"},{"name":"v0.1.0-alpha.2","sha":"34b0f460c34ecc48af857d8ee5d7038970ba56fb","kind":"commit","published_at":"2015-06-29T12:04:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2/manifests"},{"name":"v0.1.0-alpha.1","sha":"05b3415fc699ab43f3fa33b5ecd040ab5ecdf9e2","kind":"commit","published_at":"2015-06-24T04:42:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1/manifests"},{"name":"v0.0.17","sha":"3cae05244e48af9cf4abbef3114060db585a574c","kind":"commit","published_at":"2015-04-03T02:12:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"c0719ce6ba16778dd34c2cfdc81e7f3c5321409d","kind":"commit","published_at":"2015-03-19T04:15:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"57af04dc3e362c0e327b716279c9143028c6e0da","kind":"commit","published_at":"2015-03-18T20:23:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"69be290efb58a6a92e9ae78d7b37168d293920b5","kind":"commit","published_at":"2015-03-13T21:22:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"15a39d02ba3d666e7820eecbb8c5493ef2f6040a","kind":"commit","published_at":"2015-03-12T23:17:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13/manifests"},{"name":"v0.0.11","sha":"37f5561553c30d8f0f2c949502ea278da64949cd","kind":"tag","published_at":"2014-05-28T13:14:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"ad6f6ec5499d2c902b88da95487862d50e5ad776","kind":"tag","published_at":"2014-05-28T12:51:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"87efbabd9bc2a0fd83255e6cb856961b10aef9eb","kind":"tag","published_at":"2014-05-06T17:11:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"94b12cf69c51264b1edb6c81b50a262f0536894b","kind":"tag","published_at":"2014-04-10T14:45:48.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"1cf17e494fd7d8538c55189c72c0cf57d145ef41","kind":"tag","published_at":"2014-04-10T14:06:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"861f9ec93de28be4185b35815c2b6ab17746eb3f","kind":"commit","published_at":"2014-01-23T19:39:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"3f59f7356c86f30ef8e8754386373c2a8f97b367","kind":"commit","published_at":"2014-01-23T18:59:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6fa2c22464dcd964df604550c2ce2ed1d2f4362b","kind":"commit","published_at":"2014-01-04T21:36:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4/manifests"}]},"repo_metadata_updated_at":"2023-12-19T06:10:14.573Z","dependent_packages_count":2,"downloads":50,"downloads_period":"last-month","dependent_repos_count":7,"rankings":{"downloads":17.89218778967579,"dependent_repos_count":4.517394893634634,"dependent_packages_count":8.786228889746779,"stargazers_count":1.200604311931194,"forks_count":1.4451913051652208,"docker_downloads_count":null,"average":6.768321438030723},"purl":"pkg:npm/%40eric.dahlseng/conventional-changelog-config","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/@eric.dahlseng/conventional-changelog-config","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/@eric.dahlseng/conventional-changelog-config","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/@eric.dahlseng/conventional-changelog-config/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2023-12-18T22:48:21.480Z","issues_count":104,"pull_requests_count":338,"avg_time_to_close_issue":23444750.564102564,"avg_time_to_close_pull_request":6261417.119850188,"issues_closed_count":39,"pull_requests_closed_count":267,"pull_request_authors_count":58,"issue_authors_count":73,"avg_comments_per_issue":1.8076923076923077,"avg_comments_per_pull_request":1.3875739644970413,"merged_pull_requests_count":209,"bot_issues_count":1,"bot_pull_requests_count":171,"past_year_issues_count":62,"past_year_pull_requests_count":280,"past_year_avg_time_to_close_issue":784912.724137931,"past_year_avg_time_to_close_pull_request":1086635.9458333333,"past_year_issues_closed_count":29,"past_year_pull_requests_closed_count":240,"past_year_pull_request_authors_count":25,"past_year_issue_authors_count":36,"past_year_avg_comments_per_issue":1.370967741935484,"past_year_avg_comments_per_pull_request":1.157142857142857,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":160,"past_year_merged_pull_requests_count":198,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues"},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@eric.dahlseng%2Fconventional-changelog-config/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@eric.dahlseng%2Fconventional-changelog-config/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@eric.dahlseng%2Fconventional-changelog-config/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@eric.dahlseng%2Fconventional-changelog-config/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@eric.dahlseng%2Fconventional-changelog-config/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@eric.dahlseng%2Fconventional-changelog-config/codemeta","maintainers":[{"uuid":"eric.dahlseng","login":"eric.dahlseng","name":null,"email":"edahlseng@yahoo.com","url":null,"packages_count":15,"html_url":"https://www.npmjs.com/~eric.dahlseng","role":null,"created_at":"2022-11-20T15:06:39.942Z","updated_at":"2022-11-20T15:06:39.942Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/eric.dahlseng/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5644415,"maintainers_count":1200486,"namespaces_count":399623,"keywords_count":847874,"github":"npm","metadata":{"funded_packages_count":171745},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-06-10T05:11:46.456Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":1476406,"name":"blacklake-conventional-changelog","ecosystem":"npm","description":"Generate a changelog from git metadata","homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog#readme","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":["conventional-changelog","conventional","changelog","log"],"namespace":null,"versions_count":3,"first_release_published_at":"2020-12-02T06:51:24.667Z","latest_release_published_at":"2020-12-02T07:31:47.249Z","latest_release_number":"1.0.2","last_synced_at":"2026-06-03T20:26:55.638Z","created_at":"2022-04-09T02:35:04.073Z","updated_at":"2026-06-03T20:26:55.638Z","registry_url":"https://www.npmjs.com/package/blacklake-conventional-changelog","install_command":"npm install blacklake-conventional-changelog","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"1.0.2"}},"repo_metadata":{"id":12961414,"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2024-06-18T04:54:14.000Z","size":5832,"stargazers_count":7627,"open_issues_count":249,"forks_count":715,"subscribers_count":58,"default_branch":"master","last_synced_at":"2024-06-19T09:40:31.278Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2024-06-19T09:40:44.711Z","dependencies_parsed_at":"2022-07-13T10:30:31.523Z","dependency_job_id":"5f6d159e-c4c6-405b-9fa7-976ffc4dfa04","html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1464,"total_committers":136,"mean_commits":"10.764705882352942","dds":"0.40095628415300544","last_synced_commit":"58f0887283a200d52e49607baf7b352f26177b05"},"previous_names":["ajoslin/conventional-changelog"],"tags_count":777,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":215686924,"owners_count":15916249,"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"},"owner_record":{"login":"conventional-changelog","name":"conventional-changelog","uuid":"16443515","kind":"organization","description":"Tools to generate changelogs and release notes from a project's commit messages and metadata.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16443515?v=4","repositories_count":12,"last_synced_at":"2024-03-25T20:05:25.442Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/conventional-changelog","funding_links":[],"total_stars":31480,"followers":325,"following":0,"created_at":"2022-11-02T16:25:21.572Z","updated_at":"2024-03-25T20:05:26.809Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog/repositories"},"tags":[{"name":"git-client-v1.0.1","sha":"d3b8aaa16337993bbad4d91db1ffac5a7568756b","kind":"commit","published_at":"2024-05-06T14:46:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1/manifests"},{"name":"conventional-changelog-v6.0.0","sha":"83bb15ba5de08f080884fc906c6db3c99c8b2131","kind":"commit","published_at":"2024-04-26T22:08:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0/manifests"},{"name":"conventional-changelog-core-v8.0.0","sha":"7bc92fc05e4447f311ad52b6e39d36f461eaf083","kind":"commit","published_at":"2024-04-26T22:07:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v8.0.0","sha":"3129c812139bf7454a64b4d506e6b85cd5abc77c","kind":"commit","published_at":"2024-04-26T22:06:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0/manifests"},{"name":"git-semver-tags-v8.0.0","sha":"fbd1b3bcd6253a32de89eb21145c2eb70d9396b6","kind":"commit","published_at":"2024-04-26T22:05:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v5.0.0","sha":"e34c96db3dbebedb17a6583aae8855dddd056f83","kind":"commit","published_at":"2024-04-26T22:04:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0/manifests"},{"name":"conventional-changelog-angular-v8.0.0","sha":"2aa6291a93eb881230e896f87a5232873b6a9717","kind":"commit","published_at":"2024-04-26T22:04:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0/manifests"},{"name":"conventional-changelog-jquery-v6.0.0","sha":"1c71cd6d4868ef2e158963e277609a9794806306","kind":"commit","published_at":"2024-04-26T22:03:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v8.0.0","sha":"533e36277d1779a5ac79a06210c603b5f88bc030","kind":"commit","published_at":"2024-04-26T22:00:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0/manifests"},{"name":"conventional-changelog-eslint-v6.0.0","sha":"c7459cd7d1e1ab82c9a5d552b008c02aba290cad","kind":"commit","published_at":"2024-04-26T21:59:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0/manifests"},{"name":"git-raw-commits-v5.0.0","sha":"f61ea377e843db0852c35911785895ec43481f11","kind":"commit","published_at":"2024-04-26T21:58:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0/manifests"},{"name":"conventional-changelog-codemirror-v5.0.0","sha":"77525286ffc8869a6ac351ebe28198842815cb7c","kind":"commit","published_at":"2024-04-26T21:57:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0/manifests"},{"name":"conventional-changelog-cli-v5.0.0","sha":"a75cef688b9a1557ca981178d4d35c18963160b6","kind":"commit","published_at":"2024-04-26T21:53:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0/manifests"},{"name":"conventional-changelog-express-v5.0.0","sha":"a6ab80d6e30091a8b743ee97a87e7400af1ebc53","kind":"commit","published_at":"2024-04-26T21:53:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v10.0.0","sha":"d7c409b02f1d58cf6f0293edcadbe5f00a78a622","kind":"commit","published_at":"2024-04-26T21:52:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v10.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v10.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0/manifests"},{"name":"conventional-changelog-atom-v5.0.0","sha":"3b2b9d0ec2382f73d9cf000a1004596f90ece916","kind":"commit","published_at":"2024-04-26T21:51:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0/manifests"},{"name":"conventional-changelog-jshint-v5.0.0","sha":"d7dae509e72b09d1496ae51f1f04c15581c828fc","kind":"commit","published_at":"2024-04-26T21:50:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0/manifests"},{"name":"conventional-changelog-ember-v5.0.0","sha":"2e99dfa49112ffe6c864dd0e436f0db1e696b1f9","kind":"commit","published_at":"2024-04-26T21:50:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0/manifests"},{"name":"conventional-commits-parser-v6.0.0","sha":"646e1be132ccd0f32e3074de2f511be5c610984f","kind":"commit","published_at":"2024-04-26T21:48:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0/manifests"},{"name":"conventional-commits-filter-v5.0.0","sha":"be4266b7ef7b84ba5c198dfa8c143229f8a5b128","kind":"commit","published_at":"2024-04-26T21:47:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0/manifests"},{"name":"standard-changelog-v6.0.0","sha":"3e9b9387f29e48a508b70b88f26b40a6db9fea16","kind":"commit","published_at":"2024-04-26T21:45:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v5.0.0","sha":"041a1a9b73b201add30494aed19d026b948bd8f1","kind":"commit","published_at":"2024-04-26T21:41:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0/manifests"},{"name":"git-client-v1.0.0","sha":"7e51fe970576503cae3ab94e6e9b3e01017b044d","kind":"commit","published_at":"2024-04-26T21:21:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0/manifests"},{"name":"git-semver-tags-v7.0.1","sha":"fac8045242099c016f5f3905e54e02b7d466bd7b","kind":"commit","published_at":"2023-09-10T23:53:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1/manifests"},{"name":"conventional-changelog-writer-v7.0.1","sha":"e3a643ad39ec3bc4cfb1dff2aa1101333df33dc3","kind":"commit","published_at":"2023-09-10T23:49:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1/manifests"},{"name":"conventional-changelog-cli-v4.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0/manifests"},{"name":"conventional-changelog-v5.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0/manifests"},{"name":"conventional-changelog-core-v7.0.0","sha":"2e467dd39a35c3813597711a37690897183b4abc","kind":"commit","published_at":"2023-09-08T22:03:37.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0/manifests"},{"name":"git-semver-tags-v7.0.0","sha":"a13f788bd505d8253a2d92413fc4a7780e11ec07","kind":"commit","published_at":"2023-09-08T21:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0/manifests"},{"name":"standard-changelog-v5.0.0","sha":"34569c7a3fd2b0362a461517a1f4e20e7eecd9fc","kind":"commit","published_at":"2023-09-08T21:55:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v9.0.0","sha":"ad633d9d81f66ef80d7f77832a264cb0c5b971ef","kind":"commit","published_at":"2023-09-08T21:50:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.2","sha":"50113f9b569259d991f1a734a192964ca71f0118","kind":"commit","published_at":"2023-09-08T21:41:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2/manifests"},{"name":"conventional-changelog-preset-loader-v4.1.0","sha":"a14d2186575f6061f236c9a47d803694b18f8373","kind":"commit","published_at":"2023-09-08T21:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.1","sha":"ca4324b0a690b2595f8b574882ff95329a2dc195","kind":"commit","published_at":"2023-08-27T19:11:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1/manifests"},{"name":"conventional-commits-filter-v4.0.0","sha":"26fc9ea274dc0c62442ec9d97b20a2ebb49138bf","kind":"commit","published_at":"2023-08-27T12:55:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0/manifests"},{"name":"standard-changelog-v4.0.0","sha":"5b788265774bf4b63d3c83a178ca53e8e7095903","kind":"commit","published_at":"2023-08-27T12:50:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-eslint-v5.0.0","sha":"679594c0716275771cc23b314e4362899fe72f87","kind":"commit","published_at":"2023-08-27T12:46:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0/manifests"},{"name":"git-semver-tags-v6.0.0","sha":"1c75c72d9b5d59e3ea4e914c58a85f7559f29602","kind":"commit","published_at":"2023-08-27T12:40:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0/manifests"},{"name":"conventional-recommended-bump-v8.0.0","sha":"624377a24e8e3658bcf2329a9a98f9a7b02a4cb3","kind":"commit","published_at":"2023-08-27T12:33:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0/manifests"},{"name":"conventional-changelog-writer-v7.0.0","sha":"d669bb67dc713cb1e4374e3216ed7d83cde743c5","kind":"commit","published_at":"2023-08-27T12:27:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0/manifests"},{"name":"conventional-changelog-codemirror-v4.0.0","sha":"933fd0b3dd355d648faf57241b796a714004c722","kind":"commit","published_at":"2023-08-27T12:23:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0/manifests"},{"name":"conventional-changelog-express-v4.0.0","sha":"c9e9ceb3a3727659bd117bab01cbc7642d588f06","kind":"commit","published_at":"2023-08-27T12:16:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0/manifests"},{"name":"conventional-changelog-ember-v4.0.0","sha":"5d7c16268f79b7f180e34e997fdb37373d714666","kind":"commit","published_at":"2023-08-27T12:11:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0/manifests"},{"name":"conventional-changelog-jquery-v5.0.0","sha":"d643efb1050dcdaecee626044315644ff9b9e43b","kind":"commit","published_at":"2023-08-27T12:07:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v4.0.0","sha":"636646dd9ae062e9652a7f9ccaf6c329e6e9f924","kind":"commit","published_at":"2023-08-27T12:03:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0/manifests"},{"name":"conventional-changelog-v5.0.0","sha":"7985de3edc9e655369651ad464cb39b791887dc7","kind":"commit","published_at":"2023-08-27T11:58:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.0","sha":"5f0fe40743d8f559ab94ed11bbb4b8bda6fa6dcb","kind":"commit","published_at":"2023-08-27T11:51:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0/manifests"},{"name":"conventional-changelog-angular-v7.0.0","sha":"6c7a2e1a8807988bcb1a9842f72d14be3b1a89e3","kind":"commit","published_at":"2023-08-27T11:46:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0/manifests"},{"name":"conventional-changelog-jshint-v4.0.0","sha":"0204a9a340d2c85411e8de8905bc74c6146e5618","kind":"commit","published_at":"2023-08-27T11:41:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0/manifests"},{"name":"conventional-changelog-atom-v4.0.0","sha":"ab9b2c10e098ec8837d141102549f3eef698364c","kind":"commit","published_at":"2023-08-27T11:36:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0/manifests"},{"name":"conventional-changelog-cli-v4.0.0","sha":"29df6c4597afad27b9cda06f58eb564bcca609c4","kind":"commit","published_at":"2023-08-27T11:21:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0/manifests"},{"name":"conventional-changelog-core-v6.0.0","sha":"45613bbc2d13c798732e4b2bd4b2fa9ea67157d6","kind":"commit","published_at":"2023-08-27T11:17:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v4.0.0","sha":"5a896e3ef3aa9e751fcc74d7c76fa21d6d526cb0","kind":"commit","published_at":"2023-08-27T11:08:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0/manifests"},{"name":"git-raw-commits-v4.0.0","sha":"878fc56b43bc617177bf47fd8643a3b8b86078e5","kind":"commit","published_at":"2023-08-27T11:01:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0/manifests"},{"name":"conventional-commits-parser-v5.0.0","sha":"299de5acbe55a7d19dcdd2adc34681eae7264abf","kind":"commit","published_at":"2023-08-26T17:50:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0/manifests"},{"name":"git-semver-tags-v5.0.1","sha":"87914a362866a380e98a29edf19b2173e0911d8a","kind":"commit","published_at":"2023-07-09T19:10:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1/manifests"},{"name":"conventional-changelog-writer-v6.0.1","sha":"c123edea220b450cfa26813b6f198c3e8ebbd2b4","kind":"commit","published_at":"2023-07-09T14:49:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.2","sha":"83773c5e1a8874ea9809ca9db1dff60b7df1daae","kind":"commit","published_at":"2023-06-28T17:43:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.1.0","sha":"2e5fe6d9574ba896fa90b5bfcb50fb73d28af6d6","kind":"commit","published_at":"2023-06-17T21:30:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v7.0.1","sha":"f251b6899e313a9b23f3c8deb8b8b57217040892","kind":"commit","published_at":"2023-06-06T23:24:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.1","sha":"5b458dff9edf766446449acd1bbb8027a1e39fa5","kind":"commit","published_at":"2023-06-06T23:17:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1/manifests"},{"name":"gulp-conventional-changelog-v3.0.0","sha":"8ef6232797e5bf7c80422221374c53c03d5df36d","kind":"commit","published_at":"2023-06-06T22:50:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0/manifests"},{"name":"standard-changelog-v3.0.0","sha":"ea65f017b42b914ece780fd2fc799a6946912ed8","kind":"commit","published_at":"2023-06-06T22:42:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0/manifests"},{"name":"conventional-changelog-cli-v3.0.0","sha":"f00f4549cee9406054b77057a8135183fcd89710","kind":"commit","published_at":"2023-06-06T22:29:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0/manifests"},{"name":"conventional-changelog-v4.0.0","sha":"1a240f91ed584ed43e7f9c82235ca60eff0f4fa5","kind":"commit","published_at":"2023-06-06T19:50:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-core-v5.0.0","sha":"8507f601486c8ff6806156c50091262dee13ec54","kind":"commit","published_at":"2023-06-06T19:23:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v7.0.0","sha":"e1662ca7a6c688d28a334282a5e863f52866f3e8","kind":"commit","published_at":"2023-06-06T18:39:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v3.0.0","sha":"5d80d155425147a0b045af09536e5962cbfff620","kind":"commit","published_at":"2023-06-06T15:08:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.0.0","sha":"a30fc7ae219cf871b46cbe9d2c76a9730b70e272","kind":"commit","published_at":"2023-06-06T14:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v6.0.0","sha":"aa5d46c7b13b7b31f78af4b3c31c087c39eea41d","kind":"commit","published_at":"2023-06-06T14:46:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0/manifests"},{"name":"conventional-commits-filter-v3.0.0","sha":"502a73fe41aebb7b563c5ca69521e0b1bab904df","kind":"commit","published_at":"2023-06-06T14:32:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0/manifests"},{"name":"conventional-commits-parser-v4.0.0","sha":"9f7fe891e75c64937c28baa39a6c795a01603ab7","kind":"commit","published_at":"2023-06-06T14:24:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0/manifests"},{"name":"git-raw-commits-v3.0.0","sha":"571f2d549f10744a12ab3bc5dc5e0b749cb72667","kind":"commit","published_at":"2023-06-06T14:16:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0/manifests"},{"name":"git-semver-tags-v5.0.0","sha":"445c796d04105d10dd62d07039bc6a7fc9f263a5","kind":"commit","published_at":"2023-06-06T13:51:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0/manifests"},{"name":"conventional-changelog-atom-v3.0.0","sha":"208787aa2f5db8de1c2d43c56d71e6dfb9510781","kind":"commit","published_at":"2023-06-06T13:43:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0/manifests"},{"name":"conventional-changelog-angular-v6.0.0","sha":"c4ebf98acc15f37154aae5de53a225e896c4a157","kind":"commit","published_at":"2023-06-06T13:36:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0/manifests"},{"name":"conventional-changelog-codemirror-v3.0.0","sha":"0772453bee083917a05b9696d063ee3dc69957f9","kind":"commit","published_at":"2023-06-06T13:25:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0/manifests"},{"name":"conventional-changelog-ember-v3.0.0","sha":"e473d0c8af7c0cf8a54f775556796f50f3e695c2","kind":"commit","published_at":"2023-06-06T13:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0/manifests"},{"name":"conventional-changelog-eslint-v4.0.0","sha":"b3b896bc5b9e3ed65dcfc08c57967a252f37cfd1","kind":"commit","published_at":"2023-06-06T12:56:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0/manifests"},{"name":"conventional-changelog-express-v3.0.0","sha":"5594385d1dd2490b0fb508a60b6f30e8be6616ce","kind":"commit","published_at":"2023-06-06T12:37:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0/manifests"},{"name":"conventional-changelog-jquery-v4.0.0","sha":"51a3015a907b2cea900114359c36ce0e9664b72d","kind":"commit","published_at":"2023-06-06T12:17:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0/manifests"},{"name":"conventional-changelog-jshint-v3.0.0","sha":"281e5f883476e90b75cae4373a67436c86e94f6a","kind":"commit","published_at":"2023-06-06T12:02:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v5.0.0","sha":"ba6df7cf62de5f448368bed4398f6ddf633d2cbd","kind":"commit","published_at":"2022-05-27T18:02:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0/manifests"},{"name":"conventional-changelog-writer-v5.0.1","sha":"21b73f974adc4490a318d9c892055655cb82c538","kind":"commit","published_at":"2021-12-29T21:36:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.3","sha":"02757d342290bcf51a49d49e5e72f5eae6c6f6da","kind":"commit","published_at":"2021-12-29T19:52:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3/manifests"},{"name":"conventional-commits-parser-v3.2.4","sha":"1d0f62d4ac4911ef0d912d5401f783b152cee624","kind":"commit","published_at":"2021-12-29T19:46:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4/manifests"},{"name":"git-raw-commits-v2.0.11","sha":"95384dbd105ffe4f86bbc6ccad3e5405a1cbfe04","kind":"commit","published_at":"2021-12-29T19:39:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.2","sha":"1827696185192a8dd258ea7c3370090238b0fb76","kind":"commit","published_at":"2021-12-25T18:06:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2/manifests"},{"name":"conventional-changelog-cli-v2.2.2","sha":"8ce6a7bbd3fae87aa9d56fca68c2e16fbb2cace5","kind":"commit","published_at":"2021-12-25T17:22:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2/manifests"},{"name":"conventional-changelog-v3.1.25","sha":"8e9c3d76aaffd7fe67a78270b3ad9b881e953e7e","kind":"commit","published_at":"2021-12-24T18:50:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25/manifests"},{"name":"conventional-commits-parser-v3.2.3","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3/manifests"},{"name":"conventional-changelog-cli-v2.2.1","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.1","sha":"c35708d56a55e31b750aec1f745e5be52f0a75f2","kind":"commit","published_at":"2021-09-09T19:06:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1/manifests"},{"name":"conventional-commits-parser-v3.2.2","sha":"1bae48ff85eff0736ea6691b7214f3fc9c026256","kind":"commit","published_at":"2021-09-09T14:45:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2/manifests"},{"name":"conventional-changelog-core-v4.2.4","sha":"02fbc2d42d0faf53d4b7a2b0525626088a6ac8ba","kind":"commit","published_at":"2021-09-09T14:37:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4/manifests"},{"name":"conventional-changelog-angular-v5.0.13","sha":"e30343b4676d26b416080294dc74ebba001c0716","kind":"commit","published_at":"2021-09-09T14:31:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v5.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13/manifests"},{"name":"conventional-changelog-core-v4.2.3","sha":"318b555b6ef3aebdb5a8d4c7c734fd7234712dd3","kind":"commit","published_at":"2021-07-03T00:24:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.0","sha":"537c37d7801872c3e57e4200c64154a4d2ea042a","kind":"commit","published_at":"2021-04-30T00:15:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0/manifests"},{"name":"conventional-commits-parser-v3.2.1","sha":"758dda2937b6784f0cc6a535286862fcf95b6f06","kind":"commit","published_at":"2021-02-15T21:32:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1/manifests"},{"name":"git-raw-commits-v2.0.10","sha":"ffecaccb6e117afae9f68f1d48ff9a69554da950","kind":"commit","published_at":"2021-01-27T16:36:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10/manifests"},{"name":"conventional-changelog-writer-v5.0.0","sha":"61ef6491add84b841e1797baf09f62bbdd90dcd4","kind":"commit","published_at":"2020-12-30T22:40:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v6.1.0","sha":"3b0fb22b0bb49137b9ecddaeb349f66025205c57","kind":"commit","published_at":"2020-12-30T16:58:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0/manifests"},{"name":"conventional-changelog-core-v4.2.2","sha":"317eeb3137caff69bcc9a67fce3dc67663a010db","kind":"commit","published_at":"2020-12-30T00:53:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2/manifests"},{"name":"conventional-recommended-bump-v6.0.12","sha":"90ecc5d93bfd7626857eda5d240f92393d896be0","kind":"commit","published_at":"2020-12-30T00:43:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12/manifests"},{"name":"git-raw-commits-v2.0.9","sha":"227f3e23af86912c0cd64fdb1a820ac92e5757c5","kind":"commit","published_at":"2020-12-29T23:59:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9/manifests"},{"name":"conventional-changelog-writer-v4.1.0","sha":"77725cfb12ca3ca22abb9421b4af012a49207e7a","kind":"commit","published_at":"2020-12-29T23:41:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0/manifests"},{"name":"conventional-changelog-atom@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8/manifests"},{"name":"conventional-changelog-angular@5.0.12","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12/manifests"},{"name":"conventional-changelog@3.1.24","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24/manifests"},{"name":"git-raw-commits@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8/manifests"},{"name":"standard-changelog@2.0.27","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27/manifests"},{"name":"gulp-conventional-changelog@2.0.35","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35/manifests"},{"name":"git-semver-tags@4.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1/manifests"},{"name":"conventional-recommended-bump@6.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11/manifests"},{"name":"conventional-commits-parser@3.2.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0/manifests"},{"name":"conventional-commits-filter@2.0.7","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7/manifests"},{"name":"conventional-changelog-writer@4.0.18","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18/manifests"},{"name":"conventional-changelog-jshint@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9/manifests"},{"name":"conventional-changelog-jquery@3.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11/manifests"},{"name":"conventional-changelog-express@2.0.6","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9/manifests"},{"name":"conventional-changelog-ember@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9/manifests"},{"name":"conventional-changelog-core@4.2.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.5.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1/manifests"},{"name":"conventional-changelog-v3.1.24","sha":"f8fcbc2e8b0834c29178ace6382b438a020ad828","kind":"commit","published_at":"2020-10-25T02:45:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24/manifests"},{"name":"conventional-recommended-bump@6.0.10","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10/manifests"},{"name":"standard-changelog@2.0.26","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26/manifests"},{"name":"gulp-conventional-changelog@2.0.34","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34/manifests"},{"name":"git-semver-tags@4.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0/manifests"},{"name":"conventional-changelog-core@4.2.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.4.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0/manifests"},{"name":"conventional-changelog-cli@2.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0/manifests"},{"name":"conventional-changelog@3.1.23","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23/manifests"},{"name":"standard-changelog@2.0.25","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25/manifests"},{"name":"conventional-changelog-writer@4.0.17","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17/manifests"},{"name":"conventional-changelog-jshint@2.0.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8/manifests"},{"name":"conventional-changelog-core@4.1.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8/manifests"},{"name":"conventional-changelog@3.1.22","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22/manifests"},{"name":"conventional-changelog-angular@5.0.11","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.35","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35/manifests"},{"name":"gulp-conventional-changelog@2.0.33","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.1","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1/manifests"},{"name":"conventional-changelog-core@4.1.7","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7/manifests"},{"name":"conventional-changelog@3.1.21","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21/manifests"},{"name":"conventional-changelog-writer@4.0.16","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.34","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34/manifests"},{"name":"standard-changelog@2.0.24","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24/manifests"},{"name":"gulp-conventional-changelog@2.0.32","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32/manifests"},{"name":"git-semver-tags@4.0.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.3.4","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4/manifests"},{"name":"standard-changelog@2.0.23","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23/manifests"},{"name":"gulp-conventional-changelog@2.0.31","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31/manifests"},{"name":"conventional-changelog-eslint@3.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.15","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10/manifests"},{"name":"conventional-changelog@3.1.20","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20/manifests"},{"name":"conventional-changelog-atom@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7/manifests"},{"name":"conventional-changelog-cli@2.0.33","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33/manifests"},{"name":"conventional-changelog-codemirror@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0/manifests"},{"name":"conventional-changelog-core@4.1.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6/manifests"},{"name":"conventional-changelog-ember@2.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8/manifests"},{"name":"conventional-commits-filter@2.0.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6/manifests"},{"name":"conventional-commits-parser@3.1.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.9","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9/manifests"},{"name":"git-raw-commits@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7/manifests"},{"name":"conventional-changelog-express@2.0.5","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10/manifests"},{"name":"conventional-changelog-jshint@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7/manifests"},{"name":"conventional-changelog-preset-loader-v2.3.2","sha":"9f6c56cb960a5043823cfb85b9843991201cbb51","kind":"commit","published_at":"2020-05-08T19:21:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v2.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2/manifests"},{"name":"conventional-changelog-core@4.1.5","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5/manifests"},{"name":"gulp-conventional-changelog@2.0.30","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30/manifests"},{"name":"standard-changelog@2.0.22","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22/manifests"},{"name":"conventional-changelog@3.1.19","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19/manifests"},{"name":"conventional-changelog-cli@2.0.32","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32/manifests"},{"name":"conventional-changelog-cli@2.0.31","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31/manifests"},{"name":"standard-changelog@2.0.21","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21/manifests"},{"name":"gulp-conventional-changelog@2.0.29","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29/manifests"},{"name":"conventional-changelog-core@4.1.4","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4/manifests"},{"name":"conventional-changelog@3.1.18","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18/manifests"},{"name":"conventional-changelog@3.1.17","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17/manifests"},{"name":"standard-changelog@2.0.20","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20/manifests"},{"name":"gulp-conventional-changelog@2.0.28","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28/manifests"},{"name":"conventional-changelog-core@4.1.3","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.30","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30/manifests"},{"name":"conventional-changelog-cli@2.0.29","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29/manifests"},{"name":"standard-changelog@2.0.19","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19/manifests"},{"name":"gulp-conventional-changelog@2.0.27","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27/manifests"},{"name":"conventional-changelog-core@4.1.2","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2/manifests"},{"name":"conventional-changelog@3.1.16","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16/manifests"},{"name":"conventional-changelog-cli@2.0.28","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28/manifests"},{"name":"standard-changelog@2.0.18","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18/manifests"},{"name":"gulp-conventional-changelog@2.0.26","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26/manifests"},{"name":"git-semver-tags@3.0.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1/manifests"},{"name":"git-raw-commits@2.0.3","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3/manifests"},{"name":"conventional-recommended-bump@6.0.5","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5/manifests"},{"name":"conventional-commits-parser@3.0.8","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.11","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11/manifests"},{"name":"conventional-changelog-core@4.1.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1/manifests"},{"name":"conventional-changelog@3.1.15","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15/manifests"},{"name":"gulp-conventional-changelog@2.0.25","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25/manifests"},{"name":"conventional-changelog@3.1.14","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14/manifests"},{"name":"conventional-changelog-angular@5.0.6","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6/manifests"},{"name":"conventional-changelog-cli@2.0.27","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.3","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3/manifests"},{"name":"conventional-changelog-core@4.1.0","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0/manifests"},{"name":"conventional-commits-parser@3.0.7","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7/manifests"},{"name":"conventional-recommended-bump@6.0.4","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4/manifests"},{"name":"standard-changelog@2.0.17","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17/manifests"},{"name":"conventional-changelog-cli@2.0.26","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.2","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2/manifests"},{"name":"conventional-changelog-core@4.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3/manifests"},{"name":"conventional-commits-parser@3.0.6","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6/manifests"},{"name":"conventional-recommended-bump@6.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.24","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24/manifests"},{"name":"standard-changelog@2.0.16","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16/manifests"},{"name":"conventional-changelog-writer@4.0.10","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10/manifests"},{"name":"conventional-changelog-preset-loader@2.3.0","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0/manifests"},{"name":"conventional-changelog@3.1.13","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13/manifests"},{"name":"conventional-changelog-jshint@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.9","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9/manifests"},{"name":"conventional-commits-parser@3.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5/manifests"},{"name":"conventional-changelog@3.1.12","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12/manifests"},{"name":"conventional-recommended-bump@6.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.23","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23/manifests"},{"name":"standard-changelog@2.0.15","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5/manifests"},{"name":"conventional-changelog-atom@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.25","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25/manifests"},{"name":"conventional-changelog-codemirror@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.1","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1/manifests"},{"name":"conventional-changelog-core@4.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2/manifests"},{"name":"conventional-changelog-ember@2.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4/manifests"},{"name":"conventional-changelog-eslint@3.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.6","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6/manifests"},{"name":"standard-changelog@2.0.14","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14/manifests"},{"name":"gulp-conventional-changelog@2.0.22","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22/manifests"},{"name":"conventional-recommended-bump@6.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1/manifests"},{"name":"conventional-commits-parser@3.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4/manifests"},{"name":"conventional-changelog-writer@4.0.8","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8/manifests"},{"name":"conventional-changelog-jshint@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.5","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5/manifests"},{"name":"conventional-changelog-eslint@3.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3/manifests"},{"name":"conventional-changelog-ember@2.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3/manifests"},{"name":"conventional-changelog-core@4.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.0","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.24","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24/manifests"},{"name":"conventional-changelog-atom@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4/manifests"},{"name":"conventional-changelog@3.1.11","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11/manifests"},{"name":"conventional-changelog-preset-loader@2.2.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0/manifests"},{"name":"standard-changelog@2.0.13","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13/manifests"},{"name":"gulp-conventional-changelog@2.0.21","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21/manifests"},{"name":"git-semver-tags@3.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0/manifests"},{"name":"conventional-recommended-bump@6.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.7","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7/manifests"},{"name":"conventional-changelog@3.1.10","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10/manifests"},{"name":"conventional-changelog-cli@2.0.23","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23/manifests"},{"name":"conventional-changelog-conventionalcommits@4.1.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0/manifests"},{"name":"conventional-changelog-core@4.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.1","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.0.0","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0/manifests"},{"name":"conventional-changelog-core@3.2.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3/manifests"},{"name":"conventional-changelog-writer@4.0.6","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6/manifests"},{"name":"conventional-commits-parser@3.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3/manifests"},{"name":"conventional-changelog@3.1.9","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9/manifests"},{"name":"standard-changelog@2.0.12","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.20","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20/manifests"},{"name":"git-semver-tags@2.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.22","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22/manifests"},{"name":"standard-changelog@2.0.11","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11/manifests"},{"name":"conventional-changelog@3.1.8","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8/manifests"},{"name":"conventional-changelog-cli@2.0.21","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.2","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.19","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19/manifests"},{"name":"conventional-changelog@3.1.7","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7/manifests"},{"name":"conventional-changelog-cli@2.0.20","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.1","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.18","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18/manifests"},{"name":"conventional-changelog-cli@2.0.19","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.17","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17/manifests"},{"name":"conventional-changelog@3.1.6","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6/manifests"},{"name":"conventional-changelog@3.1.5","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5/manifests"},{"name":"conventional-changelog-conventionalcommits@2.0.0","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.16","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.18","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.2","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.17","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17/manifests"},{"name":"conventional-changelog@3.1.4","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.15","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15/manifests"},{"name":"conventional-changelog-writer@4.0.5","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5/manifests"},{"name":"standard-changelog@2.0.10","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10/manifests"},{"name":"gulp-conventional-changelog@2.0.14","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14/manifests"},{"name":"conventional-changelog@3.1.3","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3/manifests"},{"name":"conventional-changelog-core@3.2.2","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2/manifests"},{"name":"conventional-changelog-cli@2.0.16","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.15","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15/manifests"},{"name":"standard-changelog@2.0.9","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.1.2","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2/manifests"},{"name":"conventional-changelog-core@3.2.1","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1/manifests"},{"name":"gulp-conventional-changelog@2.0.13","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13/manifests"},{"name":"conventional-changelog@3.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1/manifests"},{"name":"gulp-conventional-changelog@2.0.12","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12/manifests"},{"name":"conventional-recommended-bump@4.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1/manifests"},{"name":"conventional-changelog-preset-loader@2.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.14","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14/manifests"},{"name":"conventional-changelog-preset-loader@2.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0/manifests"},{"name":"conventional-changelog-writer@4.0.4","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4/manifests"},{"name":"conventional-commits-filter@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2/manifests"},{"name":"conventional-commits-parser@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2/manifests"},{"name":"conventional-recommended-bump@4.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0/manifests"},{"name":"gulp-conventional-changelog@2.0.11","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11/manifests"},{"name":"standard-changelog@2.0.8","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8/manifests"},{"name":"git-raw-commits@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2/manifests"},{"name":"conventional-changelog@3.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0/manifests"},{"name":"conventional-changelog-cli@2.0.13","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0/manifests"},{"name":"conventional-changelog-core@3.2.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0/manifests"},{"name":"conventional-changelog-eslint@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2/manifests"},{"name":"standard-changelog@2.0.7","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6/manifests"},{"name":"conventional-changelog-angular@5.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.12","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.10","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10/manifests"},{"name":"conventional-changelog-writer@4.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3/manifests"},{"name":"conventional-changelog-core@3.1.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6/manifests"},{"name":"conventional-recommended-bump@4.0.4","sha":"da729f68f9dc581623deb587c705ef65d189a9f4","kind":"tag","published_at":"2018-11-01T06:56:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4/manifests"},{"name":"standard-changelog@2.0.6","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6/manifests"},{"name":"conventional-changelog-core@3.1.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5/manifests"},{"name":"conventional-changelog-writer@4.0.2","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.9","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.0.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.11","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.10","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10/manifests"},{"name":"conventional-changelog-core@3.1.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.8","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8/manifests"},{"name":"conventional-changelog@3.0.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4/manifests"},{"name":"git-semver-tags@2.0.2","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.3","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3/manifests"},{"name":"standard-changelog@2.0.5","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5/manifests"},{"name":"standard-changelog@2.0.4","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.7","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3/manifests"},{"name":"conventional-changelog-core@3.1.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.9","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9/manifests"},{"name":"standard-changelog@2.0.3","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.8","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8/manifests"},{"name":"conventional-changelog-core@3.1.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2/manifests"},{"name":"gulp-conventional-changelog@2.0.6","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6/manifests"},{"name":"conventional-changelog@3.0.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.5","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.7","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7/manifests"},{"name":"conventional-changelog@3.0.1","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1/manifests"},{"name":"standard-changelog@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4/manifests"},{"name":"git-semver-tags@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1/manifests"},{"name":"git-raw-commits@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2/manifests"},{"name":"conventional-commits-parser@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1/manifests"},{"name":"conventional-commits-filter@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1/manifests"},{"name":"conventional-changelog-writer@4.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1/manifests"},{"name":"conventional-changelog-preset-loader@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4/manifests"},{"name":"conventional-changelog-express@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1/manifests"},{"name":"conventional-changelog-eslint@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2/manifests"},{"name":"conventional-changelog-core@3.1.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1/manifests"},{"name":"conventional-changelog-codemirror@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.6","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6/manifests"},{"name":"conventional-changelog-atom@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1/manifests"},{"name":"conventional-changelog-angular@5.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2/manifests"},{"name":"conventional-changelog@3.0.0","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.5","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.3","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.2","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.4","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3/manifests"},{"name":"standard-changelog@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3/manifests"},{"name":"conventional-changelog-core@3.1.0","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0/manifests"},{"name":"conventional-changelog-ember@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1/manifests"},{"name":"conventional-changelog-jquery@3.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1/manifests"},{"name":"conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0/manifests"},{"name":"conventional-recommended-bump@4.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0/manifests"},{"name":"conventional-changelog-jquery@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0/manifests"},{"name":"conventional-changelog-express@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0/manifests"},{"name":"conventional-changelog-eslint@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0/manifests"},{"name":"conventional-changelog-ember@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1/manifests"},{"name":"conventional-changelog-atom@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1/manifests"},{"name":"conventional-changelog-angular@4.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1/manifests"},{"name":"conventional-changelog-jquery@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0/manifests"},{"name":"conventional-changelog-jshint@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0/manifests"},{"name":"standard-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0/manifests"},{"name":"conventional-recommended-bump@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0/manifests"},{"name":"conventional-commits-parser@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0/manifests"},{"name":"conventional-commits-filter@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0/manifests"},{"name":"conventional-changelog-ember@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0/manifests"},{"name":"conventional-changelog-express@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0/manifests"},{"name":"git-semver-tags@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0/manifests"},{"name":"git-raw-commits@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0/manifests"},{"name":"conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-angular@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0/manifests"},{"name":"conventional-changelog-atom@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0/manifests"},{"name":"conventional-changelog-core@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0/manifests"},{"name":"conventional-changelog-eslint@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-core@2.0.11","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11/manifests"},{"name":"conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-cli@1.3.22","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22/manifests"},{"name":"conventional-changelog-ember@0.3.12","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12/manifests"},{"name":"conventional-recommended-bump@2.0.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9/manifests"},{"name":"conventional-changelog-angular@3.0.7","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7/manifests"},{"name":"gulp-conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24/manifests"},{"name":"standard-changelog@1.0.19","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19/manifests"},{"name":"conventional-changelog-jquery@1.3.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9/manifests"},{"name":"conventional-changelog-angular@3.0.6","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6/manifests"},{"name":"standard-changelog@1.0.18","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18/manifests"},{"name":"gulp-conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-writer@3.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9/manifests"},{"name":"conventional-changelog-jshint@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8/manifests"},{"name":"conventional-changelog-jquery@1.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8/manifests"},{"name":"conventional-changelog-eslint@1.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9/manifests"},{"name":"conventional-changelog-ember@0.3.11","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11/manifests"},{"name":"conventional-changelog-core@2.0.10","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10/manifests"},{"name":"conventional-changelog-codemirror@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8/manifests"},{"name":"conventional-changelog-cli@1.3.21","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21/manifests"},{"name":"conventional-changelog-atom@0.2.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8/manifests"},{"name":"conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23/manifests"},{"name":"gulp-conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-core@2.0.9","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9/manifests"},{"name":"conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-cli@1.3.20","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20/manifests"},{"name":"conventional-changelog-writer@3.0.8","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8/manifests"},{"name":"standard-changelog@1.0.17","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17/manifests"},{"name":"conventional-changelog-angular@3.0.5","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.10","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10/manifests"},{"name":"conventional-changelog-cli@1.3.19","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19/manifests"},{"name":"conventional-changelog-angular@3.0.4","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4/manifests"},{"name":"conventional-changelog-atom@0.2.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7/manifests"},{"name":"conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-core@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.9","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9/manifests"},{"name":"conventional-changelog-eslint@1.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8/manifests"},{"name":"conventional-changelog-express@0.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6/manifests"},{"name":"conventional-changelog-jquery@1.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7/manifests"},{"name":"conventional-changelog-preset-loader@1.1.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8/manifests"},{"name":"conventional-changelog-writer@3.0.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7/manifests"},{"name":"conventional-commits-parser@2.1.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7/manifests"},{"name":"conventional-recommended-bump@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8/manifests"},{"name":"git-raw-commits@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6/manifests"},{"name":"git-semver-tags@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21/manifests"},{"name":"standard-changelog@1.0.16","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16/manifests"},{"name":"conventional-changelog-codemirror@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6/manifests"},{"name":"conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-core@2.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7/manifests"},{"name":"conventional-changelog-codemirror@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6/manifests"},{"name":"conventional-changelog-cli@1.3.18","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18/manifests"},{"name":"conventional-changelog-ember@0.3.8","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8/manifests"},{"name":"conventional-changelog-writer@3.0.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6/manifests"},{"name":"conventional-changelog-atom@0.2.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6/manifests"},{"name":"conventional-changelog-eslint@1.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7/manifests"},{"name":"standard-changelog@1.0.15","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15/manifests"},{"name":"conventional-changelog-angular@3.0.3","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3/manifests"},{"name":"conventional-changelog-jquery@1.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-angular@3.0.2","sha":"1cc079df803f58b52c8aa997fff43e9c162266e7","kind":"tag","published_at":"2018-03-22T14:14:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2/manifests"},{"name":"conventional-changelog-ember@0.3.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7/manifests"},{"name":"standard-changelog@1.0.14","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14/manifests"},{"name":"gulp-conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19/manifests"},{"name":"git-semver-tags@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5/manifests"},{"name":"git-raw-commits@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7/manifests"},{"name":"conventional-commits-parser@2.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6/manifests"},{"name":"conventional-commits-filter@1.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5/manifests"},{"name":"conventional-changelog-preset-loader@1.1.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7/manifests"},{"name":"conventional-changelog-jshint@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5/manifests"},{"name":"conventional-changelog-jquery@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5/manifests"},{"name":"conventional-changelog-express@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6/manifests"},{"name":"conventional-changelog-core@2.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5/manifests"},{"name":"conventional-changelog-cli@1.3.17","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17/manifests"},{"name":"conventional-changelog-atom@0.2.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5/manifests"},{"name":"conventional-changelog-angular@3.0.1","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1/manifests"},{"name":"conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19/manifests"},{"name":"conventional-changelog-angular@3.0.0","sha":"49997aaba373502e5b38bd366846934641e95799","kind":"tag","published_at":"2018-03-22T13:45:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.16","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16/manifests"},{"name":"conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18/manifests"},{"name":"gulp-conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-eslint@1.0.5","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5/manifests"},{"name":"conventional-changelog-cli@1.3.15","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15/manifests"},{"name":"conventional-changelog-codemirror@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4/manifests"},{"name":"conventional-changelog-express@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4/manifests"},{"name":"conventional-changelog-jquery@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4/manifests"},{"name":"conventional-changelog-jshint@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4/manifests"},{"name":"conventional-commits-filter@1.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5/manifests"},{"name":"conventional-commits-parser@2.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5/manifests"},{"name":"conventional-recommended-bump@2.0.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6/manifests"},{"name":"standard-changelog@1.0.13","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13/manifests"},{"name":"gulp-conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17/manifests"},{"name":"git-semver-tags@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4/manifests"},{"name":"git-raw-commits@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4/manifests"},{"name":"conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17/manifests"},{"name":"conventional-changelog-angular@1.6.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6/manifests"},{"name":"conventional-changelog-atom@0.2.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4/manifests"},{"name":"gulp-conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog-angular@1.6.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5/manifests"},{"name":"conventional-changelog-atom@0.2.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3/manifests"},{"name":"conventional-changelog-cli@1.3.14","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14/manifests"},{"name":"conventional-changelog-codemirror@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4/manifests"},{"name":"conventional-changelog-ember@0.3.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3/manifests"},{"name":"conventional-changelog-express@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3/manifests"},{"name":"conventional-changelog-jshint@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5/manifests"},{"name":"conventional-changelog-writer@3.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3/manifests"},{"name":"conventional-commits-filter@1.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4/manifests"},{"name":"conventional-commits-parser@2.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4/manifests"},{"name":"conventional-recommended-bump@2.0.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5/manifests"},{"name":"git-raw-commits@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3/manifests"},{"name":"git-semver-tags@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3/manifests"},{"name":"standard-changelog@1.0.12","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12/manifests"},{"name":"conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15/manifests"},{"name":"gulp-conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15/manifests"},{"name":"conventional-recommended-bump@2.0.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4/manifests"},{"name":"conventional-changelog-cli@1.3.13","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13/manifests"},{"name":"conventional-changelog-preset-loader@1.1.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4/manifests"},{"name":"git-raw-commits@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2/manifests"},{"name":"standard-changelog@1.0.11","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11/manifests"},{"name":"conventional-recommended-bump@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3/manifests"},{"name":"gulp-conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14/manifests"},{"name":"git-semver-tags@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2/manifests"},{"name":"conventional-changelog-eslint@1.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2/manifests"},{"name":"conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14/manifests"},{"name":"conventional-changelog-angular@1.6.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4/manifests"},{"name":"conventional-changelog-atom@0.2.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2/manifests"},{"name":"conventional-changelog-cli@1.3.12","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12/manifests"},{"name":"conventional-changelog-codemirror@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2/manifests"},{"name":"conventional-changelog-core@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.3.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4/manifests"},{"name":"conventional-changelog-express@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2/manifests"},{"name":"conventional-changelog-jquery@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2/manifests"},{"name":"conventional-changelog-jshint@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3/manifests"},{"name":"conventional-commits-filter@1.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3/manifests"},{"name":"conventional-changelog-writer@3.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13/manifests"},{"name":"standard-changelog@1.0.10","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10/manifests"},{"name":"git-raw-commits@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1/manifests"},{"name":"conventional-commits-parser@2.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2/manifests"},{"name":"conventional-changelog-writer@3.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1/manifests"},{"name":"conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13/manifests"},{"name":"conventional-commits-filter@1.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2/manifests"},{"name":"conventional-recommended-bump@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2/manifests"},{"name":"git-semver-tags@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1/manifests"},{"name":"conventional-changelog-core@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2/manifests"},{"name":"conventional-changelog-codemirror@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1/manifests"},{"name":"conventional-changelog-angular@1.6.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3/manifests"},{"name":"conventional-changelog-cli@1.3.11","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11/manifests"},{"name":"conventional-changelog-atom@0.2.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1/manifests"},{"name":"conventional-changelog-ember@0.3.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1/manifests"},{"name":"conventional-changelog-express@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3/manifests"},{"name":"conventional-changelog-jshint@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1/manifests"},{"name":"conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12/manifests"},{"name":"gulp-conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12/manifests"},{"name":"conventional-changelog-cli@1.3.10","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10/manifests"},{"name":"conventional-recommended-bump@2.0.1","sha":"a4f0aa902d3e966fe6d6b1d46f2130838524cfbf","kind":"tag","published_at":"2018-02-12T14:54:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1/manifests"},{"name":"conventional-recommended-bump@2.0.0","sha":"9885d205ed96338575335652d006f475408e1195","kind":"tag","published_at":"2018-02-12T14:30:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0/manifests"},{"name":"conventional-changelog-preset-loader@1.1.2","sha":"a450d974237d440009ec3fb4c63974cf066e8f79","kind":"tag","published_at":"2018-02-12T04:07:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.1","sha":"5af1f00dcc4e1f9c3299bc7feb322a88b711f042","kind":"tag","published_at":"2018-02-09T04:17:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.0","sha":"c3eb36dbc52f383df6f3dcf3a3870b01ceee0b8b","kind":"tag","published_at":"2018-02-08T14:46:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0/manifests"},{"name":"conventional-changelog-ember@0.3.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1/manifests"},{"name":"conventional-changelog-angular@1.6.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2/manifests"},{"name":"gulp-conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11/manifests"},{"name":"standard-changelog@1.0.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9/manifests"},{"name":"conventional-recommended-bump@1.2.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1/manifests"},{"name":"conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11/manifests"},{"name":"conventional-changelog-cli@1.3.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9/manifests"},{"name":"conventional-changelog-core@2.0.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1/manifests"},{"name":"gulp-conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10/manifests"},{"name":"standard-changelog@1.0.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8/manifests"},{"name":"git-semver-tags@1.3.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.2.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0/manifests"},{"name":"conventional-changelog-writer@3.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0/manifests"},{"name":"conventional-changelog-eslint@1.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.3.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1/manifests"},{"name":"conventional-changelog-core@2.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8/manifests"},{"name":"conventional-changelog-angular@1.6.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1/manifests"},{"name":"conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10/manifests"},{"name":"conventional-changelog-core@1.9.5","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5/manifests"},{"name":"conventional-changelog-ember@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0/manifests"},{"name":"conventional-changelog-eslint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0/manifests"},{"name":"conventional-changelog-cli@1.3.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7/manifests"},{"name":"conventional-changelog-express@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0/manifests"},{"name":"conventional-changelog-jquery@1.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0/manifests"},{"name":"conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-jshint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0/manifests"},{"name":"gulp-conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9/manifests"},{"name":"standard-changelog@1.0.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7/manifests"},{"name":"conventional-changelog-angular@1.6.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0/manifests"},{"name":"conventional-changelog-codemirror@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0/manifests"},{"name":"conventional-changelog-atom@0.2.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0/manifests"},{"name":"conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8/manifests"},{"name":"standard-changelog@1.0.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6/manifests"},{"name":"gulp-conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8/manifests"},{"name":"conventional-recommended-bump@1.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0/manifests"},{"name":"conventional-commits-parser@2.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0/manifests"},{"name":"conventional-commits-filter@1.1.1","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1/manifests"},{"name":"conventional-changelog-writer@2.0.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.2.10","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10/manifests"},{"name":"conventional-changelog-core@1.9.4","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4/manifests"},{"name":"conventional-changelog-cli@1.3.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6/manifests"},{"name":"conventional-changelog-angular@1.5.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3/manifests"},{"name":"conventional-changelog-ember@0.2.9","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9/manifests"},{"name":"standard-changelog@1.0.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5/manifests"},{"name":"gulp-conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7/manifests"},{"name":"git-semver-tags@1.2.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3/manifests"},{"name":"git-raw-commits@1.3.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.0.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3/manifests"},{"name":"conventional-commits-parser@2.0.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1/manifests"},{"name":"conventional-commits-filter@1.1.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0/manifests"},{"name":"conventional-changelog-writer@2.0.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2/manifests"},{"name":"conventional-changelog-jshint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1/manifests"},{"name":"conventional-changelog-jquery@1.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1/manifests"},{"name":"conventional-changelog-express@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1/manifests"},{"name":"conventional-changelog-eslint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1/manifests"},{"name":"conventional-changelog-core@1.9.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3/manifests"},{"name":"conventional-changelog-codemirror@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1/manifests"},{"name":"conventional-changelog-cli@1.3.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5/manifests"},{"name":"conventional-changelog-atom@0.1.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2/manifests"},{"name":"conventional-changelog-angular@1.5.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2/manifests"},{"name":"conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7/manifests"},{"name":"@marionebl/conventional-commits-parser@3.0.0","sha":"edf4068ce4c3ea6ac5b61323473ab655be5eb895","kind":"tag","published_at":"2017-11-01T07:09:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/@marionebl/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/@marionebl/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4/manifests"},{"name":"git-semver-tags@1.2.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2/manifests"},{"name":"conventional-recommended-bump@1.0.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-ember@0.2.8","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8/manifests"},{"name":"conventional-changelog-core@1.9.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2/manifests"},{"name":"standard-changelog@1.0.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4/manifests"},{"name":"conventional-changelog-angular@1.5.1","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1/manifests"},{"name":"conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6/manifests"},{"name":"standard-changelog@1.0.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3/manifests"},{"name":"conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-angular@1.5.0","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0/manifests"},{"name":"conventional-changelog-cli@1.3.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3/manifests"},{"name":"gulp-conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-writer@2.0.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1/manifests"},{"name":"conventional-changelog-core@1.9.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1/manifests"},{"name":"conventional-changelog-ember@0.2.7","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7/manifests"},{"name":"git-semver-tags@1.2.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1/manifests"},{"name":"conventional-changelog-jshint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0/manifests"},{"name":"conventional-changelog-jquery@1.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0/manifests"},{"name":"conventional-changelog-express@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0/manifests"},{"name":"conventional-changelog-eslint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0/manifests"},{"name":"conventional-commits-parser@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0/manifests"},{"name":"conventional-changelog-writer@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1/manifests"},{"name":"conventional-changelog-core@1.9.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0/manifests"},{"name":"conventional-changelog-codemirror@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0/manifests"},{"name":"conventional-changelog-cli@1.3.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2/manifests"},{"name":"conventional-changelog-atom@0.1.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1/manifests"},{"name":"conventional-changelog-angular@1.4.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0/manifests"},{"name":"conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4/manifests"},{"name":"gulp-conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4/manifests"},{"name":"standard-changelog@1.0.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2/manifests"},{"name":"conventional-changelog-ember@0.2.6","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6/manifests"},{"name":"conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3/manifests"},{"name":"conventional-changelog-angular@1.3.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3/manifests"},{"name":"conventional-changelog-cli@1.3.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1/manifests"},{"name":"conventional-changelog-core@1.8.0","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.8.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0/manifests"},{"name":"conventional-changelog-ember@0.2.5","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5/manifests"},{"name":"gulp-conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3/manifests"},{"name":"standard-changelog@1.0.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1/manifests"},{"name":"git-semver-tags@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0/manifests"},{"name":"standard-changelog@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2/manifests"},{"name":"git-raw-commits@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0/manifests"},{"name":"conventional-recommended-bump@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.2.4","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4/manifests"},{"name":"conventional-changelog-core@1.7.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.7.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0/manifests"},{"name":"conventional-changelog-cli@1.3.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0/manifests"},{"name":"conventional-changelog-angular@1.3.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2/manifests"},{"name":"conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2/manifests"},{"name":"gulp-conventional-changelog@1.1.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"tag","published_at":"2017-03-10T05:35:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0/manifests"},{"name":"standard-changelog@0.0.2","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@0.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-ember@0.2.3","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3/manifests"},{"name":"conventional-changelog-core@1.6.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0/manifests"},{"name":"conventional-changelog-angular@1.3.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1/manifests"},{"name":"conventional-changelog-cli@1.2.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1/manifests"},{"name":"conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-cli@1.2.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:01:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0/manifests"},{"name":"conventional-changelog-core@1.5.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:00:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0/manifests"},{"name":"git-raw-commits@1.1.2","sha":"f5fe78b1f15791cb0499744bf278dff22b52732f","kind":"tag","published_at":"2017-03-09T07:37:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2/manifests"},{"name":"git-semver-tags@1.1.2","sha":"7be07c7c0f49572b1c0e9c98f004b599d8b5bb1a","kind":"tag","published_at":"2017-03-09T07:35:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2/manifests"},{"name":"v1.1.0","sha":"600d411569271467389c3cbe71f7f657980e89a1","kind":"tag","published_at":"2016-02-13T06:59:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"9591280a8d09220aced3383abe3bc7ecbb34b503","kind":"tag","published_at":"2016-02-13T06:37:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"beef421f56939190a4ca30c28788eda1b3f9480d","kind":"tag","published_at":"2016-02-05T13:49:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"c8e90ab7fddd0b98855913e73fc12f9dc9dc81b1","kind":"tag","published_at":"2016-02-05T12:59:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0/manifests"},{"name":"v0.5.3","sha":"d79ce243223260b153699b99de0503698546ea63","kind":"tag","published_at":"2015-12-25T05:07:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"9e7b771072a2680c6c335fcad38003aade53213e","kind":"tag","published_at":"2015-12-23T12:24:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"4bf7d8df29f7be29552b82ec2b7112fad0c39a3e","kind":"tag","published_at":"2015-10-20T09:52:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"5ca2204b472704543ebbc744a22f8f90ec659659","kind":"tag","published_at":"2015-09-30T08:49:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"e5f2f3bc675e2c7e5cc6aa0ed50da7941833e492","kind":"tag","published_at":"2015-09-04T03:16:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"7536a0b351cc4f2764e71cbc268a178ab595259d","kind":"tag","published_at":"2015-08-17T01:28:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"56fa3d92620a41a875b3337fa51d04d6df23b1a8","kind":"tag","published_at":"2015-08-15T12:34:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"eefec0ef598a92e78510ee8626fd9bbcdb1398e4","kind":"tag","published_at":"2015-08-15T11:19:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0/manifests"},{"name":"v0.3.2","sha":"74b99dca61eafd56ba93605016b086a1108e77fe","kind":"tag","published_at":"2015-08-13T03:12:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"a1aca9c31a45aded77962bd0defc32e503aec213","kind":"commit","published_at":"2015-08-11T06:23:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"b489672d27ff703337c540f0fbc43f6486a84d99","kind":"commit","published_at":"2015-08-09T03:27:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"12e3cd6b151353dbe7f584adabbe5dd8a28424db","kind":"commit","published_at":"2015-07-24T08:13:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"f437b457b5ea6c105535a360144000f8315db54d","kind":"commit","published_at":"2015-07-24T04:54:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0/manifests"},{"name":"v0.1.3","sha":"c8fa9d0b94f8ac07f162623e4b9e9e68aad82e62","kind":"commit","published_at":"2015-07-22T11:06:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"6ba5d6e4b90a154dbca6ec0f80c66ad5995cd770","kind":"commit","published_at":"2015-07-22T07:10:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c015f8762f70eff2be7b8d7fb82438689239d717","kind":"commit","published_at":"2015-07-20T07:55:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"7253d0fea773e3f7cc0a3fb8278c9da070df26ee","kind":"commit","published_at":"2015-07-20T07:12:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.3","sha":"0c9f1e89bfacec8e08bac8ef96d64e3abdbecda7","kind":"commit","published_at":"2015-07-17T11:02:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"fec1baf43b8c0156682d4014a4fd066bd24ad448","kind":"commit","published_at":"2015-07-17T06:23:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"a5ea0dfada48601b9e3fbec78dd37d70380a2db6","kind":"commit","published_at":"2015-07-15T08:03:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1/manifests"},{"name":"v0.1.0-alpha.3","sha":"9b6cc68a2c17c9671363fe7af5de7ebd3a06aaeb","kind":"commit","published_at":"2015-07-06T01:27:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3/manifests"},{"name":"v0.1.0-alpha.2","sha":"34b0f460c34ecc48af857d8ee5d7038970ba56fb","kind":"commit","published_at":"2015-06-29T12:04:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2/manifests"},{"name":"v0.1.0-alpha.1","sha":"05b3415fc699ab43f3fa33b5ecd040ab5ecdf9e2","kind":"commit","published_at":"2015-06-24T04:42:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1/manifests"},{"name":"v0.0.17","sha":"3cae05244e48af9cf4abbef3114060db585a574c","kind":"commit","published_at":"2015-04-03T02:12:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"c0719ce6ba16778dd34c2cfdc81e7f3c5321409d","kind":"commit","published_at":"2015-03-19T04:15:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"57af04dc3e362c0e327b716279c9143028c6e0da","kind":"commit","published_at":"2015-03-18T20:23:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"69be290efb58a6a92e9ae78d7b37168d293920b5","kind":"commit","published_at":"2015-03-13T21:22:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"15a39d02ba3d666e7820eecbb8c5493ef2f6040a","kind":"commit","published_at":"2015-03-12T23:17:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13/manifests"},{"name":"v0.0.11","sha":"37f5561553c30d8f0f2c949502ea278da64949cd","kind":"tag","published_at":"2014-05-28T13:14:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"ad6f6ec5499d2c902b88da95487862d50e5ad776","kind":"tag","published_at":"2014-05-28T12:51:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"87efbabd9bc2a0fd83255e6cb856961b10aef9eb","kind":"tag","published_at":"2014-05-06T17:11:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"94b12cf69c51264b1edb6c81b50a262f0536894b","kind":"tag","published_at":"2014-04-10T14:45:48.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"1cf17e494fd7d8538c55189c72c0cf57d145ef41","kind":"tag","published_at":"2014-04-10T14:06:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"861f9ec93de28be4185b35815c2b6ab17746eb3f","kind":"commit","published_at":"2014-01-23T19:39:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"3f59f7356c86f30ef8e8754386373c2a8f97b367","kind":"commit","published_at":"2014-01-23T18:59:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6fa2c22464dcd964df604550c2ce2ed1d2f4362b","kind":"commit","published_at":"2014-01-04T21:36:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4/manifests"}]},"repo_metadata_updated_at":"2024-09-05T18:05:24.630Z","dependent_packages_count":2,"downloads":10,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":34.04520642489647,"dependent_repos_count":25.32799796580169,"dependent_packages_count":9.4821380216761,"stargazers_count":1.4444284534302032,"forks_count":1.6546204546288672,"average":14.390878264086666},"purl":"pkg:npm/blacklake-conventional-changelog","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/blacklake-conventional-changelog","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/blacklake-conventional-changelog","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/blacklake-conventional-changelog/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-09-04T23:04:01.314Z","issues_count":175,"pull_requests_count":479,"avg_time_to_close_issue":19345133.890243903,"avg_time_to_close_pull_request":6038480.121447029,"issues_closed_count":82,"pull_requests_closed_count":387,"pull_request_authors_count":71,"issue_authors_count":107,"avg_comments_per_issue":2.12,"avg_comments_per_pull_request":1.3068893528183716,"merged_pull_requests_count":302,"bot_issues_count":3,"bot_pull_requests_count":228,"past_year_issues_count":65,"past_year_pull_requests_count":215,"past_year_avg_time_to_close_issue":881436.8095238095,"past_year_avg_time_to_close_pull_request":919702.6333333333,"past_year_issues_closed_count":42,"past_year_pull_requests_closed_count":180,"past_year_pull_request_authors_count":24,"past_year_issue_authors_count":40,"past_year_avg_comments_per_issue":1.5538461538461539,"past_year_avg_comments_per_pull_request":1.0604651162790697,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":94,"past_year_merged_pull_requests_count":142,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues","maintainers":[{"login":"dangreen","count":83,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"},{"login":"bcoe","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bcoe"},{"login":"tommywo","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tommywo"}],"active_maintainers":[{"login":"dangreen","count":72,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/blacklake-conventional-changelog/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/blacklake-conventional-changelog/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/blacklake-conventional-changelog/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/blacklake-conventional-changelog/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/blacklake-conventional-changelog/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/blacklake-conventional-changelog/codemeta","maintainers":[{"uuid":"leomyili","login":"leomyili","name":null,"email":"leomy@outlook.com","url":null,"packages_count":35,"html_url":"https://www.npmjs.com/~leomyili","role":null,"created_at":"2022-11-11T14:49:16.085Z","updated_at":"2022-11-11T14:49:16.085Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/leomyili/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5644415,"maintainers_count":1200486,"namespaces_count":399623,"keywords_count":847874,"github":"npm","metadata":{"funded_packages_count":171745},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-06-10T05:11:46.456Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":5088371,"name":"conventional-changelog-core-innovamat","ecosystem":"npm","description":"conventional-changelog core","homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-core#readme","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":["conventional-changelog","conventional","changelog","log"],"namespace":null,"versions_count":7,"first_release_published_at":"2022-07-27T08:11:04.787Z","latest_release_published_at":"2022-07-31T17:10:34.329Z","latest_release_number":"1.0.0","last_synced_at":"2026-06-03T20:26:57.044Z","created_at":"2022-07-29T03:01:46.456Z","updated_at":"2026-06-03T20:26:57.044Z","registry_url":"https://www.npmjs.com/package/conventional-changelog-core-innovamat","install_command":"npm install conventional-changelog-core-innovamat","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"1.0.0"}},"repo_metadata":{"id":12961414,"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2026-05-25T22:06:24.000Z","size":6460,"stargazers_count":8449,"open_issues_count":249,"forks_count":736,"subscribers_count":48,"default_branch":"master","last_synced_at":"2026-05-27T10:06:02.477Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2026-05-26T14:51:47.000Z","dependencies_parsed_at":"2026-03-05T00:02:02.010Z","dependency_job_id":null,"html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1686,"total_committers":150,"mean_commits":11.24,"dds":0.4792408066429419,"last_synced_commit":"65550d9a30cfab4b00b3e982e42bd68fedafcefc"},"previous_names":["ajoslin/conventional-changelog"],"tags_count":827,"template":false,"template_full_name":null,"purl":"pkg:github/conventional-changelog/conventional-changelog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/sbom","scorecard":{"id":174827,"data":{"date":"2025-08-11","repo":{"name":"github.com/conventional-changelog/conventional-changelog","commit":"1552de5434163eb63d3bf73d97bcb3bf34de8586"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 7 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":1,"reason":"Found 4/22 approved changesets -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/checks.yml:1","Warn: no topLevel permission defined: .github/workflows/commit.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Warn: no topLevel permission defined: .github/workflows/tests.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/checks.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/checks.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/commit.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/commit.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/commit.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:50: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:85: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:87: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:91: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:102: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Info:   0 out of  17 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  14 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: ISC License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 16 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":7,"reason":"3 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-xffm-g5w8-qvg7","Warn: Project is vulnerable to: GHSA-67mh-4wv8-2f99","Warn: Project is vulnerable to: GHSA-52f5-9888-hmc6"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-16T17:26:40.503Z","repository_id":12961414,"created_at":"2025-08-16T17:26:40.503Z","updated_at":"2025-08-16T17:26:40.503Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33649345,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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"},"tags":[]},"repo_metadata_updated_at":"2026-06-02T12:24:06.367Z","dependent_packages_count":2,"downloads":31,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":28.044845560410753,"dependent_repos_count":25.30552159382132,"dependent_packages_count":9.479354243063137,"stargazers_count":1.516817100374813,"forks_count":1.7663062526647573,"average":13.222568950066957},"purl":"pkg:npm/conventional-changelog-core-innovamat","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/conventional-changelog-core-innovamat","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/conventional-changelog-core-innovamat","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/conventional-changelog-core-innovamat/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-03-17T19:03:42.828Z","issues_count":166,"pull_requests_count":551,"avg_time_to_close_issue":34607795.898734175,"avg_time_to_close_pull_request":12382117.55485232,"issues_closed_count":79,"pull_requests_closed_count":474,"pull_request_authors_count":92,"issue_authors_count":141,"avg_comments_per_issue":2.102409638554217,"avg_comments_per_pull_request":1.2304900181488203,"merged_pull_requests_count":349,"bot_issues_count":3,"bot_pull_requests_count":277,"past_year_issues_count":18,"past_year_pull_requests_count":77,"past_year_avg_time_to_close_issue":1770236.0,"past_year_avg_time_to_close_pull_request":2032274.6153846155,"past_year_issues_closed_count":6,"past_year_pull_requests_closed_count":52,"past_year_pull_request_authors_count":21,"past_year_issue_authors_count":16,"past_year_avg_comments_per_issue":2.0,"past_year_avg_comments_per_pull_request":0.974025974025974,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":45,"past_year_merged_pull_requests_count":43,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues","maintainers":[{"login":"dangreen","count":95,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"},{"login":"bcoe","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bcoe"},{"login":"tommywo","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tommywo"}],"active_maintainers":[{"login":"dangreen","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-core-innovamat/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-core-innovamat/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-core-innovamat/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-core-innovamat/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-core-innovamat/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-core-innovamat/codemeta","maintainers":[{"uuid":"alex.espinet","login":"alex.espinet","name":null,"email":"alex.espinet@innovamat.com","url":null,"packages_count":3,"html_url":"https://www.npmjs.com/~alex.espinet","role":null,"created_at":"2022-11-16T02:36:55.119Z","updated_at":"2022-11-16T02:36:55.119Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/alex.espinet/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5644415,"maintainers_count":1200486,"namespaces_count":399623,"keywords_count":847874,"github":"npm","metadata":{"funded_packages_count":171745},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-06-10T05:11:46.456Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":1368983,"name":"@x-copy/conventional-changelog-angular","ecosystem":"npm","description":"conventional-changelog angular preset","homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-angular#readme","licenses":"ISC","normalized_licenses":["ISC"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":["conventional-changelog","angular","preset"],"namespace":"x-copy","versions_count":3,"first_release_published_at":"2019-06-17T07:36:59.131Z","latest_release_published_at":"2019-09-16T16:35:40.106Z","latest_release_number":"5.0.5","last_synced_at":"2026-06-03T20:26:57.048Z","created_at":"2022-04-08T22:39:42.980Z","updated_at":"2026-06-03T20:26:57.049Z","registry_url":"https://www.npmjs.com/package/@x-copy/conventional-changelog-angular","install_command":"npm install @x-copy/conventional-changelog-angular","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"5.0.5"}},"repo_metadata":{"id":12961414,"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2024-06-18T04:54:14.000Z","size":5832,"stargazers_count":7627,"open_issues_count":249,"forks_count":715,"subscribers_count":58,"default_branch":"master","last_synced_at":"2024-06-19T09:40:31.278Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2024-06-19T09:40:44.711Z","dependencies_parsed_at":"2022-07-13T10:30:31.523Z","dependency_job_id":"5f6d159e-c4c6-405b-9fa7-976ffc4dfa04","html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1464,"total_committers":136,"mean_commits":"10.764705882352942","dds":"0.40095628415300544","last_synced_commit":"58f0887283a200d52e49607baf7b352f26177b05"},"previous_names":["ajoslin/conventional-changelog"],"tags_count":777,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":215686924,"owners_count":15916249,"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"},"owner_record":{"login":"conventional-changelog","name":"conventional-changelog","uuid":"16443515","kind":"organization","description":"Tools to generate changelogs and release notes from a project's commit messages and metadata.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16443515?v=4","repositories_count":12,"last_synced_at":"2024-03-25T20:05:25.442Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/conventional-changelog","funding_links":[],"total_stars":31480,"followers":325,"following":0,"created_at":"2022-11-02T16:25:21.572Z","updated_at":"2024-03-25T20:05:26.809Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog/repositories"},"tags":[{"name":"git-client-v1.0.1","sha":"d3b8aaa16337993bbad4d91db1ffac5a7568756b","kind":"commit","published_at":"2024-05-06T14:46:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1/manifests"},{"name":"conventional-changelog-v6.0.0","sha":"83bb15ba5de08f080884fc906c6db3c99c8b2131","kind":"commit","published_at":"2024-04-26T22:08:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0/manifests"},{"name":"conventional-changelog-core-v8.0.0","sha":"7bc92fc05e4447f311ad52b6e39d36f461eaf083","kind":"commit","published_at":"2024-04-26T22:07:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v8.0.0","sha":"3129c812139bf7454a64b4d506e6b85cd5abc77c","kind":"commit","published_at":"2024-04-26T22:06:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0/manifests"},{"name":"git-semver-tags-v8.0.0","sha":"fbd1b3bcd6253a32de89eb21145c2eb70d9396b6","kind":"commit","published_at":"2024-04-26T22:05:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v5.0.0","sha":"e34c96db3dbebedb17a6583aae8855dddd056f83","kind":"commit","published_at":"2024-04-26T22:04:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0/manifests"},{"name":"conventional-changelog-angular-v8.0.0","sha":"2aa6291a93eb881230e896f87a5232873b6a9717","kind":"commit","published_at":"2024-04-26T22:04:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0/manifests"},{"name":"conventional-changelog-jquery-v6.0.0","sha":"1c71cd6d4868ef2e158963e277609a9794806306","kind":"commit","published_at":"2024-04-26T22:03:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v8.0.0","sha":"533e36277d1779a5ac79a06210c603b5f88bc030","kind":"commit","published_at":"2024-04-26T22:00:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0/manifests"},{"name":"conventional-changelog-eslint-v6.0.0","sha":"c7459cd7d1e1ab82c9a5d552b008c02aba290cad","kind":"commit","published_at":"2024-04-26T21:59:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0/manifests"},{"name":"git-raw-commits-v5.0.0","sha":"f61ea377e843db0852c35911785895ec43481f11","kind":"commit","published_at":"2024-04-26T21:58:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0/manifests"},{"name":"conventional-changelog-codemirror-v5.0.0","sha":"77525286ffc8869a6ac351ebe28198842815cb7c","kind":"commit","published_at":"2024-04-26T21:57:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0/manifests"},{"name":"conventional-changelog-cli-v5.0.0","sha":"a75cef688b9a1557ca981178d4d35c18963160b6","kind":"commit","published_at":"2024-04-26T21:53:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0/manifests"},{"name":"conventional-changelog-express-v5.0.0","sha":"a6ab80d6e30091a8b743ee97a87e7400af1ebc53","kind":"commit","published_at":"2024-04-26T21:53:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v10.0.0","sha":"d7c409b02f1d58cf6f0293edcadbe5f00a78a622","kind":"commit","published_at":"2024-04-26T21:52:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v10.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v10.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0/manifests"},{"name":"conventional-changelog-atom-v5.0.0","sha":"3b2b9d0ec2382f73d9cf000a1004596f90ece916","kind":"commit","published_at":"2024-04-26T21:51:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0/manifests"},{"name":"conventional-changelog-jshint-v5.0.0","sha":"d7dae509e72b09d1496ae51f1f04c15581c828fc","kind":"commit","published_at":"2024-04-26T21:50:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0/manifests"},{"name":"conventional-changelog-ember-v5.0.0","sha":"2e99dfa49112ffe6c864dd0e436f0db1e696b1f9","kind":"commit","published_at":"2024-04-26T21:50:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0/manifests"},{"name":"conventional-commits-parser-v6.0.0","sha":"646e1be132ccd0f32e3074de2f511be5c610984f","kind":"commit","published_at":"2024-04-26T21:48:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0/manifests"},{"name":"conventional-commits-filter-v5.0.0","sha":"be4266b7ef7b84ba5c198dfa8c143229f8a5b128","kind":"commit","published_at":"2024-04-26T21:47:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0/manifests"},{"name":"standard-changelog-v6.0.0","sha":"3e9b9387f29e48a508b70b88f26b40a6db9fea16","kind":"commit","published_at":"2024-04-26T21:45:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v5.0.0","sha":"041a1a9b73b201add30494aed19d026b948bd8f1","kind":"commit","published_at":"2024-04-26T21:41:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0/manifests"},{"name":"git-client-v1.0.0","sha":"7e51fe970576503cae3ab94e6e9b3e01017b044d","kind":"commit","published_at":"2024-04-26T21:21:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0/manifests"},{"name":"git-semver-tags-v7.0.1","sha":"fac8045242099c016f5f3905e54e02b7d466bd7b","kind":"commit","published_at":"2023-09-10T23:53:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1/manifests"},{"name":"conventional-changelog-writer-v7.0.1","sha":"e3a643ad39ec3bc4cfb1dff2aa1101333df33dc3","kind":"commit","published_at":"2023-09-10T23:49:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1/manifests"},{"name":"conventional-changelog-cli-v4.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0/manifests"},{"name":"conventional-changelog-v5.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0/manifests"},{"name":"conventional-changelog-core-v7.0.0","sha":"2e467dd39a35c3813597711a37690897183b4abc","kind":"commit","published_at":"2023-09-08T22:03:37.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0/manifests"},{"name":"git-semver-tags-v7.0.0","sha":"a13f788bd505d8253a2d92413fc4a7780e11ec07","kind":"commit","published_at":"2023-09-08T21:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0/manifests"},{"name":"standard-changelog-v5.0.0","sha":"34569c7a3fd2b0362a461517a1f4e20e7eecd9fc","kind":"commit","published_at":"2023-09-08T21:55:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v9.0.0","sha":"ad633d9d81f66ef80d7f77832a264cb0c5b971ef","kind":"commit","published_at":"2023-09-08T21:50:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.2","sha":"50113f9b569259d991f1a734a192964ca71f0118","kind":"commit","published_at":"2023-09-08T21:41:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2/manifests"},{"name":"conventional-changelog-preset-loader-v4.1.0","sha":"a14d2186575f6061f236c9a47d803694b18f8373","kind":"commit","published_at":"2023-09-08T21:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.1","sha":"ca4324b0a690b2595f8b574882ff95329a2dc195","kind":"commit","published_at":"2023-08-27T19:11:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1/manifests"},{"name":"conventional-commits-filter-v4.0.0","sha":"26fc9ea274dc0c62442ec9d97b20a2ebb49138bf","kind":"commit","published_at":"2023-08-27T12:55:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0/manifests"},{"name":"standard-changelog-v4.0.0","sha":"5b788265774bf4b63d3c83a178ca53e8e7095903","kind":"commit","published_at":"2023-08-27T12:50:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-eslint-v5.0.0","sha":"679594c0716275771cc23b314e4362899fe72f87","kind":"commit","published_at":"2023-08-27T12:46:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0/manifests"},{"name":"git-semver-tags-v6.0.0","sha":"1c75c72d9b5d59e3ea4e914c58a85f7559f29602","kind":"commit","published_at":"2023-08-27T12:40:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0/manifests"},{"name":"conventional-recommended-bump-v8.0.0","sha":"624377a24e8e3658bcf2329a9a98f9a7b02a4cb3","kind":"commit","published_at":"2023-08-27T12:33:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0/manifests"},{"name":"conventional-changelog-writer-v7.0.0","sha":"d669bb67dc713cb1e4374e3216ed7d83cde743c5","kind":"commit","published_at":"2023-08-27T12:27:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0/manifests"},{"name":"conventional-changelog-codemirror-v4.0.0","sha":"933fd0b3dd355d648faf57241b796a714004c722","kind":"commit","published_at":"2023-08-27T12:23:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0/manifests"},{"name":"conventional-changelog-express-v4.0.0","sha":"c9e9ceb3a3727659bd117bab01cbc7642d588f06","kind":"commit","published_at":"2023-08-27T12:16:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0/manifests"},{"name":"conventional-changelog-ember-v4.0.0","sha":"5d7c16268f79b7f180e34e997fdb37373d714666","kind":"commit","published_at":"2023-08-27T12:11:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0/manifests"},{"name":"conventional-changelog-jquery-v5.0.0","sha":"d643efb1050dcdaecee626044315644ff9b9e43b","kind":"commit","published_at":"2023-08-27T12:07:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v4.0.0","sha":"636646dd9ae062e9652a7f9ccaf6c329e6e9f924","kind":"commit","published_at":"2023-08-27T12:03:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0/manifests"},{"name":"conventional-changelog-v5.0.0","sha":"7985de3edc9e655369651ad464cb39b791887dc7","kind":"commit","published_at":"2023-08-27T11:58:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.0","sha":"5f0fe40743d8f559ab94ed11bbb4b8bda6fa6dcb","kind":"commit","published_at":"2023-08-27T11:51:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0/manifests"},{"name":"conventional-changelog-angular-v7.0.0","sha":"6c7a2e1a8807988bcb1a9842f72d14be3b1a89e3","kind":"commit","published_at":"2023-08-27T11:46:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0/manifests"},{"name":"conventional-changelog-jshint-v4.0.0","sha":"0204a9a340d2c85411e8de8905bc74c6146e5618","kind":"commit","published_at":"2023-08-27T11:41:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0/manifests"},{"name":"conventional-changelog-atom-v4.0.0","sha":"ab9b2c10e098ec8837d141102549f3eef698364c","kind":"commit","published_at":"2023-08-27T11:36:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0/manifests"},{"name":"conventional-changelog-cli-v4.0.0","sha":"29df6c4597afad27b9cda06f58eb564bcca609c4","kind":"commit","published_at":"2023-08-27T11:21:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0/manifests"},{"name":"conventional-changelog-core-v6.0.0","sha":"45613bbc2d13c798732e4b2bd4b2fa9ea67157d6","kind":"commit","published_at":"2023-08-27T11:17:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v4.0.0","sha":"5a896e3ef3aa9e751fcc74d7c76fa21d6d526cb0","kind":"commit","published_at":"2023-08-27T11:08:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0/manifests"},{"name":"git-raw-commits-v4.0.0","sha":"878fc56b43bc617177bf47fd8643a3b8b86078e5","kind":"commit","published_at":"2023-08-27T11:01:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0/manifests"},{"name":"conventional-commits-parser-v5.0.0","sha":"299de5acbe55a7d19dcdd2adc34681eae7264abf","kind":"commit","published_at":"2023-08-26T17:50:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0/manifests"},{"name":"git-semver-tags-v5.0.1","sha":"87914a362866a380e98a29edf19b2173e0911d8a","kind":"commit","published_at":"2023-07-09T19:10:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1/manifests"},{"name":"conventional-changelog-writer-v6.0.1","sha":"c123edea220b450cfa26813b6f198c3e8ebbd2b4","kind":"commit","published_at":"2023-07-09T14:49:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.2","sha":"83773c5e1a8874ea9809ca9db1dff60b7df1daae","kind":"commit","published_at":"2023-06-28T17:43:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.1.0","sha":"2e5fe6d9574ba896fa90b5bfcb50fb73d28af6d6","kind":"commit","published_at":"2023-06-17T21:30:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v7.0.1","sha":"f251b6899e313a9b23f3c8deb8b8b57217040892","kind":"commit","published_at":"2023-06-06T23:24:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.1","sha":"5b458dff9edf766446449acd1bbb8027a1e39fa5","kind":"commit","published_at":"2023-06-06T23:17:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1/manifests"},{"name":"gulp-conventional-changelog-v3.0.0","sha":"8ef6232797e5bf7c80422221374c53c03d5df36d","kind":"commit","published_at":"2023-06-06T22:50:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0/manifests"},{"name":"standard-changelog-v3.0.0","sha":"ea65f017b42b914ece780fd2fc799a6946912ed8","kind":"commit","published_at":"2023-06-06T22:42:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0/manifests"},{"name":"conventional-changelog-cli-v3.0.0","sha":"f00f4549cee9406054b77057a8135183fcd89710","kind":"commit","published_at":"2023-06-06T22:29:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0/manifests"},{"name":"conventional-changelog-v4.0.0","sha":"1a240f91ed584ed43e7f9c82235ca60eff0f4fa5","kind":"commit","published_at":"2023-06-06T19:50:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-core-v5.0.0","sha":"8507f601486c8ff6806156c50091262dee13ec54","kind":"commit","published_at":"2023-06-06T19:23:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v7.0.0","sha":"e1662ca7a6c688d28a334282a5e863f52866f3e8","kind":"commit","published_at":"2023-06-06T18:39:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v3.0.0","sha":"5d80d155425147a0b045af09536e5962cbfff620","kind":"commit","published_at":"2023-06-06T15:08:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.0.0","sha":"a30fc7ae219cf871b46cbe9d2c76a9730b70e272","kind":"commit","published_at":"2023-06-06T14:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v6.0.0","sha":"aa5d46c7b13b7b31f78af4b3c31c087c39eea41d","kind":"commit","published_at":"2023-06-06T14:46:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0/manifests"},{"name":"conventional-commits-filter-v3.0.0","sha":"502a73fe41aebb7b563c5ca69521e0b1bab904df","kind":"commit","published_at":"2023-06-06T14:32:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0/manifests"},{"name":"conventional-commits-parser-v4.0.0","sha":"9f7fe891e75c64937c28baa39a6c795a01603ab7","kind":"commit","published_at":"2023-06-06T14:24:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0/manifests"},{"name":"git-raw-commits-v3.0.0","sha":"571f2d549f10744a12ab3bc5dc5e0b749cb72667","kind":"commit","published_at":"2023-06-06T14:16:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0/manifests"},{"name":"git-semver-tags-v5.0.0","sha":"445c796d04105d10dd62d07039bc6a7fc9f263a5","kind":"commit","published_at":"2023-06-06T13:51:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0/manifests"},{"name":"conventional-changelog-atom-v3.0.0","sha":"208787aa2f5db8de1c2d43c56d71e6dfb9510781","kind":"commit","published_at":"2023-06-06T13:43:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0/manifests"},{"name":"conventional-changelog-angular-v6.0.0","sha":"c4ebf98acc15f37154aae5de53a225e896c4a157","kind":"commit","published_at":"2023-06-06T13:36:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0/manifests"},{"name":"conventional-changelog-codemirror-v3.0.0","sha":"0772453bee083917a05b9696d063ee3dc69957f9","kind":"commit","published_at":"2023-06-06T13:25:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0/manifests"},{"name":"conventional-changelog-ember-v3.0.0","sha":"e473d0c8af7c0cf8a54f775556796f50f3e695c2","kind":"commit","published_at":"2023-06-06T13:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0/manifests"},{"name":"conventional-changelog-eslint-v4.0.0","sha":"b3b896bc5b9e3ed65dcfc08c57967a252f37cfd1","kind":"commit","published_at":"2023-06-06T12:56:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0/manifests"},{"name":"conventional-changelog-express-v3.0.0","sha":"5594385d1dd2490b0fb508a60b6f30e8be6616ce","kind":"commit","published_at":"2023-06-06T12:37:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0/manifests"},{"name":"conventional-changelog-jquery-v4.0.0","sha":"51a3015a907b2cea900114359c36ce0e9664b72d","kind":"commit","published_at":"2023-06-06T12:17:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0/manifests"},{"name":"conventional-changelog-jshint-v3.0.0","sha":"281e5f883476e90b75cae4373a67436c86e94f6a","kind":"commit","published_at":"2023-06-06T12:02:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v5.0.0","sha":"ba6df7cf62de5f448368bed4398f6ddf633d2cbd","kind":"commit","published_at":"2022-05-27T18:02:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0/manifests"},{"name":"conventional-changelog-writer-v5.0.1","sha":"21b73f974adc4490a318d9c892055655cb82c538","kind":"commit","published_at":"2021-12-29T21:36:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.3","sha":"02757d342290bcf51a49d49e5e72f5eae6c6f6da","kind":"commit","published_at":"2021-12-29T19:52:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3/manifests"},{"name":"conventional-commits-parser-v3.2.4","sha":"1d0f62d4ac4911ef0d912d5401f783b152cee624","kind":"commit","published_at":"2021-12-29T19:46:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4/manifests"},{"name":"git-raw-commits-v2.0.11","sha":"95384dbd105ffe4f86bbc6ccad3e5405a1cbfe04","kind":"commit","published_at":"2021-12-29T19:39:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.2","sha":"1827696185192a8dd258ea7c3370090238b0fb76","kind":"commit","published_at":"2021-12-25T18:06:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2/manifests"},{"name":"conventional-changelog-cli-v2.2.2","sha":"8ce6a7bbd3fae87aa9d56fca68c2e16fbb2cace5","kind":"commit","published_at":"2021-12-25T17:22:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2/manifests"},{"name":"conventional-changelog-v3.1.25","sha":"8e9c3d76aaffd7fe67a78270b3ad9b881e953e7e","kind":"commit","published_at":"2021-12-24T18:50:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25/manifests"},{"name":"conventional-commits-parser-v3.2.3","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3/manifests"},{"name":"conventional-changelog-cli-v2.2.1","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.1","sha":"c35708d56a55e31b750aec1f745e5be52f0a75f2","kind":"commit","published_at":"2021-09-09T19:06:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1/manifests"},{"name":"conventional-commits-parser-v3.2.2","sha":"1bae48ff85eff0736ea6691b7214f3fc9c026256","kind":"commit","published_at":"2021-09-09T14:45:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2/manifests"},{"name":"conventional-changelog-core-v4.2.4","sha":"02fbc2d42d0faf53d4b7a2b0525626088a6ac8ba","kind":"commit","published_at":"2021-09-09T14:37:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4/manifests"},{"name":"conventional-changelog-angular-v5.0.13","sha":"e30343b4676d26b416080294dc74ebba001c0716","kind":"commit","published_at":"2021-09-09T14:31:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v5.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13/manifests"},{"name":"conventional-changelog-core-v4.2.3","sha":"318b555b6ef3aebdb5a8d4c7c734fd7234712dd3","kind":"commit","published_at":"2021-07-03T00:24:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.0","sha":"537c37d7801872c3e57e4200c64154a4d2ea042a","kind":"commit","published_at":"2021-04-30T00:15:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0/manifests"},{"name":"conventional-commits-parser-v3.2.1","sha":"758dda2937b6784f0cc6a535286862fcf95b6f06","kind":"commit","published_at":"2021-02-15T21:32:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1/manifests"},{"name":"git-raw-commits-v2.0.10","sha":"ffecaccb6e117afae9f68f1d48ff9a69554da950","kind":"commit","published_at":"2021-01-27T16:36:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10/manifests"},{"name":"conventional-changelog-writer-v5.0.0","sha":"61ef6491add84b841e1797baf09f62bbdd90dcd4","kind":"commit","published_at":"2020-12-30T22:40:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v6.1.0","sha":"3b0fb22b0bb49137b9ecddaeb349f66025205c57","kind":"commit","published_at":"2020-12-30T16:58:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0/manifests"},{"name":"conventional-changelog-core-v4.2.2","sha":"317eeb3137caff69bcc9a67fce3dc67663a010db","kind":"commit","published_at":"2020-12-30T00:53:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2/manifests"},{"name":"conventional-recommended-bump-v6.0.12","sha":"90ecc5d93bfd7626857eda5d240f92393d896be0","kind":"commit","published_at":"2020-12-30T00:43:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12/manifests"},{"name":"git-raw-commits-v2.0.9","sha":"227f3e23af86912c0cd64fdb1a820ac92e5757c5","kind":"commit","published_at":"2020-12-29T23:59:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9/manifests"},{"name":"conventional-changelog-writer-v4.1.0","sha":"77725cfb12ca3ca22abb9421b4af012a49207e7a","kind":"commit","published_at":"2020-12-29T23:41:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0/manifests"},{"name":"conventional-changelog-atom@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8/manifests"},{"name":"conventional-changelog-angular@5.0.12","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12/manifests"},{"name":"conventional-changelog@3.1.24","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24/manifests"},{"name":"git-raw-commits@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8/manifests"},{"name":"standard-changelog@2.0.27","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27/manifests"},{"name":"gulp-conventional-changelog@2.0.35","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35/manifests"},{"name":"git-semver-tags@4.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1/manifests"},{"name":"conventional-recommended-bump@6.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11/manifests"},{"name":"conventional-commits-parser@3.2.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0/manifests"},{"name":"conventional-commits-filter@2.0.7","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7/manifests"},{"name":"conventional-changelog-writer@4.0.18","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18/manifests"},{"name":"conventional-changelog-jshint@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9/manifests"},{"name":"conventional-changelog-jquery@3.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11/manifests"},{"name":"conventional-changelog-express@2.0.6","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9/manifests"},{"name":"conventional-changelog-ember@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9/manifests"},{"name":"conventional-changelog-core@4.2.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.5.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1/manifests"},{"name":"conventional-changelog-v3.1.24","sha":"f8fcbc2e8b0834c29178ace6382b438a020ad828","kind":"commit","published_at":"2020-10-25T02:45:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24/manifests"},{"name":"conventional-recommended-bump@6.0.10","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10/manifests"},{"name":"standard-changelog@2.0.26","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26/manifests"},{"name":"gulp-conventional-changelog@2.0.34","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34/manifests"},{"name":"git-semver-tags@4.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0/manifests"},{"name":"conventional-changelog-core@4.2.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.4.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0/manifests"},{"name":"conventional-changelog-cli@2.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0/manifests"},{"name":"conventional-changelog@3.1.23","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23/manifests"},{"name":"standard-changelog@2.0.25","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25/manifests"},{"name":"conventional-changelog-writer@4.0.17","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17/manifests"},{"name":"conventional-changelog-jshint@2.0.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8/manifests"},{"name":"conventional-changelog-core@4.1.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8/manifests"},{"name":"conventional-changelog@3.1.22","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22/manifests"},{"name":"conventional-changelog-angular@5.0.11","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.35","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35/manifests"},{"name":"gulp-conventional-changelog@2.0.33","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.1","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1/manifests"},{"name":"conventional-changelog-core@4.1.7","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7/manifests"},{"name":"conventional-changelog@3.1.21","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21/manifests"},{"name":"conventional-changelog-writer@4.0.16","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.34","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34/manifests"},{"name":"standard-changelog@2.0.24","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24/manifests"},{"name":"gulp-conventional-changelog@2.0.32","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32/manifests"},{"name":"git-semver-tags@4.0.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.3.4","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4/manifests"},{"name":"standard-changelog@2.0.23","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23/manifests"},{"name":"gulp-conventional-changelog@2.0.31","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31/manifests"},{"name":"conventional-changelog-eslint@3.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.15","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10/manifests"},{"name":"conventional-changelog@3.1.20","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20/manifests"},{"name":"conventional-changelog-atom@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7/manifests"},{"name":"conventional-changelog-cli@2.0.33","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33/manifests"},{"name":"conventional-changelog-codemirror@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0/manifests"},{"name":"conventional-changelog-core@4.1.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6/manifests"},{"name":"conventional-changelog-ember@2.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8/manifests"},{"name":"conventional-commits-filter@2.0.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6/manifests"},{"name":"conventional-commits-parser@3.1.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.9","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9/manifests"},{"name":"git-raw-commits@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7/manifests"},{"name":"conventional-changelog-express@2.0.5","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10/manifests"},{"name":"conventional-changelog-jshint@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7/manifests"},{"name":"conventional-changelog-preset-loader-v2.3.2","sha":"9f6c56cb960a5043823cfb85b9843991201cbb51","kind":"commit","published_at":"2020-05-08T19:21:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v2.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2/manifests"},{"name":"conventional-changelog-core@4.1.5","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5/manifests"},{"name":"gulp-conventional-changelog@2.0.30","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30/manifests"},{"name":"standard-changelog@2.0.22","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22/manifests"},{"name":"conventional-changelog@3.1.19","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19/manifests"},{"name":"conventional-changelog-cli@2.0.32","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32/manifests"},{"name":"conventional-changelog-cli@2.0.31","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31/manifests"},{"name":"standard-changelog@2.0.21","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21/manifests"},{"name":"gulp-conventional-changelog@2.0.29","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29/manifests"},{"name":"conventional-changelog-core@4.1.4","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4/manifests"},{"name":"conventional-changelog@3.1.18","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18/manifests"},{"name":"conventional-changelog@3.1.17","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17/manifests"},{"name":"standard-changelog@2.0.20","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20/manifests"},{"name":"gulp-conventional-changelog@2.0.28","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28/manifests"},{"name":"conventional-changelog-core@4.1.3","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.30","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30/manifests"},{"name":"conventional-changelog-cli@2.0.29","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29/manifests"},{"name":"standard-changelog@2.0.19","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19/manifests"},{"name":"gulp-conventional-changelog@2.0.27","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27/manifests"},{"name":"conventional-changelog-core@4.1.2","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2/manifests"},{"name":"conventional-changelog@3.1.16","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16/manifests"},{"name":"conventional-changelog-cli@2.0.28","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28/manifests"},{"name":"standard-changelog@2.0.18","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18/manifests"},{"name":"gulp-conventional-changelog@2.0.26","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26/manifests"},{"name":"git-semver-tags@3.0.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1/manifests"},{"name":"git-raw-commits@2.0.3","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3/manifests"},{"name":"conventional-recommended-bump@6.0.5","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5/manifests"},{"name":"conventional-commits-parser@3.0.8","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.11","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11/manifests"},{"name":"conventional-changelog-core@4.1.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1/manifests"},{"name":"conventional-changelog@3.1.15","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15/manifests"},{"name":"gulp-conventional-changelog@2.0.25","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25/manifests"},{"name":"conventional-changelog@3.1.14","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14/manifests"},{"name":"conventional-changelog-angular@5.0.6","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6/manifests"},{"name":"conventional-changelog-cli@2.0.27","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.3","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3/manifests"},{"name":"conventional-changelog-core@4.1.0","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0/manifests"},{"name":"conventional-commits-parser@3.0.7","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7/manifests"},{"name":"conventional-recommended-bump@6.0.4","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4/manifests"},{"name":"standard-changelog@2.0.17","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17/manifests"},{"name":"conventional-changelog-cli@2.0.26","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.2","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2/manifests"},{"name":"conventional-changelog-core@4.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3/manifests"},{"name":"conventional-commits-parser@3.0.6","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6/manifests"},{"name":"conventional-recommended-bump@6.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.24","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24/manifests"},{"name":"standard-changelog@2.0.16","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16/manifests"},{"name":"conventional-changelog-writer@4.0.10","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10/manifests"},{"name":"conventional-changelog-preset-loader@2.3.0","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0/manifests"},{"name":"conventional-changelog@3.1.13","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13/manifests"},{"name":"conventional-changelog-jshint@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.9","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9/manifests"},{"name":"conventional-commits-parser@3.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5/manifests"},{"name":"conventional-changelog@3.1.12","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12/manifests"},{"name":"conventional-recommended-bump@6.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.23","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23/manifests"},{"name":"standard-changelog@2.0.15","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5/manifests"},{"name":"conventional-changelog-atom@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.25","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25/manifests"},{"name":"conventional-changelog-codemirror@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.1","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1/manifests"},{"name":"conventional-changelog-core@4.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2/manifests"},{"name":"conventional-changelog-ember@2.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4/manifests"},{"name":"conventional-changelog-eslint@3.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.6","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6/manifests"},{"name":"standard-changelog@2.0.14","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14/manifests"},{"name":"gulp-conventional-changelog@2.0.22","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22/manifests"},{"name":"conventional-recommended-bump@6.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1/manifests"},{"name":"conventional-commits-parser@3.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4/manifests"},{"name":"conventional-changelog-writer@4.0.8","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8/manifests"},{"name":"conventional-changelog-jshint@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.5","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5/manifests"},{"name":"conventional-changelog-eslint@3.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3/manifests"},{"name":"conventional-changelog-ember@2.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3/manifests"},{"name":"conventional-changelog-core@4.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.0","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.24","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24/manifests"},{"name":"conventional-changelog-atom@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4/manifests"},{"name":"conventional-changelog@3.1.11","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11/manifests"},{"name":"conventional-changelog-preset-loader@2.2.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0/manifests"},{"name":"standard-changelog@2.0.13","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13/manifests"},{"name":"gulp-conventional-changelog@2.0.21","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21/manifests"},{"name":"git-semver-tags@3.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0/manifests"},{"name":"conventional-recommended-bump@6.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.7","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7/manifests"},{"name":"conventional-changelog@3.1.10","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10/manifests"},{"name":"conventional-changelog-cli@2.0.23","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23/manifests"},{"name":"conventional-changelog-conventionalcommits@4.1.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0/manifests"},{"name":"conventional-changelog-core@4.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.1","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.0.0","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0/manifests"},{"name":"conventional-changelog-core@3.2.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3/manifests"},{"name":"conventional-changelog-writer@4.0.6","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6/manifests"},{"name":"conventional-commits-parser@3.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3/manifests"},{"name":"conventional-changelog@3.1.9","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9/manifests"},{"name":"standard-changelog@2.0.12","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.20","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20/manifests"},{"name":"git-semver-tags@2.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.22","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22/manifests"},{"name":"standard-changelog@2.0.11","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11/manifests"},{"name":"conventional-changelog@3.1.8","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8/manifests"},{"name":"conventional-changelog-cli@2.0.21","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.2","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.19","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19/manifests"},{"name":"conventional-changelog@3.1.7","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7/manifests"},{"name":"conventional-changelog-cli@2.0.20","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.1","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.18","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18/manifests"},{"name":"conventional-changelog-cli@2.0.19","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.17","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17/manifests"},{"name":"conventional-changelog@3.1.6","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6/manifests"},{"name":"conventional-changelog@3.1.5","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5/manifests"},{"name":"conventional-changelog-conventionalcommits@2.0.0","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.16","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.18","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.2","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.17","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17/manifests"},{"name":"conventional-changelog@3.1.4","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.15","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15/manifests"},{"name":"conventional-changelog-writer@4.0.5","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5/manifests"},{"name":"standard-changelog@2.0.10","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10/manifests"},{"name":"gulp-conventional-changelog@2.0.14","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14/manifests"},{"name":"conventional-changelog@3.1.3","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3/manifests"},{"name":"conventional-changelog-core@3.2.2","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2/manifests"},{"name":"conventional-changelog-cli@2.0.16","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.15","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15/manifests"},{"name":"standard-changelog@2.0.9","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.1.2","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2/manifests"},{"name":"conventional-changelog-core@3.2.1","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1/manifests"},{"name":"gulp-conventional-changelog@2.0.13","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13/manifests"},{"name":"conventional-changelog@3.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1/manifests"},{"name":"gulp-conventional-changelog@2.0.12","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12/manifests"},{"name":"conventional-recommended-bump@4.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1/manifests"},{"name":"conventional-changelog-preset-loader@2.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.14","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14/manifests"},{"name":"conventional-changelog-preset-loader@2.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0/manifests"},{"name":"conventional-changelog-writer@4.0.4","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4/manifests"},{"name":"conventional-commits-filter@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2/manifests"},{"name":"conventional-commits-parser@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2/manifests"},{"name":"conventional-recommended-bump@4.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0/manifests"},{"name":"gulp-conventional-changelog@2.0.11","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11/manifests"},{"name":"standard-changelog@2.0.8","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8/manifests"},{"name":"git-raw-commits@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2/manifests"},{"name":"conventional-changelog@3.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0/manifests"},{"name":"conventional-changelog-cli@2.0.13","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0/manifests"},{"name":"conventional-changelog-core@3.2.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0/manifests"},{"name":"conventional-changelog-eslint@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2/manifests"},{"name":"standard-changelog@2.0.7","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6/manifests"},{"name":"conventional-changelog-angular@5.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.12","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.10","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10/manifests"},{"name":"conventional-changelog-writer@4.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3/manifests"},{"name":"conventional-changelog-core@3.1.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6/manifests"},{"name":"conventional-recommended-bump@4.0.4","sha":"da729f68f9dc581623deb587c705ef65d189a9f4","kind":"tag","published_at":"2018-11-01T06:56:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4/manifests"},{"name":"standard-changelog@2.0.6","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6/manifests"},{"name":"conventional-changelog-core@3.1.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5/manifests"},{"name":"conventional-changelog-writer@4.0.2","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.9","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.0.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.11","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.10","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10/manifests"},{"name":"conventional-changelog-core@3.1.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.8","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8/manifests"},{"name":"conventional-changelog@3.0.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4/manifests"},{"name":"git-semver-tags@2.0.2","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.3","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3/manifests"},{"name":"standard-changelog@2.0.5","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5/manifests"},{"name":"standard-changelog@2.0.4","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.7","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3/manifests"},{"name":"conventional-changelog-core@3.1.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.9","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9/manifests"},{"name":"standard-changelog@2.0.3","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.8","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8/manifests"},{"name":"conventional-changelog-core@3.1.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2/manifests"},{"name":"gulp-conventional-changelog@2.0.6","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6/manifests"},{"name":"conventional-changelog@3.0.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.5","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.7","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7/manifests"},{"name":"conventional-changelog@3.0.1","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1/manifests"},{"name":"standard-changelog@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4/manifests"},{"name":"git-semver-tags@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1/manifests"},{"name":"git-raw-commits@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2/manifests"},{"name":"conventional-commits-parser@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1/manifests"},{"name":"conventional-commits-filter@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1/manifests"},{"name":"conventional-changelog-writer@4.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1/manifests"},{"name":"conventional-changelog-preset-loader@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4/manifests"},{"name":"conventional-changelog-express@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1/manifests"},{"name":"conventional-changelog-eslint@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2/manifests"},{"name":"conventional-changelog-core@3.1.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1/manifests"},{"name":"conventional-changelog-codemirror@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.6","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6/manifests"},{"name":"conventional-changelog-atom@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1/manifests"},{"name":"conventional-changelog-angular@5.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2/manifests"},{"name":"conventional-changelog@3.0.0","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.5","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.3","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.2","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.4","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3/manifests"},{"name":"standard-changelog@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3/manifests"},{"name":"conventional-changelog-core@3.1.0","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0/manifests"},{"name":"conventional-changelog-ember@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1/manifests"},{"name":"conventional-changelog-jquery@3.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1/manifests"},{"name":"conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0/manifests"},{"name":"conventional-recommended-bump@4.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0/manifests"},{"name":"conventional-changelog-jquery@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0/manifests"},{"name":"conventional-changelog-express@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0/manifests"},{"name":"conventional-changelog-eslint@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0/manifests"},{"name":"conventional-changelog-ember@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1/manifests"},{"name":"conventional-changelog-atom@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1/manifests"},{"name":"conventional-changelog-angular@4.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1/manifests"},{"name":"conventional-changelog-jquery@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0/manifests"},{"name":"conventional-changelog-jshint@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0/manifests"},{"name":"standard-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0/manifests"},{"name":"conventional-recommended-bump@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0/manifests"},{"name":"conventional-commits-parser@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0/manifests"},{"name":"conventional-commits-filter@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0/manifests"},{"name":"conventional-changelog-ember@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0/manifests"},{"name":"conventional-changelog-express@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0/manifests"},{"name":"git-semver-tags@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0/manifests"},{"name":"git-raw-commits@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0/manifests"},{"name":"conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-angular@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0/manifests"},{"name":"conventional-changelog-atom@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0/manifests"},{"name":"conventional-changelog-core@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0/manifests"},{"name":"conventional-changelog-eslint@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-core@2.0.11","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11/manifests"},{"name":"conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-cli@1.3.22","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22/manifests"},{"name":"conventional-changelog-ember@0.3.12","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12/manifests"},{"name":"conventional-recommended-bump@2.0.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9/manifests"},{"name":"conventional-changelog-angular@3.0.7","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7/manifests"},{"name":"gulp-conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24/manifests"},{"name":"standard-changelog@1.0.19","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19/manifests"},{"name":"conventional-changelog-jquery@1.3.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9/manifests"},{"name":"conventional-changelog-angular@3.0.6","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6/manifests"},{"name":"standard-changelog@1.0.18","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18/manifests"},{"name":"gulp-conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-writer@3.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9/manifests"},{"name":"conventional-changelog-jshint@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8/manifests"},{"name":"conventional-changelog-jquery@1.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8/manifests"},{"name":"conventional-changelog-eslint@1.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9/manifests"},{"name":"conventional-changelog-ember@0.3.11","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11/manifests"},{"name":"conventional-changelog-core@2.0.10","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10/manifests"},{"name":"conventional-changelog-codemirror@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8/manifests"},{"name":"conventional-changelog-cli@1.3.21","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21/manifests"},{"name":"conventional-changelog-atom@0.2.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8/manifests"},{"name":"conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23/manifests"},{"name":"gulp-conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-core@2.0.9","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9/manifests"},{"name":"conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-cli@1.3.20","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20/manifests"},{"name":"conventional-changelog-writer@3.0.8","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8/manifests"},{"name":"standard-changelog@1.0.17","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17/manifests"},{"name":"conventional-changelog-angular@3.0.5","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.10","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10/manifests"},{"name":"conventional-changelog-cli@1.3.19","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19/manifests"},{"name":"conventional-changelog-angular@3.0.4","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4/manifests"},{"name":"conventional-changelog-atom@0.2.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7/manifests"},{"name":"conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-core@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.9","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9/manifests"},{"name":"conventional-changelog-eslint@1.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8/manifests"},{"name":"conventional-changelog-express@0.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6/manifests"},{"name":"conventional-changelog-jquery@1.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7/manifests"},{"name":"conventional-changelog-preset-loader@1.1.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8/manifests"},{"name":"conventional-changelog-writer@3.0.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7/manifests"},{"name":"conventional-commits-parser@2.1.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7/manifests"},{"name":"conventional-recommended-bump@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8/manifests"},{"name":"git-raw-commits@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6/manifests"},{"name":"git-semver-tags@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21/manifests"},{"name":"standard-changelog@1.0.16","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16/manifests"},{"name":"conventional-changelog-codemirror@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6/manifests"},{"name":"conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-core@2.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7/manifests"},{"name":"conventional-changelog-codemirror@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6/manifests"},{"name":"conventional-changelog-cli@1.3.18","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18/manifests"},{"name":"conventional-changelog-ember@0.3.8","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8/manifests"},{"name":"conventional-changelog-writer@3.0.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6/manifests"},{"name":"conventional-changelog-atom@0.2.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6/manifests"},{"name":"conventional-changelog-eslint@1.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7/manifests"},{"name":"standard-changelog@1.0.15","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15/manifests"},{"name":"conventional-changelog-angular@3.0.3","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3/manifests"},{"name":"conventional-changelog-jquery@1.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-angular@3.0.2","sha":"1cc079df803f58b52c8aa997fff43e9c162266e7","kind":"tag","published_at":"2018-03-22T14:14:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2/manifests"},{"name":"conventional-changelog-ember@0.3.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7/manifests"},{"name":"standard-changelog@1.0.14","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14/manifests"},{"name":"gulp-conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19/manifests"},{"name":"git-semver-tags@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5/manifests"},{"name":"git-raw-commits@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7/manifests"},{"name":"conventional-commits-parser@2.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6/manifests"},{"name":"conventional-commits-filter@1.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5/manifests"},{"name":"conventional-changelog-preset-loader@1.1.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7/manifests"},{"name":"conventional-changelog-jshint@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5/manifests"},{"name":"conventional-changelog-jquery@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5/manifests"},{"name":"conventional-changelog-express@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6/manifests"},{"name":"conventional-changelog-core@2.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5/manifests"},{"name":"conventional-changelog-cli@1.3.17","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17/manifests"},{"name":"conventional-changelog-atom@0.2.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5/manifests"},{"name":"conventional-changelog-angular@3.0.1","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1/manifests"},{"name":"conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19/manifests"},{"name":"conventional-changelog-angular@3.0.0","sha":"49997aaba373502e5b38bd366846934641e95799","kind":"tag","published_at":"2018-03-22T13:45:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.16","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16/manifests"},{"name":"conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18/manifests"},{"name":"gulp-conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-eslint@1.0.5","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5/manifests"},{"name":"conventional-changelog-cli@1.3.15","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15/manifests"},{"name":"conventional-changelog-codemirror@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4/manifests"},{"name":"conventional-changelog-express@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4/manifests"},{"name":"conventional-changelog-jquery@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4/manifests"},{"name":"conventional-changelog-jshint@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4/manifests"},{"name":"conventional-commits-filter@1.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5/manifests"},{"name":"conventional-commits-parser@2.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5/manifests"},{"name":"conventional-recommended-bump@2.0.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6/manifests"},{"name":"standard-changelog@1.0.13","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13/manifests"},{"name":"gulp-conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17/manifests"},{"name":"git-semver-tags@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4/manifests"},{"name":"git-raw-commits@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4/manifests"},{"name":"conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17/manifests"},{"name":"conventional-changelog-angular@1.6.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6/manifests"},{"name":"conventional-changelog-atom@0.2.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4/manifests"},{"name":"gulp-conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog-angular@1.6.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5/manifests"},{"name":"conventional-changelog-atom@0.2.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3/manifests"},{"name":"conventional-changelog-cli@1.3.14","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14/manifests"},{"name":"conventional-changelog-codemirror@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4/manifests"},{"name":"conventional-changelog-ember@0.3.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3/manifests"},{"name":"conventional-changelog-express@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3/manifests"},{"name":"conventional-changelog-jshint@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5/manifests"},{"name":"conventional-changelog-writer@3.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3/manifests"},{"name":"conventional-commits-filter@1.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4/manifests"},{"name":"conventional-commits-parser@2.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4/manifests"},{"name":"conventional-recommended-bump@2.0.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5/manifests"},{"name":"git-raw-commits@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3/manifests"},{"name":"git-semver-tags@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3/manifests"},{"name":"standard-changelog@1.0.12","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12/manifests"},{"name":"conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15/manifests"},{"name":"gulp-conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15/manifests"},{"name":"conventional-recommended-bump@2.0.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4/manifests"},{"name":"conventional-changelog-cli@1.3.13","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13/manifests"},{"name":"conventional-changelog-preset-loader@1.1.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4/manifests"},{"name":"git-raw-commits@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2/manifests"},{"name":"standard-changelog@1.0.11","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11/manifests"},{"name":"conventional-recommended-bump@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3/manifests"},{"name":"gulp-conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14/manifests"},{"name":"git-semver-tags@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2/manifests"},{"name":"conventional-changelog-eslint@1.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2/manifests"},{"name":"conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14/manifests"},{"name":"conventional-changelog-angular@1.6.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4/manifests"},{"name":"conventional-changelog-atom@0.2.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2/manifests"},{"name":"conventional-changelog-cli@1.3.12","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12/manifests"},{"name":"conventional-changelog-codemirror@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2/manifests"},{"name":"conventional-changelog-core@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.3.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4/manifests"},{"name":"conventional-changelog-express@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2/manifests"},{"name":"conventional-changelog-jquery@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2/manifests"},{"name":"conventional-changelog-jshint@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3/manifests"},{"name":"conventional-commits-filter@1.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3/manifests"},{"name":"conventional-changelog-writer@3.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13/manifests"},{"name":"standard-changelog@1.0.10","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10/manifests"},{"name":"git-raw-commits@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1/manifests"},{"name":"conventional-commits-parser@2.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2/manifests"},{"name":"conventional-changelog-writer@3.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1/manifests"},{"name":"conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13/manifests"},{"name":"conventional-commits-filter@1.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2/manifests"},{"name":"conventional-recommended-bump@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2/manifests"},{"name":"git-semver-tags@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1/manifests"},{"name":"conventional-changelog-core@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2/manifests"},{"name":"conventional-changelog-codemirror@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1/manifests"},{"name":"conventional-changelog-angular@1.6.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3/manifests"},{"name":"conventional-changelog-cli@1.3.11","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11/manifests"},{"name":"conventional-changelog-atom@0.2.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1/manifests"},{"name":"conventional-changelog-ember@0.3.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1/manifests"},{"name":"conventional-changelog-express@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3/manifests"},{"name":"conventional-changelog-jshint@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1/manifests"},{"name":"conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12/manifests"},{"name":"gulp-conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12/manifests"},{"name":"conventional-changelog-cli@1.3.10","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10/manifests"},{"name":"conventional-recommended-bump@2.0.1","sha":"a4f0aa902d3e966fe6d6b1d46f2130838524cfbf","kind":"tag","published_at":"2018-02-12T14:54:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1/manifests"},{"name":"conventional-recommended-bump@2.0.0","sha":"9885d205ed96338575335652d006f475408e1195","kind":"tag","published_at":"2018-02-12T14:30:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0/manifests"},{"name":"conventional-changelog-preset-loader@1.1.2","sha":"a450d974237d440009ec3fb4c63974cf066e8f79","kind":"tag","published_at":"2018-02-12T04:07:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.1","sha":"5af1f00dcc4e1f9c3299bc7feb322a88b711f042","kind":"tag","published_at":"2018-02-09T04:17:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.0","sha":"c3eb36dbc52f383df6f3dcf3a3870b01ceee0b8b","kind":"tag","published_at":"2018-02-08T14:46:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0/manifests"},{"name":"conventional-changelog-ember@0.3.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1/manifests"},{"name":"conventional-changelog-angular@1.6.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2/manifests"},{"name":"gulp-conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11/manifests"},{"name":"standard-changelog@1.0.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9/manifests"},{"name":"conventional-recommended-bump@1.2.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1/manifests"},{"name":"conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11/manifests"},{"name":"conventional-changelog-cli@1.3.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9/manifests"},{"name":"conventional-changelog-core@2.0.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1/manifests"},{"name":"gulp-conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10/manifests"},{"name":"standard-changelog@1.0.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8/manifests"},{"name":"git-semver-tags@1.3.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.2.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0/manifests"},{"name":"conventional-changelog-writer@3.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0/manifests"},{"name":"conventional-changelog-eslint@1.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.3.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1/manifests"},{"name":"conventional-changelog-core@2.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8/manifests"},{"name":"conventional-changelog-angular@1.6.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1/manifests"},{"name":"conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10/manifests"},{"name":"conventional-changelog-core@1.9.5","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5/manifests"},{"name":"conventional-changelog-ember@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0/manifests"},{"name":"conventional-changelog-eslint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0/manifests"},{"name":"conventional-changelog-cli@1.3.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7/manifests"},{"name":"conventional-changelog-express@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0/manifests"},{"name":"conventional-changelog-jquery@1.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0/manifests"},{"name":"conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-jshint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0/manifests"},{"name":"gulp-conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9/manifests"},{"name":"standard-changelog@1.0.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7/manifests"},{"name":"conventional-changelog-angular@1.6.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0/manifests"},{"name":"conventional-changelog-codemirror@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0/manifests"},{"name":"conventional-changelog-atom@0.2.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0/manifests"},{"name":"conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8/manifests"},{"name":"standard-changelog@1.0.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6/manifests"},{"name":"gulp-conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8/manifests"},{"name":"conventional-recommended-bump@1.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0/manifests"},{"name":"conventional-commits-parser@2.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0/manifests"},{"name":"conventional-commits-filter@1.1.1","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1/manifests"},{"name":"conventional-changelog-writer@2.0.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.2.10","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10/manifests"},{"name":"conventional-changelog-core@1.9.4","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4/manifests"},{"name":"conventional-changelog-cli@1.3.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6/manifests"},{"name":"conventional-changelog-angular@1.5.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3/manifests"},{"name":"conventional-changelog-ember@0.2.9","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9/manifests"},{"name":"standard-changelog@1.0.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5/manifests"},{"name":"gulp-conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7/manifests"},{"name":"git-semver-tags@1.2.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3/manifests"},{"name":"git-raw-commits@1.3.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.0.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3/manifests"},{"name":"conventional-commits-parser@2.0.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1/manifests"},{"name":"conventional-commits-filter@1.1.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0/manifests"},{"name":"conventional-changelog-writer@2.0.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2/manifests"},{"name":"conventional-changelog-jshint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1/manifests"},{"name":"conventional-changelog-jquery@1.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1/manifests"},{"name":"conventional-changelog-express@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1/manifests"},{"name":"conventional-changelog-eslint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1/manifests"},{"name":"conventional-changelog-core@1.9.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3/manifests"},{"name":"conventional-changelog-codemirror@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1/manifests"},{"name":"conventional-changelog-cli@1.3.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5/manifests"},{"name":"conventional-changelog-atom@0.1.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2/manifests"},{"name":"conventional-changelog-angular@1.5.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2/manifests"},{"name":"conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7/manifests"},{"name":"@marionebl/conventional-commits-parser@3.0.0","sha":"edf4068ce4c3ea6ac5b61323473ab655be5eb895","kind":"tag","published_at":"2017-11-01T07:09:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/@marionebl/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/@marionebl/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4/manifests"},{"name":"git-semver-tags@1.2.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2/manifests"},{"name":"conventional-recommended-bump@1.0.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-ember@0.2.8","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8/manifests"},{"name":"conventional-changelog-core@1.9.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2/manifests"},{"name":"standard-changelog@1.0.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4/manifests"},{"name":"conventional-changelog-angular@1.5.1","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1/manifests"},{"name":"conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6/manifests"},{"name":"standard-changelog@1.0.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3/manifests"},{"name":"conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-angular@1.5.0","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0/manifests"},{"name":"conventional-changelog-cli@1.3.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3/manifests"},{"name":"gulp-conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-writer@2.0.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1/manifests"},{"name":"conventional-changelog-core@1.9.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1/manifests"},{"name":"conventional-changelog-ember@0.2.7","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7/manifests"},{"name":"git-semver-tags@1.2.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1/manifests"},{"name":"conventional-changelog-jshint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0/manifests"},{"name":"conventional-changelog-jquery@1.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0/manifests"},{"name":"conventional-changelog-express@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0/manifests"},{"name":"conventional-changelog-eslint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0/manifests"},{"name":"conventional-commits-parser@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0/manifests"},{"name":"conventional-changelog-writer@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1/manifests"},{"name":"conventional-changelog-core@1.9.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0/manifests"},{"name":"conventional-changelog-codemirror@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0/manifests"},{"name":"conventional-changelog-cli@1.3.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2/manifests"},{"name":"conventional-changelog-atom@0.1.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1/manifests"},{"name":"conventional-changelog-angular@1.4.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0/manifests"},{"name":"conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4/manifests"},{"name":"gulp-conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4/manifests"},{"name":"standard-changelog@1.0.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2/manifests"},{"name":"conventional-changelog-ember@0.2.6","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6/manifests"},{"name":"conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3/manifests"},{"name":"conventional-changelog-angular@1.3.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3/manifests"},{"name":"conventional-changelog-cli@1.3.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1/manifests"},{"name":"conventional-changelog-core@1.8.0","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.8.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0/manifests"},{"name":"conventional-changelog-ember@0.2.5","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5/manifests"},{"name":"gulp-conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3/manifests"},{"name":"standard-changelog@1.0.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1/manifests"},{"name":"git-semver-tags@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0/manifests"},{"name":"standard-changelog@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2/manifests"},{"name":"git-raw-commits@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0/manifests"},{"name":"conventional-recommended-bump@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.2.4","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4/manifests"},{"name":"conventional-changelog-core@1.7.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.7.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0/manifests"},{"name":"conventional-changelog-cli@1.3.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0/manifests"},{"name":"conventional-changelog-angular@1.3.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2/manifests"},{"name":"conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2/manifests"},{"name":"gulp-conventional-changelog@1.1.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"tag","published_at":"2017-03-10T05:35:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0/manifests"},{"name":"standard-changelog@0.0.2","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@0.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-ember@0.2.3","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3/manifests"},{"name":"conventional-changelog-core@1.6.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0/manifests"},{"name":"conventional-changelog-angular@1.3.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1/manifests"},{"name":"conventional-changelog-cli@1.2.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1/manifests"},{"name":"conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-cli@1.2.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:01:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0/manifests"},{"name":"conventional-changelog-core@1.5.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:00:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0/manifests"},{"name":"git-raw-commits@1.1.2","sha":"f5fe78b1f15791cb0499744bf278dff22b52732f","kind":"tag","published_at":"2017-03-09T07:37:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2/manifests"},{"name":"git-semver-tags@1.1.2","sha":"7be07c7c0f49572b1c0e9c98f004b599d8b5bb1a","kind":"tag","published_at":"2017-03-09T07:35:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2/manifests"},{"name":"v1.1.0","sha":"600d411569271467389c3cbe71f7f657980e89a1","kind":"tag","published_at":"2016-02-13T06:59:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"9591280a8d09220aced3383abe3bc7ecbb34b503","kind":"tag","published_at":"2016-02-13T06:37:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"beef421f56939190a4ca30c28788eda1b3f9480d","kind":"tag","published_at":"2016-02-05T13:49:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"c8e90ab7fddd0b98855913e73fc12f9dc9dc81b1","kind":"tag","published_at":"2016-02-05T12:59:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0/manifests"},{"name":"v0.5.3","sha":"d79ce243223260b153699b99de0503698546ea63","kind":"tag","published_at":"2015-12-25T05:07:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"9e7b771072a2680c6c335fcad38003aade53213e","kind":"tag","published_at":"2015-12-23T12:24:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"4bf7d8df29f7be29552b82ec2b7112fad0c39a3e","kind":"tag","published_at":"2015-10-20T09:52:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"5ca2204b472704543ebbc744a22f8f90ec659659","kind":"tag","published_at":"2015-09-30T08:49:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"e5f2f3bc675e2c7e5cc6aa0ed50da7941833e492","kind":"tag","published_at":"2015-09-04T03:16:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"7536a0b351cc4f2764e71cbc268a178ab595259d","kind":"tag","published_at":"2015-08-17T01:28:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"56fa3d92620a41a875b3337fa51d04d6df23b1a8","kind":"tag","published_at":"2015-08-15T12:34:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"eefec0ef598a92e78510ee8626fd9bbcdb1398e4","kind":"tag","published_at":"2015-08-15T11:19:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0/manifests"},{"name":"v0.3.2","sha":"74b99dca61eafd56ba93605016b086a1108e77fe","kind":"tag","published_at":"2015-08-13T03:12:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"a1aca9c31a45aded77962bd0defc32e503aec213","kind":"commit","published_at":"2015-08-11T06:23:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"b489672d27ff703337c540f0fbc43f6486a84d99","kind":"commit","published_at":"2015-08-09T03:27:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"12e3cd6b151353dbe7f584adabbe5dd8a28424db","kind":"commit","published_at":"2015-07-24T08:13:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"f437b457b5ea6c105535a360144000f8315db54d","kind":"commit","published_at":"2015-07-24T04:54:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0/manifests"},{"name":"v0.1.3","sha":"c8fa9d0b94f8ac07f162623e4b9e9e68aad82e62","kind":"commit","published_at":"2015-07-22T11:06:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"6ba5d6e4b90a154dbca6ec0f80c66ad5995cd770","kind":"commit","published_at":"2015-07-22T07:10:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c015f8762f70eff2be7b8d7fb82438689239d717","kind":"commit","published_at":"2015-07-20T07:55:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"7253d0fea773e3f7cc0a3fb8278c9da070df26ee","kind":"commit","published_at":"2015-07-20T07:12:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.3","sha":"0c9f1e89bfacec8e08bac8ef96d64e3abdbecda7","kind":"commit","published_at":"2015-07-17T11:02:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"fec1baf43b8c0156682d4014a4fd066bd24ad448","kind":"commit","published_at":"2015-07-17T06:23:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"a5ea0dfada48601b9e3fbec78dd37d70380a2db6","kind":"commit","published_at":"2015-07-15T08:03:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1/manifests"},{"name":"v0.1.0-alpha.3","sha":"9b6cc68a2c17c9671363fe7af5de7ebd3a06aaeb","kind":"commit","published_at":"2015-07-06T01:27:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3/manifests"},{"name":"v0.1.0-alpha.2","sha":"34b0f460c34ecc48af857d8ee5d7038970ba56fb","kind":"commit","published_at":"2015-06-29T12:04:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2/manifests"},{"name":"v0.1.0-alpha.1","sha":"05b3415fc699ab43f3fa33b5ecd040ab5ecdf9e2","kind":"commit","published_at":"2015-06-24T04:42:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1/manifests"},{"name":"v0.0.17","sha":"3cae05244e48af9cf4abbef3114060db585a574c","kind":"commit","published_at":"2015-04-03T02:12:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"c0719ce6ba16778dd34c2cfdc81e7f3c5321409d","kind":"commit","published_at":"2015-03-19T04:15:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"57af04dc3e362c0e327b716279c9143028c6e0da","kind":"commit","published_at":"2015-03-18T20:23:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"69be290efb58a6a92e9ae78d7b37168d293920b5","kind":"commit","published_at":"2015-03-13T21:22:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"15a39d02ba3d666e7820eecbb8c5493ef2f6040a","kind":"commit","published_at":"2015-03-12T23:17:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13/manifests"},{"name":"v0.0.11","sha":"37f5561553c30d8f0f2c949502ea278da64949cd","kind":"tag","published_at":"2014-05-28T13:14:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"ad6f6ec5499d2c902b88da95487862d50e5ad776","kind":"tag","published_at":"2014-05-28T12:51:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"87efbabd9bc2a0fd83255e6cb856961b10aef9eb","kind":"tag","published_at":"2014-05-06T17:11:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"94b12cf69c51264b1edb6c81b50a262f0536894b","kind":"tag","published_at":"2014-04-10T14:45:48.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"1cf17e494fd7d8538c55189c72c0cf57d145ef41","kind":"tag","published_at":"2014-04-10T14:06:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"861f9ec93de28be4185b35815c2b6ab17746eb3f","kind":"commit","published_at":"2014-01-23T19:39:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"3f59f7356c86f30ef8e8754386373c2a8f97b367","kind":"commit","published_at":"2014-01-23T18:59:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6fa2c22464dcd964df604550c2ce2ed1d2f4362b","kind":"commit","published_at":"2014-01-04T21:36:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4/manifests"}]},"repo_metadata_updated_at":"2024-09-05T17:59:48.904Z","dependent_packages_count":1,"downloads":21,"downloads_period":"last-month","dependent_repos_count":1,"rankings":{"downloads":35.40218123915883,"dependent_repos_count":10.767935900085632,"dependent_packages_count":21.30988168970035,"stargazers_count":1.2027185750615657,"forks_count":1.4476018481344355,"docker_downloads_count":null,"average":14.026063850428162},"purl":"pkg:npm/%40x-copy/conventional-changelog-angular","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/@x-copy/conventional-changelog-angular","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/@x-copy/conventional-changelog-angular","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/@x-copy/conventional-changelog-angular/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-09-04T23:04:01.314Z","issues_count":175,"pull_requests_count":479,"avg_time_to_close_issue":19345133.890243903,"avg_time_to_close_pull_request":6038480.121447029,"issues_closed_count":82,"pull_requests_closed_count":387,"pull_request_authors_count":71,"issue_authors_count":107,"avg_comments_per_issue":2.12,"avg_comments_per_pull_request":1.3068893528183716,"merged_pull_requests_count":302,"bot_issues_count":3,"bot_pull_requests_count":228,"past_year_issues_count":65,"past_year_pull_requests_count":215,"past_year_avg_time_to_close_issue":881436.8095238095,"past_year_avg_time_to_close_pull_request":919702.6333333333,"past_year_issues_closed_count":42,"past_year_pull_requests_closed_count":180,"past_year_pull_request_authors_count":24,"past_year_issue_authors_count":40,"past_year_avg_comments_per_issue":1.5538461538461539,"past_year_avg_comments_per_pull_request":1.0604651162790697,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":94,"past_year_merged_pull_requests_count":142,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues","maintainers":[{"login":"dangreen","count":83,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"},{"login":"bcoe","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bcoe"},{"login":"tommywo","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tommywo"}],"active_maintainers":[{"login":"dangreen","count":72,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@x-copy%2Fconventional-changelog-angular/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@x-copy%2Fconventional-changelog-angular/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@x-copy%2Fconventional-changelog-angular/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@x-copy%2Fconventional-changelog-angular/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@x-copy%2Fconventional-changelog-angular/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@x-copy%2Fconventional-changelog-angular/codemeta","maintainers":[{"uuid":"huixisheng","login":"huixisheng","name":null,"email":"469184346@qq.com","url":null,"packages_count":41,"html_url":"https://www.npmjs.com/~huixisheng","role":null,"created_at":"2022-11-11T06:11:27.359Z","updated_at":"2022-11-11T06:11:27.359Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/huixisheng/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5644415,"maintainers_count":1200486,"namespaces_count":399623,"keywords_count":847874,"github":"npm","metadata":{"funded_packages_count":171745},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-06-10T05:11:46.456Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":10398649,"name":"github.com/conventional-changelog/conventional-changelog","ecosystem":"go","description":null,"homepage":null,"licenses":"isc","normalized_licenses":["ISC"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":[],"namespace":null,"versions_count":40,"first_release_published_at":"2014-01-04T21:36:41.000Z","latest_release_published_at":"2016-02-13T06:59:57.000Z","latest_release_number":"v1.1.0","last_synced_at":"2026-06-03T20:26:55.895Z","created_at":"2024-06-19T04:27:16.574Z","updated_at":"2026-06-03T20:26:55.896Z","registry_url":"https://pkg.go.dev/github.com/conventional-changelog/conventional-changelog","install_command":"go get github.com/conventional-changelog/conventional-changelog","documentation_url":"https://pkg.go.dev/github.com/conventional-changelog/conventional-changelog#section-documentation","metadata":{},"repo_metadata":{"id":12961414,"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2025-10-23T17:43:12.000Z","size":6366,"stargazers_count":8280,"open_issues_count":245,"forks_count":731,"subscribers_count":51,"default_branch":"master","last_synced_at":"2025-10-24T01:48:17.818Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2025-10-23T01:16:08.000Z","dependencies_parsed_at":"2022-07-13T10:30:31.523Z","dependency_job_id":"5f6d159e-c4c6-405b-9fa7-976ffc4dfa04","html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1686,"total_committers":150,"mean_commits":11.24,"dds":0.4792408066429419,"last_synced_commit":"65550d9a30cfab4b00b3e982e42bd68fedafcefc"},"previous_names":["ajoslin/conventional-changelog"],"tags_count":804,"template":false,"template_full_name":null,"purl":"pkg:github/conventional-changelog/conventional-changelog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/sbom","scorecard":{"id":174827,"data":{"date":"2025-08-11","repo":{"name":"github.com/conventional-changelog/conventional-changelog","commit":"1552de5434163eb63d3bf73d97bcb3bf34de8586"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 7 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":1,"reason":"Found 4/22 approved changesets -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/checks.yml:1","Warn: no topLevel permission defined: .github/workflows/commit.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Warn: no topLevel permission defined: .github/workflows/tests.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/checks.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/checks.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/commit.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/commit.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/commit.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:50: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:85: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:87: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:91: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:102: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Info:   0 out of  17 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  14 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: ISC License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 16 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":7,"reason":"3 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-xffm-g5w8-qvg7","Warn: Project is vulnerable to: GHSA-67mh-4wv8-2f99","Warn: Project is vulnerable to: GHSA-52f5-9888-hmc6"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-16T17:26:40.503Z","repository_id":12961414,"created_at":"2025-08-16T17:26:40.503Z","updated_at":"2025-08-16T17:26:40.503Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281931845,"owners_count":26585822,"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","status":"online","status_checked_at":"2025-10-31T02:00:07.401Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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"},"owner_record":{"login":"conventional-changelog","name":"conventional-changelog","uuid":"16443515","kind":"organization","description":"Tools to generate changelogs and release notes from a project's commit messages and metadata.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16443515?v=4","repositories_count":12,"last_synced_at":"2025-04-05T03:02:08.595Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/conventional-changelog","funding_links":[],"total_stars":33067,"followers":419,"following":0,"created_at":"2022-11-02T16:25:21.572Z","updated_at":"2025-04-05T03:02:08.596Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog/repositories"},"tags":[{"name":"conventional-changelog-angular-v8.1.0","sha":"4a8c5d57a058c5b103a8ebddf94e19cf67a58a18","kind":"commit","published_at":"2025-10-20T20:40:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v8.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v8.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular-v8.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.1.0/manifests"},{"name":"conventional-commits-parser-v6.2.1","sha":"4a8c5d57a058c5b103a8ebddf94e19cf67a58a18","kind":"commit","published_at":"2025-10-20T20:40:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v6.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.2.1/manifests"},{"name":"conventional-changelog-v7.1.1","sha":"d3934017f5c8987a0b4a5fdf3782f26cd43ab486","kind":"commit","published_at":"2025-07-10T17:30:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v7.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v7.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v7.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.1.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v9.1.0","sha":"b3bec6cd666605edb0727765637d8de30a672b86","kind":"commit","published_at":"2025-07-10T15:38:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v9.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v9.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v9.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v9.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v9.1.0/manifests"},{"name":"conventional-changelog-writer-v8.2.0","sha":"429fa80cf3232ddc89ad2e6593a5087da55f2192","kind":"commit","published_at":"2025-07-09T21:51:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v8.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.2.0/manifests"},{"name":"conventional-commits-parser-v6.2.0","sha":"a10c63faccc776bfc941a54dbcfa2d128bbfb374","kind":"commit","published_at":"2025-06-09T09:39:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v6.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.2.0/manifests"},{"name":"conventional-changelog-v7.1.0","sha":"549320cb33c00bea312fcf70c31d3ee6973ba488","kind":"commit","published_at":"2025-06-07T17:07:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v7.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v7.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v7.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.1.0/manifests"},{"name":"conventional-recommended-bump-v11.2.0","sha":"549320cb33c00bea312fcf70c31d3ee6973ba488","kind":"commit","published_at":"2025-06-07T17:07:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v11.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v11.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v11.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.2.0/manifests"},{"name":"git-client-v2.5.1","sha":"07103bc206c6b75af47183a700868d69424c5f5f","kind":"commit","published_at":"2025-06-02T10:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.5.1/manifests"},{"name":"git-client-v2.5.0","sha":"7926760758a6635d423d91288a11253bb663698c","kind":"commit","published_at":"2025-06-02T00:10:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.5.0/manifests"},{"name":"git-client-v2.4.0","sha":"81588478678c36e7465a90cfe56e4981c13729a9","kind":"commit","published_at":"2025-05-27T19:05:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.4.0/manifests"},{"name":"git-client-v2.3.0","sha":"abf8f2b4f11a8c4dcee54346fb39cee04c05242b","kind":"commit","published_at":"2025-05-23T19:01:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.3.0/manifests"},{"name":"conventional-changelog-v7.0.2","sha":"d42c917ee7b2732b9e4bc42bf70f6700ac028e1b","kind":"commit","published_at":"2025-05-22T20:08:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v7.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.2/manifests"},{"name":"conventional-changelog-v7.0.1","sha":"2dcae156d1dc9c40a2392c3dd9363449f3f59f75","kind":"commit","published_at":"2025-05-19T22:26:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.1/manifests"},{"name":"standard-changelog-v7.0.1","sha":"2dcae156d1dc9c40a2392c3dd9363449f3f59f75","kind":"commit","published_at":"2025-05-19T22:26:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v7.0.1/manifests"},{"name":"git-client-v2.2.0","sha":"2dcae156d1dc9c40a2392c3dd9363449f3f59f75","kind":"commit","published_at":"2025-05-19T22:26:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.2.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v9.0.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v9.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v9.0.0/manifests"},{"name":"conventional-changelog-writer-v8.1.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v8.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.1.0/manifests"},{"name":"conventional-recommended-bump-v11.1.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v11.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v11.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v11.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.1.0/manifests"},{"name":"git-client-v2.1.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.1.0/manifests"},{"name":"standard-changelog-v7.0.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v7.0.0/manifests"},{"name":"conventional-changelog-v7.0.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.0/manifests"},{"name":"conventional-commits-parser-v6.1.0","sha":"641a04473146d99189ec31d948202f8ef973da37","kind":"commit","published_at":"2025-01-15T16:19:55.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v6.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v11.0.0","sha":"3abb8c6494cd57fd52755d00669c10e4cc25a034","kind":"commit","published_at":"2025-01-15T16:19:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v11.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v11.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v11.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.0.0/manifests"},{"name":"conventional-changelog-writer-v8.0.1","sha":"fe3da2f131673200f695d6c9f34d8d0303042329","kind":"commit","published_at":"2025-01-15T16:14:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v8.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.1/manifests"},{"name":"git-client-v2.0.0","sha":"2ea0eec3e46bb9de9d57001d3aac074076e668a7","kind":"commit","published_at":"2025-01-15T16:13:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.0.0/manifests"},{"name":"conventional-changelog-core-v9.0.0","sha":"1ac3f1268140c999c669908085d0879b5d294c1a","kind":"commit","published_at":"2025-01-15T16:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v9.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v9.0.0/manifests"},{"name":"git-client-v1.0.1","sha":"d3b8aaa16337993bbad4d91db1ffac5a7568756b","kind":"commit","published_at":"2024-05-06T14:46:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1/manifests"},{"name":"conventional-changelog-v6.0.0","sha":"83bb15ba5de08f080884fc906c6db3c99c8b2131","kind":"commit","published_at":"2024-04-26T22:08:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0/manifests"},{"name":"conventional-changelog-core-v8.0.0","sha":"7bc92fc05e4447f311ad52b6e39d36f461eaf083","kind":"commit","published_at":"2024-04-26T22:07:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v8.0.0","sha":"3129c812139bf7454a64b4d506e6b85cd5abc77c","kind":"commit","published_at":"2024-04-26T22:06:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0/manifests"},{"name":"git-semver-tags-v8.0.0","sha":"fbd1b3bcd6253a32de89eb21145c2eb70d9396b6","kind":"commit","published_at":"2024-04-26T22:05:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v5.0.0","sha":"e34c96db3dbebedb17a6583aae8855dddd056f83","kind":"commit","published_at":"2024-04-26T22:04:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0/manifests"},{"name":"conventional-changelog-angular-v8.0.0","sha":"2aa6291a93eb881230e896f87a5232873b6a9717","kind":"commit","published_at":"2024-04-26T22:04:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0/manifests"},{"name":"conventional-changelog-jquery-v6.0.0","sha":"1c71cd6d4868ef2e158963e277609a9794806306","kind":"commit","published_at":"2024-04-26T22:03:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v8.0.0","sha":"533e36277d1779a5ac79a06210c603b5f88bc030","kind":"commit","published_at":"2024-04-26T22:00:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0/manifests"},{"name":"conventional-changelog-eslint-v6.0.0","sha":"c7459cd7d1e1ab82c9a5d552b008c02aba290cad","kind":"commit","published_at":"2024-04-26T21:59:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0/manifests"},{"name":"git-raw-commits-v5.0.0","sha":"f61ea377e843db0852c35911785895ec43481f11","kind":"commit","published_at":"2024-04-26T21:58:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0/manifests"},{"name":"conventional-changelog-codemirror-v5.0.0","sha":"77525286ffc8869a6ac351ebe28198842815cb7c","kind":"commit","published_at":"2024-04-26T21:57:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0/manifests"},{"name":"conventional-changelog-cli-v5.0.0","sha":"a75cef688b9a1557ca981178d4d35c18963160b6","kind":"commit","published_at":"2024-04-26T21:53:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0/manifests"},{"name":"conventional-changelog-express-v5.0.0","sha":"a6ab80d6e30091a8b743ee97a87e7400af1ebc53","kind":"commit","published_at":"2024-04-26T21:53:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v10.0.0","sha":"d7c409b02f1d58cf6f0293edcadbe5f00a78a622","kind":"commit","published_at":"2024-04-26T21:52:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v10.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v10.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v10.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0/manifests"},{"name":"conventional-changelog-atom-v5.0.0","sha":"3b2b9d0ec2382f73d9cf000a1004596f90ece916","kind":"commit","published_at":"2024-04-26T21:51:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0/manifests"},{"name":"conventional-changelog-jshint-v5.0.0","sha":"d7dae509e72b09d1496ae51f1f04c15581c828fc","kind":"commit","published_at":"2024-04-26T21:50:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0/manifests"},{"name":"conventional-changelog-ember-v5.0.0","sha":"2e99dfa49112ffe6c864dd0e436f0db1e696b1f9","kind":"commit","published_at":"2024-04-26T21:50:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0/manifests"},{"name":"conventional-commits-parser-v6.0.0","sha":"646e1be132ccd0f32e3074de2f511be5c610984f","kind":"commit","published_at":"2024-04-26T21:48:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0/manifests"},{"name":"conventional-commits-filter-v5.0.0","sha":"be4266b7ef7b84ba5c198dfa8c143229f8a5b128","kind":"commit","published_at":"2024-04-26T21:47:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0/manifests"},{"name":"standard-changelog-v6.0.0","sha":"3e9b9387f29e48a508b70b88f26b40a6db9fea16","kind":"commit","published_at":"2024-04-26T21:45:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v5.0.0","sha":"041a1a9b73b201add30494aed19d026b948bd8f1","kind":"commit","published_at":"2024-04-26T21:41:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0/manifests"},{"name":"git-client-v1.0.0","sha":"7e51fe970576503cae3ab94e6e9b3e01017b044d","kind":"commit","published_at":"2024-04-26T21:21:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0/manifests"},{"name":"git-semver-tags-v7.0.1","sha":"fac8045242099c016f5f3905e54e02b7d466bd7b","kind":"commit","published_at":"2023-09-10T23:53:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1/manifests"},{"name":"conventional-changelog-writer-v7.0.1","sha":"e3a643ad39ec3bc4cfb1dff2aa1101333df33dc3","kind":"commit","published_at":"2023-09-10T23:49:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1/manifests"},{"name":"conventional-changelog-v5.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0/manifests"},{"name":"conventional-changelog-cli-v4.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0/manifests"},{"name":"conventional-changelog-core-v7.0.0","sha":"2e467dd39a35c3813597711a37690897183b4abc","kind":"commit","published_at":"2023-09-08T22:03:37.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0/manifests"},{"name":"git-semver-tags-v7.0.0","sha":"a13f788bd505d8253a2d92413fc4a7780e11ec07","kind":"commit","published_at":"2023-09-08T21:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0/manifests"},{"name":"standard-changelog-v5.0.0","sha":"34569c7a3fd2b0362a461517a1f4e20e7eecd9fc","kind":"commit","published_at":"2023-09-08T21:55:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v9.0.0","sha":"ad633d9d81f66ef80d7f77832a264cb0c5b971ef","kind":"commit","published_at":"2023-09-08T21:50:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v9.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.2","sha":"50113f9b569259d991f1a734a192964ca71f0118","kind":"commit","published_at":"2023-09-08T21:41:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v7.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2/manifests"},{"name":"conventional-changelog-preset-loader-v4.1.0","sha":"a14d2186575f6061f236c9a47d803694b18f8373","kind":"commit","published_at":"2023-09-08T21:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader-v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.1","sha":"ca4324b0a690b2595f8b574882ff95329a2dc195","kind":"commit","published_at":"2023-08-27T19:11:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1/manifests"},{"name":"conventional-commits-filter-v4.0.0","sha":"26fc9ea274dc0c62442ec9d97b20a2ebb49138bf","kind":"commit","published_at":"2023-08-27T12:55:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0/manifests"},{"name":"standard-changelog-v4.0.0","sha":"5b788265774bf4b63d3c83a178ca53e8e7095903","kind":"commit","published_at":"2023-08-27T12:50:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-eslint-v5.0.0","sha":"679594c0716275771cc23b314e4362899fe72f87","kind":"commit","published_at":"2023-08-27T12:46:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0/manifests"},{"name":"git-semver-tags-v6.0.0","sha":"1c75c72d9b5d59e3ea4e914c58a85f7559f29602","kind":"commit","published_at":"2023-08-27T12:40:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0/manifests"},{"name":"conventional-recommended-bump-v8.0.0","sha":"624377a24e8e3658bcf2329a9a98f9a7b02a4cb3","kind":"commit","published_at":"2023-08-27T12:33:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0/manifests"},{"name":"conventional-changelog-writer-v7.0.0","sha":"d669bb67dc713cb1e4374e3216ed7d83cde743c5","kind":"commit","published_at":"2023-08-27T12:27:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0/manifests"},{"name":"conventional-changelog-codemirror-v4.0.0","sha":"933fd0b3dd355d648faf57241b796a714004c722","kind":"commit","published_at":"2023-08-27T12:23:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0/manifests"},{"name":"conventional-changelog-express-v4.0.0","sha":"c9e9ceb3a3727659bd117bab01cbc7642d588f06","kind":"commit","published_at":"2023-08-27T12:16:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0/manifests"},{"name":"conventional-changelog-ember-v4.0.0","sha":"5d7c16268f79b7f180e34e997fdb37373d714666","kind":"commit","published_at":"2023-08-27T12:11:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0/manifests"},{"name":"conventional-changelog-jquery-v5.0.0","sha":"d643efb1050dcdaecee626044315644ff9b9e43b","kind":"commit","published_at":"2023-08-27T12:07:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v4.0.0","sha":"636646dd9ae062e9652a7f9ccaf6c329e6e9f924","kind":"commit","published_at":"2023-08-27T12:03:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0/manifests"},{"name":"conventional-changelog-v5.0.0","sha":"7985de3edc9e655369651ad464cb39b791887dc7","kind":"commit","published_at":"2023-08-27T11:58:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.0","sha":"5f0fe40743d8f559ab94ed11bbb4b8bda6fa6dcb","kind":"commit","published_at":"2023-08-27T11:51:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0/manifests"},{"name":"conventional-changelog-angular-v7.0.0","sha":"6c7a2e1a8807988bcb1a9842f72d14be3b1a89e3","kind":"commit","published_at":"2023-08-27T11:46:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0/manifests"},{"name":"conventional-changelog-jshint-v4.0.0","sha":"0204a9a340d2c85411e8de8905bc74c6146e5618","kind":"commit","published_at":"2023-08-27T11:41:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0/manifests"},{"name":"conventional-changelog-atom-v4.0.0","sha":"ab9b2c10e098ec8837d141102549f3eef698364c","kind":"commit","published_at":"2023-08-27T11:36:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0/manifests"},{"name":"conventional-changelog-cli-v4.0.0","sha":"29df6c4597afad27b9cda06f58eb564bcca609c4","kind":"commit","published_at":"2023-08-27T11:21:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0/manifests"},{"name":"conventional-changelog-core-v6.0.0","sha":"45613bbc2d13c798732e4b2bd4b2fa9ea67157d6","kind":"commit","published_at":"2023-08-27T11:17:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v4.0.0","sha":"5a896e3ef3aa9e751fcc74d7c76fa21d6d526cb0","kind":"commit","published_at":"2023-08-27T11:08:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0/manifests"},{"name":"git-raw-commits-v4.0.0","sha":"878fc56b43bc617177bf47fd8643a3b8b86078e5","kind":"commit","published_at":"2023-08-27T11:01:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0/manifests"},{"name":"conventional-commits-parser-v5.0.0","sha":"299de5acbe55a7d19dcdd2adc34681eae7264abf","kind":"commit","published_at":"2023-08-26T17:50:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0/manifests"},{"name":"git-semver-tags-v5.0.1","sha":"87914a362866a380e98a29edf19b2173e0911d8a","kind":"commit","published_at":"2023-07-09T19:10:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1/manifests"},{"name":"conventional-changelog-writer-v6.0.1","sha":"c123edea220b450cfa26813b6f198c3e8ebbd2b4","kind":"commit","published_at":"2023-07-09T14:49:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v6.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.2","sha":"83773c5e1a8874ea9809ca9db1dff60b7df1daae","kind":"commit","published_at":"2023-06-28T17:43:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v5.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.1.0","sha":"2e5fe6d9574ba896fa90b5bfcb50fb73d28af6d6","kind":"commit","published_at":"2023-06-17T21:30:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v6.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v7.0.1","sha":"f251b6899e313a9b23f3c8deb8b8b57217040892","kind":"commit","published_at":"2023-06-06T23:24:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.1","sha":"5b458dff9edf766446449acd1bbb8027a1e39fa5","kind":"commit","published_at":"2023-06-06T23:17:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1/manifests"},{"name":"gulp-conventional-changelog-v3.0.0","sha":"8ef6232797e5bf7c80422221374c53c03d5df36d","kind":"commit","published_at":"2023-06-06T22:50:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0/manifests"},{"name":"standard-changelog-v3.0.0","sha":"ea65f017b42b914ece780fd2fc799a6946912ed8","kind":"commit","published_at":"2023-06-06T22:42:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0/manifests"},{"name":"conventional-changelog-cli-v3.0.0","sha":"f00f4549cee9406054b77057a8135183fcd89710","kind":"commit","published_at":"2023-06-06T22:29:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0/manifests"},{"name":"conventional-changelog-v4.0.0","sha":"1a240f91ed584ed43e7f9c82235ca60eff0f4fa5","kind":"commit","published_at":"2023-06-06T19:50:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-core-v5.0.0","sha":"8507f601486c8ff6806156c50091262dee13ec54","kind":"commit","published_at":"2023-06-06T19:23:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v7.0.0","sha":"e1662ca7a6c688d28a334282a5e863f52866f3e8","kind":"commit","published_at":"2023-06-06T18:39:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v3.0.0","sha":"5d80d155425147a0b045af09536e5962cbfff620","kind":"commit","published_at":"2023-06-06T15:08:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.0.0","sha":"a30fc7ae219cf871b46cbe9d2c76a9730b70e272","kind":"commit","published_at":"2023-06-06T14:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v6.0.0","sha":"aa5d46c7b13b7b31f78af4b3c31c087c39eea41d","kind":"commit","published_at":"2023-06-06T14:46:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0/manifests"},{"name":"conventional-commits-filter-v3.0.0","sha":"502a73fe41aebb7b563c5ca69521e0b1bab904df","kind":"commit","published_at":"2023-06-06T14:32:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0/manifests"},{"name":"conventional-commits-parser-v4.0.0","sha":"9f7fe891e75c64937c28baa39a6c795a01603ab7","kind":"commit","published_at":"2023-06-06T14:24:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0/manifests"},{"name":"git-raw-commits-v3.0.0","sha":"571f2d549f10744a12ab3bc5dc5e0b749cb72667","kind":"commit","published_at":"2023-06-06T14:16:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0/manifests"},{"name":"git-semver-tags-v5.0.0","sha":"445c796d04105d10dd62d07039bc6a7fc9f263a5","kind":"commit","published_at":"2023-06-06T13:51:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0/manifests"},{"name":"conventional-changelog-atom-v3.0.0","sha":"208787aa2f5db8de1c2d43c56d71e6dfb9510781","kind":"commit","published_at":"2023-06-06T13:43:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0/manifests"},{"name":"conventional-changelog-angular-v6.0.0","sha":"c4ebf98acc15f37154aae5de53a225e896c4a157","kind":"commit","published_at":"2023-06-06T13:36:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0/manifests"},{"name":"conventional-changelog-codemirror-v3.0.0","sha":"0772453bee083917a05b9696d063ee3dc69957f9","kind":"commit","published_at":"2023-06-06T13:25:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0/manifests"},{"name":"conventional-changelog-ember-v3.0.0","sha":"e473d0c8af7c0cf8a54f775556796f50f3e695c2","kind":"commit","published_at":"2023-06-06T13:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0/manifests"},{"name":"conventional-changelog-eslint-v4.0.0","sha":"b3b896bc5b9e3ed65dcfc08c57967a252f37cfd1","kind":"commit","published_at":"2023-06-06T12:56:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0/manifests"},{"name":"conventional-changelog-express-v3.0.0","sha":"5594385d1dd2490b0fb508a60b6f30e8be6616ce","kind":"commit","published_at":"2023-06-06T12:37:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0/manifests"},{"name":"conventional-changelog-jquery-v4.0.0","sha":"51a3015a907b2cea900114359c36ce0e9664b72d","kind":"commit","published_at":"2023-06-06T12:17:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0/manifests"},{"name":"conventional-changelog-jshint-v3.0.0","sha":"281e5f883476e90b75cae4373a67436c86e94f6a","kind":"commit","published_at":"2023-06-06T12:02:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v5.0.0","sha":"ba6df7cf62de5f448368bed4398f6ddf633d2cbd","kind":"commit","published_at":"2022-05-27T18:02:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0/manifests"},{"name":"conventional-changelog-writer-v5.0.1","sha":"21b73f974adc4490a318d9c892055655cb82c538","kind":"commit","published_at":"2021-12-29T21:36:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.3","sha":"02757d342290bcf51a49d49e5e72f5eae6c6f6da","kind":"commit","published_at":"2021-12-29T19:52:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v4.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3/manifests"},{"name":"conventional-commits-parser-v3.2.4","sha":"1d0f62d4ac4911ef0d912d5401f783b152cee624","kind":"commit","published_at":"2021-12-29T19:46:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v3.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4/manifests"},{"name":"git-raw-commits-v2.0.11","sha":"95384dbd105ffe4f86bbc6ccad3e5405a1cbfe04","kind":"commit","published_at":"2021-12-29T19:39:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v2.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.2","sha":"1827696185192a8dd258ea7c3370090238b0fb76","kind":"commit","published_at":"2021-12-25T18:06:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v4.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2/manifests"},{"name":"conventional-changelog-cli-v2.2.2","sha":"8ce6a7bbd3fae87aa9d56fca68c2e16fbb2cace5","kind":"commit","published_at":"2021-12-25T17:22:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2/manifests"},{"name":"conventional-changelog-v3.1.25","sha":"8e9c3d76aaffd7fe67a78270b3ad9b881e953e7e","kind":"commit","published_at":"2021-12-24T18:50:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v3.1.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25/manifests"},{"name":"conventional-commits-parser-v3.2.3","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v3.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3/manifests"},{"name":"conventional-changelog-cli-v2.2.1","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.1","sha":"c35708d56a55e31b750aec1f745e5be52f0a75f2","kind":"commit","published_at":"2021-09-09T19:06:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v4.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1/manifests"},{"name":"conventional-commits-parser-v3.2.2","sha":"1bae48ff85eff0736ea6691b7214f3fc9c026256","kind":"commit","published_at":"2021-09-09T14:45:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v3.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2/manifests"},{"name":"conventional-changelog-core-v4.2.4","sha":"02fbc2d42d0faf53d4b7a2b0525626088a6ac8ba","kind":"commit","published_at":"2021-09-09T14:37:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v4.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4/manifests"},{"name":"conventional-changelog-angular-v5.0.13","sha":"e30343b4676d26b416080294dc74ebba001c0716","kind":"commit","published_at":"2021-09-09T14:31:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v5.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular-v5.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13/manifests"},{"name":"conventional-changelog-core-v4.2.3","sha":"318b555b6ef3aebdb5a8d4c7c734fd7234712dd3","kind":"commit","published_at":"2021-07-03T00:24:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v4.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.0","sha":"537c37d7801872c3e57e4200c64154a4d2ea042a","kind":"commit","published_at":"2021-04-30T00:15:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v4.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0/manifests"},{"name":"conventional-commits-parser-v3.2.1","sha":"758dda2937b6784f0cc6a535286862fcf95b6f06","kind":"commit","published_at":"2021-02-15T21:32:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1/manifests"},{"name":"git-raw-commits-v2.0.10","sha":"ffecaccb6e117afae9f68f1d48ff9a69554da950","kind":"commit","published_at":"2021-01-27T16:36:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v2.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10/manifests"},{"name":"conventional-changelog-writer-v5.0.0","sha":"61ef6491add84b841e1797baf09f62bbdd90dcd4","kind":"commit","published_at":"2020-12-30T22:40:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v6.1.0","sha":"3b0fb22b0bb49137b9ecddaeb349f66025205c57","kind":"commit","published_at":"2020-12-30T16:58:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v6.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0/manifests"},{"name":"conventional-changelog-core-v4.2.2","sha":"317eeb3137caff69bcc9a67fce3dc67663a010db","kind":"commit","published_at":"2020-12-30T00:53:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v4.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2/manifests"},{"name":"conventional-recommended-bump-v6.0.12","sha":"90ecc5d93bfd7626857eda5d240f92393d896be0","kind":"commit","published_at":"2020-12-30T00:43:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v6.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12/manifests"},{"name":"git-raw-commits-v2.0.9","sha":"227f3e23af86912c0cd64fdb1a820ac92e5757c5","kind":"commit","published_at":"2020-12-29T23:59:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v2.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9/manifests"},{"name":"conventional-changelog-writer-v4.1.0","sha":"77725cfb12ca3ca22abb9421b4af012a49207e7a","kind":"commit","published_at":"2020-12-29T23:41:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0/manifests"},{"name":"conventional-commits-filter@2.0.7","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7/manifests"},{"name":"standard-changelog@2.0.27","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27/manifests"},{"name":"gulp-conventional-changelog@2.0.35","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35/manifests"},{"name":"git-semver-tags@4.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%404.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1/manifests"},{"name":"git-raw-commits@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8/manifests"},{"name":"conventional-recommended-bump@6.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11/manifests"},{"name":"conventional-commits-parser@3.2.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0/manifests"},{"name":"conventional-changelog-writer@4.0.18","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18/manifests"},{"name":"conventional-changelog-jshint@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9/manifests"},{"name":"conventional-changelog-jquery@3.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11/manifests"},{"name":"conventional-changelog-express@2.0.6","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9/manifests"},{"name":"conventional-changelog-ember@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9/manifests"},{"name":"conventional-changelog-core@4.2.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.5.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1/manifests"},{"name":"conventional-changelog-atom@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8/manifests"},{"name":"conventional-changelog-angular@5.0.12","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12/manifests"},{"name":"conventional-changelog@3.1.24","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24/manifests"},{"name":"conventional-changelog-v3.1.24","sha":"f8fcbc2e8b0834c29178ace6382b438a020ad828","kind":"commit","published_at":"2020-10-25T02:45:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v3.1.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24/manifests"},{"name":"conventional-changelog-conventionalcommits@4.4.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0/manifests"},{"name":"conventional-changelog-core@4.2.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0/manifests"},{"name":"conventional-changelog@3.1.23","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23/manifests"},{"name":"conventional-changelog-cli@2.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0/manifests"},{"name":"git-semver-tags@4.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%404.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0/manifests"},{"name":"gulp-conventional-changelog@2.0.34","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34/manifests"},{"name":"standard-changelog@2.0.26","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26/manifests"},{"name":"conventional-recommended-bump@6.0.10","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10/manifests"},{"name":"conventional-changelog-core@4.1.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8/manifests"},{"name":"standard-changelog@2.0.25","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25/manifests"},{"name":"gulp-conventional-changelog@2.0.33","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33/manifests"},{"name":"conventional-changelog-writer@4.0.17","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17/manifests"},{"name":"conventional-changelog-jshint@2.0.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.1","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1/manifests"},{"name":"conventional-changelog-cli@2.0.35","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35/manifests"},{"name":"conventional-changelog-angular@5.0.11","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11/manifests"},{"name":"conventional-changelog@3.1.22","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22/manifests"},{"name":"standard-changelog@2.0.24","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24/manifests"},{"name":"gulp-conventional-changelog@2.0.32","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32/manifests"},{"name":"conventional-changelog-writer@4.0.16","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16/manifests"},{"name":"conventional-changelog-core@4.1.7","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7/manifests"},{"name":"conventional-changelog-cli@2.0.34","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34/manifests"},{"name":"conventional-changelog@3.1.21","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0/manifests"},{"name":"conventional-changelog@3.1.20","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20/manifests"},{"name":"conventional-changelog-cli@2.0.33","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33/manifests"},{"name":"conventional-changelog-atom@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7/manifests"},{"name":"conventional-changelog-eslint@3.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8/manifests"},{"name":"conventional-changelog-express@2.0.5","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10/manifests"},{"name":"conventional-changelog-jshint@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7/manifests"},{"name":"conventional-changelog-preset-loader@2.3.4","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4/manifests"},{"name":"conventional-changelog-writer@4.0.15","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15/manifests"},{"name":"conventional-commits-filter@2.0.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6/manifests"},{"name":"conventional-commits-parser@3.1.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.9","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9/manifests"},{"name":"git-raw-commits@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7/manifests"},{"name":"git-semver-tags@4.0.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.31","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31/manifests"},{"name":"standard-changelog@2.0.23","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23/manifests"},{"name":"conventional-changelog-angular@5.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10/manifests"},{"name":"conventional-changelog-core@4.1.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6/manifests"},{"name":"conventional-changelog-codemirror@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7/manifests"},{"name":"conventional-changelog-ember@2.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8/manifests"},{"name":"conventional-changelog-preset-loader-v2.3.2","sha":"9f6c56cb960a5043823cfb85b9843991201cbb51","kind":"commit","published_at":"2020-05-08T19:21:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v2.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader-v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2/manifests"},{"name":"conventional-changelog-cli@2.0.32","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32/manifests"},{"name":"conventional-changelog-core@4.1.5","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5/manifests"},{"name":"gulp-conventional-changelog@2.0.30","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30/manifests"},{"name":"standard-changelog@2.0.22","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22/manifests"},{"name":"conventional-changelog@3.1.19","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19/manifests"},{"name":"conventional-changelog@3.1.18","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18/manifests"},{"name":"conventional-changelog-core@4.1.4","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.29","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29/manifests"},{"name":"standard-changelog@2.0.21","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21/manifests"},{"name":"conventional-changelog-cli@2.0.31","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31/manifests"},{"name":"conventional-changelog-cli@2.0.30","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30/manifests"},{"name":"conventional-changelog-core@4.1.3","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3/manifests"},{"name":"conventional-changelog@3.1.17","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17/manifests"},{"name":"standard-changelog@2.0.20","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20/manifests"},{"name":"gulp-conventional-changelog@2.0.28","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28/manifests"},{"name":"conventional-changelog-core@4.1.2","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2/manifests"},{"name":"standard-changelog@2.0.19","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19/manifests"},{"name":"gulp-conventional-changelog@2.0.27","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27/manifests"},{"name":"conventional-changelog-cli@2.0.29","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29/manifests"},{"name":"conventional-changelog@3.1.16","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16/manifests"},{"name":"standard-changelog@2.0.18","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18/manifests"},{"name":"gulp-conventional-changelog@2.0.26","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26/manifests"},{"name":"git-semver-tags@3.0.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1/manifests"},{"name":"git-raw-commits@2.0.3","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3/manifests"},{"name":"conventional-changelog@3.1.15","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15/manifests"},{"name":"conventional-recommended-bump@6.0.5","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5/manifests"},{"name":"conventional-commits-parser@3.0.8","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.11","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11/manifests"},{"name":"conventional-changelog-core@4.1.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.28","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28/manifests"},{"name":"conventional-changelog-core@4.1.0","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0/manifests"},{"name":"conventional-changelog@3.1.14","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14/manifests"},{"name":"conventional-changelog-angular@5.0.6","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6/manifests"},{"name":"conventional-changelog-cli@2.0.27","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.3","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3/manifests"},{"name":"conventional-commits-parser@3.0.7","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7/manifests"},{"name":"conventional-recommended-bump@6.0.4","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.25","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25/manifests"},{"name":"standard-changelog@2.0.17","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17/manifests"},{"name":"conventional-changelog@3.1.13","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13/manifests"},{"name":"standard-changelog@2.0.16","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16/manifests"},{"name":"gulp-conventional-changelog@2.0.24","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24/manifests"},{"name":"conventional-recommended-bump@6.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3/manifests"},{"name":"conventional-commits-parser@3.0.6","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6/manifests"},{"name":"conventional-changelog-writer@4.0.10","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10/manifests"},{"name":"conventional-changelog-preset-loader@2.3.0","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0/manifests"},{"name":"conventional-changelog-core@4.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.2","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2/manifests"},{"name":"conventional-changelog-cli@2.0.26","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26/manifests"},{"name":"conventional-changelog-core@4.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2/manifests"},{"name":"standard-changelog@2.0.15","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15/manifests"},{"name":"gulp-conventional-changelog@2.0.23","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23/manifests"},{"name":"conventional-recommended-bump@6.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2/manifests"},{"name":"conventional-commits-parser@3.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5/manifests"},{"name":"conventional-changelog-writer@4.0.9","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9/manifests"},{"name":"conventional-changelog-jshint@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.6","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4/manifests"},{"name":"conventional-changelog-ember@2.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.1","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1/manifests"},{"name":"conventional-changelog-codemirror@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.25","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25/manifests"},{"name":"conventional-changelog-atom@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5/manifests"},{"name":"conventional-changelog@3.1.12","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12/manifests"},{"name":"conventional-commits-parser@3.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4/manifests"},{"name":"conventional-changelog-atom@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.24","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24/manifests"},{"name":"conventional-changelog-codemirror@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.0","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0/manifests"},{"name":"conventional-changelog-core@4.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3/manifests"},{"name":"conventional-changelog-eslint@3.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.5","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5/manifests"},{"name":"conventional-changelog-jshint@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2/manifests"},{"name":"conventional-changelog-writer@4.0.8","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8/manifests"},{"name":"standard-changelog@2.0.14","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14/manifests"},{"name":"gulp-conventional-changelog@2.0.22","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22/manifests"},{"name":"conventional-recommended-bump@6.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1/manifests"},{"name":"conventional-changelog@3.1.11","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11/manifests"},{"name":"conventional-changelog-angular@5.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4/manifests"},{"name":"conventional-changelog@3.1.10","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10/manifests"},{"name":"conventional-changelog-cli@2.0.23","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23/manifests"},{"name":"conventional-changelog-conventionalcommits@4.1.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0/manifests"},{"name":"git-semver-tags@3.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.21","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21/manifests"},{"name":"standard-changelog@2.0.13","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13/manifests"},{"name":"conventional-changelog-core@4.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.2.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0/manifests"},{"name":"conventional-changelog-writer@4.0.7","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7/manifests"},{"name":"conventional-recommended-bump@6.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0/manifests"},{"name":"conventional-changelog-core@3.2.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3/manifests"},{"name":"conventional-changelog@3.1.9","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9/manifests"},{"name":"conventional-changelog-cli@2.0.22","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22/manifests"},{"name":"standard-changelog@2.0.12","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.20","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20/manifests"},{"name":"git-semver-tags@2.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3/manifests"},{"name":"conventional-recommended-bump@5.0.1","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%405.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1/manifests"},{"name":"conventional-commits-parser@3.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.6","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6/manifests"},{"name":"conventional-changelog-conventionalcommits@4.0.0","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.21","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21/manifests"},{"name":"conventional-changelog@3.1.8","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8/manifests"},{"name":"gulp-conventional-changelog@2.0.19","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19/manifests"},{"name":"standard-changelog@2.0.11","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.2","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2/manifests"},{"name":"conventional-changelog@3.1.7","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7/manifests"},{"name":"gulp-conventional-changelog@2.0.18","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18/manifests"},{"name":"conventional-changelog-cli@2.0.20","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.1","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.17","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17/manifests"},{"name":"conventional-recommended-bump@5.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%405.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.19","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19/manifests"},{"name":"conventional-changelog@3.1.6","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6/manifests"},{"name":"conventional-changelog-conventionalcommits@2.0.0","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.16","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.18","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18/manifests"},{"name":"conventional-changelog@3.1.5","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.2","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2/manifests"},{"name":"conventional-changelog@3.1.4","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4/manifests"},{"name":"conventional-changelog-cli@2.0.17","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17/manifests"},{"name":"gulp-conventional-changelog@2.0.15","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15/manifests"},{"name":"conventional-changelog-core@3.2.2","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2/manifests"},{"name":"standard-changelog@2.0.10","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10/manifests"},{"name":"conventional-changelog-writer@4.0.5","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5/manifests"},{"name":"conventional-changelog@3.1.3","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3/manifests"},{"name":"gulp-conventional-changelog@2.0.14","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14/manifests"},{"name":"conventional-changelog-cli@2.0.16","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16/manifests"},{"name":"standard-changelog@2.0.9","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.1.2","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.15","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15/manifests"},{"name":"conventional-changelog-core@3.2.1","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1/manifests"},{"name":"gulp-conventional-changelog@2.0.13","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1/manifests"},{"name":"conventional-recommended-bump@4.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1/manifests"},{"name":"gulp-conventional-changelog@2.0.12","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12/manifests"},{"name":"conventional-changelog@3.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.14","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14/manifests"},{"name":"conventional-changelog-preset-loader@2.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1/manifests"},{"name":"conventional-changelog-core@3.2.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0/manifests"},{"name":"conventional-changelog-preset-loader@2.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0/manifests"},{"name":"conventional-changelog-writer@4.0.4","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4/manifests"},{"name":"conventional-commits-filter@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2/manifests"},{"name":"conventional-commits-parser@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2/manifests"},{"name":"conventional-recommended-bump@4.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0/manifests"},{"name":"git-raw-commits@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.11","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11/manifests"},{"name":"standard-changelog@2.0.8","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8/manifests"},{"name":"conventional-changelog@3.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0/manifests"},{"name":"conventional-changelog-cli@2.0.13","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0/manifests"},{"name":"conventional-changelog-eslint@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2/manifests"},{"name":"standard-changelog@2.0.7","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7/manifests"},{"name":"conventional-changelog-angular@5.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.12","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12/manifests"},{"name":"conventional-changelog-core@3.1.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6/manifests"},{"name":"conventional-changelog-writer@4.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.10","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10/manifests"},{"name":"conventional-changelog@3.0.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6/manifests"},{"name":"conventional-recommended-bump@4.0.4","sha":"da729f68f9dc581623deb587c705ef65d189a9f4","kind":"tag","published_at":"2018-11-01T06:56:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4/manifests"},{"name":"standard-changelog@2.0.6","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6/manifests"},{"name":"gulp-conventional-changelog@2.0.9","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.0.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5/manifests"},{"name":"conventional-changelog-writer@4.0.2","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.11","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11/manifests"},{"name":"conventional-changelog-core@3.1.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5/manifests"},{"name":"conventional-changelog@3.0.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4/manifests"},{"name":"conventional-recommended-bump@4.0.3","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3/manifests"},{"name":"git-semver-tags@2.0.2","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.8","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8/manifests"},{"name":"standard-changelog@2.0.5","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.10","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10/manifests"},{"name":"conventional-changelog-core@3.1.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.7","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7/manifests"},{"name":"standard-changelog@2.0.4","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4/manifests"},{"name":"conventional-changelog-cli@2.0.9","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9/manifests"},{"name":"conventional-changelog@3.0.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3/manifests"},{"name":"conventional-changelog-core@3.1.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.8","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8/manifests"},{"name":"conventional-changelog@3.0.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2/manifests"},{"name":"conventional-changelog-core@3.1.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2/manifests"},{"name":"standard-changelog@2.0.3","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.6","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6/manifests"},{"name":"conventional-changelog@3.0.1","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.5","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.7","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7/manifests"},{"name":"conventional-changelog-express@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1/manifests"},{"name":"git-raw-commits@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4/manifests"},{"name":"git-semver-tags@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1/manifests"},{"name":"conventional-changelog-core@3.1.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1/manifests"},{"name":"conventional-changelog-eslint@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1/manifests"},{"name":"conventional-changelog@3.0.0","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0/manifests"},{"name":"conventional-changelog-jquery@3.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4/manifests"},{"name":"conventional-changelog-jshint@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1/manifests"},{"name":"conventional-changelog-preset-loader@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2/manifests"},{"name":"conventional-changelog-writer@4.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2/manifests"},{"name":"standard-changelog@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2/manifests"},{"name":"conventional-commits-filter@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1/manifests"},{"name":"conventional-commits-parser@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2/manifests"},{"name":"conventional-changelog-atom@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.6","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1/manifests"},{"name":"conventional-changelog-jquery@3.0.3","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.5","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.4","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.2","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1/manifests"},{"name":"conventional-changelog-core@3.1.0","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0/manifests"},{"name":"conventional-changelog-ember@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1/manifests"},{"name":"standard-changelog@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2/manifests"},{"name":"conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1/manifests"},{"name":"conventional-changelog-angular@5.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0/manifests"},{"name":"conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1/manifests"},{"name":"conventional-changelog-codemirror@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0/manifests"},{"name":"conventional-changelog-ember@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-atom@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0/manifests"},{"name":"conventional-changelog-eslint@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0/manifests"},{"name":"conventional-changelog-express@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0/manifests"},{"name":"conventional-changelog-jquery@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0/manifests"},{"name":"conventional-changelog-jshint@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0/manifests"},{"name":"conventional-recommended-bump@4.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1/manifests"},{"name":"conventional-changelog-angular@4.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%404.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1/manifests"},{"name":"conventional-changelog-eslint@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0/manifests"},{"name":"standard-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0/manifests"},{"name":"git-semver-tags@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0/manifests"},{"name":"git-raw-commits@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0/manifests"},{"name":"conventional-recommended-bump@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0/manifests"},{"name":"conventional-commits-parser@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0/manifests"},{"name":"conventional-commits-filter@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0/manifests"},{"name":"conventional-changelog-jshint@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0/manifests"},{"name":"conventional-changelog-express@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0/manifests"},{"name":"conventional-changelog-ember@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0/manifests"},{"name":"conventional-changelog-core@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0/manifests"},{"name":"conventional-changelog-codemirror@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0/manifests"},{"name":"conventional-changelog-atom@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0/manifests"},{"name":"conventional-changelog-angular@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0/manifests"},{"name":"conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.22","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22/manifests"},{"name":"conventional-changelog-ember@0.3.12","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12/manifests"},{"name":"conventional-changelog-jquery@1.3.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9/manifests"},{"name":"conventional-recommended-bump@2.0.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9/manifests"},{"name":"gulp-conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-angular@3.0.7","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7/manifests"},{"name":"standard-changelog@1.0.19","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19/manifests"},{"name":"conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-core@2.0.11","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11/manifests"},{"name":"conventional-changelog-angular@3.0.6","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6/manifests"},{"name":"conventional-changelog-atom@0.2.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8/manifests"},{"name":"conventional-changelog-jshint@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8/manifests"},{"name":"gulp-conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-writer@3.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9/manifests"},{"name":"conventional-changelog-cli@1.3.21","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21/manifests"},{"name":"standard-changelog@1.0.18","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18/manifests"},{"name":"conventional-changelog-codemirror@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8/manifests"},{"name":"conventional-changelog-core@2.0.10","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10/manifests"},{"name":"conventional-changelog-ember@0.3.11","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11/manifests"},{"name":"conventional-changelog-eslint@1.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9/manifests"},{"name":"conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-jquery@1.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8/manifests"},{"name":"conventional-changelog-writer@3.0.8","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.10","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10/manifests"},{"name":"conventional-changelog-core@2.0.9","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9/manifests"},{"name":"conventional-changelog-cli@1.3.20","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20/manifests"},{"name":"conventional-changelog-angular@3.0.5","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5/manifests"},{"name":"conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22/manifests"},{"name":"standard-changelog@1.0.17","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17/manifests"},{"name":"gulp-conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-jshint@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7/manifests"},{"name":"conventional-changelog-preset-loader@1.1.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8/manifests"},{"name":"conventional-changelog-angular@3.0.4","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4/manifests"},{"name":"conventional-commits-parser@2.1.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7/manifests"},{"name":"standard-changelog@1.0.16","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16/manifests"},{"name":"conventional-changelog-core@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8/manifests"},{"name":"conventional-changelog-writer@3.0.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7/manifests"},{"name":"gulp-conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-cli@1.3.19","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19/manifests"},{"name":"git-semver-tags@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6/manifests"},{"name":"git-raw-commits@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6/manifests"},{"name":"conventional-recommended-bump@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.9","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9/manifests"},{"name":"conventional-changelog-atom@0.2.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7/manifests"},{"name":"conventional-changelog-eslint@1.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8/manifests"},{"name":"conventional-changelog-express@0.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6/manifests"},{"name":"conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-jquery@1.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7/manifests"},{"name":"conventional-changelog-codemirror@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7/manifests"},{"name":"conventional-changelog-jquery@1.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6/manifests"},{"name":"conventional-changelog-angular@3.0.3","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3/manifests"},{"name":"conventional-changelog-atom@0.2.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6/manifests"},{"name":"conventional-changelog-cli@1.3.18","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18/manifests"},{"name":"conventional-changelog-codemirror@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6/manifests"},{"name":"conventional-changelog-core@2.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7/manifests"},{"name":"conventional-changelog-ember@0.3.8","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8/manifests"},{"name":"conventional-changelog-eslint@1.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7/manifests"},{"name":"conventional-changelog-jshint@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6/manifests"},{"name":"conventional-changelog-writer@3.0.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6/manifests"},{"name":"standard-changelog@1.0.15","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15/manifests"},{"name":"gulp-conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-angular@3.0.2","sha":"1cc079df803f58b52c8aa997fff43e9c162266e7","kind":"tag","published_at":"2018-03-22T14:14:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2/manifests"},{"name":"conventional-changelog-jshint@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5/manifests"},{"name":"standard-changelog@1.0.14","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14/manifests"},{"name":"gulp-conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19/manifests"},{"name":"git-semver-tags@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5/manifests"},{"name":"git-raw-commits@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7/manifests"},{"name":"conventional-commits-parser@2.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6/manifests"},{"name":"conventional-commits-filter@1.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5/manifests"},{"name":"conventional-changelog-preset-loader@1.1.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7/manifests"},{"name":"conventional-changelog-jquery@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5/manifests"},{"name":"conventional-changelog-express@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6/manifests"},{"name":"conventional-changelog-ember@0.3.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7/manifests"},{"name":"conventional-changelog-core@2.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5/manifests"},{"name":"conventional-changelog-cli@1.3.17","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17/manifests"},{"name":"conventional-changelog-atom@0.2.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5/manifests"},{"name":"conventional-changelog-angular@3.0.1","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1/manifests"},{"name":"conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19/manifests"},{"name":"conventional-changelog-angular@3.0.0","sha":"49997aaba373502e5b38bd366846934641e95799","kind":"tag","published_at":"2018-03-22T13:45:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0/manifests"},{"name":"conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-cli@1.3.16","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16/manifests"},{"name":"conventional-changelog-eslint@1.0.5","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5/manifests"},{"name":"gulp-conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18/manifests"},{"name":"conventional-commits-parser@2.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5/manifests"},{"name":"conventional-commits-filter@1.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5/manifests"},{"name":"conventional-changelog-writer@3.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6/manifests"},{"name":"conventional-changelog-jshint@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4/manifests"},{"name":"conventional-changelog-jquery@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4/manifests"},{"name":"conventional-changelog-express@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4/manifests"},{"name":"standard-changelog@1.0.13","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13/manifests"},{"name":"conventional-changelog-ember@0.3.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4/manifests"},{"name":"gulp-conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17/manifests"},{"name":"git-semver-tags@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4/manifests"},{"name":"git-raw-commits@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4/manifests"},{"name":"conventional-recommended-bump@2.0.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6/manifests"},{"name":"conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17/manifests"},{"name":"conventional-changelog-angular@1.6.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6/manifests"},{"name":"conventional-changelog-atom@0.2.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4/manifests"},{"name":"conventional-changelog-cli@1.3.15","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15/manifests"},{"name":"conventional-changelog-codemirror@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5/manifests"},{"name":"conventional-changelog-core@2.0.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4/manifests"},{"name":"conventional-changelog-ember@0.3.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5/manifests"},{"name":"conventional-changelog-eslint@1.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3/manifests"},{"name":"git-raw-commits@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3/manifests"},{"name":"conventional-changelog-atom@0.2.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3/manifests"},{"name":"conventional-changelog-jshint@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3/manifests"},{"name":"conventional-changelog-angular@1.6.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5/manifests"},{"name":"conventional-changelog-jquery@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5/manifests"},{"name":"conventional-changelog-cli@1.3.14","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14/manifests"},{"name":"conventional-changelog-writer@3.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3/manifests"},{"name":"conventional-changelog-codemirror@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3/manifests"},{"name":"conventional-commits-filter@1.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4/manifests"},{"name":"conventional-commits-parser@2.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4/manifests"},{"name":"git-semver-tags@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3/manifests"},{"name":"gulp-conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16/manifests"},{"name":"standard-changelog@1.0.12","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12/manifests"},{"name":"conventional-changelog-express@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3/manifests"},{"name":"conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15/manifests"},{"name":"gulp-conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15/manifests"},{"name":"conventional-changelog-cli@1.3.13","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13/manifests"},{"name":"conventional-recommended-bump@2.0.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4/manifests"},{"name":"gulp-conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14/manifests"},{"name":"git-semver-tags@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2/manifests"},{"name":"git-raw-commits@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2/manifests"},{"name":"conventional-recommended-bump@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3/manifests"},{"name":"standard-changelog@1.0.11","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11/manifests"},{"name":"conventional-changelog-writer@3.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2/manifests"},{"name":"conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14/manifests"},{"name":"conventional-changelog-angular@1.6.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4/manifests"},{"name":"conventional-changelog-atom@0.2.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2/manifests"},{"name":"conventional-changelog-cli@1.3.12","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12/manifests"},{"name":"conventional-changelog-codemirror@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2/manifests"},{"name":"conventional-changelog-core@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.3.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4/manifests"},{"name":"conventional-changelog-eslint@1.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2/manifests"},{"name":"conventional-changelog-express@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2/manifests"},{"name":"conventional-changelog-jquery@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2/manifests"},{"name":"conventional-changelog-jshint@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2/manifests"},{"name":"conventional-commits-filter@1.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3/manifests"},{"name":"conventional-commits-parser@2.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3/manifests"},{"name":"gulp-conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13/manifests"},{"name":"git-semver-tags@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1/manifests"},{"name":"git-raw-commits@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1/manifests"},{"name":"conventional-recommended-bump@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2/manifests"},{"name":"conventional-commits-parser@2.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2/manifests"},{"name":"conventional-commits-filter@1.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2/manifests"},{"name":"conventional-changelog-writer@3.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1/manifests"},{"name":"conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13/manifests"},{"name":"standard-changelog@1.0.10","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10/manifests"},{"name":"conventional-changelog-jquery@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1/manifests"},{"name":"conventional-changelog-express@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1/manifests"},{"name":"conventional-changelog-ember@0.3.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2/manifests"},{"name":"conventional-changelog-codemirror@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1/manifests"},{"name":"conventional-changelog-cli@1.3.11","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11/manifests"},{"name":"conventional-changelog-atom@0.2.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1/manifests"},{"name":"conventional-changelog-angular@1.6.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3/manifests"},{"name":"conventional-changelog-jshint@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1/manifests"},{"name":"gulp-conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12/manifests"},{"name":"conventional-changelog-cli@1.3.10","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10/manifests"},{"name":"conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12/manifests"},{"name":"conventional-recommended-bump@2.0.1","sha":"a4f0aa902d3e966fe6d6b1d46f2130838524cfbf","kind":"tag","published_at":"2018-02-12T14:54:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1/manifests"},{"name":"conventional-recommended-bump@2.0.0","sha":"9885d205ed96338575335652d006f475408e1195","kind":"tag","published_at":"2018-02-12T14:30:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0/manifests"},{"name":"conventional-changelog-preset-loader@1.1.2","sha":"a450d974237d440009ec3fb4c63974cf066e8f79","kind":"tag","published_at":"2018-02-12T04:07:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.1","sha":"5af1f00dcc4e1f9c3299bc7feb322a88b711f042","kind":"tag","published_at":"2018-02-09T04:17:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.0","sha":"c3eb36dbc52f383df6f3dcf3a3870b01ceee0b8b","kind":"tag","published_at":"2018-02-08T14:46:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0/manifests"},{"name":"conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11/manifests"},{"name":"standard-changelog@1.0.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9/manifests"},{"name":"gulp-conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11/manifests"},{"name":"conventional-recommended-bump@1.2.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1/manifests"},{"name":"conventional-commits-parser@2.1.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1/manifests"},{"name":"conventional-changelog-ember@0.3.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2/manifests"},{"name":"conventional-changelog-core@2.0.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1/manifests"},{"name":"conventional-changelog-cli@1.3.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9/manifests"},{"name":"conventional-changelog-angular@1.6.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2/manifests"},{"name":"conventional-changelog-cli@1.3.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8/manifests"},{"name":"conventional-changelog-core@2.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0/manifests"},{"name":"conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10/manifests"},{"name":"conventional-changelog-angular@1.6.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1/manifests"},{"name":"conventional-recommended-bump@1.2.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0/manifests"},{"name":"git-semver-tags@1.3.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0/manifests"},{"name":"gulp-conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10/manifests"},{"name":"standard-changelog@1.0.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0/manifests"},{"name":"conventional-changelog-writer@3.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0/manifests"},{"name":"conventional-changelog-atom@0.2.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0/manifests"},{"name":"conventional-changelog-codemirror@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0/manifests"},{"name":"conventional-changelog-cli@1.3.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7/manifests"},{"name":"conventional-changelog-core@1.9.5","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5/manifests"},{"name":"conventional-changelog-ember@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0/manifests"},{"name":"conventional-changelog-eslint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0/manifests"},{"name":"conventional-changelog-express@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0/manifests"},{"name":"conventional-changelog-jquery@1.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0/manifests"},{"name":"conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9/manifests"},{"name":"gulp-conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-jshint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0/manifests"},{"name":"standard-changelog@1.0.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7/manifests"},{"name":"conventional-changelog-angular@1.6.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0/manifests"},{"name":"conventional-commits-parser@2.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0/manifests"},{"name":"conventional-changelog-writer@2.0.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.2.10","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10/manifests"},{"name":"conventional-changelog-core@1.9.4","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4/manifests"},{"name":"conventional-changelog-cli@1.3.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6/manifests"},{"name":"conventional-changelog-angular@1.5.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3/manifests"},{"name":"conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8/manifests"},{"name":"conventional-recommended-bump@1.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0/manifests"},{"name":"gulp-conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8/manifests"},{"name":"standard-changelog@1.0.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6/manifests"},{"name":"conventional-commits-filter@1.1.1","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1/manifests"},{"name":"conventional-changelog-angular@1.5.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2/manifests"},{"name":"conventional-changelog-core@1.9.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3/manifests"},{"name":"conventional-changelog-ember@0.2.9","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9/manifests"},{"name":"conventional-changelog-eslint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%400.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1/manifests"},{"name":"conventional-changelog-express@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1/manifests"},{"name":"conventional-changelog-jquery@1.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1/manifests"},{"name":"conventional-changelog-jshint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1/manifests"},{"name":"conventional-changelog-writer@2.0.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2/manifests"},{"name":"conventional-commits-filter@1.1.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0/manifests"},{"name":"conventional-commits-parser@2.0.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1/manifests"},{"name":"conventional-recommended-bump@1.0.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3/manifests"},{"name":"git-raw-commits@1.3.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0/manifests"},{"name":"git-semver-tags@1.2.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3/manifests"},{"name":"gulp-conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7/manifests"},{"name":"standard-changelog@1.0.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5/manifests"},{"name":"conventional-changelog-codemirror@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1/manifests"},{"name":"conventional-changelog-cli@1.3.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5/manifests"},{"name":"conventional-changelog-atom@0.1.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2/manifests"},{"name":"conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7/manifests"},{"name":"@marionebl/conventional-commits-parser@3.0.0","sha":"edf4068ce4c3ea6ac5b61323473ab655be5eb895","kind":"tag","published_at":"2017-11-01T07:09:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/@marionebl/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/@marionebl/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@%40marionebl%2Fconventional-commits-parser%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2/manifests"},{"name":"git-semver-tags@1.2.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2/manifests"},{"name":"gulp-conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-ember@0.2.8","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8/manifests"},{"name":"conventional-changelog-core@1.9.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2/manifests"},{"name":"standard-changelog@1.0.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4/manifests"},{"name":"conventional-changelog-cli@1.3.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4/manifests"},{"name":"conventional-changelog-angular@1.5.1","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1/manifests"},{"name":"conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5/manifests"},{"name":"standard-changelog@1.0.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3/manifests"},{"name":"conventional-changelog-writer@2.0.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1/manifests"},{"name":"conventional-changelog-angular@1.5.0","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0/manifests"},{"name":"conventional-changelog-cli@1.3.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3/manifests"},{"name":"conventional-changelog-core@1.9.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1/manifests"},{"name":"conventional-changelog-ember@0.2.7","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7/manifests"},{"name":"gulp-conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5/manifests"},{"name":"gulp-conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4/manifests"},{"name":"conventional-changelog-writer@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0/manifests"},{"name":"conventional-commits-parser@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1/manifests"},{"name":"git-semver-tags@1.2.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1/manifests"},{"name":"standard-changelog@1.0.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2/manifests"},{"name":"conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4/manifests"},{"name":"conventional-changelog-angular@1.4.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0/manifests"},{"name":"conventional-changelog-atom@0.1.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1/manifests"},{"name":"conventional-changelog-cli@1.3.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2/manifests"},{"name":"conventional-changelog-codemirror@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0/manifests"},{"name":"conventional-changelog-core@1.9.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0/manifests"},{"name":"conventional-changelog-ember@0.2.6","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6/manifests"},{"name":"conventional-changelog-eslint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%400.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0/manifests"},{"name":"conventional-changelog-express@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0/manifests"},{"name":"conventional-changelog-jquery@1.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0/manifests"},{"name":"conventional-changelog-jshint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0/manifests"},{"name":"conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3/manifests"},{"name":"standard-changelog@1.0.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1/manifests"},{"name":"gulp-conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3/manifests"},{"name":"conventional-changelog-ember@0.2.5","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5/manifests"},{"name":"conventional-changelog-core@1.8.0","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.8.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0/manifests"},{"name":"conventional-changelog-cli@1.3.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1/manifests"},{"name":"conventional-changelog-angular@1.3.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3/manifests"},{"name":"standard-changelog@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0/manifests"},{"name":"conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2/manifests"},{"name":"conventional-changelog-angular@1.3.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2/manifests"},{"name":"conventional-changelog-cli@1.3.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0/manifests"},{"name":"conventional-changelog-core@1.7.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.7.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0/manifests"},{"name":"conventional-changelog-ember@0.2.4","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4/manifests"},{"name":"conventional-recommended-bump@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0/manifests"},{"name":"git-raw-commits@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0/manifests"},{"name":"git-semver-tags@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0/manifests"},{"name":"gulp-conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2/manifests"},{"name":"gulp-conventional-changelog@1.1.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"tag","published_at":"2017-03-10T05:35:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0/manifests"},{"name":"conventional-changelog-angular@1.3.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1/manifests"},{"name":"gulp-conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1/manifests"},{"name":"standard-changelog@0.0.2","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@0.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%400.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2/manifests"},{"name":"conventional-changelog-cli@1.2.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1/manifests"},{"name":"conventional-changelog-ember@0.2.3","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3/manifests"},{"name":"conventional-changelog-core@1.6.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0/manifests"},{"name":"conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-cli@1.2.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:01:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0/manifests"},{"name":"conventional-changelog-core@1.5.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:00:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0/manifests"},{"name":"git-raw-commits@1.1.2","sha":"f5fe78b1f15791cb0499744bf278dff22b52732f","kind":"tag","published_at":"2017-03-09T07:37:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2/manifests"},{"name":"git-semver-tags@1.1.2","sha":"7be07c7c0f49572b1c0e9c98f004b599d8b5bb1a","kind":"tag","published_at":"2017-03-09T07:35:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2/manifests"},{"name":"v1.1.0","sha":"600d411569271467389c3cbe71f7f657980e89a1","kind":"tag","published_at":"2016-02-13T06:59:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"9591280a8d09220aced3383abe3bc7ecbb34b503","kind":"tag","published_at":"2016-02-13T06:37:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"beef421f56939190a4ca30c28788eda1b3f9480d","kind":"tag","published_at":"2016-02-05T13:49:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"c8e90ab7fddd0b98855913e73fc12f9dc9dc81b1","kind":"tag","published_at":"2016-02-05T12:59:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0/manifests"},{"name":"v0.5.3","sha":"d79ce243223260b153699b99de0503698546ea63","kind":"tag","published_at":"2015-12-25T05:07:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"9e7b771072a2680c6c335fcad38003aade53213e","kind":"tag","published_at":"2015-12-23T12:24:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"4bf7d8df29f7be29552b82ec2b7112fad0c39a3e","kind":"tag","published_at":"2015-10-20T09:52:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"5ca2204b472704543ebbc744a22f8f90ec659659","kind":"tag","published_at":"2015-09-30T08:49:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"e5f2f3bc675e2c7e5cc6aa0ed50da7941833e492","kind":"tag","published_at":"2015-09-04T03:16:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"7536a0b351cc4f2764e71cbc268a178ab595259d","kind":"tag","published_at":"2015-08-17T01:28:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"56fa3d92620a41a875b3337fa51d04d6df23b1a8","kind":"tag","published_at":"2015-08-15T12:34:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"eefec0ef598a92e78510ee8626fd9bbcdb1398e4","kind":"tag","published_at":"2015-08-15T11:19:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0/manifests"},{"name":"v0.3.2","sha":"74b99dca61eafd56ba93605016b086a1108e77fe","kind":"tag","published_at":"2015-08-13T03:12:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"a1aca9c31a45aded77962bd0defc32e503aec213","kind":"commit","published_at":"2015-08-11T06:23:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"b489672d27ff703337c540f0fbc43f6486a84d99","kind":"commit","published_at":"2015-08-09T03:27:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"12e3cd6b151353dbe7f584adabbe5dd8a28424db","kind":"commit","published_at":"2015-07-24T08:13:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"f437b457b5ea6c105535a360144000f8315db54d","kind":"commit","published_at":"2015-07-24T04:54:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0/manifests"},{"name":"v0.1.3","sha":"c8fa9d0b94f8ac07f162623e4b9e9e68aad82e62","kind":"commit","published_at":"2015-07-22T11:06:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"6ba5d6e4b90a154dbca6ec0f80c66ad5995cd770","kind":"commit","published_at":"2015-07-22T07:10:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c015f8762f70eff2be7b8d7fb82438689239d717","kind":"commit","published_at":"2015-07-20T07:55:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"7253d0fea773e3f7cc0a3fb8278c9da070df26ee","kind":"commit","published_at":"2015-07-20T07:12:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.3","sha":"0c9f1e89bfacec8e08bac8ef96d64e3abdbecda7","kind":"commit","published_at":"2015-07-17T11:02:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"fec1baf43b8c0156682d4014a4fd066bd24ad448","kind":"commit","published_at":"2015-07-17T06:23:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"a5ea0dfada48601b9e3fbec78dd37d70380a2db6","kind":"commit","published_at":"2015-07-15T08:03:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1/manifests"},{"name":"v0.1.0-alpha.3","sha":"9b6cc68a2c17c9671363fe7af5de7ebd3a06aaeb","kind":"commit","published_at":"2015-07-06T01:27:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-alpha.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3/manifests"},{"name":"v0.1.0-alpha.2","sha":"34b0f460c34ecc48af857d8ee5d7038970ba56fb","kind":"commit","published_at":"2015-06-29T12:04:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-alpha.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2/manifests"},{"name":"v0.1.0-alpha.1","sha":"05b3415fc699ab43f3fa33b5ecd040ab5ecdf9e2","kind":"commit","published_at":"2015-06-24T04:42:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-alpha.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1/manifests"},{"name":"v0.0.17","sha":"3cae05244e48af9cf4abbef3114060db585a574c","kind":"commit","published_at":"2015-04-03T02:12:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"c0719ce6ba16778dd34c2cfdc81e7f3c5321409d","kind":"commit","published_at":"2015-03-19T04:15:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"57af04dc3e362c0e327b716279c9143028c6e0da","kind":"commit","published_at":"2015-03-18T20:23:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"69be290efb58a6a92e9ae78d7b37168d293920b5","kind":"commit","published_at":"2015-03-13T21:22:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"15a39d02ba3d666e7820eecbb8c5493ef2f6040a","kind":"commit","published_at":"2015-03-12T23:17:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13/manifests"},{"name":"v0.0.11","sha":"37f5561553c30d8f0f2c949502ea278da64949cd","kind":"tag","published_at":"2014-05-28T13:14:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"ad6f6ec5499d2c902b88da95487862d50e5ad776","kind":"tag","published_at":"2014-05-28T12:51:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"87efbabd9bc2a0fd83255e6cb856961b10aef9eb","kind":"tag","published_at":"2014-05-06T17:11:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"94b12cf69c51264b1edb6c81b50a262f0536894b","kind":"tag","published_at":"2014-04-10T14:45:48.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"1cf17e494fd7d8538c55189c72c0cf57d145ef41","kind":"tag","published_at":"2014-04-10T14:06:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"861f9ec93de28be4185b35815c2b6ab17746eb3f","kind":"commit","published_at":"2014-01-23T19:39:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"3f59f7356c86f30ef8e8754386373c2a8f97b367","kind":"commit","published_at":"2014-01-23T18:59:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6fa2c22464dcd964df604550c2ce2ed1d2f4362b","kind":"commit","published_at":"2014-01-04T21:36:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4/manifests"}]},"repo_metadata_updated_at":"2025-10-31T05:40:13.338Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":6.916900188841421,"dependent_packages_count":6.479657209684274,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":6.698278699262847},"purl":"pkg:golang/github.com/conventional-changelog/conventional-changelog","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/conventional-changelog/conventional-changelog","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/conventional-changelog/conventional-changelog","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/conventional-changelog/conventional-changelog/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-10-29T14:29:47.234Z","issues_count":160,"pull_requests_count":531,"avg_time_to_close_issue":29861598.337837838,"avg_time_to_close_pull_request":12509911.262582056,"issues_closed_count":74,"pull_requests_closed_count":457,"pull_request_authors_count":84,"issue_authors_count":135,"avg_comments_per_issue":2.0125,"avg_comments_per_pull_request":1.2391713747645952,"merged_pull_requests_count":337,"bot_issues_count":3,"bot_pull_requests_count":268,"past_year_issues_count":30,"past_year_pull_requests_count":110,"past_year_avg_time_to_close_issue":3046943.3636363638,"past_year_avg_time_to_close_pull_request":1239705.430379747,"past_year_issues_closed_count":11,"past_year_pull_requests_closed_count":79,"past_year_pull_request_authors_count":18,"past_year_issue_authors_count":24,"past_year_avg_comments_per_issue":1.6,"past_year_avg_comments_per_pull_request":0.9181818181818182,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":66,"past_year_merged_pull_requests_count":66,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues","maintainers":[{"login":"dangreen","count":93,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"},{"login":"bcoe","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bcoe"},{"login":"tommywo","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tommywo"}],"active_maintainers":[{"login":"dangreen","count":22,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fconventional-changelog%2Fconventional-changelog/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fconventional-changelog%2Fconventional-changelog/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fconventional-changelog%2Fconventional-changelog/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fconventional-changelog%2Fconventional-changelog/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fconventional-changelog%2Fconventional-changelog/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fconventional-changelog%2Fconventional-changelog/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2168948,"maintainers_count":0,"namespaces_count":792747,"keywords_count":113213,"github":"golang","metadata":{"funded_packages_count":53976},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-06-10T05:03:23.672Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":1555014,"name":"conventional-changelog-runafe","ecosystem":"npm","description":"conventional-changelog runa preset","homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-angular#readme","licenses":"ISC","normalized_licenses":["ISC"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":["conventional-changelog","angular","preset"],"namespace":null,"versions_count":2,"first_release_published_at":"2021-04-08T09:37:14.088Z","latest_release_published_at":"2021-04-14T01:42:30.936Z","latest_release_number":"1.1.0","last_synced_at":"2026-06-03T20:26:57.042Z","created_at":"2022-04-09T05:41:33.629Z","updated_at":"2026-06-03T20:26:57.042Z","registry_url":"https://www.npmjs.com/package/conventional-changelog-runafe","install_command":"npm install conventional-changelog-runafe","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"1.1.0"}},"repo_metadata":{"id":12961414,"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2024-06-18T04:54:14.000Z","size":5832,"stargazers_count":7627,"open_issues_count":249,"forks_count":715,"subscribers_count":58,"default_branch":"master","last_synced_at":"2024-06-19T09:40:31.278Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2024-06-19T09:40:44.711Z","dependencies_parsed_at":"2022-07-13T10:30:31.523Z","dependency_job_id":"5f6d159e-c4c6-405b-9fa7-976ffc4dfa04","html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1464,"total_committers":136,"mean_commits":"10.764705882352942","dds":"0.40095628415300544","last_synced_commit":"58f0887283a200d52e49607baf7b352f26177b05"},"previous_names":["ajoslin/conventional-changelog"],"tags_count":777,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":215686924,"owners_count":15916249,"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"},"owner_record":{"login":"conventional-changelog","name":"conventional-changelog","uuid":"16443515","kind":"organization","description":"Tools to generate changelogs and release notes from a project's commit messages and metadata.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16443515?v=4","repositories_count":12,"last_synced_at":"2024-03-25T20:05:25.442Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/conventional-changelog","funding_links":[],"total_stars":31480,"followers":325,"following":0,"created_at":"2022-11-02T16:25:21.572Z","updated_at":"2024-03-25T20:05:26.809Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog/repositories"},"tags":[{"name":"git-client-v1.0.1","sha":"d3b8aaa16337993bbad4d91db1ffac5a7568756b","kind":"commit","published_at":"2024-05-06T14:46:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1/manifests"},{"name":"conventional-changelog-v6.0.0","sha":"83bb15ba5de08f080884fc906c6db3c99c8b2131","kind":"commit","published_at":"2024-04-26T22:08:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0/manifests"},{"name":"conventional-changelog-core-v8.0.0","sha":"7bc92fc05e4447f311ad52b6e39d36f461eaf083","kind":"commit","published_at":"2024-04-26T22:07:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v8.0.0","sha":"3129c812139bf7454a64b4d506e6b85cd5abc77c","kind":"commit","published_at":"2024-04-26T22:06:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0/manifests"},{"name":"git-semver-tags-v8.0.0","sha":"fbd1b3bcd6253a32de89eb21145c2eb70d9396b6","kind":"commit","published_at":"2024-04-26T22:05:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v5.0.0","sha":"e34c96db3dbebedb17a6583aae8855dddd056f83","kind":"commit","published_at":"2024-04-26T22:04:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0/manifests"},{"name":"conventional-changelog-angular-v8.0.0","sha":"2aa6291a93eb881230e896f87a5232873b6a9717","kind":"commit","published_at":"2024-04-26T22:04:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0/manifests"},{"name":"conventional-changelog-jquery-v6.0.0","sha":"1c71cd6d4868ef2e158963e277609a9794806306","kind":"commit","published_at":"2024-04-26T22:03:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v8.0.0","sha":"533e36277d1779a5ac79a06210c603b5f88bc030","kind":"commit","published_at":"2024-04-26T22:00:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0/manifests"},{"name":"conventional-changelog-eslint-v6.0.0","sha":"c7459cd7d1e1ab82c9a5d552b008c02aba290cad","kind":"commit","published_at":"2024-04-26T21:59:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0/manifests"},{"name":"git-raw-commits-v5.0.0","sha":"f61ea377e843db0852c35911785895ec43481f11","kind":"commit","published_at":"2024-04-26T21:58:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0/manifests"},{"name":"conventional-changelog-codemirror-v5.0.0","sha":"77525286ffc8869a6ac351ebe28198842815cb7c","kind":"commit","published_at":"2024-04-26T21:57:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0/manifests"},{"name":"conventional-changelog-cli-v5.0.0","sha":"a75cef688b9a1557ca981178d4d35c18963160b6","kind":"commit","published_at":"2024-04-26T21:53:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0/manifests"},{"name":"conventional-changelog-express-v5.0.0","sha":"a6ab80d6e30091a8b743ee97a87e7400af1ebc53","kind":"commit","published_at":"2024-04-26T21:53:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v10.0.0","sha":"d7c409b02f1d58cf6f0293edcadbe5f00a78a622","kind":"commit","published_at":"2024-04-26T21:52:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v10.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v10.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0/manifests"},{"name":"conventional-changelog-atom-v5.0.0","sha":"3b2b9d0ec2382f73d9cf000a1004596f90ece916","kind":"commit","published_at":"2024-04-26T21:51:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0/manifests"},{"name":"conventional-changelog-jshint-v5.0.0","sha":"d7dae509e72b09d1496ae51f1f04c15581c828fc","kind":"commit","published_at":"2024-04-26T21:50:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0/manifests"},{"name":"conventional-changelog-ember-v5.0.0","sha":"2e99dfa49112ffe6c864dd0e436f0db1e696b1f9","kind":"commit","published_at":"2024-04-26T21:50:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0/manifests"},{"name":"conventional-commits-parser-v6.0.0","sha":"646e1be132ccd0f32e3074de2f511be5c610984f","kind":"commit","published_at":"2024-04-26T21:48:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0/manifests"},{"name":"conventional-commits-filter-v5.0.0","sha":"be4266b7ef7b84ba5c198dfa8c143229f8a5b128","kind":"commit","published_at":"2024-04-26T21:47:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0/manifests"},{"name":"standard-changelog-v6.0.0","sha":"3e9b9387f29e48a508b70b88f26b40a6db9fea16","kind":"commit","published_at":"2024-04-26T21:45:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v5.0.0","sha":"041a1a9b73b201add30494aed19d026b948bd8f1","kind":"commit","published_at":"2024-04-26T21:41:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0/manifests"},{"name":"git-client-v1.0.0","sha":"7e51fe970576503cae3ab94e6e9b3e01017b044d","kind":"commit","published_at":"2024-04-26T21:21:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0/manifests"},{"name":"git-semver-tags-v7.0.1","sha":"fac8045242099c016f5f3905e54e02b7d466bd7b","kind":"commit","published_at":"2023-09-10T23:53:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1/manifests"},{"name":"conventional-changelog-writer-v7.0.1","sha":"e3a643ad39ec3bc4cfb1dff2aa1101333df33dc3","kind":"commit","published_at":"2023-09-10T23:49:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1/manifests"},{"name":"conventional-changelog-cli-v4.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0/manifests"},{"name":"conventional-changelog-v5.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0/manifests"},{"name":"conventional-changelog-core-v7.0.0","sha":"2e467dd39a35c3813597711a37690897183b4abc","kind":"commit","published_at":"2023-09-08T22:03:37.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0/manifests"},{"name":"git-semver-tags-v7.0.0","sha":"a13f788bd505d8253a2d92413fc4a7780e11ec07","kind":"commit","published_at":"2023-09-08T21:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0/manifests"},{"name":"standard-changelog-v5.0.0","sha":"34569c7a3fd2b0362a461517a1f4e20e7eecd9fc","kind":"commit","published_at":"2023-09-08T21:55:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v9.0.0","sha":"ad633d9d81f66ef80d7f77832a264cb0c5b971ef","kind":"commit","published_at":"2023-09-08T21:50:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.2","sha":"50113f9b569259d991f1a734a192964ca71f0118","kind":"commit","published_at":"2023-09-08T21:41:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2/manifests"},{"name":"conventional-changelog-preset-loader-v4.1.0","sha":"a14d2186575f6061f236c9a47d803694b18f8373","kind":"commit","published_at":"2023-09-08T21:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.1","sha":"ca4324b0a690b2595f8b574882ff95329a2dc195","kind":"commit","published_at":"2023-08-27T19:11:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1/manifests"},{"name":"conventional-commits-filter-v4.0.0","sha":"26fc9ea274dc0c62442ec9d97b20a2ebb49138bf","kind":"commit","published_at":"2023-08-27T12:55:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0/manifests"},{"name":"standard-changelog-v4.0.0","sha":"5b788265774bf4b63d3c83a178ca53e8e7095903","kind":"commit","published_at":"2023-08-27T12:50:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-eslint-v5.0.0","sha":"679594c0716275771cc23b314e4362899fe72f87","kind":"commit","published_at":"2023-08-27T12:46:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0/manifests"},{"name":"git-semver-tags-v6.0.0","sha":"1c75c72d9b5d59e3ea4e914c58a85f7559f29602","kind":"commit","published_at":"2023-08-27T12:40:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0/manifests"},{"name":"conventional-recommended-bump-v8.0.0","sha":"624377a24e8e3658bcf2329a9a98f9a7b02a4cb3","kind":"commit","published_at":"2023-08-27T12:33:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0/manifests"},{"name":"conventional-changelog-writer-v7.0.0","sha":"d669bb67dc713cb1e4374e3216ed7d83cde743c5","kind":"commit","published_at":"2023-08-27T12:27:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0/manifests"},{"name":"conventional-changelog-codemirror-v4.0.0","sha":"933fd0b3dd355d648faf57241b796a714004c722","kind":"commit","published_at":"2023-08-27T12:23:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0/manifests"},{"name":"conventional-changelog-express-v4.0.0","sha":"c9e9ceb3a3727659bd117bab01cbc7642d588f06","kind":"commit","published_at":"2023-08-27T12:16:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0/manifests"},{"name":"conventional-changelog-ember-v4.0.0","sha":"5d7c16268f79b7f180e34e997fdb37373d714666","kind":"commit","published_at":"2023-08-27T12:11:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0/manifests"},{"name":"conventional-changelog-jquery-v5.0.0","sha":"d643efb1050dcdaecee626044315644ff9b9e43b","kind":"commit","published_at":"2023-08-27T12:07:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v4.0.0","sha":"636646dd9ae062e9652a7f9ccaf6c329e6e9f924","kind":"commit","published_at":"2023-08-27T12:03:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0/manifests"},{"name":"conventional-changelog-v5.0.0","sha":"7985de3edc9e655369651ad464cb39b791887dc7","kind":"commit","published_at":"2023-08-27T11:58:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.0","sha":"5f0fe40743d8f559ab94ed11bbb4b8bda6fa6dcb","kind":"commit","published_at":"2023-08-27T11:51:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0/manifests"},{"name":"conventional-changelog-angular-v7.0.0","sha":"6c7a2e1a8807988bcb1a9842f72d14be3b1a89e3","kind":"commit","published_at":"2023-08-27T11:46:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0/manifests"},{"name":"conventional-changelog-jshint-v4.0.0","sha":"0204a9a340d2c85411e8de8905bc74c6146e5618","kind":"commit","published_at":"2023-08-27T11:41:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0/manifests"},{"name":"conventional-changelog-atom-v4.0.0","sha":"ab9b2c10e098ec8837d141102549f3eef698364c","kind":"commit","published_at":"2023-08-27T11:36:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0/manifests"},{"name":"conventional-changelog-cli-v4.0.0","sha":"29df6c4597afad27b9cda06f58eb564bcca609c4","kind":"commit","published_at":"2023-08-27T11:21:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0/manifests"},{"name":"conventional-changelog-core-v6.0.0","sha":"45613bbc2d13c798732e4b2bd4b2fa9ea67157d6","kind":"commit","published_at":"2023-08-27T11:17:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v4.0.0","sha":"5a896e3ef3aa9e751fcc74d7c76fa21d6d526cb0","kind":"commit","published_at":"2023-08-27T11:08:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0/manifests"},{"name":"git-raw-commits-v4.0.0","sha":"878fc56b43bc617177bf47fd8643a3b8b86078e5","kind":"commit","published_at":"2023-08-27T11:01:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0/manifests"},{"name":"conventional-commits-parser-v5.0.0","sha":"299de5acbe55a7d19dcdd2adc34681eae7264abf","kind":"commit","published_at":"2023-08-26T17:50:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0/manifests"},{"name":"git-semver-tags-v5.0.1","sha":"87914a362866a380e98a29edf19b2173e0911d8a","kind":"commit","published_at":"2023-07-09T19:10:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1/manifests"},{"name":"conventional-changelog-writer-v6.0.1","sha":"c123edea220b450cfa26813b6f198c3e8ebbd2b4","kind":"commit","published_at":"2023-07-09T14:49:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.2","sha":"83773c5e1a8874ea9809ca9db1dff60b7df1daae","kind":"commit","published_at":"2023-06-28T17:43:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.1.0","sha":"2e5fe6d9574ba896fa90b5bfcb50fb73d28af6d6","kind":"commit","published_at":"2023-06-17T21:30:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v7.0.1","sha":"f251b6899e313a9b23f3c8deb8b8b57217040892","kind":"commit","published_at":"2023-06-06T23:24:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.1","sha":"5b458dff9edf766446449acd1bbb8027a1e39fa5","kind":"commit","published_at":"2023-06-06T23:17:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1/manifests"},{"name":"gulp-conventional-changelog-v3.0.0","sha":"8ef6232797e5bf7c80422221374c53c03d5df36d","kind":"commit","published_at":"2023-06-06T22:50:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0/manifests"},{"name":"standard-changelog-v3.0.0","sha":"ea65f017b42b914ece780fd2fc799a6946912ed8","kind":"commit","published_at":"2023-06-06T22:42:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0/manifests"},{"name":"conventional-changelog-cli-v3.0.0","sha":"f00f4549cee9406054b77057a8135183fcd89710","kind":"commit","published_at":"2023-06-06T22:29:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0/manifests"},{"name":"conventional-changelog-v4.0.0","sha":"1a240f91ed584ed43e7f9c82235ca60eff0f4fa5","kind":"commit","published_at":"2023-06-06T19:50:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-core-v5.0.0","sha":"8507f601486c8ff6806156c50091262dee13ec54","kind":"commit","published_at":"2023-06-06T19:23:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v7.0.0","sha":"e1662ca7a6c688d28a334282a5e863f52866f3e8","kind":"commit","published_at":"2023-06-06T18:39:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v3.0.0","sha":"5d80d155425147a0b045af09536e5962cbfff620","kind":"commit","published_at":"2023-06-06T15:08:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.0.0","sha":"a30fc7ae219cf871b46cbe9d2c76a9730b70e272","kind":"commit","published_at":"2023-06-06T14:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v6.0.0","sha":"aa5d46c7b13b7b31f78af4b3c31c087c39eea41d","kind":"commit","published_at":"2023-06-06T14:46:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0/manifests"},{"name":"conventional-commits-filter-v3.0.0","sha":"502a73fe41aebb7b563c5ca69521e0b1bab904df","kind":"commit","published_at":"2023-06-06T14:32:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0/manifests"},{"name":"conventional-commits-parser-v4.0.0","sha":"9f7fe891e75c64937c28baa39a6c795a01603ab7","kind":"commit","published_at":"2023-06-06T14:24:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0/manifests"},{"name":"git-raw-commits-v3.0.0","sha":"571f2d549f10744a12ab3bc5dc5e0b749cb72667","kind":"commit","published_at":"2023-06-06T14:16:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0/manifests"},{"name":"git-semver-tags-v5.0.0","sha":"445c796d04105d10dd62d07039bc6a7fc9f263a5","kind":"commit","published_at":"2023-06-06T13:51:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0/manifests"},{"name":"conventional-changelog-atom-v3.0.0","sha":"208787aa2f5db8de1c2d43c56d71e6dfb9510781","kind":"commit","published_at":"2023-06-06T13:43:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0/manifests"},{"name":"conventional-changelog-angular-v6.0.0","sha":"c4ebf98acc15f37154aae5de53a225e896c4a157","kind":"commit","published_at":"2023-06-06T13:36:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0/manifests"},{"name":"conventional-changelog-codemirror-v3.0.0","sha":"0772453bee083917a05b9696d063ee3dc69957f9","kind":"commit","published_at":"2023-06-06T13:25:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0/manifests"},{"name":"conventional-changelog-ember-v3.0.0","sha":"e473d0c8af7c0cf8a54f775556796f50f3e695c2","kind":"commit","published_at":"2023-06-06T13:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0/manifests"},{"name":"conventional-changelog-eslint-v4.0.0","sha":"b3b896bc5b9e3ed65dcfc08c57967a252f37cfd1","kind":"commit","published_at":"2023-06-06T12:56:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0/manifests"},{"name":"conventional-changelog-express-v3.0.0","sha":"5594385d1dd2490b0fb508a60b6f30e8be6616ce","kind":"commit","published_at":"2023-06-06T12:37:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0/manifests"},{"name":"conventional-changelog-jquery-v4.0.0","sha":"51a3015a907b2cea900114359c36ce0e9664b72d","kind":"commit","published_at":"2023-06-06T12:17:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0/manifests"},{"name":"conventional-changelog-jshint-v3.0.0","sha":"281e5f883476e90b75cae4373a67436c86e94f6a","kind":"commit","published_at":"2023-06-06T12:02:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v5.0.0","sha":"ba6df7cf62de5f448368bed4398f6ddf633d2cbd","kind":"commit","published_at":"2022-05-27T18:02:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0/manifests"},{"name":"conventional-changelog-writer-v5.0.1","sha":"21b73f974adc4490a318d9c892055655cb82c538","kind":"commit","published_at":"2021-12-29T21:36:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.3","sha":"02757d342290bcf51a49d49e5e72f5eae6c6f6da","kind":"commit","published_at":"2021-12-29T19:52:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3/manifests"},{"name":"conventional-commits-parser-v3.2.4","sha":"1d0f62d4ac4911ef0d912d5401f783b152cee624","kind":"commit","published_at":"2021-12-29T19:46:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4/manifests"},{"name":"git-raw-commits-v2.0.11","sha":"95384dbd105ffe4f86bbc6ccad3e5405a1cbfe04","kind":"commit","published_at":"2021-12-29T19:39:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.2","sha":"1827696185192a8dd258ea7c3370090238b0fb76","kind":"commit","published_at":"2021-12-25T18:06:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2/manifests"},{"name":"conventional-changelog-cli-v2.2.2","sha":"8ce6a7bbd3fae87aa9d56fca68c2e16fbb2cace5","kind":"commit","published_at":"2021-12-25T17:22:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2/manifests"},{"name":"conventional-changelog-v3.1.25","sha":"8e9c3d76aaffd7fe67a78270b3ad9b881e953e7e","kind":"commit","published_at":"2021-12-24T18:50:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25/manifests"},{"name":"conventional-commits-parser-v3.2.3","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3/manifests"},{"name":"conventional-changelog-cli-v2.2.1","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.1","sha":"c35708d56a55e31b750aec1f745e5be52f0a75f2","kind":"commit","published_at":"2021-09-09T19:06:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1/manifests"},{"name":"conventional-commits-parser-v3.2.2","sha":"1bae48ff85eff0736ea6691b7214f3fc9c026256","kind":"commit","published_at":"2021-09-09T14:45:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2/manifests"},{"name":"conventional-changelog-core-v4.2.4","sha":"02fbc2d42d0faf53d4b7a2b0525626088a6ac8ba","kind":"commit","published_at":"2021-09-09T14:37:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4/manifests"},{"name":"conventional-changelog-angular-v5.0.13","sha":"e30343b4676d26b416080294dc74ebba001c0716","kind":"commit","published_at":"2021-09-09T14:31:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v5.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13/manifests"},{"name":"conventional-changelog-core-v4.2.3","sha":"318b555b6ef3aebdb5a8d4c7c734fd7234712dd3","kind":"commit","published_at":"2021-07-03T00:24:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.0","sha":"537c37d7801872c3e57e4200c64154a4d2ea042a","kind":"commit","published_at":"2021-04-30T00:15:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0/manifests"},{"name":"conventional-commits-parser-v3.2.1","sha":"758dda2937b6784f0cc6a535286862fcf95b6f06","kind":"commit","published_at":"2021-02-15T21:32:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1/manifests"},{"name":"git-raw-commits-v2.0.10","sha":"ffecaccb6e117afae9f68f1d48ff9a69554da950","kind":"commit","published_at":"2021-01-27T16:36:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10/manifests"},{"name":"conventional-changelog-writer-v5.0.0","sha":"61ef6491add84b841e1797baf09f62bbdd90dcd4","kind":"commit","published_at":"2020-12-30T22:40:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v6.1.0","sha":"3b0fb22b0bb49137b9ecddaeb349f66025205c57","kind":"commit","published_at":"2020-12-30T16:58:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0/manifests"},{"name":"conventional-changelog-core-v4.2.2","sha":"317eeb3137caff69bcc9a67fce3dc67663a010db","kind":"commit","published_at":"2020-12-30T00:53:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2/manifests"},{"name":"conventional-recommended-bump-v6.0.12","sha":"90ecc5d93bfd7626857eda5d240f92393d896be0","kind":"commit","published_at":"2020-12-30T00:43:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12/manifests"},{"name":"git-raw-commits-v2.0.9","sha":"227f3e23af86912c0cd64fdb1a820ac92e5757c5","kind":"commit","published_at":"2020-12-29T23:59:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9/manifests"},{"name":"conventional-changelog-writer-v4.1.0","sha":"77725cfb12ca3ca22abb9421b4af012a49207e7a","kind":"commit","published_at":"2020-12-29T23:41:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0/manifests"},{"name":"conventional-changelog-atom@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8/manifests"},{"name":"conventional-changelog-angular@5.0.12","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12/manifests"},{"name":"conventional-changelog@3.1.24","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24/manifests"},{"name":"git-raw-commits@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8/manifests"},{"name":"standard-changelog@2.0.27","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27/manifests"},{"name":"gulp-conventional-changelog@2.0.35","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35/manifests"},{"name":"git-semver-tags@4.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1/manifests"},{"name":"conventional-recommended-bump@6.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11/manifests"},{"name":"conventional-commits-parser@3.2.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0/manifests"},{"name":"conventional-commits-filter@2.0.7","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7/manifests"},{"name":"conventional-changelog-writer@4.0.18","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18/manifests"},{"name":"conventional-changelog-jshint@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9/manifests"},{"name":"conventional-changelog-jquery@3.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11/manifests"},{"name":"conventional-changelog-express@2.0.6","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9/manifests"},{"name":"conventional-changelog-ember@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9/manifests"},{"name":"conventional-changelog-core@4.2.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.5.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1/manifests"},{"name":"conventional-changelog-v3.1.24","sha":"f8fcbc2e8b0834c29178ace6382b438a020ad828","kind":"commit","published_at":"2020-10-25T02:45:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24/manifests"},{"name":"conventional-recommended-bump@6.0.10","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10/manifests"},{"name":"standard-changelog@2.0.26","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26/manifests"},{"name":"gulp-conventional-changelog@2.0.34","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34/manifests"},{"name":"git-semver-tags@4.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0/manifests"},{"name":"conventional-changelog-core@4.2.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.4.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0/manifests"},{"name":"conventional-changelog-cli@2.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0/manifests"},{"name":"conventional-changelog@3.1.23","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23/manifests"},{"name":"standard-changelog@2.0.25","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25/manifests"},{"name":"conventional-changelog-writer@4.0.17","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17/manifests"},{"name":"conventional-changelog-jshint@2.0.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8/manifests"},{"name":"conventional-changelog-core@4.1.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8/manifests"},{"name":"conventional-changelog@3.1.22","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22/manifests"},{"name":"conventional-changelog-angular@5.0.11","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.35","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35/manifests"},{"name":"gulp-conventional-changelog@2.0.33","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.1","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1/manifests"},{"name":"conventional-changelog-core@4.1.7","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7/manifests"},{"name":"conventional-changelog@3.1.21","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21/manifests"},{"name":"conventional-changelog-writer@4.0.16","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.34","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34/manifests"},{"name":"standard-changelog@2.0.24","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24/manifests"},{"name":"gulp-conventional-changelog@2.0.32","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32/manifests"},{"name":"git-semver-tags@4.0.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.3.4","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4/manifests"},{"name":"standard-changelog@2.0.23","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23/manifests"},{"name":"gulp-conventional-changelog@2.0.31","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31/manifests"},{"name":"conventional-changelog-eslint@3.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.15","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10/manifests"},{"name":"conventional-changelog@3.1.20","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20/manifests"},{"name":"conventional-changelog-atom@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7/manifests"},{"name":"conventional-changelog-cli@2.0.33","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33/manifests"},{"name":"conventional-changelog-codemirror@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0/manifests"},{"name":"conventional-changelog-core@4.1.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6/manifests"},{"name":"conventional-changelog-ember@2.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8/manifests"},{"name":"conventional-commits-filter@2.0.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6/manifests"},{"name":"conventional-commits-parser@3.1.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.9","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9/manifests"},{"name":"git-raw-commits@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7/manifests"},{"name":"conventional-changelog-express@2.0.5","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10/manifests"},{"name":"conventional-changelog-jshint@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7/manifests"},{"name":"conventional-changelog-preset-loader-v2.3.2","sha":"9f6c56cb960a5043823cfb85b9843991201cbb51","kind":"commit","published_at":"2020-05-08T19:21:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v2.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2/manifests"},{"name":"conventional-changelog-core@4.1.5","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5/manifests"},{"name":"gulp-conventional-changelog@2.0.30","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30/manifests"},{"name":"standard-changelog@2.0.22","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22/manifests"},{"name":"conventional-changelog@3.1.19","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19/manifests"},{"name":"conventional-changelog-cli@2.0.32","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32/manifests"},{"name":"conventional-changelog-cli@2.0.31","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31/manifests"},{"name":"standard-changelog@2.0.21","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21/manifests"},{"name":"gulp-conventional-changelog@2.0.29","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29/manifests"},{"name":"conventional-changelog-core@4.1.4","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4/manifests"},{"name":"conventional-changelog@3.1.18","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18/manifests"},{"name":"conventional-changelog@3.1.17","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17/manifests"},{"name":"standard-changelog@2.0.20","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20/manifests"},{"name":"gulp-conventional-changelog@2.0.28","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28/manifests"},{"name":"conventional-changelog-core@4.1.3","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.30","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30/manifests"},{"name":"conventional-changelog-cli@2.0.29","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29/manifests"},{"name":"standard-changelog@2.0.19","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19/manifests"},{"name":"gulp-conventional-changelog@2.0.27","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27/manifests"},{"name":"conventional-changelog-core@4.1.2","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2/manifests"},{"name":"conventional-changelog@3.1.16","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16/manifests"},{"name":"conventional-changelog-cli@2.0.28","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28/manifests"},{"name":"standard-changelog@2.0.18","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18/manifests"},{"name":"gulp-conventional-changelog@2.0.26","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26/manifests"},{"name":"git-semver-tags@3.0.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1/manifests"},{"name":"git-raw-commits@2.0.3","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3/manifests"},{"name":"conventional-recommended-bump@6.0.5","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5/manifests"},{"name":"conventional-commits-parser@3.0.8","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.11","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11/manifests"},{"name":"conventional-changelog-core@4.1.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1/manifests"},{"name":"conventional-changelog@3.1.15","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15/manifests"},{"name":"gulp-conventional-changelog@2.0.25","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25/manifests"},{"name":"conventional-changelog@3.1.14","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14/manifests"},{"name":"conventional-changelog-angular@5.0.6","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6/manifests"},{"name":"conventional-changelog-cli@2.0.27","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.3","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3/manifests"},{"name":"conventional-changelog-core@4.1.0","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0/manifests"},{"name":"conventional-commits-parser@3.0.7","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7/manifests"},{"name":"conventional-recommended-bump@6.0.4","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4/manifests"},{"name":"standard-changelog@2.0.17","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17/manifests"},{"name":"conventional-changelog-cli@2.0.26","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.2","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2/manifests"},{"name":"conventional-changelog-core@4.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3/manifests"},{"name":"conventional-commits-parser@3.0.6","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6/manifests"},{"name":"conventional-recommended-bump@6.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.24","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24/manifests"},{"name":"standard-changelog@2.0.16","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16/manifests"},{"name":"conventional-changelog-writer@4.0.10","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10/manifests"},{"name":"conventional-changelog-preset-loader@2.3.0","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0/manifests"},{"name":"conventional-changelog@3.1.13","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13/manifests"},{"name":"conventional-changelog-jshint@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.9","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9/manifests"},{"name":"conventional-commits-parser@3.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5/manifests"},{"name":"conventional-changelog@3.1.12","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12/manifests"},{"name":"conventional-recommended-bump@6.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.23","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23/manifests"},{"name":"standard-changelog@2.0.15","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5/manifests"},{"name":"conventional-changelog-atom@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.25","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25/manifests"},{"name":"conventional-changelog-codemirror@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.1","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1/manifests"},{"name":"conventional-changelog-core@4.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2/manifests"},{"name":"conventional-changelog-ember@2.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4/manifests"},{"name":"conventional-changelog-eslint@3.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.6","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6/manifests"},{"name":"standard-changelog@2.0.14","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14/manifests"},{"name":"gulp-conventional-changelog@2.0.22","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22/manifests"},{"name":"conventional-recommended-bump@6.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1/manifests"},{"name":"conventional-commits-parser@3.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4/manifests"},{"name":"conventional-changelog-writer@4.0.8","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8/manifests"},{"name":"conventional-changelog-jshint@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.5","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5/manifests"},{"name":"conventional-changelog-eslint@3.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3/manifests"},{"name":"conventional-changelog-ember@2.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3/manifests"},{"name":"conventional-changelog-core@4.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.0","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.24","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24/manifests"},{"name":"conventional-changelog-atom@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4/manifests"},{"name":"conventional-changelog@3.1.11","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11/manifests"},{"name":"conventional-changelog-preset-loader@2.2.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0/manifests"},{"name":"standard-changelog@2.0.13","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13/manifests"},{"name":"gulp-conventional-changelog@2.0.21","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21/manifests"},{"name":"git-semver-tags@3.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0/manifests"},{"name":"conventional-recommended-bump@6.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.7","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7/manifests"},{"name":"conventional-changelog@3.1.10","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10/manifests"},{"name":"conventional-changelog-cli@2.0.23","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23/manifests"},{"name":"conventional-changelog-conventionalcommits@4.1.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0/manifests"},{"name":"conventional-changelog-core@4.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.1","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.0.0","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0/manifests"},{"name":"conventional-changelog-core@3.2.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3/manifests"},{"name":"conventional-changelog-writer@4.0.6","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6/manifests"},{"name":"conventional-commits-parser@3.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3/manifests"},{"name":"conventional-changelog@3.1.9","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9/manifests"},{"name":"standard-changelog@2.0.12","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.20","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20/manifests"},{"name":"git-semver-tags@2.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.22","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22/manifests"},{"name":"standard-changelog@2.0.11","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11/manifests"},{"name":"conventional-changelog@3.1.8","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8/manifests"},{"name":"conventional-changelog-cli@2.0.21","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.2","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.19","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19/manifests"},{"name":"conventional-changelog@3.1.7","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7/manifests"},{"name":"conventional-changelog-cli@2.0.20","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.1","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.18","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18/manifests"},{"name":"conventional-changelog-cli@2.0.19","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.17","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17/manifests"},{"name":"conventional-changelog@3.1.6","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6/manifests"},{"name":"conventional-changelog@3.1.5","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5/manifests"},{"name":"conventional-changelog-conventionalcommits@2.0.0","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.16","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.18","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.2","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.17","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17/manifests"},{"name":"conventional-changelog@3.1.4","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.15","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15/manifests"},{"name":"conventional-changelog-writer@4.0.5","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5/manifests"},{"name":"standard-changelog@2.0.10","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10/manifests"},{"name":"gulp-conventional-changelog@2.0.14","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14/manifests"},{"name":"conventional-changelog@3.1.3","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3/manifests"},{"name":"conventional-changelog-core@3.2.2","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2/manifests"},{"name":"conventional-changelog-cli@2.0.16","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.15","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15/manifests"},{"name":"standard-changelog@2.0.9","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.1.2","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2/manifests"},{"name":"conventional-changelog-core@3.2.1","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1/manifests"},{"name":"gulp-conventional-changelog@2.0.13","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13/manifests"},{"name":"conventional-changelog@3.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1/manifests"},{"name":"gulp-conventional-changelog@2.0.12","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12/manifests"},{"name":"conventional-recommended-bump@4.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1/manifests"},{"name":"conventional-changelog-preset-loader@2.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.14","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14/manifests"},{"name":"conventional-changelog-preset-loader@2.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0/manifests"},{"name":"conventional-changelog-writer@4.0.4","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4/manifests"},{"name":"conventional-commits-filter@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2/manifests"},{"name":"conventional-commits-parser@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2/manifests"},{"name":"conventional-recommended-bump@4.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0/manifests"},{"name":"gulp-conventional-changelog@2.0.11","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11/manifests"},{"name":"standard-changelog@2.0.8","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8/manifests"},{"name":"git-raw-commits@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2/manifests"},{"name":"conventional-changelog@3.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0/manifests"},{"name":"conventional-changelog-cli@2.0.13","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0/manifests"},{"name":"conventional-changelog-core@3.2.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0/manifests"},{"name":"conventional-changelog-eslint@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2/manifests"},{"name":"standard-changelog@2.0.7","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6/manifests"},{"name":"conventional-changelog-angular@5.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.12","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.10","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10/manifests"},{"name":"conventional-changelog-writer@4.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3/manifests"},{"name":"conventional-changelog-core@3.1.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6/manifests"},{"name":"conventional-recommended-bump@4.0.4","sha":"da729f68f9dc581623deb587c705ef65d189a9f4","kind":"tag","published_at":"2018-11-01T06:56:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4/manifests"},{"name":"standard-changelog@2.0.6","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6/manifests"},{"name":"conventional-changelog-core@3.1.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5/manifests"},{"name":"conventional-changelog-writer@4.0.2","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.9","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.0.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.11","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.10","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10/manifests"},{"name":"conventional-changelog-core@3.1.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.8","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8/manifests"},{"name":"conventional-changelog@3.0.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4/manifests"},{"name":"git-semver-tags@2.0.2","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.3","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3/manifests"},{"name":"standard-changelog@2.0.5","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5/manifests"},{"name":"standard-changelog@2.0.4","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.7","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3/manifests"},{"name":"conventional-changelog-core@3.1.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.9","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9/manifests"},{"name":"standard-changelog@2.0.3","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.8","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8/manifests"},{"name":"conventional-changelog-core@3.1.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2/manifests"},{"name":"gulp-conventional-changelog@2.0.6","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6/manifests"},{"name":"conventional-changelog@3.0.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.5","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.7","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7/manifests"},{"name":"conventional-changelog@3.0.1","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1/manifests"},{"name":"standard-changelog@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4/manifests"},{"name":"git-semver-tags@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1/manifests"},{"name":"git-raw-commits@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2/manifests"},{"name":"conventional-commits-parser@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1/manifests"},{"name":"conventional-commits-filter@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1/manifests"},{"name":"conventional-changelog-writer@4.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1/manifests"},{"name":"conventional-changelog-preset-loader@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4/manifests"},{"name":"conventional-changelog-express@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1/manifests"},{"name":"conventional-changelog-eslint@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2/manifests"},{"name":"conventional-changelog-core@3.1.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1/manifests"},{"name":"conventional-changelog-codemirror@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.6","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6/manifests"},{"name":"conventional-changelog-atom@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1/manifests"},{"name":"conventional-changelog-angular@5.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2/manifests"},{"name":"conventional-changelog@3.0.0","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.5","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.3","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.2","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.4","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3/manifests"},{"name":"standard-changelog@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3/manifests"},{"name":"conventional-changelog-core@3.1.0","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0/manifests"},{"name":"conventional-changelog-ember@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1/manifests"},{"name":"conventional-changelog-jquery@3.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1/manifests"},{"name":"conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0/manifests"},{"name":"conventional-recommended-bump@4.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0/manifests"},{"name":"conventional-changelog-jquery@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0/manifests"},{"name":"conventional-changelog-express@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0/manifests"},{"name":"conventional-changelog-eslint@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0/manifests"},{"name":"conventional-changelog-ember@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1/manifests"},{"name":"conventional-changelog-atom@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1/manifests"},{"name":"conventional-changelog-angular@4.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1/manifests"},{"name":"conventional-changelog-jquery@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0/manifests"},{"name":"conventional-changelog-jshint@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0/manifests"},{"name":"standard-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0/manifests"},{"name":"conventional-recommended-bump@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0/manifests"},{"name":"conventional-commits-parser@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0/manifests"},{"name":"conventional-commits-filter@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0/manifests"},{"name":"conventional-changelog-ember@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0/manifests"},{"name":"conventional-changelog-express@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0/manifests"},{"name":"git-semver-tags@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0/manifests"},{"name":"git-raw-commits@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0/manifests"},{"name":"conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-angular@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0/manifests"},{"name":"conventional-changelog-atom@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0/manifests"},{"name":"conventional-changelog-core@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0/manifests"},{"name":"conventional-changelog-eslint@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-core@2.0.11","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11/manifests"},{"name":"conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-cli@1.3.22","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22/manifests"},{"name":"conventional-changelog-ember@0.3.12","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12/manifests"},{"name":"conventional-recommended-bump@2.0.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9/manifests"},{"name":"conventional-changelog-angular@3.0.7","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7/manifests"},{"name":"gulp-conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24/manifests"},{"name":"standard-changelog@1.0.19","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19/manifests"},{"name":"conventional-changelog-jquery@1.3.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9/manifests"},{"name":"conventional-changelog-angular@3.0.6","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6/manifests"},{"name":"standard-changelog@1.0.18","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18/manifests"},{"name":"gulp-conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-writer@3.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9/manifests"},{"name":"conventional-changelog-jshint@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8/manifests"},{"name":"conventional-changelog-jquery@1.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8/manifests"},{"name":"conventional-changelog-eslint@1.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9/manifests"},{"name":"conventional-changelog-ember@0.3.11","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11/manifests"},{"name":"conventional-changelog-core@2.0.10","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10/manifests"},{"name":"conventional-changelog-codemirror@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8/manifests"},{"name":"conventional-changelog-cli@1.3.21","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21/manifests"},{"name":"conventional-changelog-atom@0.2.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8/manifests"},{"name":"conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23/manifests"},{"name":"gulp-conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-core@2.0.9","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9/manifests"},{"name":"conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-cli@1.3.20","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20/manifests"},{"name":"conventional-changelog-writer@3.0.8","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8/manifests"},{"name":"standard-changelog@1.0.17","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17/manifests"},{"name":"conventional-changelog-angular@3.0.5","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.10","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10/manifests"},{"name":"conventional-changelog-cli@1.3.19","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19/manifests"},{"name":"conventional-changelog-angular@3.0.4","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4/manifests"},{"name":"conventional-changelog-atom@0.2.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7/manifests"},{"name":"conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-core@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.9","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9/manifests"},{"name":"conventional-changelog-eslint@1.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8/manifests"},{"name":"conventional-changelog-express@0.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6/manifests"},{"name":"conventional-changelog-jquery@1.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7/manifests"},{"name":"conventional-changelog-preset-loader@1.1.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8/manifests"},{"name":"conventional-changelog-writer@3.0.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7/manifests"},{"name":"conventional-commits-parser@2.1.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7/manifests"},{"name":"conventional-recommended-bump@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8/manifests"},{"name":"git-raw-commits@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6/manifests"},{"name":"git-semver-tags@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21/manifests"},{"name":"standard-changelog@1.0.16","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16/manifests"},{"name":"conventional-changelog-codemirror@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6/manifests"},{"name":"conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-core@2.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7/manifests"},{"name":"conventional-changelog-codemirror@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6/manifests"},{"name":"conventional-changelog-cli@1.3.18","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18/manifests"},{"name":"conventional-changelog-ember@0.3.8","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8/manifests"},{"name":"conventional-changelog-writer@3.0.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6/manifests"},{"name":"conventional-changelog-atom@0.2.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6/manifests"},{"name":"conventional-changelog-eslint@1.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7/manifests"},{"name":"standard-changelog@1.0.15","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15/manifests"},{"name":"conventional-changelog-angular@3.0.3","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3/manifests"},{"name":"conventional-changelog-jquery@1.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-angular@3.0.2","sha":"1cc079df803f58b52c8aa997fff43e9c162266e7","kind":"tag","published_at":"2018-03-22T14:14:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2/manifests"},{"name":"conventional-changelog-ember@0.3.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7/manifests"},{"name":"standard-changelog@1.0.14","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14/manifests"},{"name":"gulp-conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19/manifests"},{"name":"git-semver-tags@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5/manifests"},{"name":"git-raw-commits@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7/manifests"},{"name":"conventional-commits-parser@2.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6/manifests"},{"name":"conventional-commits-filter@1.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5/manifests"},{"name":"conventional-changelog-preset-loader@1.1.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7/manifests"},{"name":"conventional-changelog-jshint@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5/manifests"},{"name":"conventional-changelog-jquery@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5/manifests"},{"name":"conventional-changelog-express@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6/manifests"},{"name":"conventional-changelog-core@2.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5/manifests"},{"name":"conventional-changelog-cli@1.3.17","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17/manifests"},{"name":"conventional-changelog-atom@0.2.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5/manifests"},{"name":"conventional-changelog-angular@3.0.1","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1/manifests"},{"name":"conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19/manifests"},{"name":"conventional-changelog-angular@3.0.0","sha":"49997aaba373502e5b38bd366846934641e95799","kind":"tag","published_at":"2018-03-22T13:45:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.16","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16/manifests"},{"name":"conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18/manifests"},{"name":"gulp-conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-eslint@1.0.5","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5/manifests"},{"name":"conventional-changelog-cli@1.3.15","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15/manifests"},{"name":"conventional-changelog-codemirror@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4/manifests"},{"name":"conventional-changelog-express@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4/manifests"},{"name":"conventional-changelog-jquery@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4/manifests"},{"name":"conventional-changelog-jshint@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4/manifests"},{"name":"conventional-commits-filter@1.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5/manifests"},{"name":"conventional-commits-parser@2.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5/manifests"},{"name":"conventional-recommended-bump@2.0.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6/manifests"},{"name":"standard-changelog@1.0.13","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13/manifests"},{"name":"gulp-conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17/manifests"},{"name":"git-semver-tags@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4/manifests"},{"name":"git-raw-commits@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4/manifests"},{"name":"conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17/manifests"},{"name":"conventional-changelog-angular@1.6.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6/manifests"},{"name":"conventional-changelog-atom@0.2.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4/manifests"},{"name":"gulp-conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog-angular@1.6.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5/manifests"},{"name":"conventional-changelog-atom@0.2.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3/manifests"},{"name":"conventional-changelog-cli@1.3.14","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14/manifests"},{"name":"conventional-changelog-codemirror@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4/manifests"},{"name":"conventional-changelog-ember@0.3.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3/manifests"},{"name":"conventional-changelog-express@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3/manifests"},{"name":"conventional-changelog-jshint@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5/manifests"},{"name":"conventional-changelog-writer@3.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3/manifests"},{"name":"conventional-commits-filter@1.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4/manifests"},{"name":"conventional-commits-parser@2.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4/manifests"},{"name":"conventional-recommended-bump@2.0.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5/manifests"},{"name":"git-raw-commits@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3/manifests"},{"name":"git-semver-tags@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3/manifests"},{"name":"standard-changelog@1.0.12","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12/manifests"},{"name":"conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15/manifests"},{"name":"gulp-conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15/manifests"},{"name":"conventional-recommended-bump@2.0.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4/manifests"},{"name":"conventional-changelog-cli@1.3.13","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13/manifests"},{"name":"conventional-changelog-preset-loader@1.1.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4/manifests"},{"name":"git-raw-commits@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2/manifests"},{"name":"standard-changelog@1.0.11","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11/manifests"},{"name":"conventional-recommended-bump@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3/manifests"},{"name":"gulp-conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14/manifests"},{"name":"git-semver-tags@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2/manifests"},{"name":"conventional-changelog-eslint@1.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2/manifests"},{"name":"conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14/manifests"},{"name":"conventional-changelog-angular@1.6.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4/manifests"},{"name":"conventional-changelog-atom@0.2.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2/manifests"},{"name":"conventional-changelog-cli@1.3.12","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12/manifests"},{"name":"conventional-changelog-codemirror@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2/manifests"},{"name":"conventional-changelog-core@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.3.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4/manifests"},{"name":"conventional-changelog-express@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2/manifests"},{"name":"conventional-changelog-jquery@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2/manifests"},{"name":"conventional-changelog-jshint@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3/manifests"},{"name":"conventional-commits-filter@1.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3/manifests"},{"name":"conventional-changelog-writer@3.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13/manifests"},{"name":"standard-changelog@1.0.10","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10/manifests"},{"name":"git-raw-commits@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1/manifests"},{"name":"conventional-commits-parser@2.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2/manifests"},{"name":"conventional-changelog-writer@3.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1/manifests"},{"name":"conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13/manifests"},{"name":"conventional-commits-filter@1.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2/manifests"},{"name":"conventional-recommended-bump@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2/manifests"},{"name":"git-semver-tags@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1/manifests"},{"name":"conventional-changelog-core@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2/manifests"},{"name":"conventional-changelog-codemirror@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1/manifests"},{"name":"conventional-changelog-angular@1.6.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3/manifests"},{"name":"conventional-changelog-cli@1.3.11","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11/manifests"},{"name":"conventional-changelog-atom@0.2.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1/manifests"},{"name":"conventional-changelog-ember@0.3.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1/manifests"},{"name":"conventional-changelog-express@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3/manifests"},{"name":"conventional-changelog-jshint@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1/manifests"},{"name":"conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12/manifests"},{"name":"gulp-conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12/manifests"},{"name":"conventional-changelog-cli@1.3.10","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10/manifests"},{"name":"conventional-recommended-bump@2.0.1","sha":"a4f0aa902d3e966fe6d6b1d46f2130838524cfbf","kind":"tag","published_at":"2018-02-12T14:54:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1/manifests"},{"name":"conventional-recommended-bump@2.0.0","sha":"9885d205ed96338575335652d006f475408e1195","kind":"tag","published_at":"2018-02-12T14:30:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0/manifests"},{"name":"conventional-changelog-preset-loader@1.1.2","sha":"a450d974237d440009ec3fb4c63974cf066e8f79","kind":"tag","published_at":"2018-02-12T04:07:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.1","sha":"5af1f00dcc4e1f9c3299bc7feb322a88b711f042","kind":"tag","published_at":"2018-02-09T04:17:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.0","sha":"c3eb36dbc52f383df6f3dcf3a3870b01ceee0b8b","kind":"tag","published_at":"2018-02-08T14:46:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0/manifests"},{"name":"conventional-changelog-ember@0.3.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1/manifests"},{"name":"conventional-changelog-angular@1.6.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2/manifests"},{"name":"gulp-conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11/manifests"},{"name":"standard-changelog@1.0.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9/manifests"},{"name":"conventional-recommended-bump@1.2.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1/manifests"},{"name":"conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11/manifests"},{"name":"conventional-changelog-cli@1.3.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9/manifests"},{"name":"conventional-changelog-core@2.0.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1/manifests"},{"name":"gulp-conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10/manifests"},{"name":"standard-changelog@1.0.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8/manifests"},{"name":"git-semver-tags@1.3.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.2.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0/manifests"},{"name":"conventional-changelog-writer@3.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0/manifests"},{"name":"conventional-changelog-eslint@1.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.3.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1/manifests"},{"name":"conventional-changelog-core@2.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8/manifests"},{"name":"conventional-changelog-angular@1.6.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1/manifests"},{"name":"conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10/manifests"},{"name":"conventional-changelog-core@1.9.5","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5/manifests"},{"name":"conventional-changelog-ember@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0/manifests"},{"name":"conventional-changelog-eslint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0/manifests"},{"name":"conventional-changelog-cli@1.3.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7/manifests"},{"name":"conventional-changelog-express@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0/manifests"},{"name":"conventional-changelog-jquery@1.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0/manifests"},{"name":"conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-jshint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0/manifests"},{"name":"gulp-conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9/manifests"},{"name":"standard-changelog@1.0.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7/manifests"},{"name":"conventional-changelog-angular@1.6.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0/manifests"},{"name":"conventional-changelog-codemirror@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0/manifests"},{"name":"conventional-changelog-atom@0.2.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0/manifests"},{"name":"conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8/manifests"},{"name":"standard-changelog@1.0.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6/manifests"},{"name":"gulp-conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8/manifests"},{"name":"conventional-recommended-bump@1.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0/manifests"},{"name":"conventional-commits-parser@2.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0/manifests"},{"name":"conventional-commits-filter@1.1.1","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1/manifests"},{"name":"conventional-changelog-writer@2.0.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.2.10","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10/manifests"},{"name":"conventional-changelog-core@1.9.4","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4/manifests"},{"name":"conventional-changelog-cli@1.3.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6/manifests"},{"name":"conventional-changelog-angular@1.5.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3/manifests"},{"name":"conventional-changelog-ember@0.2.9","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9/manifests"},{"name":"standard-changelog@1.0.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5/manifests"},{"name":"gulp-conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7/manifests"},{"name":"git-semver-tags@1.2.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3/manifests"},{"name":"git-raw-commits@1.3.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.0.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3/manifests"},{"name":"conventional-commits-parser@2.0.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1/manifests"},{"name":"conventional-commits-filter@1.1.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0/manifests"},{"name":"conventional-changelog-writer@2.0.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2/manifests"},{"name":"conventional-changelog-jshint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1/manifests"},{"name":"conventional-changelog-jquery@1.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1/manifests"},{"name":"conventional-changelog-express@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1/manifests"},{"name":"conventional-changelog-eslint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1/manifests"},{"name":"conventional-changelog-core@1.9.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3/manifests"},{"name":"conventional-changelog-codemirror@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1/manifests"},{"name":"conventional-changelog-cli@1.3.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5/manifests"},{"name":"conventional-changelog-atom@0.1.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2/manifests"},{"name":"conventional-changelog-angular@1.5.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2/manifests"},{"name":"conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7/manifests"},{"name":"@marionebl/conventional-commits-parser@3.0.0","sha":"edf4068ce4c3ea6ac5b61323473ab655be5eb895","kind":"tag","published_at":"2017-11-01T07:09:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/@marionebl/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/@marionebl/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4/manifests"},{"name":"git-semver-tags@1.2.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2/manifests"},{"name":"conventional-recommended-bump@1.0.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-ember@0.2.8","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8/manifests"},{"name":"conventional-changelog-core@1.9.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2/manifests"},{"name":"standard-changelog@1.0.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4/manifests"},{"name":"conventional-changelog-angular@1.5.1","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1/manifests"},{"name":"conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6/manifests"},{"name":"standard-changelog@1.0.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3/manifests"},{"name":"conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-angular@1.5.0","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0/manifests"},{"name":"conventional-changelog-cli@1.3.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3/manifests"},{"name":"gulp-conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-writer@2.0.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1/manifests"},{"name":"conventional-changelog-core@1.9.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1/manifests"},{"name":"conventional-changelog-ember@0.2.7","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7/manifests"},{"name":"git-semver-tags@1.2.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1/manifests"},{"name":"conventional-changelog-jshint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0/manifests"},{"name":"conventional-changelog-jquery@1.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0/manifests"},{"name":"conventional-changelog-express@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0/manifests"},{"name":"conventional-changelog-eslint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0/manifests"},{"name":"conventional-commits-parser@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0/manifests"},{"name":"conventional-changelog-writer@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1/manifests"},{"name":"conventional-changelog-core@1.9.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0/manifests"},{"name":"conventional-changelog-codemirror@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0/manifests"},{"name":"conventional-changelog-cli@1.3.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2/manifests"},{"name":"conventional-changelog-atom@0.1.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1/manifests"},{"name":"conventional-changelog-angular@1.4.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0/manifests"},{"name":"conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4/manifests"},{"name":"gulp-conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4/manifests"},{"name":"standard-changelog@1.0.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2/manifests"},{"name":"conventional-changelog-ember@0.2.6","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6/manifests"},{"name":"conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3/manifests"},{"name":"conventional-changelog-angular@1.3.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3/manifests"},{"name":"conventional-changelog-cli@1.3.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1/manifests"},{"name":"conventional-changelog-core@1.8.0","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.8.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0/manifests"},{"name":"conventional-changelog-ember@0.2.5","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5/manifests"},{"name":"gulp-conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3/manifests"},{"name":"standard-changelog@1.0.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1/manifests"},{"name":"git-semver-tags@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0/manifests"},{"name":"standard-changelog@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2/manifests"},{"name":"git-raw-commits@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0/manifests"},{"name":"conventional-recommended-bump@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.2.4","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4/manifests"},{"name":"conventional-changelog-core@1.7.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.7.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0/manifests"},{"name":"conventional-changelog-cli@1.3.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0/manifests"},{"name":"conventional-changelog-angular@1.3.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2/manifests"},{"name":"conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2/manifests"},{"name":"gulp-conventional-changelog@1.1.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"tag","published_at":"2017-03-10T05:35:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0/manifests"},{"name":"standard-changelog@0.0.2","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@0.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-ember@0.2.3","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3/manifests"},{"name":"conventional-changelog-core@1.6.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0/manifests"},{"name":"conventional-changelog-angular@1.3.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1/manifests"},{"name":"conventional-changelog-cli@1.2.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1/manifests"},{"name":"conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-cli@1.2.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:01:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0/manifests"},{"name":"conventional-changelog-core@1.5.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:00:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0/manifests"},{"name":"git-raw-commits@1.1.2","sha":"f5fe78b1f15791cb0499744bf278dff22b52732f","kind":"tag","published_at":"2017-03-09T07:37:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2/manifests"},{"name":"git-semver-tags@1.1.2","sha":"7be07c7c0f49572b1c0e9c98f004b599d8b5bb1a","kind":"tag","published_at":"2017-03-09T07:35:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2/manifests"},{"name":"v1.1.0","sha":"600d411569271467389c3cbe71f7f657980e89a1","kind":"tag","published_at":"2016-02-13T06:59:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"9591280a8d09220aced3383abe3bc7ecbb34b503","kind":"tag","published_at":"2016-02-13T06:37:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"beef421f56939190a4ca30c28788eda1b3f9480d","kind":"tag","published_at":"2016-02-05T13:49:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"c8e90ab7fddd0b98855913e73fc12f9dc9dc81b1","kind":"tag","published_at":"2016-02-05T12:59:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0/manifests"},{"name":"v0.5.3","sha":"d79ce243223260b153699b99de0503698546ea63","kind":"tag","published_at":"2015-12-25T05:07:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"9e7b771072a2680c6c335fcad38003aade53213e","kind":"tag","published_at":"2015-12-23T12:24:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"4bf7d8df29f7be29552b82ec2b7112fad0c39a3e","kind":"tag","published_at":"2015-10-20T09:52:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"5ca2204b472704543ebbc744a22f8f90ec659659","kind":"tag","published_at":"2015-09-30T08:49:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"e5f2f3bc675e2c7e5cc6aa0ed50da7941833e492","kind":"tag","published_at":"2015-09-04T03:16:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"7536a0b351cc4f2764e71cbc268a178ab595259d","kind":"tag","published_at":"2015-08-17T01:28:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"56fa3d92620a41a875b3337fa51d04d6df23b1a8","kind":"tag","published_at":"2015-08-15T12:34:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"eefec0ef598a92e78510ee8626fd9bbcdb1398e4","kind":"tag","published_at":"2015-08-15T11:19:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0/manifests"},{"name":"v0.3.2","sha":"74b99dca61eafd56ba93605016b086a1108e77fe","kind":"tag","published_at":"2015-08-13T03:12:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"a1aca9c31a45aded77962bd0defc32e503aec213","kind":"commit","published_at":"2015-08-11T06:23:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"b489672d27ff703337c540f0fbc43f6486a84d99","kind":"commit","published_at":"2015-08-09T03:27:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"12e3cd6b151353dbe7f584adabbe5dd8a28424db","kind":"commit","published_at":"2015-07-24T08:13:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"f437b457b5ea6c105535a360144000f8315db54d","kind":"commit","published_at":"2015-07-24T04:54:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0/manifests"},{"name":"v0.1.3","sha":"c8fa9d0b94f8ac07f162623e4b9e9e68aad82e62","kind":"commit","published_at":"2015-07-22T11:06:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"6ba5d6e4b90a154dbca6ec0f80c66ad5995cd770","kind":"commit","published_at":"2015-07-22T07:10:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c015f8762f70eff2be7b8d7fb82438689239d717","kind":"commit","published_at":"2015-07-20T07:55:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"7253d0fea773e3f7cc0a3fb8278c9da070df26ee","kind":"commit","published_at":"2015-07-20T07:12:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.3","sha":"0c9f1e89bfacec8e08bac8ef96d64e3abdbecda7","kind":"commit","published_at":"2015-07-17T11:02:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"fec1baf43b8c0156682d4014a4fd066bd24ad448","kind":"commit","published_at":"2015-07-17T06:23:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"a5ea0dfada48601b9e3fbec78dd37d70380a2db6","kind":"commit","published_at":"2015-07-15T08:03:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1/manifests"},{"name":"v0.1.0-alpha.3","sha":"9b6cc68a2c17c9671363fe7af5de7ebd3a06aaeb","kind":"commit","published_at":"2015-07-06T01:27:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3/manifests"},{"name":"v0.1.0-alpha.2","sha":"34b0f460c34ecc48af857d8ee5d7038970ba56fb","kind":"commit","published_at":"2015-06-29T12:04:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2/manifests"},{"name":"v0.1.0-alpha.1","sha":"05b3415fc699ab43f3fa33b5ecd040ab5ecdf9e2","kind":"commit","published_at":"2015-06-24T04:42:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1/manifests"},{"name":"v0.0.17","sha":"3cae05244e48af9cf4abbef3114060db585a574c","kind":"commit","published_at":"2015-04-03T02:12:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"c0719ce6ba16778dd34c2cfdc81e7f3c5321409d","kind":"commit","published_at":"2015-03-19T04:15:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"57af04dc3e362c0e327b716279c9143028c6e0da","kind":"commit","published_at":"2015-03-18T20:23:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"69be290efb58a6a92e9ae78d7b37168d293920b5","kind":"commit","published_at":"2015-03-13T21:22:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"15a39d02ba3d666e7820eecbb8c5493ef2f6040a","kind":"commit","published_at":"2015-03-12T23:17:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13/manifests"},{"name":"v0.0.11","sha":"37f5561553c30d8f0f2c949502ea278da64949cd","kind":"tag","published_at":"2014-05-28T13:14:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"ad6f6ec5499d2c902b88da95487862d50e5ad776","kind":"tag","published_at":"2014-05-28T12:51:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"87efbabd9bc2a0fd83255e6cb856961b10aef9eb","kind":"tag","published_at":"2014-05-06T17:11:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"94b12cf69c51264b1edb6c81b50a262f0536894b","kind":"tag","published_at":"2014-04-10T14:45:48.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"1cf17e494fd7d8538c55189c72c0cf57d145ef41","kind":"tag","published_at":"2014-04-10T14:06:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"861f9ec93de28be4185b35815c2b6ab17746eb3f","kind":"commit","published_at":"2014-01-23T19:39:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"3f59f7356c86f30ef8e8754386373c2a8f97b367","kind":"commit","published_at":"2014-01-23T18:59:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6fa2c22464dcd964df604550c2ce2ed1d2f4362b","kind":"commit","published_at":"2014-01-04T21:36:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4/manifests"}]},"repo_metadata_updated_at":"2024-09-05T18:07:01.335Z","dependent_packages_count":9,"downloads":19,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":33.16096352083503,"dependent_repos_count":25.32799796580169,"dependent_packages_count":2.9492160411066566,"stargazers_count":1.4454940733629582,"forks_count":1.6595215787702642,"average":12.908638635975318},"purl":"pkg:npm/conventional-changelog-runafe","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/conventional-changelog-runafe","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/conventional-changelog-runafe","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/conventional-changelog-runafe/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-09-04T23:04:01.314Z","issues_count":175,"pull_requests_count":479,"avg_time_to_close_issue":19345133.890243903,"avg_time_to_close_pull_request":6038480.121447029,"issues_closed_count":82,"pull_requests_closed_count":387,"pull_request_authors_count":71,"issue_authors_count":107,"avg_comments_per_issue":2.12,"avg_comments_per_pull_request":1.3068893528183716,"merged_pull_requests_count":302,"bot_issues_count":3,"bot_pull_requests_count":228,"past_year_issues_count":65,"past_year_pull_requests_count":215,"past_year_avg_time_to_close_issue":881436.8095238095,"past_year_avg_time_to_close_pull_request":919702.6333333333,"past_year_issues_closed_count":42,"past_year_pull_requests_closed_count":180,"past_year_pull_request_authors_count":24,"past_year_issue_authors_count":40,"past_year_avg_comments_per_issue":1.5538461538461539,"past_year_avg_comments_per_pull_request":1.0604651162790697,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":94,"past_year_merged_pull_requests_count":142,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues","maintainers":[{"login":"dangreen","count":83,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"},{"login":"bcoe","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bcoe"},{"login":"tommywo","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tommywo"}],"active_maintainers":[{"login":"dangreen","count":72,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-runafe/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-runafe/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-runafe/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-runafe/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-runafe/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-runafe/codemeta","maintainers":[{"uuid":"wangquery","login":"wangquery","name":null,"email":"1121292341@qq.com","url":null,"packages_count":63,"html_url":"https://www.npmjs.com/~wangquery","role":null,"created_at":"2022-11-11T20:38:51.368Z","updated_at":"2022-11-11T20:38:51.368Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/wangquery/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5644415,"maintainers_count":1200486,"namespaces_count":399623,"keywords_count":847874,"github":"npm","metadata":{"funded_packages_count":171745},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-06-10T05:11:46.456Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":5439738,"name":"alm-conventional-changelog","ecosystem":"npm","description":"Generate a changelog from git metadata","homepage":"https://github.com/conventional-changelog/conventional-changelog#readme","licenses":"ISC","normalized_licenses":["ISC"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":["conventional-changelog","readme","generation"],"namespace":null,"versions_count":1,"first_release_published_at":"2022-11-19T19:00:23.374Z","latest_release_published_at":"2022-11-19T19:00:23.374Z","latest_release_number":"1.0.0","last_synced_at":"2026-06-03T20:26:57.488Z","created_at":"2022-11-19T19:16:08.708Z","updated_at":"2026-06-03T20:26:57.489Z","registry_url":"https://www.npmjs.com/package/alm-conventional-changelog","install_command":"npm install alm-conventional-changelog","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"1.0.0"}},"repo_metadata":{"id":12961414,"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2024-06-18T04:54:14.000Z","size":5832,"stargazers_count":7627,"open_issues_count":249,"forks_count":715,"subscribers_count":58,"default_branch":"master","last_synced_at":"2024-06-19T09:40:31.278Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2024-06-19T09:40:44.711Z","dependencies_parsed_at":"2022-07-13T10:30:31.523Z","dependency_job_id":"5f6d159e-c4c6-405b-9fa7-976ffc4dfa04","html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1464,"total_committers":136,"mean_commits":"10.764705882352942","dds":"0.40095628415300544","last_synced_commit":"58f0887283a200d52e49607baf7b352f26177b05"},"previous_names":["ajoslin/conventional-changelog"],"tags_count":777,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":215686924,"owners_count":15916249,"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"},"owner_record":{"login":"conventional-changelog","name":"conventional-changelog","uuid":"16443515","kind":"organization","description":"Tools to generate changelogs and release notes from a project's commit messages and metadata.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16443515?v=4","repositories_count":12,"last_synced_at":"2024-03-25T20:05:25.442Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/conventional-changelog","funding_links":[],"total_stars":31480,"followers":325,"following":0,"created_at":"2022-11-02T16:25:21.572Z","updated_at":"2024-03-25T20:05:26.809Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog/repositories"},"tags":[{"name":"git-client-v1.0.1","sha":"d3b8aaa16337993bbad4d91db1ffac5a7568756b","kind":"commit","published_at":"2024-05-06T14:46:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1/manifests"},{"name":"conventional-changelog-v6.0.0","sha":"83bb15ba5de08f080884fc906c6db3c99c8b2131","kind":"commit","published_at":"2024-04-26T22:08:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0/manifests"},{"name":"conventional-changelog-core-v8.0.0","sha":"7bc92fc05e4447f311ad52b6e39d36f461eaf083","kind":"commit","published_at":"2024-04-26T22:07:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v8.0.0","sha":"3129c812139bf7454a64b4d506e6b85cd5abc77c","kind":"commit","published_at":"2024-04-26T22:06:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0/manifests"},{"name":"git-semver-tags-v8.0.0","sha":"fbd1b3bcd6253a32de89eb21145c2eb70d9396b6","kind":"commit","published_at":"2024-04-26T22:05:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v5.0.0","sha":"e34c96db3dbebedb17a6583aae8855dddd056f83","kind":"commit","published_at":"2024-04-26T22:04:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0/manifests"},{"name":"conventional-changelog-angular-v8.0.0","sha":"2aa6291a93eb881230e896f87a5232873b6a9717","kind":"commit","published_at":"2024-04-26T22:04:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0/manifests"},{"name":"conventional-changelog-jquery-v6.0.0","sha":"1c71cd6d4868ef2e158963e277609a9794806306","kind":"commit","published_at":"2024-04-26T22:03:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v8.0.0","sha":"533e36277d1779a5ac79a06210c603b5f88bc030","kind":"commit","published_at":"2024-04-26T22:00:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0/manifests"},{"name":"conventional-changelog-eslint-v6.0.0","sha":"c7459cd7d1e1ab82c9a5d552b008c02aba290cad","kind":"commit","published_at":"2024-04-26T21:59:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0/manifests"},{"name":"git-raw-commits-v5.0.0","sha":"f61ea377e843db0852c35911785895ec43481f11","kind":"commit","published_at":"2024-04-26T21:58:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0/manifests"},{"name":"conventional-changelog-codemirror-v5.0.0","sha":"77525286ffc8869a6ac351ebe28198842815cb7c","kind":"commit","published_at":"2024-04-26T21:57:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0/manifests"},{"name":"conventional-changelog-cli-v5.0.0","sha":"a75cef688b9a1557ca981178d4d35c18963160b6","kind":"commit","published_at":"2024-04-26T21:53:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0/manifests"},{"name":"conventional-changelog-express-v5.0.0","sha":"a6ab80d6e30091a8b743ee97a87e7400af1ebc53","kind":"commit","published_at":"2024-04-26T21:53:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v10.0.0","sha":"d7c409b02f1d58cf6f0293edcadbe5f00a78a622","kind":"commit","published_at":"2024-04-26T21:52:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v10.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v10.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0/manifests"},{"name":"conventional-changelog-atom-v5.0.0","sha":"3b2b9d0ec2382f73d9cf000a1004596f90ece916","kind":"commit","published_at":"2024-04-26T21:51:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0/manifests"},{"name":"conventional-changelog-jshint-v5.0.0","sha":"d7dae509e72b09d1496ae51f1f04c15581c828fc","kind":"commit","published_at":"2024-04-26T21:50:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0/manifests"},{"name":"conventional-changelog-ember-v5.0.0","sha":"2e99dfa49112ffe6c864dd0e436f0db1e696b1f9","kind":"commit","published_at":"2024-04-26T21:50:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0/manifests"},{"name":"conventional-commits-parser-v6.0.0","sha":"646e1be132ccd0f32e3074de2f511be5c610984f","kind":"commit","published_at":"2024-04-26T21:48:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0/manifests"},{"name":"conventional-commits-filter-v5.0.0","sha":"be4266b7ef7b84ba5c198dfa8c143229f8a5b128","kind":"commit","published_at":"2024-04-26T21:47:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0/manifests"},{"name":"standard-changelog-v6.0.0","sha":"3e9b9387f29e48a508b70b88f26b40a6db9fea16","kind":"commit","published_at":"2024-04-26T21:45:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v5.0.0","sha":"041a1a9b73b201add30494aed19d026b948bd8f1","kind":"commit","published_at":"2024-04-26T21:41:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0/manifests"},{"name":"git-client-v1.0.0","sha":"7e51fe970576503cae3ab94e6e9b3e01017b044d","kind":"commit","published_at":"2024-04-26T21:21:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0/manifests"},{"name":"git-semver-tags-v7.0.1","sha":"fac8045242099c016f5f3905e54e02b7d466bd7b","kind":"commit","published_at":"2023-09-10T23:53:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1/manifests"},{"name":"conventional-changelog-writer-v7.0.1","sha":"e3a643ad39ec3bc4cfb1dff2aa1101333df33dc3","kind":"commit","published_at":"2023-09-10T23:49:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1/manifests"},{"name":"conventional-changelog-cli-v4.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0/manifests"},{"name":"conventional-changelog-v5.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0/manifests"},{"name":"conventional-changelog-core-v7.0.0","sha":"2e467dd39a35c3813597711a37690897183b4abc","kind":"commit","published_at":"2023-09-08T22:03:37.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0/manifests"},{"name":"git-semver-tags-v7.0.0","sha":"a13f788bd505d8253a2d92413fc4a7780e11ec07","kind":"commit","published_at":"2023-09-08T21:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0/manifests"},{"name":"standard-changelog-v5.0.0","sha":"34569c7a3fd2b0362a461517a1f4e20e7eecd9fc","kind":"commit","published_at":"2023-09-08T21:55:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v9.0.0","sha":"ad633d9d81f66ef80d7f77832a264cb0c5b971ef","kind":"commit","published_at":"2023-09-08T21:50:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.2","sha":"50113f9b569259d991f1a734a192964ca71f0118","kind":"commit","published_at":"2023-09-08T21:41:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2/manifests"},{"name":"conventional-changelog-preset-loader-v4.1.0","sha":"a14d2186575f6061f236c9a47d803694b18f8373","kind":"commit","published_at":"2023-09-08T21:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.1","sha":"ca4324b0a690b2595f8b574882ff95329a2dc195","kind":"commit","published_at":"2023-08-27T19:11:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1/manifests"},{"name":"conventional-commits-filter-v4.0.0","sha":"26fc9ea274dc0c62442ec9d97b20a2ebb49138bf","kind":"commit","published_at":"2023-08-27T12:55:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0/manifests"},{"name":"standard-changelog-v4.0.0","sha":"5b788265774bf4b63d3c83a178ca53e8e7095903","kind":"commit","published_at":"2023-08-27T12:50:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-eslint-v5.0.0","sha":"679594c0716275771cc23b314e4362899fe72f87","kind":"commit","published_at":"2023-08-27T12:46:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0/manifests"},{"name":"git-semver-tags-v6.0.0","sha":"1c75c72d9b5d59e3ea4e914c58a85f7559f29602","kind":"commit","published_at":"2023-08-27T12:40:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0/manifests"},{"name":"conventional-recommended-bump-v8.0.0","sha":"624377a24e8e3658bcf2329a9a98f9a7b02a4cb3","kind":"commit","published_at":"2023-08-27T12:33:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0/manifests"},{"name":"conventional-changelog-writer-v7.0.0","sha":"d669bb67dc713cb1e4374e3216ed7d83cde743c5","kind":"commit","published_at":"2023-08-27T12:27:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0/manifests"},{"name":"conventional-changelog-codemirror-v4.0.0","sha":"933fd0b3dd355d648faf57241b796a714004c722","kind":"commit","published_at":"2023-08-27T12:23:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0/manifests"},{"name":"conventional-changelog-express-v4.0.0","sha":"c9e9ceb3a3727659bd117bab01cbc7642d588f06","kind":"commit","published_at":"2023-08-27T12:16:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0/manifests"},{"name":"conventional-changelog-ember-v4.0.0","sha":"5d7c16268f79b7f180e34e997fdb37373d714666","kind":"commit","published_at":"2023-08-27T12:11:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0/manifests"},{"name":"conventional-changelog-jquery-v5.0.0","sha":"d643efb1050dcdaecee626044315644ff9b9e43b","kind":"commit","published_at":"2023-08-27T12:07:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v4.0.0","sha":"636646dd9ae062e9652a7f9ccaf6c329e6e9f924","kind":"commit","published_at":"2023-08-27T12:03:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0/manifests"},{"name":"conventional-changelog-v5.0.0","sha":"7985de3edc9e655369651ad464cb39b791887dc7","kind":"commit","published_at":"2023-08-27T11:58:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.0","sha":"5f0fe40743d8f559ab94ed11bbb4b8bda6fa6dcb","kind":"commit","published_at":"2023-08-27T11:51:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0/manifests"},{"name":"conventional-changelog-angular-v7.0.0","sha":"6c7a2e1a8807988bcb1a9842f72d14be3b1a89e3","kind":"commit","published_at":"2023-08-27T11:46:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0/manifests"},{"name":"conventional-changelog-jshint-v4.0.0","sha":"0204a9a340d2c85411e8de8905bc74c6146e5618","kind":"commit","published_at":"2023-08-27T11:41:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0/manifests"},{"name":"conventional-changelog-atom-v4.0.0","sha":"ab9b2c10e098ec8837d141102549f3eef698364c","kind":"commit","published_at":"2023-08-27T11:36:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0/manifests"},{"name":"conventional-changelog-cli-v4.0.0","sha":"29df6c4597afad27b9cda06f58eb564bcca609c4","kind":"commit","published_at":"2023-08-27T11:21:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0/manifests"},{"name":"conventional-changelog-core-v6.0.0","sha":"45613bbc2d13c798732e4b2bd4b2fa9ea67157d6","kind":"commit","published_at":"2023-08-27T11:17:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v4.0.0","sha":"5a896e3ef3aa9e751fcc74d7c76fa21d6d526cb0","kind":"commit","published_at":"2023-08-27T11:08:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0/manifests"},{"name":"git-raw-commits-v4.0.0","sha":"878fc56b43bc617177bf47fd8643a3b8b86078e5","kind":"commit","published_at":"2023-08-27T11:01:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0/manifests"},{"name":"conventional-commits-parser-v5.0.0","sha":"299de5acbe55a7d19dcdd2adc34681eae7264abf","kind":"commit","published_at":"2023-08-26T17:50:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0/manifests"},{"name":"git-semver-tags-v5.0.1","sha":"87914a362866a380e98a29edf19b2173e0911d8a","kind":"commit","published_at":"2023-07-09T19:10:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1/manifests"},{"name":"conventional-changelog-writer-v6.0.1","sha":"c123edea220b450cfa26813b6f198c3e8ebbd2b4","kind":"commit","published_at":"2023-07-09T14:49:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.2","sha":"83773c5e1a8874ea9809ca9db1dff60b7df1daae","kind":"commit","published_at":"2023-06-28T17:43:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.1.0","sha":"2e5fe6d9574ba896fa90b5bfcb50fb73d28af6d6","kind":"commit","published_at":"2023-06-17T21:30:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v7.0.1","sha":"f251b6899e313a9b23f3c8deb8b8b57217040892","kind":"commit","published_at":"2023-06-06T23:24:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.1","sha":"5b458dff9edf766446449acd1bbb8027a1e39fa5","kind":"commit","published_at":"2023-06-06T23:17:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1/manifests"},{"name":"gulp-conventional-changelog-v3.0.0","sha":"8ef6232797e5bf7c80422221374c53c03d5df36d","kind":"commit","published_at":"2023-06-06T22:50:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0/manifests"},{"name":"standard-changelog-v3.0.0","sha":"ea65f017b42b914ece780fd2fc799a6946912ed8","kind":"commit","published_at":"2023-06-06T22:42:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0/manifests"},{"name":"conventional-changelog-cli-v3.0.0","sha":"f00f4549cee9406054b77057a8135183fcd89710","kind":"commit","published_at":"2023-06-06T22:29:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0/manifests"},{"name":"conventional-changelog-v4.0.0","sha":"1a240f91ed584ed43e7f9c82235ca60eff0f4fa5","kind":"commit","published_at":"2023-06-06T19:50:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-core-v5.0.0","sha":"8507f601486c8ff6806156c50091262dee13ec54","kind":"commit","published_at":"2023-06-06T19:23:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v7.0.0","sha":"e1662ca7a6c688d28a334282a5e863f52866f3e8","kind":"commit","published_at":"2023-06-06T18:39:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v3.0.0","sha":"5d80d155425147a0b045af09536e5962cbfff620","kind":"commit","published_at":"2023-06-06T15:08:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.0.0","sha":"a30fc7ae219cf871b46cbe9d2c76a9730b70e272","kind":"commit","published_at":"2023-06-06T14:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v6.0.0","sha":"aa5d46c7b13b7b31f78af4b3c31c087c39eea41d","kind":"commit","published_at":"2023-06-06T14:46:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0/manifests"},{"name":"conventional-commits-filter-v3.0.0","sha":"502a73fe41aebb7b563c5ca69521e0b1bab904df","kind":"commit","published_at":"2023-06-06T14:32:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0/manifests"},{"name":"conventional-commits-parser-v4.0.0","sha":"9f7fe891e75c64937c28baa39a6c795a01603ab7","kind":"commit","published_at":"2023-06-06T14:24:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0/manifests"},{"name":"git-raw-commits-v3.0.0","sha":"571f2d549f10744a12ab3bc5dc5e0b749cb72667","kind":"commit","published_at":"2023-06-06T14:16:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0/manifests"},{"name":"git-semver-tags-v5.0.0","sha":"445c796d04105d10dd62d07039bc6a7fc9f263a5","kind":"commit","published_at":"2023-06-06T13:51:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0/manifests"},{"name":"conventional-changelog-atom-v3.0.0","sha":"208787aa2f5db8de1c2d43c56d71e6dfb9510781","kind":"commit","published_at":"2023-06-06T13:43:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0/manifests"},{"name":"conventional-changelog-angular-v6.0.0","sha":"c4ebf98acc15f37154aae5de53a225e896c4a157","kind":"commit","published_at":"2023-06-06T13:36:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0/manifests"},{"name":"conventional-changelog-codemirror-v3.0.0","sha":"0772453bee083917a05b9696d063ee3dc69957f9","kind":"commit","published_at":"2023-06-06T13:25:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0/manifests"},{"name":"conventional-changelog-ember-v3.0.0","sha":"e473d0c8af7c0cf8a54f775556796f50f3e695c2","kind":"commit","published_at":"2023-06-06T13:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0/manifests"},{"name":"conventional-changelog-eslint-v4.0.0","sha":"b3b896bc5b9e3ed65dcfc08c57967a252f37cfd1","kind":"commit","published_at":"2023-06-06T12:56:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0/manifests"},{"name":"conventional-changelog-express-v3.0.0","sha":"5594385d1dd2490b0fb508a60b6f30e8be6616ce","kind":"commit","published_at":"2023-06-06T12:37:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0/manifests"},{"name":"conventional-changelog-jquery-v4.0.0","sha":"51a3015a907b2cea900114359c36ce0e9664b72d","kind":"commit","published_at":"2023-06-06T12:17:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0/manifests"},{"name":"conventional-changelog-jshint-v3.0.0","sha":"281e5f883476e90b75cae4373a67436c86e94f6a","kind":"commit","published_at":"2023-06-06T12:02:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v5.0.0","sha":"ba6df7cf62de5f448368bed4398f6ddf633d2cbd","kind":"commit","published_at":"2022-05-27T18:02:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0/manifests"},{"name":"conventional-changelog-writer-v5.0.1","sha":"21b73f974adc4490a318d9c892055655cb82c538","kind":"commit","published_at":"2021-12-29T21:36:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.3","sha":"02757d342290bcf51a49d49e5e72f5eae6c6f6da","kind":"commit","published_at":"2021-12-29T19:52:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3/manifests"},{"name":"conventional-commits-parser-v3.2.4","sha":"1d0f62d4ac4911ef0d912d5401f783b152cee624","kind":"commit","published_at":"2021-12-29T19:46:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4/manifests"},{"name":"git-raw-commits-v2.0.11","sha":"95384dbd105ffe4f86bbc6ccad3e5405a1cbfe04","kind":"commit","published_at":"2021-12-29T19:39:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.2","sha":"1827696185192a8dd258ea7c3370090238b0fb76","kind":"commit","published_at":"2021-12-25T18:06:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2/manifests"},{"name":"conventional-changelog-cli-v2.2.2","sha":"8ce6a7bbd3fae87aa9d56fca68c2e16fbb2cace5","kind":"commit","published_at":"2021-12-25T17:22:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2/manifests"},{"name":"conventional-changelog-v3.1.25","sha":"8e9c3d76aaffd7fe67a78270b3ad9b881e953e7e","kind":"commit","published_at":"2021-12-24T18:50:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25/manifests"},{"name":"conventional-commits-parser-v3.2.3","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3/manifests"},{"name":"conventional-changelog-cli-v2.2.1","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.1","sha":"c35708d56a55e31b750aec1f745e5be52f0a75f2","kind":"commit","published_at":"2021-09-09T19:06:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1/manifests"},{"name":"conventional-commits-parser-v3.2.2","sha":"1bae48ff85eff0736ea6691b7214f3fc9c026256","kind":"commit","published_at":"2021-09-09T14:45:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2/manifests"},{"name":"conventional-changelog-core-v4.2.4","sha":"02fbc2d42d0faf53d4b7a2b0525626088a6ac8ba","kind":"commit","published_at":"2021-09-09T14:37:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4/manifests"},{"name":"conventional-changelog-angular-v5.0.13","sha":"e30343b4676d26b416080294dc74ebba001c0716","kind":"commit","published_at":"2021-09-09T14:31:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v5.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13/manifests"},{"name":"conventional-changelog-core-v4.2.3","sha":"318b555b6ef3aebdb5a8d4c7c734fd7234712dd3","kind":"commit","published_at":"2021-07-03T00:24:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.0","sha":"537c37d7801872c3e57e4200c64154a4d2ea042a","kind":"commit","published_at":"2021-04-30T00:15:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0/manifests"},{"name":"conventional-commits-parser-v3.2.1","sha":"758dda2937b6784f0cc6a535286862fcf95b6f06","kind":"commit","published_at":"2021-02-15T21:32:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1/manifests"},{"name":"git-raw-commits-v2.0.10","sha":"ffecaccb6e117afae9f68f1d48ff9a69554da950","kind":"commit","published_at":"2021-01-27T16:36:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10/manifests"},{"name":"conventional-changelog-writer-v5.0.0","sha":"61ef6491add84b841e1797baf09f62bbdd90dcd4","kind":"commit","published_at":"2020-12-30T22:40:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v6.1.0","sha":"3b0fb22b0bb49137b9ecddaeb349f66025205c57","kind":"commit","published_at":"2020-12-30T16:58:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0/manifests"},{"name":"conventional-changelog-core-v4.2.2","sha":"317eeb3137caff69bcc9a67fce3dc67663a010db","kind":"commit","published_at":"2020-12-30T00:53:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2/manifests"},{"name":"conventional-recommended-bump-v6.0.12","sha":"90ecc5d93bfd7626857eda5d240f92393d896be0","kind":"commit","published_at":"2020-12-30T00:43:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12/manifests"},{"name":"git-raw-commits-v2.0.9","sha":"227f3e23af86912c0cd64fdb1a820ac92e5757c5","kind":"commit","published_at":"2020-12-29T23:59:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9/manifests"},{"name":"conventional-changelog-writer-v4.1.0","sha":"77725cfb12ca3ca22abb9421b4af012a49207e7a","kind":"commit","published_at":"2020-12-29T23:41:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0/manifests"},{"name":"conventional-changelog-atom@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8/manifests"},{"name":"conventional-changelog-angular@5.0.12","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12/manifests"},{"name":"conventional-changelog@3.1.24","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24/manifests"},{"name":"git-raw-commits@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8/manifests"},{"name":"standard-changelog@2.0.27","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27/manifests"},{"name":"gulp-conventional-changelog@2.0.35","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35/manifests"},{"name":"git-semver-tags@4.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1/manifests"},{"name":"conventional-recommended-bump@6.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11/manifests"},{"name":"conventional-commits-parser@3.2.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0/manifests"},{"name":"conventional-commits-filter@2.0.7","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7/manifests"},{"name":"conventional-changelog-writer@4.0.18","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18/manifests"},{"name":"conventional-changelog-jshint@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9/manifests"},{"name":"conventional-changelog-jquery@3.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11/manifests"},{"name":"conventional-changelog-express@2.0.6","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9/manifests"},{"name":"conventional-changelog-ember@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9/manifests"},{"name":"conventional-changelog-core@4.2.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.5.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1/manifests"},{"name":"conventional-changelog-v3.1.24","sha":"f8fcbc2e8b0834c29178ace6382b438a020ad828","kind":"commit","published_at":"2020-10-25T02:45:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24/manifests"},{"name":"conventional-recommended-bump@6.0.10","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10/manifests"},{"name":"standard-changelog@2.0.26","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26/manifests"},{"name":"gulp-conventional-changelog@2.0.34","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34/manifests"},{"name":"git-semver-tags@4.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0/manifests"},{"name":"conventional-changelog-core@4.2.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.4.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0/manifests"},{"name":"conventional-changelog-cli@2.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0/manifests"},{"name":"conventional-changelog@3.1.23","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23/manifests"},{"name":"standard-changelog@2.0.25","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25/manifests"},{"name":"conventional-changelog-writer@4.0.17","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17/manifests"},{"name":"conventional-changelog-jshint@2.0.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8/manifests"},{"name":"conventional-changelog-core@4.1.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8/manifests"},{"name":"conventional-changelog@3.1.22","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22/manifests"},{"name":"conventional-changelog-angular@5.0.11","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.35","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35/manifests"},{"name":"gulp-conventional-changelog@2.0.33","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.1","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1/manifests"},{"name":"conventional-changelog-core@4.1.7","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7/manifests"},{"name":"conventional-changelog@3.1.21","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21/manifests"},{"name":"conventional-changelog-writer@4.0.16","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.34","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34/manifests"},{"name":"standard-changelog@2.0.24","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24/manifests"},{"name":"gulp-conventional-changelog@2.0.32","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32/manifests"},{"name":"git-semver-tags@4.0.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.3.4","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4/manifests"},{"name":"standard-changelog@2.0.23","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23/manifests"},{"name":"gulp-conventional-changelog@2.0.31","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31/manifests"},{"name":"conventional-changelog-eslint@3.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.15","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10/manifests"},{"name":"conventional-changelog@3.1.20","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20/manifests"},{"name":"conventional-changelog-atom@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7/manifests"},{"name":"conventional-changelog-cli@2.0.33","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33/manifests"},{"name":"conventional-changelog-codemirror@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0/manifests"},{"name":"conventional-changelog-core@4.1.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6/manifests"},{"name":"conventional-changelog-ember@2.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8/manifests"},{"name":"conventional-commits-filter@2.0.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6/manifests"},{"name":"conventional-commits-parser@3.1.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.9","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9/manifests"},{"name":"git-raw-commits@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7/manifests"},{"name":"conventional-changelog-express@2.0.5","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10/manifests"},{"name":"conventional-changelog-jshint@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7/manifests"},{"name":"conventional-changelog-preset-loader-v2.3.2","sha":"9f6c56cb960a5043823cfb85b9843991201cbb51","kind":"commit","published_at":"2020-05-08T19:21:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v2.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2/manifests"},{"name":"conventional-changelog-core@4.1.5","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5/manifests"},{"name":"gulp-conventional-changelog@2.0.30","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30/manifests"},{"name":"standard-changelog@2.0.22","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22/manifests"},{"name":"conventional-changelog@3.1.19","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19/manifests"},{"name":"conventional-changelog-cli@2.0.32","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32/manifests"},{"name":"conventional-changelog-cli@2.0.31","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31/manifests"},{"name":"standard-changelog@2.0.21","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21/manifests"},{"name":"gulp-conventional-changelog@2.0.29","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29/manifests"},{"name":"conventional-changelog-core@4.1.4","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4/manifests"},{"name":"conventional-changelog@3.1.18","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18/manifests"},{"name":"conventional-changelog@3.1.17","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17/manifests"},{"name":"standard-changelog@2.0.20","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20/manifests"},{"name":"gulp-conventional-changelog@2.0.28","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28/manifests"},{"name":"conventional-changelog-core@4.1.3","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.30","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30/manifests"},{"name":"conventional-changelog-cli@2.0.29","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29/manifests"},{"name":"standard-changelog@2.0.19","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19/manifests"},{"name":"gulp-conventional-changelog@2.0.27","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27/manifests"},{"name":"conventional-changelog-core@4.1.2","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2/manifests"},{"name":"conventional-changelog@3.1.16","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16/manifests"},{"name":"conventional-changelog-cli@2.0.28","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28/manifests"},{"name":"standard-changelog@2.0.18","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18/manifests"},{"name":"gulp-conventional-changelog@2.0.26","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26/manifests"},{"name":"git-semver-tags@3.0.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1/manifests"},{"name":"git-raw-commits@2.0.3","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3/manifests"},{"name":"conventional-recommended-bump@6.0.5","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5/manifests"},{"name":"conventional-commits-parser@3.0.8","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.11","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11/manifests"},{"name":"conventional-changelog-core@4.1.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1/manifests"},{"name":"conventional-changelog@3.1.15","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15/manifests"},{"name":"gulp-conventional-changelog@2.0.25","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25/manifests"},{"name":"conventional-changelog@3.1.14","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14/manifests"},{"name":"conventional-changelog-angular@5.0.6","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6/manifests"},{"name":"conventional-changelog-cli@2.0.27","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.3","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3/manifests"},{"name":"conventional-changelog-core@4.1.0","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0/manifests"},{"name":"conventional-commits-parser@3.0.7","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7/manifests"},{"name":"conventional-recommended-bump@6.0.4","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4/manifests"},{"name":"standard-changelog@2.0.17","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17/manifests"},{"name":"conventional-changelog-cli@2.0.26","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.2","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2/manifests"},{"name":"conventional-changelog-core@4.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3/manifests"},{"name":"conventional-commits-parser@3.0.6","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6/manifests"},{"name":"conventional-recommended-bump@6.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.24","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24/manifests"},{"name":"standard-changelog@2.0.16","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16/manifests"},{"name":"conventional-changelog-writer@4.0.10","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10/manifests"},{"name":"conventional-changelog-preset-loader@2.3.0","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0/manifests"},{"name":"conventional-changelog@3.1.13","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13/manifests"},{"name":"conventional-changelog-jshint@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.9","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9/manifests"},{"name":"conventional-commits-parser@3.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5/manifests"},{"name":"conventional-changelog@3.1.12","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12/manifests"},{"name":"conventional-recommended-bump@6.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.23","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23/manifests"},{"name":"standard-changelog@2.0.15","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5/manifests"},{"name":"conventional-changelog-atom@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.25","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25/manifests"},{"name":"conventional-changelog-codemirror@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.1","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1/manifests"},{"name":"conventional-changelog-core@4.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2/manifests"},{"name":"conventional-changelog-ember@2.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4/manifests"},{"name":"conventional-changelog-eslint@3.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.6","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6/manifests"},{"name":"standard-changelog@2.0.14","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14/manifests"},{"name":"gulp-conventional-changelog@2.0.22","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22/manifests"},{"name":"conventional-recommended-bump@6.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1/manifests"},{"name":"conventional-commits-parser@3.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4/manifests"},{"name":"conventional-changelog-writer@4.0.8","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8/manifests"},{"name":"conventional-changelog-jshint@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.5","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5/manifests"},{"name":"conventional-changelog-eslint@3.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3/manifests"},{"name":"conventional-changelog-ember@2.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3/manifests"},{"name":"conventional-changelog-core@4.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.0","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.24","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24/manifests"},{"name":"conventional-changelog-atom@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4/manifests"},{"name":"conventional-changelog@3.1.11","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11/manifests"},{"name":"conventional-changelog-preset-loader@2.2.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0/manifests"},{"name":"standard-changelog@2.0.13","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13/manifests"},{"name":"gulp-conventional-changelog@2.0.21","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21/manifests"},{"name":"git-semver-tags@3.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0/manifests"},{"name":"conventional-recommended-bump@6.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.7","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7/manifests"},{"name":"conventional-changelog@3.1.10","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10/manifests"},{"name":"conventional-changelog-cli@2.0.23","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23/manifests"},{"name":"conventional-changelog-conventionalcommits@4.1.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0/manifests"},{"name":"conventional-changelog-core@4.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.1","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.0.0","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0/manifests"},{"name":"conventional-changelog-core@3.2.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3/manifests"},{"name":"conventional-changelog-writer@4.0.6","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6/manifests"},{"name":"conventional-commits-parser@3.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3/manifests"},{"name":"conventional-changelog@3.1.9","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9/manifests"},{"name":"standard-changelog@2.0.12","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.20","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20/manifests"},{"name":"git-semver-tags@2.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.22","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22/manifests"},{"name":"standard-changelog@2.0.11","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11/manifests"},{"name":"conventional-changelog@3.1.8","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8/manifests"},{"name":"conventional-changelog-cli@2.0.21","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.2","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.19","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19/manifests"},{"name":"conventional-changelog@3.1.7","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7/manifests"},{"name":"conventional-changelog-cli@2.0.20","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.1","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.18","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18/manifests"},{"name":"conventional-changelog-cli@2.0.19","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.17","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17/manifests"},{"name":"conventional-changelog@3.1.6","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6/manifests"},{"name":"conventional-changelog@3.1.5","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5/manifests"},{"name":"conventional-changelog-conventionalcommits@2.0.0","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.16","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.18","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.2","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.17","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17/manifests"},{"name":"conventional-changelog@3.1.4","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.15","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15/manifests"},{"name":"conventional-changelog-writer@4.0.5","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5/manifests"},{"name":"standard-changelog@2.0.10","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10/manifests"},{"name":"gulp-conventional-changelog@2.0.14","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14/manifests"},{"name":"conventional-changelog@3.1.3","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3/manifests"},{"name":"conventional-changelog-core@3.2.2","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2/manifests"},{"name":"conventional-changelog-cli@2.0.16","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.15","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15/manifests"},{"name":"standard-changelog@2.0.9","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.1.2","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2/manifests"},{"name":"conventional-changelog-core@3.2.1","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1/manifests"},{"name":"gulp-conventional-changelog@2.0.13","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13/manifests"},{"name":"conventional-changelog@3.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1/manifests"},{"name":"gulp-conventional-changelog@2.0.12","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12/manifests"},{"name":"conventional-recommended-bump@4.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1/manifests"},{"name":"conventional-changelog-preset-loader@2.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.14","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14/manifests"},{"name":"conventional-changelog-preset-loader@2.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0/manifests"},{"name":"conventional-changelog-writer@4.0.4","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4/manifests"},{"name":"conventional-commits-filter@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2/manifests"},{"name":"conventional-commits-parser@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2/manifests"},{"name":"conventional-recommended-bump@4.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0/manifests"},{"name":"gulp-conventional-changelog@2.0.11","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11/manifests"},{"name":"standard-changelog@2.0.8","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8/manifests"},{"name":"git-raw-commits@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2/manifests"},{"name":"conventional-changelog@3.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0/manifests"},{"name":"conventional-changelog-cli@2.0.13","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0/manifests"},{"name":"conventional-changelog-core@3.2.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0/manifests"},{"name":"conventional-changelog-eslint@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2/manifests"},{"name":"standard-changelog@2.0.7","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6/manifests"},{"name":"conventional-changelog-angular@5.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.12","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.10","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10/manifests"},{"name":"conventional-changelog-writer@4.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3/manifests"},{"name":"conventional-changelog-core@3.1.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6/manifests"},{"name":"conventional-recommended-bump@4.0.4","sha":"da729f68f9dc581623deb587c705ef65d189a9f4","kind":"tag","published_at":"2018-11-01T06:56:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4/manifests"},{"name":"standard-changelog@2.0.6","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6/manifests"},{"name":"conventional-changelog-core@3.1.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5/manifests"},{"name":"conventional-changelog-writer@4.0.2","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.9","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.0.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.11","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.10","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10/manifests"},{"name":"conventional-changelog-core@3.1.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.8","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8/manifests"},{"name":"conventional-changelog@3.0.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4/manifests"},{"name":"git-semver-tags@2.0.2","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.3","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3/manifests"},{"name":"standard-changelog@2.0.5","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5/manifests"},{"name":"standard-changelog@2.0.4","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.7","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3/manifests"},{"name":"conventional-changelog-core@3.1.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.9","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9/manifests"},{"name":"standard-changelog@2.0.3","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.8","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8/manifests"},{"name":"conventional-changelog-core@3.1.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2/manifests"},{"name":"gulp-conventional-changelog@2.0.6","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6/manifests"},{"name":"conventional-changelog@3.0.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.5","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.7","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7/manifests"},{"name":"conventional-changelog@3.0.1","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1/manifests"},{"name":"standard-changelog@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4/manifests"},{"name":"git-semver-tags@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1/manifests"},{"name":"git-raw-commits@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2/manifests"},{"name":"conventional-commits-parser@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1/manifests"},{"name":"conventional-commits-filter@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1/manifests"},{"name":"conventional-changelog-writer@4.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1/manifests"},{"name":"conventional-changelog-preset-loader@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4/manifests"},{"name":"conventional-changelog-express@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1/manifests"},{"name":"conventional-changelog-eslint@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2/manifests"},{"name":"conventional-changelog-core@3.1.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1/manifests"},{"name":"conventional-changelog-codemirror@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.6","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6/manifests"},{"name":"conventional-changelog-atom@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1/manifests"},{"name":"conventional-changelog-angular@5.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2/manifests"},{"name":"conventional-changelog@3.0.0","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.5","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.3","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.2","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.4","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3/manifests"},{"name":"standard-changelog@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3/manifests"},{"name":"conventional-changelog-core@3.1.0","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0/manifests"},{"name":"conventional-changelog-ember@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1/manifests"},{"name":"conventional-changelog-jquery@3.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1/manifests"},{"name":"conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0/manifests"},{"name":"conventional-recommended-bump@4.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0/manifests"},{"name":"conventional-changelog-jquery@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0/manifests"},{"name":"conventional-changelog-express@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0/manifests"},{"name":"conventional-changelog-eslint@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0/manifests"},{"name":"conventional-changelog-ember@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1/manifests"},{"name":"conventional-changelog-atom@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1/manifests"},{"name":"conventional-changelog-angular@4.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1/manifests"},{"name":"conventional-changelog-jquery@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0/manifests"},{"name":"conventional-changelog-jshint@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0/manifests"},{"name":"standard-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0/manifests"},{"name":"conventional-recommended-bump@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0/manifests"},{"name":"conventional-commits-parser@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0/manifests"},{"name":"conventional-commits-filter@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0/manifests"},{"name":"conventional-changelog-ember@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0/manifests"},{"name":"conventional-changelog-express@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0/manifests"},{"name":"git-semver-tags@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0/manifests"},{"name":"git-raw-commits@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0/manifests"},{"name":"conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-angular@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0/manifests"},{"name":"conventional-changelog-atom@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0/manifests"},{"name":"conventional-changelog-core@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0/manifests"},{"name":"conventional-changelog-eslint@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-core@2.0.11","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11/manifests"},{"name":"conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-cli@1.3.22","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22/manifests"},{"name":"conventional-changelog-ember@0.3.12","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12/manifests"},{"name":"conventional-recommended-bump@2.0.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9/manifests"},{"name":"conventional-changelog-angular@3.0.7","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7/manifests"},{"name":"gulp-conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24/manifests"},{"name":"standard-changelog@1.0.19","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19/manifests"},{"name":"conventional-changelog-jquery@1.3.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9/manifests"},{"name":"conventional-changelog-angular@3.0.6","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6/manifests"},{"name":"standard-changelog@1.0.18","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18/manifests"},{"name":"gulp-conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-writer@3.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9/manifests"},{"name":"conventional-changelog-jshint@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8/manifests"},{"name":"conventional-changelog-jquery@1.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8/manifests"},{"name":"conventional-changelog-eslint@1.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9/manifests"},{"name":"conventional-changelog-ember@0.3.11","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11/manifests"},{"name":"conventional-changelog-core@2.0.10","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10/manifests"},{"name":"conventional-changelog-codemirror@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8/manifests"},{"name":"conventional-changelog-cli@1.3.21","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21/manifests"},{"name":"conventional-changelog-atom@0.2.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8/manifests"},{"name":"conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23/manifests"},{"name":"gulp-conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-core@2.0.9","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9/manifests"},{"name":"conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-cli@1.3.20","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20/manifests"},{"name":"conventional-changelog-writer@3.0.8","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8/manifests"},{"name":"standard-changelog@1.0.17","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17/manifests"},{"name":"conventional-changelog-angular@3.0.5","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.10","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10/manifests"},{"name":"conventional-changelog-cli@1.3.19","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19/manifests"},{"name":"conventional-changelog-angular@3.0.4","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4/manifests"},{"name":"conventional-changelog-atom@0.2.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7/manifests"},{"name":"conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-core@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.9","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9/manifests"},{"name":"conventional-changelog-eslint@1.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8/manifests"},{"name":"conventional-changelog-express@0.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6/manifests"},{"name":"conventional-changelog-jquery@1.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7/manifests"},{"name":"conventional-changelog-preset-loader@1.1.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8/manifests"},{"name":"conventional-changelog-writer@3.0.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7/manifests"},{"name":"conventional-commits-parser@2.1.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7/manifests"},{"name":"conventional-recommended-bump@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8/manifests"},{"name":"git-raw-commits@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6/manifests"},{"name":"git-semver-tags@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21/manifests"},{"name":"standard-changelog@1.0.16","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16/manifests"},{"name":"conventional-changelog-codemirror@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6/manifests"},{"name":"conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-core@2.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7/manifests"},{"name":"conventional-changelog-codemirror@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6/manifests"},{"name":"conventional-changelog-cli@1.3.18","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18/manifests"},{"name":"conventional-changelog-ember@0.3.8","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8/manifests"},{"name":"conventional-changelog-writer@3.0.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6/manifests"},{"name":"conventional-changelog-atom@0.2.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6/manifests"},{"name":"conventional-changelog-eslint@1.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7/manifests"},{"name":"standard-changelog@1.0.15","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15/manifests"},{"name":"conventional-changelog-angular@3.0.3","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3/manifests"},{"name":"conventional-changelog-jquery@1.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-angular@3.0.2","sha":"1cc079df803f58b52c8aa997fff43e9c162266e7","kind":"tag","published_at":"2018-03-22T14:14:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2/manifests"},{"name":"conventional-changelog-ember@0.3.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7/manifests"},{"name":"standard-changelog@1.0.14","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14/manifests"},{"name":"gulp-conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19/manifests"},{"name":"git-semver-tags@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5/manifests"},{"name":"git-raw-commits@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7/manifests"},{"name":"conventional-commits-parser@2.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6/manifests"},{"name":"conventional-commits-filter@1.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5/manifests"},{"name":"conventional-changelog-preset-loader@1.1.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7/manifests"},{"name":"conventional-changelog-jshint@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5/manifests"},{"name":"conventional-changelog-jquery@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5/manifests"},{"name":"conventional-changelog-express@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6/manifests"},{"name":"conventional-changelog-core@2.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5/manifests"},{"name":"conventional-changelog-cli@1.3.17","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17/manifests"},{"name":"conventional-changelog-atom@0.2.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5/manifests"},{"name":"conventional-changelog-angular@3.0.1","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1/manifests"},{"name":"conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19/manifests"},{"name":"conventional-changelog-angular@3.0.0","sha":"49997aaba373502e5b38bd366846934641e95799","kind":"tag","published_at":"2018-03-22T13:45:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.16","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16/manifests"},{"name":"conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18/manifests"},{"name":"gulp-conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-eslint@1.0.5","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5/manifests"},{"name":"conventional-changelog-cli@1.3.15","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15/manifests"},{"name":"conventional-changelog-codemirror@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4/manifests"},{"name":"conventional-changelog-express@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4/manifests"},{"name":"conventional-changelog-jquery@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4/manifests"},{"name":"conventional-changelog-jshint@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4/manifests"},{"name":"conventional-commits-filter@1.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5/manifests"},{"name":"conventional-commits-parser@2.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5/manifests"},{"name":"conventional-recommended-bump@2.0.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6/manifests"},{"name":"standard-changelog@1.0.13","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13/manifests"},{"name":"gulp-conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17/manifests"},{"name":"git-semver-tags@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4/manifests"},{"name":"git-raw-commits@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4/manifests"},{"name":"conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17/manifests"},{"name":"conventional-changelog-angular@1.6.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6/manifests"},{"name":"conventional-changelog-atom@0.2.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4/manifests"},{"name":"gulp-conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog-angular@1.6.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5/manifests"},{"name":"conventional-changelog-atom@0.2.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3/manifests"},{"name":"conventional-changelog-cli@1.3.14","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14/manifests"},{"name":"conventional-changelog-codemirror@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4/manifests"},{"name":"conventional-changelog-ember@0.3.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3/manifests"},{"name":"conventional-changelog-express@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3/manifests"},{"name":"conventional-changelog-jshint@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5/manifests"},{"name":"conventional-changelog-writer@3.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3/manifests"},{"name":"conventional-commits-filter@1.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4/manifests"},{"name":"conventional-commits-parser@2.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4/manifests"},{"name":"conventional-recommended-bump@2.0.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5/manifests"},{"name":"git-raw-commits@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3/manifests"},{"name":"git-semver-tags@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3/manifests"},{"name":"standard-changelog@1.0.12","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12/manifests"},{"name":"conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15/manifests"},{"name":"gulp-conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15/manifests"},{"name":"conventional-recommended-bump@2.0.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4/manifests"},{"name":"conventional-changelog-cli@1.3.13","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13/manifests"},{"name":"conventional-changelog-preset-loader@1.1.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4/manifests"},{"name":"git-raw-commits@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2/manifests"},{"name":"standard-changelog@1.0.11","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11/manifests"},{"name":"conventional-recommended-bump@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3/manifests"},{"name":"gulp-conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14/manifests"},{"name":"git-semver-tags@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2/manifests"},{"name":"conventional-changelog-eslint@1.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2/manifests"},{"name":"conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14/manifests"},{"name":"conventional-changelog-angular@1.6.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4/manifests"},{"name":"conventional-changelog-atom@0.2.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2/manifests"},{"name":"conventional-changelog-cli@1.3.12","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12/manifests"},{"name":"conventional-changelog-codemirror@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2/manifests"},{"name":"conventional-changelog-core@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.3.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4/manifests"},{"name":"conventional-changelog-express@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2/manifests"},{"name":"conventional-changelog-jquery@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2/manifests"},{"name":"conventional-changelog-jshint@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3/manifests"},{"name":"conventional-commits-filter@1.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3/manifests"},{"name":"conventional-changelog-writer@3.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13/manifests"},{"name":"standard-changelog@1.0.10","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10/manifests"},{"name":"git-raw-commits@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1/manifests"},{"name":"conventional-commits-parser@2.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2/manifests"},{"name":"conventional-changelog-writer@3.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1/manifests"},{"name":"conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13/manifests"},{"name":"conventional-commits-filter@1.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2/manifests"},{"name":"conventional-recommended-bump@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2/manifests"},{"name":"git-semver-tags@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1/manifests"},{"name":"conventional-changelog-core@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2/manifests"},{"name":"conventional-changelog-codemirror@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1/manifests"},{"name":"conventional-changelog-angular@1.6.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3/manifests"},{"name":"conventional-changelog-cli@1.3.11","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11/manifests"},{"name":"conventional-changelog-atom@0.2.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1/manifests"},{"name":"conventional-changelog-ember@0.3.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1/manifests"},{"name":"conventional-changelog-express@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3/manifests"},{"name":"conventional-changelog-jshint@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1/manifests"},{"name":"conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12/manifests"},{"name":"gulp-conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12/manifests"},{"name":"conventional-changelog-cli@1.3.10","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10/manifests"},{"name":"conventional-recommended-bump@2.0.1","sha":"a4f0aa902d3e966fe6d6b1d46f2130838524cfbf","kind":"tag","published_at":"2018-02-12T14:54:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1/manifests"},{"name":"conventional-recommended-bump@2.0.0","sha":"9885d205ed96338575335652d006f475408e1195","kind":"tag","published_at":"2018-02-12T14:30:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0/manifests"},{"name":"conventional-changelog-preset-loader@1.1.2","sha":"a450d974237d440009ec3fb4c63974cf066e8f79","kind":"tag","published_at":"2018-02-12T04:07:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.1","sha":"5af1f00dcc4e1f9c3299bc7feb322a88b711f042","kind":"tag","published_at":"2018-02-09T04:17:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.0","sha":"c3eb36dbc52f383df6f3dcf3a3870b01ceee0b8b","kind":"tag","published_at":"2018-02-08T14:46:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0/manifests"},{"name":"conventional-changelog-ember@0.3.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1/manifests"},{"name":"conventional-changelog-angular@1.6.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2/manifests"},{"name":"gulp-conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11/manifests"},{"name":"standard-changelog@1.0.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9/manifests"},{"name":"conventional-recommended-bump@1.2.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1/manifests"},{"name":"conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11/manifests"},{"name":"conventional-changelog-cli@1.3.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9/manifests"},{"name":"conventional-changelog-core@2.0.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1/manifests"},{"name":"gulp-conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10/manifests"},{"name":"standard-changelog@1.0.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8/manifests"},{"name":"git-semver-tags@1.3.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.2.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0/manifests"},{"name":"conventional-changelog-writer@3.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0/manifests"},{"name":"conventional-changelog-eslint@1.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.3.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1/manifests"},{"name":"conventional-changelog-core@2.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8/manifests"},{"name":"conventional-changelog-angular@1.6.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1/manifests"},{"name":"conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10/manifests"},{"name":"conventional-changelog-core@1.9.5","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5/manifests"},{"name":"conventional-changelog-ember@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0/manifests"},{"name":"conventional-changelog-eslint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0/manifests"},{"name":"conventional-changelog-cli@1.3.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7/manifests"},{"name":"conventional-changelog-express@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0/manifests"},{"name":"conventional-changelog-jquery@1.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0/manifests"},{"name":"conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-jshint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0/manifests"},{"name":"gulp-conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9/manifests"},{"name":"standard-changelog@1.0.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7/manifests"},{"name":"conventional-changelog-angular@1.6.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0/manifests"},{"name":"conventional-changelog-codemirror@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0/manifests"},{"name":"conventional-changelog-atom@0.2.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0/manifests"},{"name":"conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8/manifests"},{"name":"standard-changelog@1.0.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6/manifests"},{"name":"gulp-conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8/manifests"},{"name":"conventional-recommended-bump@1.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0/manifests"},{"name":"conventional-commits-parser@2.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0/manifests"},{"name":"conventional-commits-filter@1.1.1","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1/manifests"},{"name":"conventional-changelog-writer@2.0.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.2.10","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10/manifests"},{"name":"conventional-changelog-core@1.9.4","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4/manifests"},{"name":"conventional-changelog-cli@1.3.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6/manifests"},{"name":"conventional-changelog-angular@1.5.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3/manifests"},{"name":"conventional-changelog-ember@0.2.9","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9/manifests"},{"name":"standard-changelog@1.0.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5/manifests"},{"name":"gulp-conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7/manifests"},{"name":"git-semver-tags@1.2.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3/manifests"},{"name":"git-raw-commits@1.3.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.0.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3/manifests"},{"name":"conventional-commits-parser@2.0.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1/manifests"},{"name":"conventional-commits-filter@1.1.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0/manifests"},{"name":"conventional-changelog-writer@2.0.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2/manifests"},{"name":"conventional-changelog-jshint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1/manifests"},{"name":"conventional-changelog-jquery@1.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1/manifests"},{"name":"conventional-changelog-express@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1/manifests"},{"name":"conventional-changelog-eslint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1/manifests"},{"name":"conventional-changelog-core@1.9.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3/manifests"},{"name":"conventional-changelog-codemirror@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1/manifests"},{"name":"conventional-changelog-cli@1.3.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5/manifests"},{"name":"conventional-changelog-atom@0.1.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2/manifests"},{"name":"conventional-changelog-angular@1.5.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2/manifests"},{"name":"conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7/manifests"},{"name":"@marionebl/conventional-commits-parser@3.0.0","sha":"edf4068ce4c3ea6ac5b61323473ab655be5eb895","kind":"tag","published_at":"2017-11-01T07:09:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/@marionebl/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/@marionebl/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4/manifests"},{"name":"git-semver-tags@1.2.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2/manifests"},{"name":"conventional-recommended-bump@1.0.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-ember@0.2.8","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8/manifests"},{"name":"conventional-changelog-core@1.9.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2/manifests"},{"name":"standard-changelog@1.0.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4/manifests"},{"name":"conventional-changelog-angular@1.5.1","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1/manifests"},{"name":"conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6/manifests"},{"name":"standard-changelog@1.0.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3/manifests"},{"name":"conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-angular@1.5.0","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0/manifests"},{"name":"conventional-changelog-cli@1.3.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3/manifests"},{"name":"gulp-conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-writer@2.0.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1/manifests"},{"name":"conventional-changelog-core@1.9.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1/manifests"},{"name":"conventional-changelog-ember@0.2.7","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7/manifests"},{"name":"git-semver-tags@1.2.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1/manifests"},{"name":"conventional-changelog-jshint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0/manifests"},{"name":"conventional-changelog-jquery@1.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0/manifests"},{"name":"conventional-changelog-express@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0/manifests"},{"name":"conventional-changelog-eslint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0/manifests"},{"name":"conventional-commits-parser@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0/manifests"},{"name":"conventional-changelog-writer@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1/manifests"},{"name":"conventional-changelog-core@1.9.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0/manifests"},{"name":"conventional-changelog-codemirror@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0/manifests"},{"name":"conventional-changelog-cli@1.3.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2/manifests"},{"name":"conventional-changelog-atom@0.1.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1/manifests"},{"name":"conventional-changelog-angular@1.4.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0/manifests"},{"name":"conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4/manifests"},{"name":"gulp-conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4/manifests"},{"name":"standard-changelog@1.0.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2/manifests"},{"name":"conventional-changelog-ember@0.2.6","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6/manifests"},{"name":"conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3/manifests"},{"name":"conventional-changelog-angular@1.3.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3/manifests"},{"name":"conventional-changelog-cli@1.3.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1/manifests"},{"name":"conventional-changelog-core@1.8.0","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.8.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0/manifests"},{"name":"conventional-changelog-ember@0.2.5","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5/manifests"},{"name":"gulp-conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3/manifests"},{"name":"standard-changelog@1.0.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1/manifests"},{"name":"git-semver-tags@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0/manifests"},{"name":"standard-changelog@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2/manifests"},{"name":"git-raw-commits@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0/manifests"},{"name":"conventional-recommended-bump@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.2.4","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4/manifests"},{"name":"conventional-changelog-core@1.7.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.7.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0/manifests"},{"name":"conventional-changelog-cli@1.3.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0/manifests"},{"name":"conventional-changelog-angular@1.3.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2/manifests"},{"name":"conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2/manifests"},{"name":"gulp-conventional-changelog@1.1.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"tag","published_at":"2017-03-10T05:35:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0/manifests"},{"name":"standard-changelog@0.0.2","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@0.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-ember@0.2.3","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3/manifests"},{"name":"conventional-changelog-core@1.6.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0/manifests"},{"name":"conventional-changelog-angular@1.3.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1/manifests"},{"name":"conventional-changelog-cli@1.2.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1/manifests"},{"name":"conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-cli@1.2.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:01:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0/manifests"},{"name":"conventional-changelog-core@1.5.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:00:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0/manifests"},{"name":"git-raw-commits@1.1.2","sha":"f5fe78b1f15791cb0499744bf278dff22b52732f","kind":"tag","published_at":"2017-03-09T07:37:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2/manifests"},{"name":"git-semver-tags@1.1.2","sha":"7be07c7c0f49572b1c0e9c98f004b599d8b5bb1a","kind":"tag","published_at":"2017-03-09T07:35:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2/manifests"},{"name":"v1.1.0","sha":"600d411569271467389c3cbe71f7f657980e89a1","kind":"tag","published_at":"2016-02-13T06:59:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"9591280a8d09220aced3383abe3bc7ecbb34b503","kind":"tag","published_at":"2016-02-13T06:37:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"beef421f56939190a4ca30c28788eda1b3f9480d","kind":"tag","published_at":"2016-02-05T13:49:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"c8e90ab7fddd0b98855913e73fc12f9dc9dc81b1","kind":"tag","published_at":"2016-02-05T12:59:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0/manifests"},{"name":"v0.5.3","sha":"d79ce243223260b153699b99de0503698546ea63","kind":"tag","published_at":"2015-12-25T05:07:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"9e7b771072a2680c6c335fcad38003aade53213e","kind":"tag","published_at":"2015-12-23T12:24:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"4bf7d8df29f7be29552b82ec2b7112fad0c39a3e","kind":"tag","published_at":"2015-10-20T09:52:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"5ca2204b472704543ebbc744a22f8f90ec659659","kind":"tag","published_at":"2015-09-30T08:49:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"e5f2f3bc675e2c7e5cc6aa0ed50da7941833e492","kind":"tag","published_at":"2015-09-04T03:16:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"7536a0b351cc4f2764e71cbc268a178ab595259d","kind":"tag","published_at":"2015-08-17T01:28:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"56fa3d92620a41a875b3337fa51d04d6df23b1a8","kind":"tag","published_at":"2015-08-15T12:34:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"eefec0ef598a92e78510ee8626fd9bbcdb1398e4","kind":"tag","published_at":"2015-08-15T11:19:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0/manifests"},{"name":"v0.3.2","sha":"74b99dca61eafd56ba93605016b086a1108e77fe","kind":"tag","published_at":"2015-08-13T03:12:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"a1aca9c31a45aded77962bd0defc32e503aec213","kind":"commit","published_at":"2015-08-11T06:23:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"b489672d27ff703337c540f0fbc43f6486a84d99","kind":"commit","published_at":"2015-08-09T03:27:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"12e3cd6b151353dbe7f584adabbe5dd8a28424db","kind":"commit","published_at":"2015-07-24T08:13:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"f437b457b5ea6c105535a360144000f8315db54d","kind":"commit","published_at":"2015-07-24T04:54:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0/manifests"},{"name":"v0.1.3","sha":"c8fa9d0b94f8ac07f162623e4b9e9e68aad82e62","kind":"commit","published_at":"2015-07-22T11:06:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"6ba5d6e4b90a154dbca6ec0f80c66ad5995cd770","kind":"commit","published_at":"2015-07-22T07:10:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c015f8762f70eff2be7b8d7fb82438689239d717","kind":"commit","published_at":"2015-07-20T07:55:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"7253d0fea773e3f7cc0a3fb8278c9da070df26ee","kind":"commit","published_at":"2015-07-20T07:12:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.3","sha":"0c9f1e89bfacec8e08bac8ef96d64e3abdbecda7","kind":"commit","published_at":"2015-07-17T11:02:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"fec1baf43b8c0156682d4014a4fd066bd24ad448","kind":"commit","published_at":"2015-07-17T06:23:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"a5ea0dfada48601b9e3fbec78dd37d70380a2db6","kind":"commit","published_at":"2015-07-15T08:03:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1/manifests"},{"name":"v0.1.0-alpha.3","sha":"9b6cc68a2c17c9671363fe7af5de7ebd3a06aaeb","kind":"commit","published_at":"2015-07-06T01:27:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3/manifests"},{"name":"v0.1.0-alpha.2","sha":"34b0f460c34ecc48af857d8ee5d7038970ba56fb","kind":"commit","published_at":"2015-06-29T12:04:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2/manifests"},{"name":"v0.1.0-alpha.1","sha":"05b3415fc699ab43f3fa33b5ecd040ab5ecdf9e2","kind":"commit","published_at":"2015-06-24T04:42:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1/manifests"},{"name":"v0.0.17","sha":"3cae05244e48af9cf4abbef3114060db585a574c","kind":"commit","published_at":"2015-04-03T02:12:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"c0719ce6ba16778dd34c2cfdc81e7f3c5321409d","kind":"commit","published_at":"2015-03-19T04:15:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"57af04dc3e362c0e327b716279c9143028c6e0da","kind":"commit","published_at":"2015-03-18T20:23:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"69be290efb58a6a92e9ae78d7b37168d293920b5","kind":"commit","published_at":"2015-03-13T21:22:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"15a39d02ba3d666e7820eecbb8c5493ef2f6040a","kind":"commit","published_at":"2015-03-12T23:17:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13/manifests"},{"name":"v0.0.11","sha":"37f5561553c30d8f0f2c949502ea278da64949cd","kind":"tag","published_at":"2014-05-28T13:14:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"ad6f6ec5499d2c902b88da95487862d50e5ad776","kind":"tag","published_at":"2014-05-28T12:51:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"87efbabd9bc2a0fd83255e6cb856961b10aef9eb","kind":"tag","published_at":"2014-05-06T17:11:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"94b12cf69c51264b1edb6c81b50a262f0536894b","kind":"tag","published_at":"2014-04-10T14:45:48.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"1cf17e494fd7d8538c55189c72c0cf57d145ef41","kind":"tag","published_at":"2014-04-10T14:06:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"861f9ec93de28be4185b35815c2b6ab17746eb3f","kind":"commit","published_at":"2014-01-23T19:39:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"3f59f7356c86f30ef8e8754386373c2a8f97b367","kind":"commit","published_at":"2014-01-23T18:59:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6fa2c22464dcd964df604550c2ce2ed1d2f4362b","kind":"commit","published_at":"2014-01-04T21:36:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4/manifests"}]},"repo_metadata_updated_at":"2024-09-05T17:59:57.814Z","dependent_packages_count":2,"downloads":10,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":56.48365051999424,"dependent_repos_count":25.30552159382132,"dependent_packages_count":16.219766897652278,"stargazers_count":1.5170232680881242,"forks_count":1.776877053945844,"average":20.260567866700363},"purl":"pkg:npm/alm-conventional-changelog","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/alm-conventional-changelog","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/alm-conventional-changelog","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/alm-conventional-changelog/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-09-04T23:04:01.314Z","issues_count":175,"pull_requests_count":479,"avg_time_to_close_issue":19345133.890243903,"avg_time_to_close_pull_request":6038480.121447029,"issues_closed_count":82,"pull_requests_closed_count":387,"pull_request_authors_count":71,"issue_authors_count":107,"avg_comments_per_issue":2.12,"avg_comments_per_pull_request":1.3068893528183716,"merged_pull_requests_count":302,"bot_issues_count":3,"bot_pull_requests_count":228,"past_year_issues_count":65,"past_year_pull_requests_count":215,"past_year_avg_time_to_close_issue":881436.8095238095,"past_year_avg_time_to_close_pull_request":919702.6333333333,"past_year_issues_closed_count":42,"past_year_pull_requests_closed_count":180,"past_year_pull_request_authors_count":24,"past_year_issue_authors_count":40,"past_year_avg_comments_per_issue":1.5538461538461539,"past_year_avg_comments_per_pull_request":1.0604651162790697,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":94,"past_year_merged_pull_requests_count":142,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues","maintainers":[{"login":"dangreen","count":83,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"},{"login":"bcoe","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bcoe"},{"login":"tommywo","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tommywo"}],"active_maintainers":[{"login":"dangreen","count":72,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/alm-conventional-changelog/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/alm-conventional-changelog/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/alm-conventional-changelog/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/alm-conventional-changelog/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/alm-conventional-changelog/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/alm-conventional-changelog/codemeta","maintainers":[{"uuid":"osamamored","login":"osamamored","name":null,"email":"osamamored@gmail.com","url":null,"packages_count":2,"html_url":"https://www.npmjs.com/~osamamored","role":null,"created_at":"2022-11-19T19:22:57.474Z","updated_at":"2022-11-19T19:22:57.474Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/osamamored/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5644415,"maintainers_count":1200486,"namespaces_count":399623,"keywords_count":847874,"github":"npm","metadata":{"funded_packages_count":171745},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-06-10T05:11:46.456Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":1468144,"name":"beta-changelog","ecosystem":"npm","description":"conventional-changelog angular preset","homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-angular#readme","licenses":"ISC","normalized_licenses":["ISC"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":["conventional-changelog","angular","preset"],"namespace":null,"versions_count":2,"first_release_published_at":"2018-05-08T23:58:52.368Z","latest_release_published_at":"2018-05-09T16:12:02.761Z","latest_release_number":"0.1.1","last_synced_at":"2026-06-03T20:26:57.953Z","created_at":"2022-04-09T02:16:28.819Z","updated_at":"2026-06-03T20:26:57.953Z","registry_url":"https://www.npmjs.com/package/beta-changelog","install_command":"npm install beta-changelog","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"0.1.1"}},"repo_metadata":{"id":12961414,"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2024-06-18T04:54:14.000Z","size":5832,"stargazers_count":7627,"open_issues_count":249,"forks_count":715,"subscribers_count":58,"default_branch":"master","last_synced_at":"2024-06-19T09:40:31.278Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2024-06-19T09:40:44.711Z","dependencies_parsed_at":"2022-07-13T10:30:31.523Z","dependency_job_id":"5f6d159e-c4c6-405b-9fa7-976ffc4dfa04","html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1464,"total_committers":136,"mean_commits":"10.764705882352942","dds":"0.40095628415300544","last_synced_commit":"58f0887283a200d52e49607baf7b352f26177b05"},"previous_names":["ajoslin/conventional-changelog"],"tags_count":777,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":215686924,"owners_count":15916249,"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"},"owner_record":{"login":"conventional-changelog","name":"conventional-changelog","uuid":"16443515","kind":"organization","description":"Tools to generate changelogs and release notes from a project's commit messages and metadata.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16443515?v=4","repositories_count":12,"last_synced_at":"2024-03-25T20:05:25.442Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/conventional-changelog","funding_links":[],"total_stars":31480,"followers":325,"following":0,"created_at":"2022-11-02T16:25:21.572Z","updated_at":"2024-03-25T20:05:26.809Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog/repositories"},"tags":[{"name":"git-client-v1.0.1","sha":"d3b8aaa16337993bbad4d91db1ffac5a7568756b","kind":"commit","published_at":"2024-05-06T14:46:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1/manifests"},{"name":"conventional-changelog-v6.0.0","sha":"83bb15ba5de08f080884fc906c6db3c99c8b2131","kind":"commit","published_at":"2024-04-26T22:08:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0/manifests"},{"name":"conventional-changelog-core-v8.0.0","sha":"7bc92fc05e4447f311ad52b6e39d36f461eaf083","kind":"commit","published_at":"2024-04-26T22:07:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v8.0.0","sha":"3129c812139bf7454a64b4d506e6b85cd5abc77c","kind":"commit","published_at":"2024-04-26T22:06:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0/manifests"},{"name":"git-semver-tags-v8.0.0","sha":"fbd1b3bcd6253a32de89eb21145c2eb70d9396b6","kind":"commit","published_at":"2024-04-26T22:05:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v5.0.0","sha":"e34c96db3dbebedb17a6583aae8855dddd056f83","kind":"commit","published_at":"2024-04-26T22:04:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0/manifests"},{"name":"conventional-changelog-angular-v8.0.0","sha":"2aa6291a93eb881230e896f87a5232873b6a9717","kind":"commit","published_at":"2024-04-26T22:04:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0/manifests"},{"name":"conventional-changelog-jquery-v6.0.0","sha":"1c71cd6d4868ef2e158963e277609a9794806306","kind":"commit","published_at":"2024-04-26T22:03:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v8.0.0","sha":"533e36277d1779a5ac79a06210c603b5f88bc030","kind":"commit","published_at":"2024-04-26T22:00:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0/manifests"},{"name":"conventional-changelog-eslint-v6.0.0","sha":"c7459cd7d1e1ab82c9a5d552b008c02aba290cad","kind":"commit","published_at":"2024-04-26T21:59:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0/manifests"},{"name":"git-raw-commits-v5.0.0","sha":"f61ea377e843db0852c35911785895ec43481f11","kind":"commit","published_at":"2024-04-26T21:58:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0/manifests"},{"name":"conventional-changelog-codemirror-v5.0.0","sha":"77525286ffc8869a6ac351ebe28198842815cb7c","kind":"commit","published_at":"2024-04-26T21:57:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0/manifests"},{"name":"conventional-changelog-cli-v5.0.0","sha":"a75cef688b9a1557ca981178d4d35c18963160b6","kind":"commit","published_at":"2024-04-26T21:53:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0/manifests"},{"name":"conventional-changelog-express-v5.0.0","sha":"a6ab80d6e30091a8b743ee97a87e7400af1ebc53","kind":"commit","published_at":"2024-04-26T21:53:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v10.0.0","sha":"d7c409b02f1d58cf6f0293edcadbe5f00a78a622","kind":"commit","published_at":"2024-04-26T21:52:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v10.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v10.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0/manifests"},{"name":"conventional-changelog-atom-v5.0.0","sha":"3b2b9d0ec2382f73d9cf000a1004596f90ece916","kind":"commit","published_at":"2024-04-26T21:51:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0/manifests"},{"name":"conventional-changelog-jshint-v5.0.0","sha":"d7dae509e72b09d1496ae51f1f04c15581c828fc","kind":"commit","published_at":"2024-04-26T21:50:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0/manifests"},{"name":"conventional-changelog-ember-v5.0.0","sha":"2e99dfa49112ffe6c864dd0e436f0db1e696b1f9","kind":"commit","published_at":"2024-04-26T21:50:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0/manifests"},{"name":"conventional-commits-parser-v6.0.0","sha":"646e1be132ccd0f32e3074de2f511be5c610984f","kind":"commit","published_at":"2024-04-26T21:48:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0/manifests"},{"name":"conventional-commits-filter-v5.0.0","sha":"be4266b7ef7b84ba5c198dfa8c143229f8a5b128","kind":"commit","published_at":"2024-04-26T21:47:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0/manifests"},{"name":"standard-changelog-v6.0.0","sha":"3e9b9387f29e48a508b70b88f26b40a6db9fea16","kind":"commit","published_at":"2024-04-26T21:45:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v5.0.0","sha":"041a1a9b73b201add30494aed19d026b948bd8f1","kind":"commit","published_at":"2024-04-26T21:41:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0/manifests"},{"name":"git-client-v1.0.0","sha":"7e51fe970576503cae3ab94e6e9b3e01017b044d","kind":"commit","published_at":"2024-04-26T21:21:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0/manifests"},{"name":"git-semver-tags-v7.0.1","sha":"fac8045242099c016f5f3905e54e02b7d466bd7b","kind":"commit","published_at":"2023-09-10T23:53:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1/manifests"},{"name":"conventional-changelog-writer-v7.0.1","sha":"e3a643ad39ec3bc4cfb1dff2aa1101333df33dc3","kind":"commit","published_at":"2023-09-10T23:49:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1/manifests"},{"name":"conventional-changelog-cli-v4.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0/manifests"},{"name":"conventional-changelog-v5.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0/manifests"},{"name":"conventional-changelog-core-v7.0.0","sha":"2e467dd39a35c3813597711a37690897183b4abc","kind":"commit","published_at":"2023-09-08T22:03:37.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0/manifests"},{"name":"git-semver-tags-v7.0.0","sha":"a13f788bd505d8253a2d92413fc4a7780e11ec07","kind":"commit","published_at":"2023-09-08T21:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0/manifests"},{"name":"standard-changelog-v5.0.0","sha":"34569c7a3fd2b0362a461517a1f4e20e7eecd9fc","kind":"commit","published_at":"2023-09-08T21:55:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v9.0.0","sha":"ad633d9d81f66ef80d7f77832a264cb0c5b971ef","kind":"commit","published_at":"2023-09-08T21:50:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.2","sha":"50113f9b569259d991f1a734a192964ca71f0118","kind":"commit","published_at":"2023-09-08T21:41:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2/manifests"},{"name":"conventional-changelog-preset-loader-v4.1.0","sha":"a14d2186575f6061f236c9a47d803694b18f8373","kind":"commit","published_at":"2023-09-08T21:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.1","sha":"ca4324b0a690b2595f8b574882ff95329a2dc195","kind":"commit","published_at":"2023-08-27T19:11:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1/manifests"},{"name":"conventional-commits-filter-v4.0.0","sha":"26fc9ea274dc0c62442ec9d97b20a2ebb49138bf","kind":"commit","published_at":"2023-08-27T12:55:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0/manifests"},{"name":"standard-changelog-v4.0.0","sha":"5b788265774bf4b63d3c83a178ca53e8e7095903","kind":"commit","published_at":"2023-08-27T12:50:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-eslint-v5.0.0","sha":"679594c0716275771cc23b314e4362899fe72f87","kind":"commit","published_at":"2023-08-27T12:46:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0/manifests"},{"name":"git-semver-tags-v6.0.0","sha":"1c75c72d9b5d59e3ea4e914c58a85f7559f29602","kind":"commit","published_at":"2023-08-27T12:40:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0/manifests"},{"name":"conventional-recommended-bump-v8.0.0","sha":"624377a24e8e3658bcf2329a9a98f9a7b02a4cb3","kind":"commit","published_at":"2023-08-27T12:33:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0/manifests"},{"name":"conventional-changelog-writer-v7.0.0","sha":"d669bb67dc713cb1e4374e3216ed7d83cde743c5","kind":"commit","published_at":"2023-08-27T12:27:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0/manifests"},{"name":"conventional-changelog-codemirror-v4.0.0","sha":"933fd0b3dd355d648faf57241b796a714004c722","kind":"commit","published_at":"2023-08-27T12:23:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0/manifests"},{"name":"conventional-changelog-express-v4.0.0","sha":"c9e9ceb3a3727659bd117bab01cbc7642d588f06","kind":"commit","published_at":"2023-08-27T12:16:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0/manifests"},{"name":"conventional-changelog-ember-v4.0.0","sha":"5d7c16268f79b7f180e34e997fdb37373d714666","kind":"commit","published_at":"2023-08-27T12:11:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0/manifests"},{"name":"conventional-changelog-jquery-v5.0.0","sha":"d643efb1050dcdaecee626044315644ff9b9e43b","kind":"commit","published_at":"2023-08-27T12:07:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v4.0.0","sha":"636646dd9ae062e9652a7f9ccaf6c329e6e9f924","kind":"commit","published_at":"2023-08-27T12:03:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0/manifests"},{"name":"conventional-changelog-v5.0.0","sha":"7985de3edc9e655369651ad464cb39b791887dc7","kind":"commit","published_at":"2023-08-27T11:58:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.0","sha":"5f0fe40743d8f559ab94ed11bbb4b8bda6fa6dcb","kind":"commit","published_at":"2023-08-27T11:51:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0/manifests"},{"name":"conventional-changelog-angular-v7.0.0","sha":"6c7a2e1a8807988bcb1a9842f72d14be3b1a89e3","kind":"commit","published_at":"2023-08-27T11:46:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0/manifests"},{"name":"conventional-changelog-jshint-v4.0.0","sha":"0204a9a340d2c85411e8de8905bc74c6146e5618","kind":"commit","published_at":"2023-08-27T11:41:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0/manifests"},{"name":"conventional-changelog-atom-v4.0.0","sha":"ab9b2c10e098ec8837d141102549f3eef698364c","kind":"commit","published_at":"2023-08-27T11:36:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0/manifests"},{"name":"conventional-changelog-cli-v4.0.0","sha":"29df6c4597afad27b9cda06f58eb564bcca609c4","kind":"commit","published_at":"2023-08-27T11:21:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0/manifests"},{"name":"conventional-changelog-core-v6.0.0","sha":"45613bbc2d13c798732e4b2bd4b2fa9ea67157d6","kind":"commit","published_at":"2023-08-27T11:17:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v4.0.0","sha":"5a896e3ef3aa9e751fcc74d7c76fa21d6d526cb0","kind":"commit","published_at":"2023-08-27T11:08:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0/manifests"},{"name":"git-raw-commits-v4.0.0","sha":"878fc56b43bc617177bf47fd8643a3b8b86078e5","kind":"commit","published_at":"2023-08-27T11:01:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0/manifests"},{"name":"conventional-commits-parser-v5.0.0","sha":"299de5acbe55a7d19dcdd2adc34681eae7264abf","kind":"commit","published_at":"2023-08-26T17:50:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0/manifests"},{"name":"git-semver-tags-v5.0.1","sha":"87914a362866a380e98a29edf19b2173e0911d8a","kind":"commit","published_at":"2023-07-09T19:10:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1/manifests"},{"name":"conventional-changelog-writer-v6.0.1","sha":"c123edea220b450cfa26813b6f198c3e8ebbd2b4","kind":"commit","published_at":"2023-07-09T14:49:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.2","sha":"83773c5e1a8874ea9809ca9db1dff60b7df1daae","kind":"commit","published_at":"2023-06-28T17:43:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.1.0","sha":"2e5fe6d9574ba896fa90b5bfcb50fb73d28af6d6","kind":"commit","published_at":"2023-06-17T21:30:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v7.0.1","sha":"f251b6899e313a9b23f3c8deb8b8b57217040892","kind":"commit","published_at":"2023-06-06T23:24:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.1","sha":"5b458dff9edf766446449acd1bbb8027a1e39fa5","kind":"commit","published_at":"2023-06-06T23:17:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1/manifests"},{"name":"gulp-conventional-changelog-v3.0.0","sha":"8ef6232797e5bf7c80422221374c53c03d5df36d","kind":"commit","published_at":"2023-06-06T22:50:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0/manifests"},{"name":"standard-changelog-v3.0.0","sha":"ea65f017b42b914ece780fd2fc799a6946912ed8","kind":"commit","published_at":"2023-06-06T22:42:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0/manifests"},{"name":"conventional-changelog-cli-v3.0.0","sha":"f00f4549cee9406054b77057a8135183fcd89710","kind":"commit","published_at":"2023-06-06T22:29:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0/manifests"},{"name":"conventional-changelog-v4.0.0","sha":"1a240f91ed584ed43e7f9c82235ca60eff0f4fa5","kind":"commit","published_at":"2023-06-06T19:50:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-core-v5.0.0","sha":"8507f601486c8ff6806156c50091262dee13ec54","kind":"commit","published_at":"2023-06-06T19:23:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v7.0.0","sha":"e1662ca7a6c688d28a334282a5e863f52866f3e8","kind":"commit","published_at":"2023-06-06T18:39:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v3.0.0","sha":"5d80d155425147a0b045af09536e5962cbfff620","kind":"commit","published_at":"2023-06-06T15:08:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.0.0","sha":"a30fc7ae219cf871b46cbe9d2c76a9730b70e272","kind":"commit","published_at":"2023-06-06T14:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v6.0.0","sha":"aa5d46c7b13b7b31f78af4b3c31c087c39eea41d","kind":"commit","published_at":"2023-06-06T14:46:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0/manifests"},{"name":"conventional-commits-filter-v3.0.0","sha":"502a73fe41aebb7b563c5ca69521e0b1bab904df","kind":"commit","published_at":"2023-06-06T14:32:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0/manifests"},{"name":"conventional-commits-parser-v4.0.0","sha":"9f7fe891e75c64937c28baa39a6c795a01603ab7","kind":"commit","published_at":"2023-06-06T14:24:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0/manifests"},{"name":"git-raw-commits-v3.0.0","sha":"571f2d549f10744a12ab3bc5dc5e0b749cb72667","kind":"commit","published_at":"2023-06-06T14:16:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0/manifests"},{"name":"git-semver-tags-v5.0.0","sha":"445c796d04105d10dd62d07039bc6a7fc9f263a5","kind":"commit","published_at":"2023-06-06T13:51:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0/manifests"},{"name":"conventional-changelog-atom-v3.0.0","sha":"208787aa2f5db8de1c2d43c56d71e6dfb9510781","kind":"commit","published_at":"2023-06-06T13:43:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0/manifests"},{"name":"conventional-changelog-angular-v6.0.0","sha":"c4ebf98acc15f37154aae5de53a225e896c4a157","kind":"commit","published_at":"2023-06-06T13:36:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0/manifests"},{"name":"conventional-changelog-codemirror-v3.0.0","sha":"0772453bee083917a05b9696d063ee3dc69957f9","kind":"commit","published_at":"2023-06-06T13:25:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0/manifests"},{"name":"conventional-changelog-ember-v3.0.0","sha":"e473d0c8af7c0cf8a54f775556796f50f3e695c2","kind":"commit","published_at":"2023-06-06T13:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0/manifests"},{"name":"conventional-changelog-eslint-v4.0.0","sha":"b3b896bc5b9e3ed65dcfc08c57967a252f37cfd1","kind":"commit","published_at":"2023-06-06T12:56:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0/manifests"},{"name":"conventional-changelog-express-v3.0.0","sha":"5594385d1dd2490b0fb508a60b6f30e8be6616ce","kind":"commit","published_at":"2023-06-06T12:37:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0/manifests"},{"name":"conventional-changelog-jquery-v4.0.0","sha":"51a3015a907b2cea900114359c36ce0e9664b72d","kind":"commit","published_at":"2023-06-06T12:17:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0/manifests"},{"name":"conventional-changelog-jshint-v3.0.0","sha":"281e5f883476e90b75cae4373a67436c86e94f6a","kind":"commit","published_at":"2023-06-06T12:02:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v5.0.0","sha":"ba6df7cf62de5f448368bed4398f6ddf633d2cbd","kind":"commit","published_at":"2022-05-27T18:02:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0/manifests"},{"name":"conventional-changelog-writer-v5.0.1","sha":"21b73f974adc4490a318d9c892055655cb82c538","kind":"commit","published_at":"2021-12-29T21:36:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.3","sha":"02757d342290bcf51a49d49e5e72f5eae6c6f6da","kind":"commit","published_at":"2021-12-29T19:52:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3/manifests"},{"name":"conventional-commits-parser-v3.2.4","sha":"1d0f62d4ac4911ef0d912d5401f783b152cee624","kind":"commit","published_at":"2021-12-29T19:46:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4/manifests"},{"name":"git-raw-commits-v2.0.11","sha":"95384dbd105ffe4f86bbc6ccad3e5405a1cbfe04","kind":"commit","published_at":"2021-12-29T19:39:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.2","sha":"1827696185192a8dd258ea7c3370090238b0fb76","kind":"commit","published_at":"2021-12-25T18:06:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2/manifests"},{"name":"conventional-changelog-cli-v2.2.2","sha":"8ce6a7bbd3fae87aa9d56fca68c2e16fbb2cace5","kind":"commit","published_at":"2021-12-25T17:22:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2/manifests"},{"name":"conventional-changelog-v3.1.25","sha":"8e9c3d76aaffd7fe67a78270b3ad9b881e953e7e","kind":"commit","published_at":"2021-12-24T18:50:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25/manifests"},{"name":"conventional-commits-parser-v3.2.3","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3/manifests"},{"name":"conventional-changelog-cli-v2.2.1","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.1","sha":"c35708d56a55e31b750aec1f745e5be52f0a75f2","kind":"commit","published_at":"2021-09-09T19:06:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1/manifests"},{"name":"conventional-commits-parser-v3.2.2","sha":"1bae48ff85eff0736ea6691b7214f3fc9c026256","kind":"commit","published_at":"2021-09-09T14:45:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2/manifests"},{"name":"conventional-changelog-core-v4.2.4","sha":"02fbc2d42d0faf53d4b7a2b0525626088a6ac8ba","kind":"commit","published_at":"2021-09-09T14:37:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4/manifests"},{"name":"conventional-changelog-angular-v5.0.13","sha":"e30343b4676d26b416080294dc74ebba001c0716","kind":"commit","published_at":"2021-09-09T14:31:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v5.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13/manifests"},{"name":"conventional-changelog-core-v4.2.3","sha":"318b555b6ef3aebdb5a8d4c7c734fd7234712dd3","kind":"commit","published_at":"2021-07-03T00:24:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.0","sha":"537c37d7801872c3e57e4200c64154a4d2ea042a","kind":"commit","published_at":"2021-04-30T00:15:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0/manifests"},{"name":"conventional-commits-parser-v3.2.1","sha":"758dda2937b6784f0cc6a535286862fcf95b6f06","kind":"commit","published_at":"2021-02-15T21:32:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1/manifests"},{"name":"git-raw-commits-v2.0.10","sha":"ffecaccb6e117afae9f68f1d48ff9a69554da950","kind":"commit","published_at":"2021-01-27T16:36:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10/manifests"},{"name":"conventional-changelog-writer-v5.0.0","sha":"61ef6491add84b841e1797baf09f62bbdd90dcd4","kind":"commit","published_at":"2020-12-30T22:40:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v6.1.0","sha":"3b0fb22b0bb49137b9ecddaeb349f66025205c57","kind":"commit","published_at":"2020-12-30T16:58:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0/manifests"},{"name":"conventional-changelog-core-v4.2.2","sha":"317eeb3137caff69bcc9a67fce3dc67663a010db","kind":"commit","published_at":"2020-12-30T00:53:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2/manifests"},{"name":"conventional-recommended-bump-v6.0.12","sha":"90ecc5d93bfd7626857eda5d240f92393d896be0","kind":"commit","published_at":"2020-12-30T00:43:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12/manifests"},{"name":"git-raw-commits-v2.0.9","sha":"227f3e23af86912c0cd64fdb1a820ac92e5757c5","kind":"commit","published_at":"2020-12-29T23:59:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9/manifests"},{"name":"conventional-changelog-writer-v4.1.0","sha":"77725cfb12ca3ca22abb9421b4af012a49207e7a","kind":"commit","published_at":"2020-12-29T23:41:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0/manifests"},{"name":"conventional-changelog-atom@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8/manifests"},{"name":"conventional-changelog-angular@5.0.12","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12/manifests"},{"name":"conventional-changelog@3.1.24","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24/manifests"},{"name":"git-raw-commits@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8/manifests"},{"name":"standard-changelog@2.0.27","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27/manifests"},{"name":"gulp-conventional-changelog@2.0.35","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35/manifests"},{"name":"git-semver-tags@4.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1/manifests"},{"name":"conventional-recommended-bump@6.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11/manifests"},{"name":"conventional-commits-parser@3.2.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0/manifests"},{"name":"conventional-commits-filter@2.0.7","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7/manifests"},{"name":"conventional-changelog-writer@4.0.18","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18/manifests"},{"name":"conventional-changelog-jshint@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9/manifests"},{"name":"conventional-changelog-jquery@3.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11/manifests"},{"name":"conventional-changelog-express@2.0.6","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9/manifests"},{"name":"conventional-changelog-ember@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9/manifests"},{"name":"conventional-changelog-core@4.2.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.5.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1/manifests"},{"name":"conventional-changelog-v3.1.24","sha":"f8fcbc2e8b0834c29178ace6382b438a020ad828","kind":"commit","published_at":"2020-10-25T02:45:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24/manifests"},{"name":"conventional-recommended-bump@6.0.10","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10/manifests"},{"name":"standard-changelog@2.0.26","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26/manifests"},{"name":"gulp-conventional-changelog@2.0.34","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34/manifests"},{"name":"git-semver-tags@4.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0/manifests"},{"name":"conventional-changelog-core@4.2.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.4.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0/manifests"},{"name":"conventional-changelog-cli@2.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0/manifests"},{"name":"conventional-changelog@3.1.23","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23/manifests"},{"name":"standard-changelog@2.0.25","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25/manifests"},{"name":"conventional-changelog-writer@4.0.17","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17/manifests"},{"name":"conventional-changelog-jshint@2.0.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8/manifests"},{"name":"conventional-changelog-core@4.1.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8/manifests"},{"name":"conventional-changelog@3.1.22","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22/manifests"},{"name":"conventional-changelog-angular@5.0.11","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.35","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35/manifests"},{"name":"gulp-conventional-changelog@2.0.33","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.1","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1/manifests"},{"name":"conventional-changelog-core@4.1.7","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7/manifests"},{"name":"conventional-changelog@3.1.21","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21/manifests"},{"name":"conventional-changelog-writer@4.0.16","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.34","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34/manifests"},{"name":"standard-changelog@2.0.24","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24/manifests"},{"name":"gulp-conventional-changelog@2.0.32","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32/manifests"},{"name":"git-semver-tags@4.0.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.3.4","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4/manifests"},{"name":"standard-changelog@2.0.23","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23/manifests"},{"name":"gulp-conventional-changelog@2.0.31","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31/manifests"},{"name":"conventional-changelog-eslint@3.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.15","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10/manifests"},{"name":"conventional-changelog@3.1.20","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20/manifests"},{"name":"conventional-changelog-atom@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7/manifests"},{"name":"conventional-changelog-cli@2.0.33","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33/manifests"},{"name":"conventional-changelog-codemirror@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0/manifests"},{"name":"conventional-changelog-core@4.1.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6/manifests"},{"name":"conventional-changelog-ember@2.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8/manifests"},{"name":"conventional-commits-filter@2.0.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6/manifests"},{"name":"conventional-commits-parser@3.1.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.9","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9/manifests"},{"name":"git-raw-commits@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7/manifests"},{"name":"conventional-changelog-express@2.0.5","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10/manifests"},{"name":"conventional-changelog-jshint@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7/manifests"},{"name":"conventional-changelog-preset-loader-v2.3.2","sha":"9f6c56cb960a5043823cfb85b9843991201cbb51","kind":"commit","published_at":"2020-05-08T19:21:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v2.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2/manifests"},{"name":"conventional-changelog-core@4.1.5","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5/manifests"},{"name":"gulp-conventional-changelog@2.0.30","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30/manifests"},{"name":"standard-changelog@2.0.22","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22/manifests"},{"name":"conventional-changelog@3.1.19","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19/manifests"},{"name":"conventional-changelog-cli@2.0.32","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32/manifests"},{"name":"conventional-changelog-cli@2.0.31","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31/manifests"},{"name":"standard-changelog@2.0.21","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21/manifests"},{"name":"gulp-conventional-changelog@2.0.29","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29/manifests"},{"name":"conventional-changelog-core@4.1.4","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4/manifests"},{"name":"conventional-changelog@3.1.18","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18/manifests"},{"name":"conventional-changelog@3.1.17","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17/manifests"},{"name":"standard-changelog@2.0.20","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20/manifests"},{"name":"gulp-conventional-changelog@2.0.28","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28/manifests"},{"name":"conventional-changelog-core@4.1.3","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.30","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30/manifests"},{"name":"conventional-changelog-cli@2.0.29","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29/manifests"},{"name":"standard-changelog@2.0.19","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19/manifests"},{"name":"gulp-conventional-changelog@2.0.27","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27/manifests"},{"name":"conventional-changelog-core@4.1.2","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2/manifests"},{"name":"conventional-changelog@3.1.16","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16/manifests"},{"name":"conventional-changelog-cli@2.0.28","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28/manifests"},{"name":"standard-changelog@2.0.18","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18/manifests"},{"name":"gulp-conventional-changelog@2.0.26","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26/manifests"},{"name":"git-semver-tags@3.0.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1/manifests"},{"name":"git-raw-commits@2.0.3","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3/manifests"},{"name":"conventional-recommended-bump@6.0.5","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5/manifests"},{"name":"conventional-commits-parser@3.0.8","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.11","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11/manifests"},{"name":"conventional-changelog-core@4.1.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1/manifests"},{"name":"conventional-changelog@3.1.15","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15/manifests"},{"name":"gulp-conventional-changelog@2.0.25","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25/manifests"},{"name":"conventional-changelog@3.1.14","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14/manifests"},{"name":"conventional-changelog-angular@5.0.6","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6/manifests"},{"name":"conventional-changelog-cli@2.0.27","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.3","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3/manifests"},{"name":"conventional-changelog-core@4.1.0","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0/manifests"},{"name":"conventional-commits-parser@3.0.7","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7/manifests"},{"name":"conventional-recommended-bump@6.0.4","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4/manifests"},{"name":"standard-changelog@2.0.17","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17/manifests"},{"name":"conventional-changelog-cli@2.0.26","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.2","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2/manifests"},{"name":"conventional-changelog-core@4.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3/manifests"},{"name":"conventional-commits-parser@3.0.6","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6/manifests"},{"name":"conventional-recommended-bump@6.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.24","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24/manifests"},{"name":"standard-changelog@2.0.16","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16/manifests"},{"name":"conventional-changelog-writer@4.0.10","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10/manifests"},{"name":"conventional-changelog-preset-loader@2.3.0","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0/manifests"},{"name":"conventional-changelog@3.1.13","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13/manifests"},{"name":"conventional-changelog-jshint@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.9","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9/manifests"},{"name":"conventional-commits-parser@3.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5/manifests"},{"name":"conventional-changelog@3.1.12","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12/manifests"},{"name":"conventional-recommended-bump@6.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.23","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23/manifests"},{"name":"standard-changelog@2.0.15","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5/manifests"},{"name":"conventional-changelog-atom@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.25","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25/manifests"},{"name":"conventional-changelog-codemirror@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.1","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1/manifests"},{"name":"conventional-changelog-core@4.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2/manifests"},{"name":"conventional-changelog-ember@2.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4/manifests"},{"name":"conventional-changelog-eslint@3.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.6","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6/manifests"},{"name":"standard-changelog@2.0.14","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14/manifests"},{"name":"gulp-conventional-changelog@2.0.22","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22/manifests"},{"name":"conventional-recommended-bump@6.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1/manifests"},{"name":"conventional-commits-parser@3.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4/manifests"},{"name":"conventional-changelog-writer@4.0.8","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8/manifests"},{"name":"conventional-changelog-jshint@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.5","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5/manifests"},{"name":"conventional-changelog-eslint@3.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3/manifests"},{"name":"conventional-changelog-ember@2.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3/manifests"},{"name":"conventional-changelog-core@4.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.0","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.24","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24/manifests"},{"name":"conventional-changelog-atom@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4/manifests"},{"name":"conventional-changelog@3.1.11","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11/manifests"},{"name":"conventional-changelog-preset-loader@2.2.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0/manifests"},{"name":"standard-changelog@2.0.13","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13/manifests"},{"name":"gulp-conventional-changelog@2.0.21","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21/manifests"},{"name":"git-semver-tags@3.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0/manifests"},{"name":"conventional-recommended-bump@6.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.7","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7/manifests"},{"name":"conventional-changelog@3.1.10","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10/manifests"},{"name":"conventional-changelog-cli@2.0.23","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23/manifests"},{"name":"conventional-changelog-conventionalcommits@4.1.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0/manifests"},{"name":"conventional-changelog-core@4.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.1","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.0.0","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0/manifests"},{"name":"conventional-changelog-core@3.2.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3/manifests"},{"name":"conventional-changelog-writer@4.0.6","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6/manifests"},{"name":"conventional-commits-parser@3.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3/manifests"},{"name":"conventional-changelog@3.1.9","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9/manifests"},{"name":"standard-changelog@2.0.12","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.20","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20/manifests"},{"name":"git-semver-tags@2.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.22","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22/manifests"},{"name":"standard-changelog@2.0.11","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11/manifests"},{"name":"conventional-changelog@3.1.8","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8/manifests"},{"name":"conventional-changelog-cli@2.0.21","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.2","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.19","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19/manifests"},{"name":"conventional-changelog@3.1.7","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7/manifests"},{"name":"conventional-changelog-cli@2.0.20","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.1","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.18","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18/manifests"},{"name":"conventional-changelog-cli@2.0.19","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.17","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17/manifests"},{"name":"conventional-changelog@3.1.6","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6/manifests"},{"name":"conventional-changelog@3.1.5","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5/manifests"},{"name":"conventional-changelog-conventionalcommits@2.0.0","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.16","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.18","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.2","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.17","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17/manifests"},{"name":"conventional-changelog@3.1.4","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.15","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15/manifests"},{"name":"conventional-changelog-writer@4.0.5","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5/manifests"},{"name":"standard-changelog@2.0.10","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10/manifests"},{"name":"gulp-conventional-changelog@2.0.14","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14/manifests"},{"name":"conventional-changelog@3.1.3","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3/manifests"},{"name":"conventional-changelog-core@3.2.2","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2/manifests"},{"name":"conventional-changelog-cli@2.0.16","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.15","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15/manifests"},{"name":"standard-changelog@2.0.9","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.1.2","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2/manifests"},{"name":"conventional-changelog-core@3.2.1","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1/manifests"},{"name":"gulp-conventional-changelog@2.0.13","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13/manifests"},{"name":"conventional-changelog@3.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1/manifests"},{"name":"gulp-conventional-changelog@2.0.12","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12/manifests"},{"name":"conventional-recommended-bump@4.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1/manifests"},{"name":"conventional-changelog-preset-loader@2.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.14","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14/manifests"},{"name":"conventional-changelog-preset-loader@2.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0/manifests"},{"name":"conventional-changelog-writer@4.0.4","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4/manifests"},{"name":"conventional-commits-filter@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2/manifests"},{"name":"conventional-commits-parser@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2/manifests"},{"name":"conventional-recommended-bump@4.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0/manifests"},{"name":"gulp-conventional-changelog@2.0.11","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11/manifests"},{"name":"standard-changelog@2.0.8","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8/manifests"},{"name":"git-raw-commits@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2/manifests"},{"name":"conventional-changelog@3.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0/manifests"},{"name":"conventional-changelog-cli@2.0.13","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0/manifests"},{"name":"conventional-changelog-core@3.2.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0/manifests"},{"name":"conventional-changelog-eslint@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2/manifests"},{"name":"standard-changelog@2.0.7","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6/manifests"},{"name":"conventional-changelog-angular@5.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.12","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.10","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10/manifests"},{"name":"conventional-changelog-writer@4.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3/manifests"},{"name":"conventional-changelog-core@3.1.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6/manifests"},{"name":"conventional-recommended-bump@4.0.4","sha":"da729f68f9dc581623deb587c705ef65d189a9f4","kind":"tag","published_at":"2018-11-01T06:56:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4/manifests"},{"name":"standard-changelog@2.0.6","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6/manifests"},{"name":"conventional-changelog-core@3.1.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5/manifests"},{"name":"conventional-changelog-writer@4.0.2","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.9","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.0.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.11","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.10","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10/manifests"},{"name":"conventional-changelog-core@3.1.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.8","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8/manifests"},{"name":"conventional-changelog@3.0.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4/manifests"},{"name":"git-semver-tags@2.0.2","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.3","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3/manifests"},{"name":"standard-changelog@2.0.5","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5/manifests"},{"name":"standard-changelog@2.0.4","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.7","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3/manifests"},{"name":"conventional-changelog-core@3.1.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.9","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9/manifests"},{"name":"standard-changelog@2.0.3","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.8","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8/manifests"},{"name":"conventional-changelog-core@3.1.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2/manifests"},{"name":"gulp-conventional-changelog@2.0.6","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6/manifests"},{"name":"conventional-changelog@3.0.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.5","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.7","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7/manifests"},{"name":"conventional-changelog@3.0.1","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1/manifests"},{"name":"standard-changelog@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4/manifests"},{"name":"git-semver-tags@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1/manifests"},{"name":"git-raw-commits@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2/manifests"},{"name":"conventional-commits-parser@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1/manifests"},{"name":"conventional-commits-filter@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1/manifests"},{"name":"conventional-changelog-writer@4.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1/manifests"},{"name":"conventional-changelog-preset-loader@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4/manifests"},{"name":"conventional-changelog-express@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1/manifests"},{"name":"conventional-changelog-eslint@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2/manifests"},{"name":"conventional-changelog-core@3.1.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1/manifests"},{"name":"conventional-changelog-codemirror@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.6","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6/manifests"},{"name":"conventional-changelog-atom@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1/manifests"},{"name":"conventional-changelog-angular@5.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2/manifests"},{"name":"conventional-changelog@3.0.0","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.5","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.3","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.2","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.4","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3/manifests"},{"name":"standard-changelog@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3/manifests"},{"name":"conventional-changelog-core@3.1.0","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0/manifests"},{"name":"conventional-changelog-ember@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1/manifests"},{"name":"conventional-changelog-jquery@3.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1/manifests"},{"name":"conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0/manifests"},{"name":"conventional-recommended-bump@4.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0/manifests"},{"name":"conventional-changelog-jquery@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0/manifests"},{"name":"conventional-changelog-express@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0/manifests"},{"name":"conventional-changelog-eslint@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0/manifests"},{"name":"conventional-changelog-ember@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1/manifests"},{"name":"conventional-changelog-atom@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1/manifests"},{"name":"conventional-changelog-angular@4.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1/manifests"},{"name":"conventional-changelog-jquery@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0/manifests"},{"name":"conventional-changelog-jshint@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0/manifests"},{"name":"standard-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0/manifests"},{"name":"conventional-recommended-bump@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0/manifests"},{"name":"conventional-commits-parser@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0/manifests"},{"name":"conventional-commits-filter@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0/manifests"},{"name":"conventional-changelog-ember@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0/manifests"},{"name":"conventional-changelog-express@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0/manifests"},{"name":"git-semver-tags@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0/manifests"},{"name":"git-raw-commits@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0/manifests"},{"name":"conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-angular@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0/manifests"},{"name":"conventional-changelog-atom@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0/manifests"},{"name":"conventional-changelog-core@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0/manifests"},{"name":"conventional-changelog-eslint@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-core@2.0.11","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11/manifests"},{"name":"conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-cli@1.3.22","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22/manifests"},{"name":"conventional-changelog-ember@0.3.12","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12/manifests"},{"name":"conventional-recommended-bump@2.0.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9/manifests"},{"name":"conventional-changelog-angular@3.0.7","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7/manifests"},{"name":"gulp-conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24/manifests"},{"name":"standard-changelog@1.0.19","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19/manifests"},{"name":"conventional-changelog-jquery@1.3.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9/manifests"},{"name":"conventional-changelog-angular@3.0.6","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6/manifests"},{"name":"standard-changelog@1.0.18","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18/manifests"},{"name":"gulp-conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-writer@3.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9/manifests"},{"name":"conventional-changelog-jshint@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8/manifests"},{"name":"conventional-changelog-jquery@1.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8/manifests"},{"name":"conventional-changelog-eslint@1.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9/manifests"},{"name":"conventional-changelog-ember@0.3.11","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11/manifests"},{"name":"conventional-changelog-core@2.0.10","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10/manifests"},{"name":"conventional-changelog-codemirror@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8/manifests"},{"name":"conventional-changelog-cli@1.3.21","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21/manifests"},{"name":"conventional-changelog-atom@0.2.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8/manifests"},{"name":"conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23/manifests"},{"name":"gulp-conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-core@2.0.9","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9/manifests"},{"name":"conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-cli@1.3.20","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20/manifests"},{"name":"conventional-changelog-writer@3.0.8","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8/manifests"},{"name":"standard-changelog@1.0.17","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17/manifests"},{"name":"conventional-changelog-angular@3.0.5","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.10","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10/manifests"},{"name":"conventional-changelog-cli@1.3.19","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19/manifests"},{"name":"conventional-changelog-angular@3.0.4","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4/manifests"},{"name":"conventional-changelog-atom@0.2.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7/manifests"},{"name":"conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-core@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.9","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9/manifests"},{"name":"conventional-changelog-eslint@1.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8/manifests"},{"name":"conventional-changelog-express@0.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6/manifests"},{"name":"conventional-changelog-jquery@1.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7/manifests"},{"name":"conventional-changelog-preset-loader@1.1.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8/manifests"},{"name":"conventional-changelog-writer@3.0.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7/manifests"},{"name":"conventional-commits-parser@2.1.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7/manifests"},{"name":"conventional-recommended-bump@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8/manifests"},{"name":"git-raw-commits@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6/manifests"},{"name":"git-semver-tags@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21/manifests"},{"name":"standard-changelog@1.0.16","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16/manifests"},{"name":"conventional-changelog-codemirror@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6/manifests"},{"name":"conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-core@2.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7/manifests"},{"name":"conventional-changelog-codemirror@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6/manifests"},{"name":"conventional-changelog-cli@1.3.18","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18/manifests"},{"name":"conventional-changelog-ember@0.3.8","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8/manifests"},{"name":"conventional-changelog-writer@3.0.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6/manifests"},{"name":"conventional-changelog-atom@0.2.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6/manifests"},{"name":"conventional-changelog-eslint@1.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7/manifests"},{"name":"standard-changelog@1.0.15","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15/manifests"},{"name":"conventional-changelog-angular@3.0.3","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3/manifests"},{"name":"conventional-changelog-jquery@1.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-angular@3.0.2","sha":"1cc079df803f58b52c8aa997fff43e9c162266e7","kind":"tag","published_at":"2018-03-22T14:14:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2/manifests"},{"name":"conventional-changelog-ember@0.3.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7/manifests"},{"name":"standard-changelog@1.0.14","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14/manifests"},{"name":"gulp-conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19/manifests"},{"name":"git-semver-tags@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5/manifests"},{"name":"git-raw-commits@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7/manifests"},{"name":"conventional-commits-parser@2.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6/manifests"},{"name":"conventional-commits-filter@1.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5/manifests"},{"name":"conventional-changelog-preset-loader@1.1.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7/manifests"},{"name":"conventional-changelog-jshint@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5/manifests"},{"name":"conventional-changelog-jquery@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5/manifests"},{"name":"conventional-changelog-express@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6/manifests"},{"name":"conventional-changelog-core@2.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5/manifests"},{"name":"conventional-changelog-cli@1.3.17","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17/manifests"},{"name":"conventional-changelog-atom@0.2.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5/manifests"},{"name":"conventional-changelog-angular@3.0.1","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1/manifests"},{"name":"conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19/manifests"},{"name":"conventional-changelog-angular@3.0.0","sha":"49997aaba373502e5b38bd366846934641e95799","kind":"tag","published_at":"2018-03-22T13:45:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.16","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16/manifests"},{"name":"conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18/manifests"},{"name":"gulp-conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-eslint@1.0.5","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5/manifests"},{"name":"conventional-changelog-cli@1.3.15","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15/manifests"},{"name":"conventional-changelog-codemirror@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4/manifests"},{"name":"conventional-changelog-express@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4/manifests"},{"name":"conventional-changelog-jquery@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4/manifests"},{"name":"conventional-changelog-jshint@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4/manifests"},{"name":"conventional-commits-filter@1.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5/manifests"},{"name":"conventional-commits-parser@2.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5/manifests"},{"name":"conventional-recommended-bump@2.0.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6/manifests"},{"name":"standard-changelog@1.0.13","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13/manifests"},{"name":"gulp-conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17/manifests"},{"name":"git-semver-tags@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4/manifests"},{"name":"git-raw-commits@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4/manifests"},{"name":"conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17/manifests"},{"name":"conventional-changelog-angular@1.6.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6/manifests"},{"name":"conventional-changelog-atom@0.2.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4/manifests"},{"name":"gulp-conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog-angular@1.6.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5/manifests"},{"name":"conventional-changelog-atom@0.2.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3/manifests"},{"name":"conventional-changelog-cli@1.3.14","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14/manifests"},{"name":"conventional-changelog-codemirror@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4/manifests"},{"name":"conventional-changelog-ember@0.3.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3/manifests"},{"name":"conventional-changelog-express@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3/manifests"},{"name":"conventional-changelog-jshint@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5/manifests"},{"name":"conventional-changelog-writer@3.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3/manifests"},{"name":"conventional-commits-filter@1.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4/manifests"},{"name":"conventional-commits-parser@2.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4/manifests"},{"name":"conventional-recommended-bump@2.0.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5/manifests"},{"name":"git-raw-commits@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3/manifests"},{"name":"git-semver-tags@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3/manifests"},{"name":"standard-changelog@1.0.12","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12/manifests"},{"name":"conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15/manifests"},{"name":"gulp-conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15/manifests"},{"name":"conventional-recommended-bump@2.0.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4/manifests"},{"name":"conventional-changelog-cli@1.3.13","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13/manifests"},{"name":"conventional-changelog-preset-loader@1.1.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4/manifests"},{"name":"git-raw-commits@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2/manifests"},{"name":"standard-changelog@1.0.11","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11/manifests"},{"name":"conventional-recommended-bump@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3/manifests"},{"name":"gulp-conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14/manifests"},{"name":"git-semver-tags@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2/manifests"},{"name":"conventional-changelog-eslint@1.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2/manifests"},{"name":"conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14/manifests"},{"name":"conventional-changelog-angular@1.6.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4/manifests"},{"name":"conventional-changelog-atom@0.2.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2/manifests"},{"name":"conventional-changelog-cli@1.3.12","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12/manifests"},{"name":"conventional-changelog-codemirror@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2/manifests"},{"name":"conventional-changelog-core@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.3.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4/manifests"},{"name":"conventional-changelog-express@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2/manifests"},{"name":"conventional-changelog-jquery@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2/manifests"},{"name":"conventional-changelog-jshint@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3/manifests"},{"name":"conventional-commits-filter@1.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3/manifests"},{"name":"conventional-changelog-writer@3.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13/manifests"},{"name":"standard-changelog@1.0.10","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10/manifests"},{"name":"git-raw-commits@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1/manifests"},{"name":"conventional-commits-parser@2.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2/manifests"},{"name":"conventional-changelog-writer@3.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1/manifests"},{"name":"conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13/manifests"},{"name":"conventional-commits-filter@1.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2/manifests"},{"name":"conventional-recommended-bump@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2/manifests"},{"name":"git-semver-tags@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1/manifests"},{"name":"conventional-changelog-core@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2/manifests"},{"name":"conventional-changelog-codemirror@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1/manifests"},{"name":"conventional-changelog-angular@1.6.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3/manifests"},{"name":"conventional-changelog-cli@1.3.11","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11/manifests"},{"name":"conventional-changelog-atom@0.2.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1/manifests"},{"name":"conventional-changelog-ember@0.3.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1/manifests"},{"name":"conventional-changelog-express@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3/manifests"},{"name":"conventional-changelog-jshint@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1/manifests"},{"name":"conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12/manifests"},{"name":"gulp-conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12/manifests"},{"name":"conventional-changelog-cli@1.3.10","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10/manifests"},{"name":"conventional-recommended-bump@2.0.1","sha":"a4f0aa902d3e966fe6d6b1d46f2130838524cfbf","kind":"tag","published_at":"2018-02-12T14:54:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1/manifests"},{"name":"conventional-recommended-bump@2.0.0","sha":"9885d205ed96338575335652d006f475408e1195","kind":"tag","published_at":"2018-02-12T14:30:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0/manifests"},{"name":"conventional-changelog-preset-loader@1.1.2","sha":"a450d974237d440009ec3fb4c63974cf066e8f79","kind":"tag","published_at":"2018-02-12T04:07:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.1","sha":"5af1f00dcc4e1f9c3299bc7feb322a88b711f042","kind":"tag","published_at":"2018-02-09T04:17:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.0","sha":"c3eb36dbc52f383df6f3dcf3a3870b01ceee0b8b","kind":"tag","published_at":"2018-02-08T14:46:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0/manifests"},{"name":"conventional-changelog-ember@0.3.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1/manifests"},{"name":"conventional-changelog-angular@1.6.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2/manifests"},{"name":"gulp-conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11/manifests"},{"name":"standard-changelog@1.0.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9/manifests"},{"name":"conventional-recommended-bump@1.2.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1/manifests"},{"name":"conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11/manifests"},{"name":"conventional-changelog-cli@1.3.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9/manifests"},{"name":"conventional-changelog-core@2.0.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1/manifests"},{"name":"gulp-conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10/manifests"},{"name":"standard-changelog@1.0.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8/manifests"},{"name":"git-semver-tags@1.3.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.2.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0/manifests"},{"name":"conventional-changelog-writer@3.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0/manifests"},{"name":"conventional-changelog-eslint@1.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.3.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1/manifests"},{"name":"conventional-changelog-core@2.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8/manifests"},{"name":"conventional-changelog-angular@1.6.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1/manifests"},{"name":"conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10/manifests"},{"name":"conventional-changelog-core@1.9.5","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5/manifests"},{"name":"conventional-changelog-ember@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0/manifests"},{"name":"conventional-changelog-eslint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0/manifests"},{"name":"conventional-changelog-cli@1.3.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7/manifests"},{"name":"conventional-changelog-express@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0/manifests"},{"name":"conventional-changelog-jquery@1.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0/manifests"},{"name":"conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-jshint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0/manifests"},{"name":"gulp-conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9/manifests"},{"name":"standard-changelog@1.0.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7/manifests"},{"name":"conventional-changelog-angular@1.6.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0/manifests"},{"name":"conventional-changelog-codemirror@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0/manifests"},{"name":"conventional-changelog-atom@0.2.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0/manifests"},{"name":"conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8/manifests"},{"name":"standard-changelog@1.0.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6/manifests"},{"name":"gulp-conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8/manifests"},{"name":"conventional-recommended-bump@1.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0/manifests"},{"name":"conventional-commits-parser@2.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0/manifests"},{"name":"conventional-commits-filter@1.1.1","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1/manifests"},{"name":"conventional-changelog-writer@2.0.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.2.10","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10/manifests"},{"name":"conventional-changelog-core@1.9.4","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4/manifests"},{"name":"conventional-changelog-cli@1.3.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6/manifests"},{"name":"conventional-changelog-angular@1.5.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3/manifests"},{"name":"conventional-changelog-ember@0.2.9","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9/manifests"},{"name":"standard-changelog@1.0.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5/manifests"},{"name":"gulp-conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7/manifests"},{"name":"git-semver-tags@1.2.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3/manifests"},{"name":"git-raw-commits@1.3.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.0.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3/manifests"},{"name":"conventional-commits-parser@2.0.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1/manifests"},{"name":"conventional-commits-filter@1.1.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0/manifests"},{"name":"conventional-changelog-writer@2.0.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2/manifests"},{"name":"conventional-changelog-jshint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1/manifests"},{"name":"conventional-changelog-jquery@1.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1/manifests"},{"name":"conventional-changelog-express@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1/manifests"},{"name":"conventional-changelog-eslint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1/manifests"},{"name":"conventional-changelog-core@1.9.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3/manifests"},{"name":"conventional-changelog-codemirror@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1/manifests"},{"name":"conventional-changelog-cli@1.3.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5/manifests"},{"name":"conventional-changelog-atom@0.1.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2/manifests"},{"name":"conventional-changelog-angular@1.5.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2/manifests"},{"name":"conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7/manifests"},{"name":"@marionebl/conventional-commits-parser@3.0.0","sha":"edf4068ce4c3ea6ac5b61323473ab655be5eb895","kind":"tag","published_at":"2017-11-01T07:09:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/@marionebl/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/@marionebl/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4/manifests"},{"name":"git-semver-tags@1.2.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2/manifests"},{"name":"conventional-recommended-bump@1.0.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-ember@0.2.8","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8/manifests"},{"name":"conventional-changelog-core@1.9.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2/manifests"},{"name":"standard-changelog@1.0.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4/manifests"},{"name":"conventional-changelog-angular@1.5.1","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1/manifests"},{"name":"conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6/manifests"},{"name":"standard-changelog@1.0.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3/manifests"},{"name":"conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-angular@1.5.0","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0/manifests"},{"name":"conventional-changelog-cli@1.3.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3/manifests"},{"name":"gulp-conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-writer@2.0.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1/manifests"},{"name":"conventional-changelog-core@1.9.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1/manifests"},{"name":"conventional-changelog-ember@0.2.7","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7/manifests"},{"name":"git-semver-tags@1.2.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1/manifests"},{"name":"conventional-changelog-jshint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0/manifests"},{"name":"conventional-changelog-jquery@1.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0/manifests"},{"name":"conventional-changelog-express@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0/manifests"},{"name":"conventional-changelog-eslint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0/manifests"},{"name":"conventional-commits-parser@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0/manifests"},{"name":"conventional-changelog-writer@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1/manifests"},{"name":"conventional-changelog-core@1.9.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0/manifests"},{"name":"conventional-changelog-codemirror@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0/manifests"},{"name":"conventional-changelog-cli@1.3.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2/manifests"},{"name":"conventional-changelog-atom@0.1.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1/manifests"},{"name":"conventional-changelog-angular@1.4.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0/manifests"},{"name":"conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4/manifests"},{"name":"gulp-conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4/manifests"},{"name":"standard-changelog@1.0.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2/manifests"},{"name":"conventional-changelog-ember@0.2.6","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6/manifests"},{"name":"conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3/manifests"},{"name":"conventional-changelog-angular@1.3.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3/manifests"},{"name":"conventional-changelog-cli@1.3.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1/manifests"},{"name":"conventional-changelog-core@1.8.0","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.8.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0/manifests"},{"name":"conventional-changelog-ember@0.2.5","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5/manifests"},{"name":"gulp-conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3/manifests"},{"name":"standard-changelog@1.0.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1/manifests"},{"name":"git-semver-tags@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0/manifests"},{"name":"standard-changelog@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2/manifests"},{"name":"git-raw-commits@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0/manifests"},{"name":"conventional-recommended-bump@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.2.4","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4/manifests"},{"name":"conventional-changelog-core@1.7.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.7.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0/manifests"},{"name":"conventional-changelog-cli@1.3.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0/manifests"},{"name":"conventional-changelog-angular@1.3.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2/manifests"},{"name":"conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2/manifests"},{"name":"gulp-conventional-changelog@1.1.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"tag","published_at":"2017-03-10T05:35:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0/manifests"},{"name":"standard-changelog@0.0.2","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@0.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-ember@0.2.3","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3/manifests"},{"name":"conventional-changelog-core@1.6.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0/manifests"},{"name":"conventional-changelog-angular@1.3.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1/manifests"},{"name":"conventional-changelog-cli@1.2.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1/manifests"},{"name":"conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-cli@1.2.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:01:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0/manifests"},{"name":"conventional-changelog-core@1.5.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:00:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0/manifests"},{"name":"git-raw-commits@1.1.2","sha":"f5fe78b1f15791cb0499744bf278dff22b52732f","kind":"tag","published_at":"2017-03-09T07:37:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2/manifests"},{"name":"git-semver-tags@1.1.2","sha":"7be07c7c0f49572b1c0e9c98f004b599d8b5bb1a","kind":"tag","published_at":"2017-03-09T07:35:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2/manifests"},{"name":"v1.1.0","sha":"600d411569271467389c3cbe71f7f657980e89a1","kind":"tag","published_at":"2016-02-13T06:59:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"9591280a8d09220aced3383abe3bc7ecbb34b503","kind":"tag","published_at":"2016-02-13T06:37:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"beef421f56939190a4ca30c28788eda1b3f9480d","kind":"tag","published_at":"2016-02-05T13:49:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"c8e90ab7fddd0b98855913e73fc12f9dc9dc81b1","kind":"tag","published_at":"2016-02-05T12:59:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0/manifests"},{"name":"v0.5.3","sha":"d79ce243223260b153699b99de0503698546ea63","kind":"tag","published_at":"2015-12-25T05:07:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"9e7b771072a2680c6c335fcad38003aade53213e","kind":"tag","published_at":"2015-12-23T12:24:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"4bf7d8df29f7be29552b82ec2b7112fad0c39a3e","kind":"tag","published_at":"2015-10-20T09:52:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"5ca2204b472704543ebbc744a22f8f90ec659659","kind":"tag","published_at":"2015-09-30T08:49:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"e5f2f3bc675e2c7e5cc6aa0ed50da7941833e492","kind":"tag","published_at":"2015-09-04T03:16:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"7536a0b351cc4f2764e71cbc268a178ab595259d","kind":"tag","published_at":"2015-08-17T01:28:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"56fa3d92620a41a875b3337fa51d04d6df23b1a8","kind":"tag","published_at":"2015-08-15T12:34:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"eefec0ef598a92e78510ee8626fd9bbcdb1398e4","kind":"tag","published_at":"2015-08-15T11:19:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0/manifests"},{"name":"v0.3.2","sha":"74b99dca61eafd56ba93605016b086a1108e77fe","kind":"tag","published_at":"2015-08-13T03:12:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"a1aca9c31a45aded77962bd0defc32e503aec213","kind":"commit","published_at":"2015-08-11T06:23:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"b489672d27ff703337c540f0fbc43f6486a84d99","kind":"commit","published_at":"2015-08-09T03:27:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"12e3cd6b151353dbe7f584adabbe5dd8a28424db","kind":"commit","published_at":"2015-07-24T08:13:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"f437b457b5ea6c105535a360144000f8315db54d","kind":"commit","published_at":"2015-07-24T04:54:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0/manifests"},{"name":"v0.1.3","sha":"c8fa9d0b94f8ac07f162623e4b9e9e68aad82e62","kind":"commit","published_at":"2015-07-22T11:06:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"6ba5d6e4b90a154dbca6ec0f80c66ad5995cd770","kind":"commit","published_at":"2015-07-22T07:10:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c015f8762f70eff2be7b8d7fb82438689239d717","kind":"commit","published_at":"2015-07-20T07:55:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"7253d0fea773e3f7cc0a3fb8278c9da070df26ee","kind":"commit","published_at":"2015-07-20T07:12:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.3","sha":"0c9f1e89bfacec8e08bac8ef96d64e3abdbecda7","kind":"commit","published_at":"2015-07-17T11:02:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"fec1baf43b8c0156682d4014a4fd066bd24ad448","kind":"commit","published_at":"2015-07-17T06:23:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"a5ea0dfada48601b9e3fbec78dd37d70380a2db6","kind":"commit","published_at":"2015-07-15T08:03:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1/manifests"},{"name":"v0.1.0-alpha.3","sha":"9b6cc68a2c17c9671363fe7af5de7ebd3a06aaeb","kind":"commit","published_at":"2015-07-06T01:27:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3/manifests"},{"name":"v0.1.0-alpha.2","sha":"34b0f460c34ecc48af857d8ee5d7038970ba56fb","kind":"commit","published_at":"2015-06-29T12:04:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2/manifests"},{"name":"v0.1.0-alpha.1","sha":"05b3415fc699ab43f3fa33b5ecd040ab5ecdf9e2","kind":"commit","published_at":"2015-06-24T04:42:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1/manifests"},{"name":"v0.0.17","sha":"3cae05244e48af9cf4abbef3114060db585a574c","kind":"commit","published_at":"2015-04-03T02:12:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"c0719ce6ba16778dd34c2cfdc81e7f3c5321409d","kind":"commit","published_at":"2015-03-19T04:15:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"57af04dc3e362c0e327b716279c9143028c6e0da","kind":"commit","published_at":"2015-03-18T20:23:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"69be290efb58a6a92e9ae78d7b37168d293920b5","kind":"commit","published_at":"2015-03-13T21:22:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"15a39d02ba3d666e7820eecbb8c5493ef2f6040a","kind":"commit","published_at":"2015-03-12T23:17:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13/manifests"},{"name":"v0.0.11","sha":"37f5561553c30d8f0f2c949502ea278da64949cd","kind":"tag","published_at":"2014-05-28T13:14:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"ad6f6ec5499d2c902b88da95487862d50e5ad776","kind":"tag","published_at":"2014-05-28T12:51:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"87efbabd9bc2a0fd83255e6cb856961b10aef9eb","kind":"tag","published_at":"2014-05-06T17:11:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"94b12cf69c51264b1edb6c81b50a262f0536894b","kind":"tag","published_at":"2014-04-10T14:45:48.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"1cf17e494fd7d8538c55189c72c0cf57d145ef41","kind":"tag","published_at":"2014-04-10T14:06:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"861f9ec93de28be4185b35815c2b6ab17746eb3f","kind":"commit","published_at":"2014-01-23T19:39:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"3f59f7356c86f30ef8e8754386373c2a8f97b367","kind":"commit","published_at":"2014-01-23T18:59:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6fa2c22464dcd964df604550c2ce2ed1d2f4362b","kind":"commit","published_at":"2014-01-04T21:36:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4/manifests"}]},"repo_metadata_updated_at":"2024-09-05T17:59:56.704Z","dependent_packages_count":1,"downloads":21,"downloads_period":"last-month","dependent_repos_count":1,"rankings":{"downloads":52.10636068759062,"dependent_repos_count":10.767935900085632,"dependent_packages_count":21.30988168970035,"stargazers_count":1.2024024483154323,"forks_count":1.4451913051652208,"docker_downloads_count":null,"average":17.366354406171453},"purl":"pkg:npm/beta-changelog","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/beta-changelog","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/beta-changelog","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/beta-changelog/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-09-04T23:04:01.314Z","issues_count":175,"pull_requests_count":479,"avg_time_to_close_issue":19345133.890243903,"avg_time_to_close_pull_request":6038480.121447029,"issues_closed_count":82,"pull_requests_closed_count":387,"pull_request_authors_count":71,"issue_authors_count":107,"avg_comments_per_issue":2.12,"avg_comments_per_pull_request":1.3068893528183716,"merged_pull_requests_count":302,"bot_issues_count":3,"bot_pull_requests_count":228,"past_year_issues_count":65,"past_year_pull_requests_count":215,"past_year_avg_time_to_close_issue":881436.8095238095,"past_year_avg_time_to_close_pull_request":919702.6333333333,"past_year_issues_closed_count":42,"past_year_pull_requests_closed_count":180,"past_year_pull_request_authors_count":24,"past_year_issue_authors_count":40,"past_year_avg_comments_per_issue":1.5538461538461539,"past_year_avg_comments_per_pull_request":1.0604651162790697,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":94,"past_year_merged_pull_requests_count":142,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues","maintainers":[{"login":"dangreen","count":83,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"},{"login":"bcoe","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bcoe"},{"login":"tommywo","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tommywo"}],"active_maintainers":[{"login":"dangreen","count":72,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/beta-changelog/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/beta-changelog/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/beta-changelog/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/beta-changelog/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/beta-changelog/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/beta-changelog/codemeta","maintainers":[{"uuid":"fruitcandy","login":"fruitcandy","name":null,"email":"pinkbear715@gmail.com","url":null,"packages_count":20,"html_url":"https://www.npmjs.com/~fruitcandy","role":null,"created_at":"2022-11-11T14:22:08.953Z","updated_at":"2022-11-11T14:22:08.953Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/fruitcandy/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5644415,"maintainers_count":1200486,"namespaces_count":399623,"keywords_count":847874,"github":"npm","metadata":{"funded_packages_count":171745},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-06-10T05:11:46.456Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":1027096,"name":"@latiwesh/conventional-changelog-core","ecosystem":"npm","description":"conventional-changelog core","homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-core#readme","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":["conventional-changelog","conventional","changelog","log"],"namespace":"latiwesh","versions_count":4,"first_release_published_at":"2021-01-05T23:28:43.927Z","latest_release_published_at":"2021-01-07T22:27:35.521Z","latest_release_number":"5.0.2","last_synced_at":"2026-06-03T20:26:57.977Z","created_at":"2022-04-07T19:36:13.975Z","updated_at":"2026-06-03T20:26:57.977Z","registry_url":"https://www.npmjs.com/package/@latiwesh/conventional-changelog-core","install_command":"npm install @latiwesh/conventional-changelog-core","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"conventional-changelog-core@4.2.4":"4.2.4","latest":"4.2.4","conventional-changelog-core@4.2.5":"4.2.5","conventional-changelog-core@5.0.0":"5.0.0","conventional-changelog-core@5.0.2":"5.0.2"}},"repo_metadata":{"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2023-12-13T14:01:16.000Z","size":5365,"stargazers_count":7390,"open_issues_count":248,"forks_count":730,"subscribers_count":56,"default_branch":"master","last_synced_at":"2023-12-18T23:28:48.481Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2023-12-18T11:14:08.000Z","dependencies_parsed_at":"2022-07-13T10:30:31.523Z","dependency_job_id":"5f6d159e-c4c6-405b-9fa7-976ffc4dfa04","html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1464,"total_committers":136,"mean_commits":"10.764705882352942","dds":"0.40095628415300544","last_synced_commit":"58f0887283a200d52e49607baf7b352f26177b05"},"previous_names":[],"tags_count":754,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":176979785,"owners_count":10476948,"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"},"owner_record":{"login":"conventional-changelog","name":"conventional-changelog","uuid":"16443515","kind":"organization","description":"Tools to generate changelogs and release notes from a project's commit messages and metadata.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16443515?v=4","repositories_count":12,"last_synced_at":"2023-04-09T10:54:05.213Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/conventional-changelog","created_at":"2022-11-02T16:25:21.572Z","updated_at":"2023-04-09T10:54:05.313Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog/repositories"},"tags":[{"name":"git-semver-tags-v7.0.1","sha":"fac8045242099c016f5f3905e54e02b7d466bd7b","kind":"commit","published_at":"2023-09-10T23:53:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1/manifests"},{"name":"conventional-changelog-writer-v7.0.1","sha":"e3a643ad39ec3bc4cfb1dff2aa1101333df33dc3","kind":"commit","published_at":"2023-09-10T23:49:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1/manifests"},{"name":"conventional-changelog-v5.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0/manifests"},{"name":"conventional-changelog-cli-v4.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0/manifests"},{"name":"conventional-changelog-core-v7.0.0","sha":"2e467dd39a35c3813597711a37690897183b4abc","kind":"commit","published_at":"2023-09-08T22:03:37.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0/manifests"},{"name":"git-semver-tags-v7.0.0","sha":"a13f788bd505d8253a2d92413fc4a7780e11ec07","kind":"commit","published_at":"2023-09-08T21:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0/manifests"},{"name":"standard-changelog-v5.0.0","sha":"34569c7a3fd2b0362a461517a1f4e20e7eecd9fc","kind":"commit","published_at":"2023-09-08T21:55:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v9.0.0","sha":"ad633d9d81f66ef80d7f77832a264cb0c5b971ef","kind":"commit","published_at":"2023-09-08T21:50:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.2","sha":"50113f9b569259d991f1a734a192964ca71f0118","kind":"commit","published_at":"2023-09-08T21:41:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2/manifests"},{"name":"conventional-changelog-preset-loader-v4.1.0","sha":"a14d2186575f6061f236c9a47d803694b18f8373","kind":"commit","published_at":"2023-09-08T21:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.1","sha":"ca4324b0a690b2595f8b574882ff95329a2dc195","kind":"commit","published_at":"2023-08-27T19:11:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1/manifests"},{"name":"conventional-commits-filter-v4.0.0","sha":"26fc9ea274dc0c62442ec9d97b20a2ebb49138bf","kind":"commit","published_at":"2023-08-27T12:55:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0/manifests"},{"name":"standard-changelog-v4.0.0","sha":"5b788265774bf4b63d3c83a178ca53e8e7095903","kind":"commit","published_at":"2023-08-27T12:50:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-eslint-v5.0.0","sha":"679594c0716275771cc23b314e4362899fe72f87","kind":"commit","published_at":"2023-08-27T12:46:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0/manifests"},{"name":"git-semver-tags-v6.0.0","sha":"1c75c72d9b5d59e3ea4e914c58a85f7559f29602","kind":"commit","published_at":"2023-08-27T12:40:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0/manifests"},{"name":"conventional-recommended-bump-v8.0.0","sha":"624377a24e8e3658bcf2329a9a98f9a7b02a4cb3","kind":"commit","published_at":"2023-08-27T12:33:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0/manifests"},{"name":"conventional-changelog-writer-v7.0.0","sha":"d669bb67dc713cb1e4374e3216ed7d83cde743c5","kind":"commit","published_at":"2023-08-27T12:27:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0/manifests"},{"name":"conventional-changelog-codemirror-v4.0.0","sha":"933fd0b3dd355d648faf57241b796a714004c722","kind":"commit","published_at":"2023-08-27T12:23:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0/manifests"},{"name":"conventional-changelog-express-v4.0.0","sha":"c9e9ceb3a3727659bd117bab01cbc7642d588f06","kind":"commit","published_at":"2023-08-27T12:16:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0/manifests"},{"name":"conventional-changelog-ember-v4.0.0","sha":"5d7c16268f79b7f180e34e997fdb37373d714666","kind":"commit","published_at":"2023-08-27T12:11:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0/manifests"},{"name":"conventional-changelog-jquery-v5.0.0","sha":"d643efb1050dcdaecee626044315644ff9b9e43b","kind":"commit","published_at":"2023-08-27T12:07:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v4.0.0","sha":"636646dd9ae062e9652a7f9ccaf6c329e6e9f924","kind":"commit","published_at":"2023-08-27T12:03:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0/manifests"},{"name":"conventional-changelog-v5.0.0","sha":"7985de3edc9e655369651ad464cb39b791887dc7","kind":"commit","published_at":"2023-08-27T11:58:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.0","sha":"5f0fe40743d8f559ab94ed11bbb4b8bda6fa6dcb","kind":"commit","published_at":"2023-08-27T11:51:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0/manifests"},{"name":"conventional-changelog-angular-v7.0.0","sha":"6c7a2e1a8807988bcb1a9842f72d14be3b1a89e3","kind":"commit","published_at":"2023-08-27T11:46:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0/manifests"},{"name":"conventional-changelog-jshint-v4.0.0","sha":"0204a9a340d2c85411e8de8905bc74c6146e5618","kind":"commit","published_at":"2023-08-27T11:41:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0/manifests"},{"name":"conventional-changelog-atom-v4.0.0","sha":"ab9b2c10e098ec8837d141102549f3eef698364c","kind":"commit","published_at":"2023-08-27T11:36:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0/manifests"},{"name":"conventional-changelog-cli-v4.0.0","sha":"29df6c4597afad27b9cda06f58eb564bcca609c4","kind":"commit","published_at":"2023-08-27T11:21:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0/manifests"},{"name":"conventional-changelog-core-v6.0.0","sha":"45613bbc2d13c798732e4b2bd4b2fa9ea67157d6","kind":"commit","published_at":"2023-08-27T11:17:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v4.0.0","sha":"5a896e3ef3aa9e751fcc74d7c76fa21d6d526cb0","kind":"commit","published_at":"2023-08-27T11:08:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0/manifests"},{"name":"git-raw-commits-v4.0.0","sha":"878fc56b43bc617177bf47fd8643a3b8b86078e5","kind":"commit","published_at":"2023-08-27T11:01:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0/manifests"},{"name":"conventional-commits-parser-v5.0.0","sha":"299de5acbe55a7d19dcdd2adc34681eae7264abf","kind":"commit","published_at":"2023-08-26T17:50:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0/manifests"},{"name":"git-semver-tags-v5.0.1","sha":"87914a362866a380e98a29edf19b2173e0911d8a","kind":"commit","published_at":"2023-07-09T19:10:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1/manifests"},{"name":"conventional-changelog-writer-v6.0.1","sha":"c123edea220b450cfa26813b6f198c3e8ebbd2b4","kind":"commit","published_at":"2023-07-09T14:49:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.2","sha":"83773c5e1a8874ea9809ca9db1dff60b7df1daae","kind":"commit","published_at":"2023-06-28T17:43:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.1.0","sha":"2e5fe6d9574ba896fa90b5bfcb50fb73d28af6d6","kind":"commit","published_at":"2023-06-17T21:30:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v7.0.1","sha":"f251b6899e313a9b23f3c8deb8b8b57217040892","kind":"commit","published_at":"2023-06-06T23:24:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.1","sha":"5b458dff9edf766446449acd1bbb8027a1e39fa5","kind":"commit","published_at":"2023-06-06T23:17:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1/manifests"},{"name":"gulp-conventional-changelog-v3.0.0","sha":"8ef6232797e5bf7c80422221374c53c03d5df36d","kind":"commit","published_at":"2023-06-06T22:50:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0/manifests"},{"name":"standard-changelog-v3.0.0","sha":"ea65f017b42b914ece780fd2fc799a6946912ed8","kind":"commit","published_at":"2023-06-06T22:42:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0/manifests"},{"name":"conventional-changelog-cli-v3.0.0","sha":"f00f4549cee9406054b77057a8135183fcd89710","kind":"commit","published_at":"2023-06-06T22:29:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0/manifests"},{"name":"conventional-changelog-v4.0.0","sha":"1a240f91ed584ed43e7f9c82235ca60eff0f4fa5","kind":"commit","published_at":"2023-06-06T19:50:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-core-v5.0.0","sha":"8507f601486c8ff6806156c50091262dee13ec54","kind":"commit","published_at":"2023-06-06T19:23:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v7.0.0","sha":"e1662ca7a6c688d28a334282a5e863f52866f3e8","kind":"commit","published_at":"2023-06-06T18:39:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v3.0.0","sha":"5d80d155425147a0b045af09536e5962cbfff620","kind":"commit","published_at":"2023-06-06T15:08:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.0.0","sha":"a30fc7ae219cf871b46cbe9d2c76a9730b70e272","kind":"commit","published_at":"2023-06-06T14:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v6.0.0","sha":"aa5d46c7b13b7b31f78af4b3c31c087c39eea41d","kind":"commit","published_at":"2023-06-06T14:46:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0/manifests"},{"name":"conventional-commits-filter-v3.0.0","sha":"502a73fe41aebb7b563c5ca69521e0b1bab904df","kind":"commit","published_at":"2023-06-06T14:32:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0/manifests"},{"name":"conventional-commits-parser-v4.0.0","sha":"9f7fe891e75c64937c28baa39a6c795a01603ab7","kind":"commit","published_at":"2023-06-06T14:24:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0/manifests"},{"name":"git-raw-commits-v3.0.0","sha":"571f2d549f10744a12ab3bc5dc5e0b749cb72667","kind":"commit","published_at":"2023-06-06T14:16:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0/manifests"},{"name":"git-semver-tags-v5.0.0","sha":"445c796d04105d10dd62d07039bc6a7fc9f263a5","kind":"commit","published_at":"2023-06-06T13:51:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0/manifests"},{"name":"conventional-changelog-atom-v3.0.0","sha":"208787aa2f5db8de1c2d43c56d71e6dfb9510781","kind":"commit","published_at":"2023-06-06T13:43:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0/manifests"},{"name":"conventional-changelog-angular-v6.0.0","sha":"c4ebf98acc15f37154aae5de53a225e896c4a157","kind":"commit","published_at":"2023-06-06T13:36:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0/manifests"},{"name":"conventional-changelog-codemirror-v3.0.0","sha":"0772453bee083917a05b9696d063ee3dc69957f9","kind":"commit","published_at":"2023-06-06T13:25:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0/manifests"},{"name":"conventional-changelog-ember-v3.0.0","sha":"e473d0c8af7c0cf8a54f775556796f50f3e695c2","kind":"commit","published_at":"2023-06-06T13:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0/manifests"},{"name":"conventional-changelog-eslint-v4.0.0","sha":"b3b896bc5b9e3ed65dcfc08c57967a252f37cfd1","kind":"commit","published_at":"2023-06-06T12:56:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0/manifests"},{"name":"conventional-changelog-express-v3.0.0","sha":"5594385d1dd2490b0fb508a60b6f30e8be6616ce","kind":"commit","published_at":"2023-06-06T12:37:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0/manifests"},{"name":"conventional-changelog-jquery-v4.0.0","sha":"51a3015a907b2cea900114359c36ce0e9664b72d","kind":"commit","published_at":"2023-06-06T12:17:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0/manifests"},{"name":"conventional-changelog-jshint-v3.0.0","sha":"281e5f883476e90b75cae4373a67436c86e94f6a","kind":"commit","published_at":"2023-06-06T12:02:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v5.0.0","sha":"ba6df7cf62de5f448368bed4398f6ddf633d2cbd","kind":"commit","published_at":"2022-05-27T18:02:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0/manifests"},{"name":"conventional-changelog-writer-v5.0.1","sha":"21b73f974adc4490a318d9c892055655cb82c538","kind":"commit","published_at":"2021-12-29T21:36:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.3","sha":"02757d342290bcf51a49d49e5e72f5eae6c6f6da","kind":"commit","published_at":"2021-12-29T19:52:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3/manifests"},{"name":"conventional-commits-parser-v3.2.4","sha":"1d0f62d4ac4911ef0d912d5401f783b152cee624","kind":"commit","published_at":"2021-12-29T19:46:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4/manifests"},{"name":"git-raw-commits-v2.0.11","sha":"95384dbd105ffe4f86bbc6ccad3e5405a1cbfe04","kind":"commit","published_at":"2021-12-29T19:39:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.2","sha":"1827696185192a8dd258ea7c3370090238b0fb76","kind":"commit","published_at":"2021-12-25T18:06:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2/manifests"},{"name":"conventional-changelog-cli-v2.2.2","sha":"8ce6a7bbd3fae87aa9d56fca68c2e16fbb2cace5","kind":"commit","published_at":"2021-12-25T17:22:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2/manifests"},{"name":"conventional-changelog-v3.1.25","sha":"8e9c3d76aaffd7fe67a78270b3ad9b881e953e7e","kind":"commit","published_at":"2021-12-24T18:50:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25/manifests"},{"name":"conventional-changelog-cli-v2.2.1","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1/manifests"},{"name":"conventional-commits-parser-v3.2.3","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.1","sha":"c35708d56a55e31b750aec1f745e5be52f0a75f2","kind":"commit","published_at":"2021-09-09T19:06:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1/manifests"},{"name":"conventional-commits-parser-v3.2.2","sha":"1bae48ff85eff0736ea6691b7214f3fc9c026256","kind":"commit","published_at":"2021-09-09T14:45:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2/manifests"},{"name":"conventional-changelog-core-v4.2.4","sha":"02fbc2d42d0faf53d4b7a2b0525626088a6ac8ba","kind":"commit","published_at":"2021-09-09T14:37:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4/manifests"},{"name":"conventional-changelog-angular-v5.0.13","sha":"e30343b4676d26b416080294dc74ebba001c0716","kind":"commit","published_at":"2021-09-09T14:31:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v5.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13/manifests"},{"name":"conventional-changelog-core-v4.2.3","sha":"318b555b6ef3aebdb5a8d4c7c734fd7234712dd3","kind":"commit","published_at":"2021-07-03T00:24:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.0","sha":"537c37d7801872c3e57e4200c64154a4d2ea042a","kind":"commit","published_at":"2021-04-30T00:15:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0/manifests"},{"name":"conventional-commits-parser-v3.2.1","sha":"758dda2937b6784f0cc6a535286862fcf95b6f06","kind":"commit","published_at":"2021-02-15T21:32:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1/manifests"},{"name":"git-raw-commits-v2.0.10","sha":"ffecaccb6e117afae9f68f1d48ff9a69554da950","kind":"commit","published_at":"2021-01-27T16:36:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10/manifests"},{"name":"conventional-changelog-writer-v5.0.0","sha":"61ef6491add84b841e1797baf09f62bbdd90dcd4","kind":"commit","published_at":"2020-12-30T22:40:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v6.1.0","sha":"3b0fb22b0bb49137b9ecddaeb349f66025205c57","kind":"commit","published_at":"2020-12-30T16:58:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0/manifests"},{"name":"conventional-changelog-core-v4.2.2","sha":"317eeb3137caff69bcc9a67fce3dc67663a010db","kind":"commit","published_at":"2020-12-30T00:53:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2/manifests"},{"name":"conventional-recommended-bump-v6.0.12","sha":"90ecc5d93bfd7626857eda5d240f92393d896be0","kind":"commit","published_at":"2020-12-30T00:43:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12/manifests"},{"name":"git-raw-commits-v2.0.9","sha":"227f3e23af86912c0cd64fdb1a820ac92e5757c5","kind":"commit","published_at":"2020-12-29T23:59:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9/manifests"},{"name":"conventional-changelog-writer-v4.1.0","sha":"77725cfb12ca3ca22abb9421b4af012a49207e7a","kind":"commit","published_at":"2020-12-29T23:41:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11/manifests"},{"name":"standard-changelog@2.0.27","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27/manifests"},{"name":"gulp-conventional-changelog@2.0.35","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35/manifests"},{"name":"git-semver-tags@4.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1/manifests"},{"name":"git-raw-commits@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8/manifests"},{"name":"conventional-commits-parser@3.2.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0/manifests"},{"name":"conventional-commits-filter@2.0.7","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7/manifests"},{"name":"conventional-changelog-writer@4.0.18","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18/manifests"},{"name":"conventional-changelog-jshint@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9/manifests"},{"name":"conventional-changelog-jquery@3.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11/manifests"},{"name":"conventional-changelog-express@2.0.6","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9/manifests"},{"name":"conventional-changelog-ember@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9/manifests"},{"name":"conventional-changelog-core@4.2.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.5.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1/manifests"},{"name":"conventional-changelog-atom@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8/manifests"},{"name":"conventional-changelog-angular@5.0.12","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12/manifests"},{"name":"conventional-changelog@3.1.24","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24/manifests"},{"name":"conventional-changelog-v3.1.24","sha":"f8fcbc2e8b0834c29178ace6382b438a020ad828","kind":"commit","published_at":"2020-10-25T02:45:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24/manifests"},{"name":"conventional-recommended-bump@6.0.10","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10/manifests"},{"name":"git-semver-tags@4.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0/manifests"},{"name":"standard-changelog@2.0.26","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26/manifests"},{"name":"gulp-conventional-changelog@2.0.34","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34/manifests"},{"name":"conventional-changelog-cli@2.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0/manifests"},{"name":"conventional-changelog@3.1.23","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23/manifests"},{"name":"conventional-changelog-core@4.2.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.4.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.1","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1/manifests"},{"name":"conventional-changelog-angular@5.0.11","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11/manifests"},{"name":"conventional-changelog@3.1.22","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22/manifests"},{"name":"standard-changelog@2.0.25","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25/manifests"},{"name":"conventional-changelog-writer@4.0.17","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17/manifests"},{"name":"gulp-conventional-changelog@2.0.33","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33/manifests"},{"name":"conventional-changelog-jshint@2.0.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8/manifests"},{"name":"conventional-changelog-core@4.1.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8/manifests"},{"name":"conventional-changelog-cli@2.0.35","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35/manifests"},{"name":"conventional-changelog-writer@4.0.16","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16/manifests"},{"name":"conventional-changelog-core@4.1.7","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7/manifests"},{"name":"conventional-changelog@3.1.21","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21/manifests"},{"name":"conventional-changelog-cli@2.0.34","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34/manifests"},{"name":"standard-changelog@2.0.24","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24/manifests"},{"name":"gulp-conventional-changelog@2.0.32","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32/manifests"},{"name":"conventional-changelog-jshint@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7/manifests"},{"name":"conventional-changelog-jquery@3.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10/manifests"},{"name":"conventional-changelog-express@2.0.5","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5/manifests"},{"name":"conventional-changelog-eslint@3.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8/manifests"},{"name":"conventional-changelog-ember@2.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8/manifests"},{"name":"conventional-changelog-core@4.1.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7/manifests"},{"name":"conventional-changelog-cli@2.0.33","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33/manifests"},{"name":"conventional-changelog-atom@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7/manifests"},{"name":"conventional-changelog-angular@5.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10/manifests"},{"name":"conventional-changelog@3.1.20","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20/manifests"},{"name":"conventional-commits-filter@2.0.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6/manifests"},{"name":"conventional-commits-parser@3.1.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.9","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9/manifests"},{"name":"git-raw-commits@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7/manifests"},{"name":"git-semver-tags@4.0.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.31","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31/manifests"},{"name":"standard-changelog@2.0.23","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23/manifests"},{"name":"conventional-changelog-writer@4.0.15","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15/manifests"},{"name":"conventional-changelog-preset-loader@2.3.4","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4/manifests"},{"name":"conventional-changelog-preset-loader-v2.3.2","sha":"9f6c56cb960a5043823cfb85b9843991201cbb51","kind":"commit","published_at":"2020-05-08T19:21:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v2.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2/manifests"},{"name":"conventional-changelog@3.1.19","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19/manifests"},{"name":"conventional-changelog-cli@2.0.32","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32/manifests"},{"name":"conventional-changelog-core@4.1.5","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5/manifests"},{"name":"gulp-conventional-changelog@2.0.30","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30/manifests"},{"name":"standard-changelog@2.0.22","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22/manifests"},{"name":"standard-changelog@2.0.21","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21/manifests"},{"name":"gulp-conventional-changelog@2.0.29","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29/manifests"},{"name":"conventional-changelog@3.1.18","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18/manifests"},{"name":"conventional-changelog-cli@2.0.31","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31/manifests"},{"name":"conventional-changelog-core@4.1.4","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4/manifests"},{"name":"conventional-changelog-core@4.1.3","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.30","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30/manifests"},{"name":"conventional-changelog@3.1.17","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17/manifests"},{"name":"standard-changelog@2.0.20","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20/manifests"},{"name":"gulp-conventional-changelog@2.0.28","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28/manifests"},{"name":"conventional-changelog@3.1.16","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16/manifests"},{"name":"gulp-conventional-changelog@2.0.27","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27/manifests"},{"name":"standard-changelog@2.0.19","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19/manifests"},{"name":"conventional-changelog-core@4.1.2","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.29","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29/manifests"},{"name":"conventional-changelog-cli@2.0.28","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28/manifests"},{"name":"conventional-changelog@3.1.15","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15/manifests"},{"name":"standard-changelog@2.0.18","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18/manifests"},{"name":"conventional-recommended-bump@6.0.5","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5/manifests"},{"name":"git-semver-tags@3.0.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1/manifests"},{"name":"git-raw-commits@2.0.3","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.26","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26/manifests"},{"name":"conventional-commits-parser@3.0.8","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.11","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11/manifests"},{"name":"conventional-changelog-core@4.1.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1/manifests"},{"name":"standard-changelog@2.0.17","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17/manifests"},{"name":"gulp-conventional-changelog@2.0.25","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25/manifests"},{"name":"conventional-recommended-bump@6.0.4","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4/manifests"},{"name":"conventional-commits-parser@3.0.7","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7/manifests"},{"name":"conventional-changelog-core@4.1.0","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.3","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3/manifests"},{"name":"conventional-changelog-cli@2.0.27","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27/manifests"},{"name":"conventional-changelog-angular@5.0.6","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6/manifests"},{"name":"conventional-changelog@3.1.14","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14/manifests"},{"name":"conventional-changelog@3.1.13","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13/manifests"},{"name":"conventional-changelog-cli@2.0.26","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.2","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2/manifests"},{"name":"conventional-changelog-core@4.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3/manifests"},{"name":"conventional-changelog-preset-loader@2.3.0","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0/manifests"},{"name":"conventional-changelog-writer@4.0.10","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10/manifests"},{"name":"conventional-commits-parser@3.0.6","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6/manifests"},{"name":"conventional-recommended-bump@6.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.24","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24/manifests"},{"name":"standard-changelog@2.0.16","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16/manifests"},{"name":"conventional-changelog-jshint@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.9","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9/manifests"},{"name":"conventional-commits-parser@3.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5/manifests"},{"name":"conventional-changelog@3.1.12","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12/manifests"},{"name":"gulp-conventional-changelog@2.0.23","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23/manifests"},{"name":"standard-changelog@2.0.15","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15/manifests"},{"name":"conventional-recommended-bump@6.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5/manifests"},{"name":"conventional-changelog-atom@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.25","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25/manifests"},{"name":"conventional-changelog-codemirror@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.1","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1/manifests"},{"name":"conventional-changelog-core@4.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2/manifests"},{"name":"conventional-changelog-ember@2.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4/manifests"},{"name":"conventional-changelog-eslint@3.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.6","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6/manifests"},{"name":"conventional-changelog-cli@2.0.24","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24/manifests"},{"name":"standard-changelog@2.0.14","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14/manifests"},{"name":"gulp-conventional-changelog@2.0.22","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22/manifests"},{"name":"conventional-recommended-bump@6.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1/manifests"},{"name":"conventional-commits-parser@3.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4/manifests"},{"name":"conventional-changelog-writer@4.0.8","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8/manifests"},{"name":"conventional-changelog-jshint@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.5","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5/manifests"},{"name":"conventional-changelog-eslint@3.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3/manifests"},{"name":"conventional-changelog-ember@2.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3/manifests"},{"name":"conventional-changelog-core@4.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.0","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2/manifests"},{"name":"conventional-changelog-atom@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4/manifests"},{"name":"conventional-changelog@3.1.11","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11/manifests"},{"name":"conventional-recommended-bump@6.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.7","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7/manifests"},{"name":"conventional-changelog-preset-loader@2.2.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0/manifests"},{"name":"conventional-changelog-core@4.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.1.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0/manifests"},{"name":"conventional-changelog-cli@2.0.23","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23/manifests"},{"name":"conventional-changelog@3.1.10","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10/manifests"},{"name":"standard-changelog@2.0.13","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13/manifests"},{"name":"gulp-conventional-changelog@2.0.21","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21/manifests"},{"name":"git-semver-tags@3.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0/manifests"},{"name":"git-semver-tags@2.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3/manifests"},{"name":"conventional-commits-parser@3.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.6","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6/manifests"},{"name":"conventional-changelog@3.1.9","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9/manifests"},{"name":"conventional-changelog-cli@2.0.22","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22/manifests"},{"name":"conventional-changelog-conventionalcommits@4.0.0","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0/manifests"},{"name":"conventional-changelog-core@3.2.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3/manifests"},{"name":"standard-changelog@2.0.12","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.20","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20/manifests"},{"name":"conventional-recommended-bump@5.0.1","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.19","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19/manifests"},{"name":"conventional-changelog-cli@2.0.21","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21/manifests"},{"name":"conventional-changelog@3.1.8","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8/manifests"},{"name":"standard-changelog@2.0.11","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.2","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2/manifests"},{"name":"conventional-changelog@3.1.7","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7/manifests"},{"name":"gulp-conventional-changelog@2.0.18","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18/manifests"},{"name":"conventional-changelog-cli@2.0.20","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.1","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.17","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17/manifests"},{"name":"conventional-changelog-cli@2.0.19","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0/manifests"},{"name":"conventional-changelog@3.1.6","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6/manifests"},{"name":"conventional-recommended-bump@5.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.16","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16/manifests"},{"name":"conventional-changelog@3.1.5","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5/manifests"},{"name":"conventional-changelog-cli@2.0.18","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18/manifests"},{"name":"conventional-changelog-conventionalcommits@2.0.0","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.2","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.17","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17/manifests"},{"name":"conventional-changelog@3.1.4","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.15","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15/manifests"},{"name":"gulp-conventional-changelog@2.0.14","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14/manifests"},{"name":"conventional-changelog-writer@4.0.5","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.16","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16/manifests"},{"name":"conventional-changelog-core@3.2.2","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2/manifests"},{"name":"conventional-changelog@3.1.3","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3/manifests"},{"name":"standard-changelog@2.0.10","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10/manifests"},{"name":"conventional-changelog@3.1.2","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2/manifests"},{"name":"conventional-changelog-core@3.2.1","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1/manifests"},{"name":"conventional-changelog-cli@2.0.15","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15/manifests"},{"name":"standard-changelog@2.0.9","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9/manifests"},{"name":"gulp-conventional-changelog@2.0.13","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13/manifests"},{"name":"conventional-recommended-bump@4.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1/manifests"},{"name":"conventional-changelog-preset-loader@2.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.14","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14/manifests"},{"name":"conventional-changelog@3.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1/manifests"},{"name":"gulp-conventional-changelog@2.0.12","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12/manifests"},{"name":"conventional-changelog-cli@2.0.13","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13/manifests"},{"name":"conventional-changelog-core@3.2.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0/manifests"},{"name":"conventional-changelog-eslint@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0/manifests"},{"name":"conventional-changelog@3.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0/manifests"},{"name":"gulp-conventional-changelog@2.0.11","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11/manifests"},{"name":"git-raw-commits@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0/manifests"},{"name":"standard-changelog@2.0.8","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.4","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4/manifests"},{"name":"conventional-commits-parser@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2/manifests"},{"name":"conventional-commits-filter@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2/manifests"},{"name":"standard-changelog@2.0.7","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7/manifests"},{"name":"conventional-changelog-cli@2.0.12","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.10","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10/manifests"},{"name":"conventional-changelog-writer@4.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3/manifests"},{"name":"conventional-changelog-core@3.1.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6/manifests"},{"name":"conventional-changelog-angular@5.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3/manifests"},{"name":"conventional-changelog@3.0.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6/manifests"},{"name":"conventional-recommended-bump@4.0.4","sha":"da729f68f9dc581623deb587c705ef65d189a9f4","kind":"tag","published_at":"2018-11-01T06:56:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4/manifests"},{"name":"standard-changelog@2.0.6","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6/manifests"},{"name":"conventional-changelog-writer@4.0.2","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2/manifests"},{"name":"conventional-changelog-core@3.1.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5/manifests"},{"name":"conventional-changelog-cli@2.0.11","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11/manifests"},{"name":"gulp-conventional-changelog@2.0.9","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.0.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5/manifests"},{"name":"standard-changelog@2.0.5","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5/manifests"},{"name":"conventional-changelog@3.0.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.8","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.0.10","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10/manifests"},{"name":"git-semver-tags@2.0.2","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.3","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3/manifests"},{"name":"conventional-changelog-core@3.1.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.7","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7/manifests"},{"name":"standard-changelog@2.0.4","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4/manifests"},{"name":"conventional-changelog@3.0.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3/manifests"},{"name":"conventional-changelog-core@3.1.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.9","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9/manifests"},{"name":"conventional-changelog-cli@2.0.8","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8/manifests"},{"name":"conventional-changelog-core@3.1.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2/manifests"},{"name":"gulp-conventional-changelog@2.0.6","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6/manifests"},{"name":"conventional-changelog@3.0.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2/manifests"},{"name":"standard-changelog@2.0.3","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.5","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.7","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7/manifests"},{"name":"conventional-changelog@3.0.1","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1/manifests"},{"name":"conventional-changelog-jquery@3.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4/manifests"},{"name":"conventional-changelog@3.0.0","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0/manifests"},{"name":"conventional-changelog-angular@5.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2/manifests"},{"name":"conventional-changelog-atom@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.6","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1/manifests"},{"name":"conventional-changelog-core@3.1.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1/manifests"},{"name":"conventional-changelog-ember@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2/manifests"},{"name":"conventional-changelog-eslint@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1/manifests"},{"name":"conventional-changelog-express@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1/manifests"},{"name":"conventional-changelog-preset-loader@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2/manifests"},{"name":"conventional-changelog-writer@4.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1/manifests"},{"name":"conventional-commits-filter@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1/manifests"},{"name":"conventional-commits-parser@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2/manifests"},{"name":"git-raw-commits@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1/manifests"},{"name":"git-semver-tags@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4/manifests"},{"name":"standard-changelog@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.3","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.5","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.4","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.2","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2/manifests"},{"name":"standard-changelog@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1/manifests"},{"name":"conventional-changelog-core@3.1.0","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0/manifests"},{"name":"conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1/manifests"},{"name":"conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0/manifests"},{"name":"conventional-changelog-jshint@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0/manifests"},{"name":"conventional-changelog-express@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0/manifests"},{"name":"conventional-changelog-eslint@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0/manifests"},{"name":"conventional-changelog-ember@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1/manifests"},{"name":"conventional-changelog-atom@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0/manifests"},{"name":"conventional-changelog-angular@5.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0/manifests"},{"name":"conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-angular@4.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1/manifests"},{"name":"conventional-changelog-jquery@2.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1/manifests"},{"name":"conventional-changelog-core@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0/manifests"},{"name":"conventional-changelog-codemirror@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0/manifests"},{"name":"conventional-commits-parser@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0/manifests"},{"name":"conventional-changelog-atom@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0/manifests"},{"name":"conventional-recommended-bump@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0/manifests"},{"name":"git-raw-commits@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0/manifests"},{"name":"conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0/manifests"},{"name":"standard-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0/manifests"},{"name":"conventional-commits-filter@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0/manifests"},{"name":"conventional-changelog-express@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0/manifests"},{"name":"conventional-changelog-eslint@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0/manifests"},{"name":"conventional-changelog-angular@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0/manifests"},{"name":"conventional-changelog-ember@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0/manifests"},{"name":"git-semver-tags@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0/manifests"},{"name":"conventional-changelog-jshint@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-angular@3.0.7","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7/manifests"},{"name":"conventional-changelog-cli@1.3.22","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22/manifests"},{"name":"conventional-changelog-core@2.0.11","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11/manifests"},{"name":"conventional-changelog-ember@0.3.12","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12/manifests"},{"name":"conventional-changelog-jquery@1.3.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9/manifests"},{"name":"conventional-recommended-bump@2.0.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9/manifests"},{"name":"gulp-conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24/manifests"},{"name":"standard-changelog@1.0.19","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19/manifests"},{"name":"conventional-changelog-jshint@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8/manifests"},{"name":"conventional-changelog-codemirror@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8/manifests"},{"name":"conventional-changelog-core@2.0.10","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10/manifests"},{"name":"conventional-changelog-ember@0.3.11","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11/manifests"},{"name":"conventional-changelog-eslint@1.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9/manifests"},{"name":"conventional-changelog-jquery@1.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8/manifests"},{"name":"conventional-changelog-cli@1.3.21","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21/manifests"},{"name":"conventional-changelog-writer@3.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9/manifests"},{"name":"gulp-conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23/manifests"},{"name":"standard-changelog@1.0.18","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18/manifests"},{"name":"conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-angular@3.0.6","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6/manifests"},{"name":"conventional-changelog-atom@0.2.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8/manifests"},{"name":"conventional-changelog-cli@1.3.20","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20/manifests"},{"name":"gulp-conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-writer@3.0.8","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8/manifests"},{"name":"conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22/manifests"},{"name":"standard-changelog@1.0.17","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17/manifests"},{"name":"conventional-changelog-ember@0.3.10","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10/manifests"},{"name":"conventional-changelog-core@2.0.9","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9/manifests"},{"name":"conventional-changelog-angular@3.0.5","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5/manifests"},{"name":"conventional-changelog-express@0.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6/manifests"},{"name":"git-semver-tags@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6/manifests"},{"name":"git-raw-commits@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6/manifests"},{"name":"conventional-changelog-jquery@1.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7/manifests"},{"name":"conventional-recommended-bump@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8/manifests"},{"name":"conventional-commits-parser@2.1.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7/manifests"},{"name":"conventional-changelog-writer@3.0.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7/manifests"},{"name":"conventional-changelog-preset-loader@1.1.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8/manifests"},{"name":"conventional-changelog-jshint@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7/manifests"},{"name":"conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-cli@1.3.19","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19/manifests"},{"name":"conventional-changelog-atom@0.2.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7/manifests"},{"name":"conventional-changelog-angular@3.0.4","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4/manifests"},{"name":"conventional-changelog-codemirror@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7/manifests"},{"name":"conventional-changelog-core@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.9","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9/manifests"},{"name":"conventional-changelog-eslint@1.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8/manifests"},{"name":"gulp-conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21/manifests"},{"name":"standard-changelog@1.0.16","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16/manifests"},{"name":"gulp-conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-jquery@1.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7/manifests"},{"name":"conventional-changelog-ember@0.3.8","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8/manifests"},{"name":"conventional-changelog-core@2.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7/manifests"},{"name":"conventional-changelog-angular@3.0.3","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3/manifests"},{"name":"standard-changelog@1.0.15","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15/manifests"},{"name":"conventional-changelog-atom@0.2.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6/manifests"},{"name":"conventional-changelog-cli@1.3.18","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18/manifests"},{"name":"conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-codemirror@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6/manifests"},{"name":"conventional-changelog-jshint@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6/manifests"},{"name":"conventional-changelog-writer@3.0.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6/manifests"},{"name":"conventional-changelog-angular@3.0.2","sha":"1cc079df803f58b52c8aa997fff43e9c162266e7","kind":"tag","published_at":"2018-03-22T14:14:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7/manifests"},{"name":"standard-changelog@1.0.14","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14/manifests"},{"name":"gulp-conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19/manifests"},{"name":"git-semver-tags@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5/manifests"},{"name":"git-raw-commits@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7/manifests"},{"name":"conventional-commits-parser@2.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6/manifests"},{"name":"conventional-commits-filter@1.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5/manifests"},{"name":"conventional-changelog-jshint@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5/manifests"},{"name":"conventional-changelog-jquery@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5/manifests"},{"name":"conventional-changelog-express@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6/manifests"},{"name":"conventional-changelog-ember@0.3.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7/manifests"},{"name":"conventional-changelog-core@2.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5/manifests"},{"name":"conventional-changelog-cli@1.3.17","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17/manifests"},{"name":"conventional-changelog-atom@0.2.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5/manifests"},{"name":"conventional-changelog-angular@3.0.1","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1/manifests"},{"name":"conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19/manifests"},{"name":"conventional-changelog-angular@3.0.0","sha":"49997aaba373502e5b38bd366846934641e95799","kind":"tag","published_at":"2018-03-22T13:45:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-eslint@1.0.5","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5/manifests"},{"name":"conventional-changelog-cli@1.3.16","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16/manifests"},{"name":"conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-angular@1.6.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6/manifests"},{"name":"conventional-changelog-atom@0.2.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4/manifests"},{"name":"conventional-changelog-cli@1.3.15","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15/manifests"},{"name":"conventional-changelog-codemirror@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4/manifests"},{"name":"conventional-changelog-express@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4/manifests"},{"name":"conventional-changelog-jquery@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4/manifests"},{"name":"conventional-changelog-jshint@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4/manifests"},{"name":"conventional-commits-filter@1.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5/manifests"},{"name":"conventional-commits-parser@2.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5/manifests"},{"name":"gulp-conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17/manifests"},{"name":"standard-changelog@1.0.13","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13/manifests"},{"name":"git-semver-tags@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4/manifests"},{"name":"conventional-recommended-bump@2.0.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6/manifests"},{"name":"git-raw-commits@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4/manifests"},{"name":"conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17/manifests"},{"name":"git-semver-tags@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3/manifests"},{"name":"conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog-angular@1.6.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5/manifests"},{"name":"conventional-changelog-atom@0.2.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3/manifests"},{"name":"conventional-changelog-cli@1.3.14","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14/manifests"},{"name":"conventional-changelog-codemirror@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4/manifests"},{"name":"conventional-changelog-ember@0.3.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3/manifests"},{"name":"conventional-changelog-express@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3/manifests"},{"name":"conventional-changelog-jshint@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5/manifests"},{"name":"conventional-changelog-writer@3.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3/manifests"},{"name":"conventional-commits-filter@1.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4/manifests"},{"name":"conventional-commits-parser@2.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4/manifests"},{"name":"conventional-recommended-bump@2.0.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5/manifests"},{"name":"git-raw-commits@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3/manifests"},{"name":"gulp-conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16/manifests"},{"name":"standard-changelog@1.0.12","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12/manifests"},{"name":"conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15/manifests"},{"name":"gulp-conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15/manifests"},{"name":"conventional-recommended-bump@2.0.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4/manifests"},{"name":"conventional-changelog-cli@1.3.13","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13/manifests"},{"name":"git-raw-commits@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2/manifests"},{"name":"standard-changelog@1.0.11","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11/manifests"},{"name":"conventional-recommended-bump@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3/manifests"},{"name":"gulp-conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14/manifests"},{"name":"git-semver-tags@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2/manifests"},{"name":"conventional-changelog-express@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3/manifests"},{"name":"conventional-commits-filter@1.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3/manifests"},{"name":"conventional-changelog-writer@3.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2/manifests"},{"name":"conventional-changelog-jshint@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2/manifests"},{"name":"conventional-changelog-jquery@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2/manifests"},{"name":"conventional-changelog-eslint@1.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2/manifests"},{"name":"conventional-changelog-ember@0.3.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3/manifests"},{"name":"conventional-changelog-codemirror@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2/manifests"},{"name":"conventional-changelog-cli@1.3.12","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12/manifests"},{"name":"conventional-changelog-atom@0.2.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2/manifests"},{"name":"conventional-changelog-angular@1.6.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4/manifests"},{"name":"conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14/manifests"},{"name":"conventional-recommended-bump@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2/manifests"},{"name":"conventional-commits-parser@2.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2/manifests"},{"name":"standard-changelog@1.0.10","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10/manifests"},{"name":"conventional-commits-filter@1.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2/manifests"},{"name":"conventional-changelog-writer@3.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1/manifests"},{"name":"conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13/manifests"},{"name":"gulp-conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13/manifests"},{"name":"git-semver-tags@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1/manifests"},{"name":"git-raw-commits@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1/manifests"},{"name":"conventional-changelog-jshint@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1/manifests"},{"name":"conventional-changelog-jquery@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1/manifests"},{"name":"conventional-changelog-express@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1/manifests"},{"name":"conventional-changelog-ember@0.3.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2/manifests"},{"name":"conventional-changelog-codemirror@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1/manifests"},{"name":"conventional-changelog-cli@1.3.11","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11/manifests"},{"name":"conventional-changelog-atom@0.2.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1/manifests"},{"name":"conventional-changelog-angular@1.6.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3/manifests"},{"name":"conventional-changelog-cli@1.3.10","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10/manifests"},{"name":"conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12/manifests"},{"name":"gulp-conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12/manifests"},{"name":"conventional-recommended-bump@2.0.1","sha":"a4f0aa902d3e966fe6d6b1d46f2130838524cfbf","kind":"tag","published_at":"2018-02-12T14:54:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1/manifests"},{"name":"conventional-recommended-bump@2.0.0","sha":"9885d205ed96338575335652d006f475408e1195","kind":"tag","published_at":"2018-02-12T14:30:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0/manifests"},{"name":"conventional-changelog-preset-loader@1.1.2","sha":"a450d974237d440009ec3fb4c63974cf066e8f79","kind":"tag","published_at":"2018-02-12T04:07:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.1","sha":"5af1f00dcc4e1f9c3299bc7feb322a88b711f042","kind":"tag","published_at":"2018-02-09T04:17:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.0","sha":"c3eb36dbc52f383df6f3dcf3a3870b01ceee0b8b","kind":"tag","published_at":"2018-02-08T14:46:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0/manifests"},{"name":"conventional-commits-parser@2.1.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1/manifests"},{"name":"conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11/manifests"},{"name":"conventional-changelog-angular@1.6.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2/manifests"},{"name":"conventional-changelog-cli@1.3.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9/manifests"},{"name":"conventional-changelog-core@2.0.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1/manifests"},{"name":"conventional-changelog-ember@0.3.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2/manifests"},{"name":"conventional-recommended-bump@1.2.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1/manifests"},{"name":"gulp-conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11/manifests"},{"name":"standard-changelog@1.0.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9/manifests"},{"name":"standard-changelog@1.0.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8/manifests"},{"name":"gulp-conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10/manifests"},{"name":"git-semver-tags@1.3.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.2.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0/manifests"},{"name":"conventional-changelog-writer@3.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0/manifests"},{"name":"conventional-changelog-eslint@1.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.3.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1/manifests"},{"name":"conventional-changelog-core@2.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8/manifests"},{"name":"conventional-changelog-angular@1.6.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1/manifests"},{"name":"conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10/manifests"},{"name":"standard-changelog@1.0.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7/manifests"},{"name":"gulp-conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-jshint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0/manifests"},{"name":"conventional-changelog-jquery@1.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0/manifests"},{"name":"conventional-changelog-express@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0/manifests"},{"name":"conventional-changelog-eslint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0/manifests"},{"name":"conventional-changelog-ember@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0/manifests"},{"name":"conventional-changelog-core@1.9.5","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5/manifests"},{"name":"conventional-changelog-codemirror@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0/manifests"},{"name":"conventional-changelog-cli@1.3.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7/manifests"},{"name":"conventional-changelog-atom@0.2.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0/manifests"},{"name":"conventional-changelog-angular@1.6.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0/manifests"},{"name":"conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-angular@1.5.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3/manifests"},{"name":"standard-changelog@1.0.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6/manifests"},{"name":"gulp-conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8/manifests"},{"name":"conventional-recommended-bump@1.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0/manifests"},{"name":"conventional-commits-parser@2.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0/manifests"},{"name":"conventional-commits-filter@1.1.1","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1/manifests"},{"name":"conventional-changelog-writer@2.0.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.2.10","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10/manifests"},{"name":"conventional-changelog-core@1.9.4","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4/manifests"},{"name":"conventional-changelog-cli@1.3.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6/manifests"},{"name":"conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8/manifests"},{"name":"conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7/manifests"},{"name":"conventional-changelog-express@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1/manifests"},{"name":"conventional-changelog-eslint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1/manifests"},{"name":"conventional-changelog-jquery@1.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1/manifests"},{"name":"conventional-changelog-ember@0.2.9","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9/manifests"},{"name":"conventional-changelog-jshint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1/manifests"},{"name":"conventional-changelog-writer@2.0.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2/manifests"},{"name":"conventional-changelog-core@1.9.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3/manifests"},{"name":"conventional-commits-filter@1.1.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0/manifests"},{"name":"conventional-changelog-codemirror@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1/manifests"},{"name":"conventional-commits-parser@2.0.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1/manifests"},{"name":"conventional-recommended-bump@1.0.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3/manifests"},{"name":"conventional-changelog-cli@1.3.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5/manifests"},{"name":"git-raw-commits@1.3.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0/manifests"},{"name":"conventional-changelog-atom@0.1.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2/manifests"},{"name":"git-semver-tags@1.2.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3/manifests"},{"name":"conventional-changelog-angular@1.5.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2/manifests"},{"name":"gulp-conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7/manifests"},{"name":"standard-changelog@1.0.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5/manifests"},{"name":"@marionebl/conventional-commits-parser@3.0.0","sha":"edf4068ce4c3ea6ac5b61323473ab655be5eb895","kind":"tag","published_at":"2017-11-01T07:09:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/@marionebl/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/@marionebl/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0/manifests"},{"name":"git-semver-tags@1.2.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2/manifests"},{"name":"standard-changelog@1.0.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4/manifests"},{"name":"conventional-changelog-ember@0.2.8","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8/manifests"},{"name":"gulp-conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-core@1.9.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2/manifests"},{"name":"conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-angular@1.5.1","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1/manifests"},{"name":"conventional-recommended-bump@1.0.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2/manifests"},{"name":"conventional-changelog-cli@1.3.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4/manifests"},{"name":"standard-changelog@1.0.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3/manifests"},{"name":"conventional-changelog-core@1.9.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1/manifests"},{"name":"conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-ember@0.2.7","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7/manifests"},{"name":"conventional-changelog-writer@2.0.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1/manifests"},{"name":"conventional-changelog-angular@1.5.0","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0/manifests"},{"name":"gulp-conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-cli@1.3.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3/manifests"},{"name":"conventional-changelog-angular@1.4.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0/manifests"},{"name":"conventional-changelog-core@1.9.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0/manifests"},{"name":"conventional-changelog-codemirror@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0/manifests"},{"name":"conventional-changelog-cli@1.3.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2/manifests"},{"name":"conventional-changelog-atom@0.1.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1/manifests"},{"name":"standard-changelog@1.0.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2/manifests"},{"name":"conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4/manifests"},{"name":"conventional-changelog-ember@0.2.6","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6/manifests"},{"name":"conventional-changelog-eslint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0/manifests"},{"name":"conventional-changelog-express@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0/manifests"},{"name":"conventional-changelog-jquery@1.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0/manifests"},{"name":"conventional-changelog-jshint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0/manifests"},{"name":"conventional-changelog-writer@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0/manifests"},{"name":"conventional-commits-parser@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1/manifests"},{"name":"git-semver-tags@1.2.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1/manifests"},{"name":"gulp-conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4/manifests"},{"name":"conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3/manifests"},{"name":"conventional-changelog-core@1.8.0","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.8.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0/manifests"},{"name":"conventional-changelog-ember@0.2.5","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5/manifests"},{"name":"gulp-conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3/manifests"},{"name":"standard-changelog@1.0.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1/manifests"},{"name":"conventional-changelog-cli@1.3.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1/manifests"},{"name":"conventional-changelog-angular@1.3.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3/manifests"},{"name":"conventional-changelog-ember@0.2.4","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4/manifests"},{"name":"conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2/manifests"},{"name":"conventional-changelog-angular@1.3.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2/manifests"},{"name":"conventional-changelog-core@1.7.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.7.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0/manifests"},{"name":"conventional-changelog-cli@1.3.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0/manifests"},{"name":"standard-changelog@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2/manifests"},{"name":"git-semver-tags@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0/manifests"},{"name":"git-raw-commits@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0/manifests"},{"name":"conventional-recommended-bump@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"tag","published_at":"2017-03-10T05:35:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0/manifests"},{"name":"conventional-changelog-ember@0.2.3","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3/manifests"},{"name":"gulp-conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1/manifests"},{"name":"standard-changelog@0.0.2","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@0.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2/manifests"},{"name":"conventional-changelog-angular@1.3.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1/manifests"},{"name":"conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-cli@1.2.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1/manifests"},{"name":"conventional-changelog-core@1.6.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0/manifests"},{"name":"conventional-changelog-cli@1.2.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:01:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0/manifests"},{"name":"conventional-changelog-core@1.5.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:00:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0/manifests"},{"name":"git-raw-commits@1.1.2","sha":"f5fe78b1f15791cb0499744bf278dff22b52732f","kind":"tag","published_at":"2017-03-09T07:37:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2/manifests"},{"name":"git-semver-tags@1.1.2","sha":"7be07c7c0f49572b1c0e9c98f004b599d8b5bb1a","kind":"tag","published_at":"2017-03-09T07:35:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2/manifests"},{"name":"v1.1.0","sha":"600d411569271467389c3cbe71f7f657980e89a1","kind":"tag","published_at":"2016-02-13T06:59:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"9591280a8d09220aced3383abe3bc7ecbb34b503","kind":"tag","published_at":"2016-02-13T06:37:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"beef421f56939190a4ca30c28788eda1b3f9480d","kind":"tag","published_at":"2016-02-05T13:49:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"c8e90ab7fddd0b98855913e73fc12f9dc9dc81b1","kind":"tag","published_at":"2016-02-05T12:59:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0/manifests"},{"name":"v0.5.3","sha":"d79ce243223260b153699b99de0503698546ea63","kind":"tag","published_at":"2015-12-25T05:07:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"9e7b771072a2680c6c335fcad38003aade53213e","kind":"tag","published_at":"2015-12-23T12:24:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"4bf7d8df29f7be29552b82ec2b7112fad0c39a3e","kind":"tag","published_at":"2015-10-20T09:52:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"5ca2204b472704543ebbc744a22f8f90ec659659","kind":"tag","published_at":"2015-09-30T08:49:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"e5f2f3bc675e2c7e5cc6aa0ed50da7941833e492","kind":"tag","published_at":"2015-09-04T03:16:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"7536a0b351cc4f2764e71cbc268a178ab595259d","kind":"tag","published_at":"2015-08-17T01:28:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"56fa3d92620a41a875b3337fa51d04d6df23b1a8","kind":"tag","published_at":"2015-08-15T12:34:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"eefec0ef598a92e78510ee8626fd9bbcdb1398e4","kind":"tag","published_at":"2015-08-15T11:19:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0/manifests"},{"name":"v0.3.2","sha":"74b99dca61eafd56ba93605016b086a1108e77fe","kind":"tag","published_at":"2015-08-13T03:12:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"a1aca9c31a45aded77962bd0defc32e503aec213","kind":"commit","published_at":"2015-08-11T06:23:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"b489672d27ff703337c540f0fbc43f6486a84d99","kind":"commit","published_at":"2015-08-09T03:27:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"12e3cd6b151353dbe7f584adabbe5dd8a28424db","kind":"commit","published_at":"2015-07-24T08:13:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"f437b457b5ea6c105535a360144000f8315db54d","kind":"commit","published_at":"2015-07-24T04:54:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0/manifests"},{"name":"v0.1.3","sha":"c8fa9d0b94f8ac07f162623e4b9e9e68aad82e62","kind":"commit","published_at":"2015-07-22T11:06:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"6ba5d6e4b90a154dbca6ec0f80c66ad5995cd770","kind":"commit","published_at":"2015-07-22T07:10:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c015f8762f70eff2be7b8d7fb82438689239d717","kind":"commit","published_at":"2015-07-20T07:55:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"7253d0fea773e3f7cc0a3fb8278c9da070df26ee","kind":"commit","published_at":"2015-07-20T07:12:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.3","sha":"0c9f1e89bfacec8e08bac8ef96d64e3abdbecda7","kind":"commit","published_at":"2015-07-17T11:02:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"fec1baf43b8c0156682d4014a4fd066bd24ad448","kind":"commit","published_at":"2015-07-17T06:23:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"a5ea0dfada48601b9e3fbec78dd37d70380a2db6","kind":"commit","published_at":"2015-07-15T08:03:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1/manifests"},{"name":"v0.1.0-alpha.3","sha":"9b6cc68a2c17c9671363fe7af5de7ebd3a06aaeb","kind":"commit","published_at":"2015-07-06T01:27:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3/manifests"},{"name":"v0.1.0-alpha.2","sha":"34b0f460c34ecc48af857d8ee5d7038970ba56fb","kind":"commit","published_at":"2015-06-29T12:04:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2/manifests"},{"name":"v0.1.0-alpha.1","sha":"05b3415fc699ab43f3fa33b5ecd040ab5ecdf9e2","kind":"commit","published_at":"2015-06-24T04:42:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1/manifests"},{"name":"v0.0.17","sha":"3cae05244e48af9cf4abbef3114060db585a574c","kind":"commit","published_at":"2015-04-03T02:12:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"c0719ce6ba16778dd34c2cfdc81e7f3c5321409d","kind":"commit","published_at":"2015-03-19T04:15:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"57af04dc3e362c0e327b716279c9143028c6e0da","kind":"commit","published_at":"2015-03-18T20:23:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"69be290efb58a6a92e9ae78d7b37168d293920b5","kind":"commit","published_at":"2015-03-13T21:22:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"15a39d02ba3d666e7820eecbb8c5493ef2f6040a","kind":"commit","published_at":"2015-03-12T23:17:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13/manifests"},{"name":"v0.0.11","sha":"37f5561553c30d8f0f2c949502ea278da64949cd","kind":"tag","published_at":"2014-05-28T13:14:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"ad6f6ec5499d2c902b88da95487862d50e5ad776","kind":"tag","published_at":"2014-05-28T12:51:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"87efbabd9bc2a0fd83255e6cb856961b10aef9eb","kind":"tag","published_at":"2014-05-06T17:11:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"94b12cf69c51264b1edb6c81b50a262f0536894b","kind":"tag","published_at":"2014-04-10T14:45:48.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"1cf17e494fd7d8538c55189c72c0cf57d145ef41","kind":"tag","published_at":"2014-04-10T14:06:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"861f9ec93de28be4185b35815c2b6ab17746eb3f","kind":"commit","published_at":"2014-01-23T19:39:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"3f59f7356c86f30ef8e8754386373c2a8f97b367","kind":"commit","published_at":"2014-01-23T18:59:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6fa2c22464dcd964df604550c2ce2ed1d2f4362b","kind":"commit","published_at":"2014-01-04T21:36:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4/manifests"}]},"repo_metadata_updated_at":"2023-12-19T06:10:15.014Z","dependent_packages_count":2,"downloads":45,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":34.04520642489647,"dependent_repos_count":25.32799796580169,"dependent_packages_count":9.4821380216761,"stargazers_count":1.446650509839046,"forks_count":1.6546204546288672,"average":14.391322675368434},"purl":"pkg:npm/%40latiwesh/conventional-changelog-core","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/@latiwesh/conventional-changelog-core","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/@latiwesh/conventional-changelog-core","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/@latiwesh/conventional-changelog-core/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2023-12-18T22:48:21.480Z","issues_count":104,"pull_requests_count":338,"avg_time_to_close_issue":23444750.564102564,"avg_time_to_close_pull_request":6261417.119850188,"issues_closed_count":39,"pull_requests_closed_count":267,"pull_request_authors_count":58,"issue_authors_count":73,"avg_comments_per_issue":1.8076923076923077,"avg_comments_per_pull_request":1.3875739644970413,"merged_pull_requests_count":209,"bot_issues_count":1,"bot_pull_requests_count":171,"past_year_issues_count":62,"past_year_pull_requests_count":280,"past_year_avg_time_to_close_issue":784912.724137931,"past_year_avg_time_to_close_pull_request":1086635.9458333333,"past_year_issues_closed_count":29,"past_year_pull_requests_closed_count":240,"past_year_pull_request_authors_count":25,"past_year_issue_authors_count":36,"past_year_avg_comments_per_issue":1.370967741935484,"past_year_avg_comments_per_pull_request":1.157142857142857,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":160,"past_year_merged_pull_requests_count":198,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues"},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@latiwesh%2Fconventional-changelog-core/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@latiwesh%2Fconventional-changelog-core/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@latiwesh%2Fconventional-changelog-core/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@latiwesh%2Fconventional-changelog-core/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@latiwesh%2Fconventional-changelog-core/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@latiwesh%2Fconventional-changelog-core/codemeta","maintainers":[{"uuid":"latiwesh","login":"latiwesh","name":null,"email":"latiwesh.a@gmail.com","url":null,"packages_count":6,"html_url":"https://www.npmjs.com/~latiwesh","role":null,"created_at":"2022-11-20T18:39:44.537Z","updated_at":"2022-11-20T18:39:44.537Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/latiwesh/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5644415,"maintainers_count":1200486,"namespaces_count":399623,"keywords_count":847874,"github":"npm","metadata":{"funded_packages_count":171745},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-06-10T05:11:46.456Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":13184538,"name":"nodePackages_latest.conventional-changelog-cli","ecosystem":"nixpkgs","description":"Generate a changelog from git metadata","homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#readme","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-01T23:50:10.336Z","latest_release_published_at":"2026-02-01T23:50:10.336Z","latest_release_number":"4.1.0","last_synced_at":"2026-03-09T00:07:51.110Z","created_at":"2026-02-01T23:50:06.406Z","updated_at":"2026-03-09T16:01:30.926Z","registry_url":"https://search.nixos.org/packages?channel=24.05\u0026query=nodePackages_latest.conventional-changelog-cli","install_command":"nix-env -iA nixpkgs.nodePackages_latest.conventional-changelog-cli","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-24.05/pkgs/development/node-packages/node-packages.nix#L71085","metadata":{"nix_attribute":"conventional-changelog-cli-4.1.0","position":"pkgs/development/node-packages/node-packages.nix:71085","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin"],"broken":false,"insecure":false,"unfree":false,"outputs":["out"],"upstream_ecosystem":"npm","upstream_name":"conventional-changelog-cli","upstream_purl":"pkg:npm/conventional-changelog-cli"},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:nix/nodePackages_latest.conventional-changelog-cli?channel=24.05\u0026repository_url=https://channels.nixos.org/nixos-24.05","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/nodePackages_latest.conventional-changelog-cli","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/nodePackages_latest.conventional-changelog-cli","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/nodePackages_latest.conventional-changelog-cli/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/nodePackages_latest.conventional-changelog-cli/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/nodePackages_latest.conventional-changelog-cli/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/nodePackages_latest.conventional-changelog-cli/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/nodePackages_latest.conventional-changelog-cli/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/nodePackages_latest.conventional-changelog-cli/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/nodePackages_latest.conventional-changelog-cli/codemeta","maintainers":[],"registry":{"name":"nixpkgs-24.05","url":"https://channels.nixos.org/nixos-24.05","ecosystem":"nixpkgs","default":false,"packages_count":116156,"maintainers_count":3383,"namespaces_count":0,"keywords_count":654,"github":"NixOS","metadata":{"funded_packages_count":264},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.309Z","updated_at":"2026-06-09T05:04:49.559Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/namespaces"}},{"id":1325144,"name":"@tryprospect/git-raw-commits","ecosystem":"npm","description":"Get raw git commits out of your repository using git-log(1)","homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/git-raw-commits#readme","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":["git-raw-commits","raw","commit","commits","git","log","git-log"],"namespace":"tryprospect","versions_count":2,"first_release_published_at":"2021-10-26T18:48:13.588Z","latest_release_published_at":"2021-11-06T12:01:53.528Z","latest_release_number":"2.0.11","last_synced_at":"2026-06-03T20:26:51.683Z","created_at":"2022-04-08T21:04:59.022Z","updated_at":"2026-06-03T20:26:51.683Z","registry_url":"https://www.npmjs.com/package/@tryprospect/git-raw-commits","install_command":"npm install @tryprospect/git-raw-commits","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"2.0.11"}},"repo_metadata":{"id":12961414,"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2026-05-25T22:06:24.000Z","size":6460,"stargazers_count":8449,"open_issues_count":249,"forks_count":736,"subscribers_count":48,"default_branch":"master","last_synced_at":"2026-05-27T10:06:02.477Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2026-05-26T14:51:47.000Z","dependencies_parsed_at":"2026-03-05T00:02:02.010Z","dependency_job_id":null,"html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1686,"total_committers":150,"mean_commits":11.24,"dds":0.4792408066429419,"last_synced_commit":"65550d9a30cfab4b00b3e982e42bd68fedafcefc"},"previous_names":["ajoslin/conventional-changelog"],"tags_count":827,"template":false,"template_full_name":null,"purl":"pkg:github/conventional-changelog/conventional-changelog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/sbom","scorecard":{"id":174827,"data":{"date":"2025-08-11","repo":{"name":"github.com/conventional-changelog/conventional-changelog","commit":"1552de5434163eb63d3bf73d97bcb3bf34de8586"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 7 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":1,"reason":"Found 4/22 approved changesets -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/checks.yml:1","Warn: no topLevel permission defined: .github/workflows/commit.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Warn: no topLevel permission defined: .github/workflows/tests.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/checks.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/checks.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/commit.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/commit.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/commit.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:50: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:85: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:87: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:91: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:102: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Info:   0 out of  17 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  14 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: ISC License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 16 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":7,"reason":"3 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-xffm-g5w8-qvg7","Warn: Project is vulnerable to: GHSA-67mh-4wv8-2f99","Warn: Project is vulnerable to: GHSA-52f5-9888-hmc6"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-16T17:26:40.503Z","repository_id":12961414,"created_at":"2025-08-16T17:26:40.503Z","updated_at":"2025-08-16T17:26:40.503Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33649345,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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"},"tags":[]},"repo_metadata_updated_at":"2026-06-02T12:23:56.462Z","dependent_packages_count":1,"downloads":25,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":15.315887418557535,"dependent_repos_count":25.32799796580169,"dependent_packages_count":16.223928578504864,"stargazers_count":1.4444284534302032,"forks_count":1.6546204546288672,"average":11.993372574184631},"purl":"pkg:npm/%40tryprospect/git-raw-commits","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/@tryprospect/git-raw-commits","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/@tryprospect/git-raw-commits","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/@tryprospect/git-raw-commits/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-02-24T01:29:23.797Z","issues_count":162,"pull_requests_count":542,"avg_time_to_close_issue":32787367.426666666,"avg_time_to_close_pull_request":12460257.039215686,"issues_closed_count":75,"pull_requests_closed_count":459,"pull_request_authors_count":88,"issue_authors_count":137,"avg_comments_per_issue":2.1419753086419755,"avg_comments_per_pull_request":1.2269372693726937,"merged_pull_requests_count":339,"bot_issues_count":3,"bot_pull_requests_count":274,"past_year_issues_count":17,"past_year_pull_requests_count":75,"past_year_avg_time_to_close_issue":172643.0,"past_year_avg_time_to_close_pull_request":1043935.0,"past_year_issues_closed_count":5,"past_year_pull_requests_closed_count":43,"past_year_pull_request_authors_count":17,"past_year_issue_authors_count":15,"past_year_avg_comments_per_issue":2.235294117647059,"past_year_avg_comments_per_pull_request":0.9066666666666666,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":44,"past_year_merged_pull_requests_count":38,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues","maintainers":[{"login":"dangreen","count":93,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"},{"login":"bcoe","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bcoe"},{"login":"tommywo","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tommywo"}],"active_maintainers":[{"login":"dangreen","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@tryprospect%2Fgit-raw-commits/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@tryprospect%2Fgit-raw-commits/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@tryprospect%2Fgit-raw-commits/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@tryprospect%2Fgit-raw-commits/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@tryprospect%2Fgit-raw-commits/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@tryprospect%2Fgit-raw-commits/codemeta","maintainers":[{"uuid":"aam1r","login":"aam1r","name":null,"email":"me@aam1r.com","url":null,"packages_count":2,"html_url":"https://www.npmjs.com/~aam1r","role":null,"created_at":"2022-11-11T03:09:25.738Z","updated_at":"2022-11-11T03:09:25.738Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/aam1r/packages"},{"uuid":"joshuastephen","login":"joshuastephen","name":null,"email":"joshua@tryprospect.com","url":null,"packages_count":4,"html_url":"https://www.npmjs.com/~joshuastephen","role":null,"created_at":"2022-11-11T03:09:25.746Z","updated_at":"2022-11-11T03:09:25.746Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/joshuastephen/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5644415,"maintainers_count":1200486,"namespaces_count":399623,"keywords_count":847874,"github":"npm","metadata":{"funded_packages_count":171745},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-06-10T05:11:46.456Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":1204343,"name":"conventional-changelog-keep-changelog","ecosystem":"npm","description":"conventional-changelog keep-changelog preset","homepage":"https://github.com/georgi-bozhinov/conventional-changelog-keep-changelog#readme","licenses":"ISC","normalized_licenses":["ISC"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":["conventional-changelog","keep-changelog","preset"],"namespace":null,"versions_count":2,"first_release_published_at":"2018-09-11T14:13:19.885Z","latest_release_published_at":"2018-10-03T13:27:03.241Z","latest_release_number":"1.0.1","last_synced_at":"2026-06-03T20:26:52.273Z","created_at":"2022-04-08T13:38:36.891Z","updated_at":"2026-06-03T20:26:52.273Z","registry_url":"https://www.npmjs.com/package/conventional-changelog-keep-changelog","install_command":"npm install conventional-changelog-keep-changelog","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"1.0.1"}},"repo_metadata":{"id":12961414,"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2024-06-18T04:54:14.000Z","size":5832,"stargazers_count":7627,"open_issues_count":249,"forks_count":715,"subscribers_count":58,"default_branch":"master","last_synced_at":"2024-06-19T09:40:31.278Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2024-06-19T09:40:44.711Z","dependencies_parsed_at":"2022-07-13T10:30:31.523Z","dependency_job_id":"5f6d159e-c4c6-405b-9fa7-976ffc4dfa04","html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1464,"total_committers":136,"mean_commits":"10.764705882352942","dds":"0.40095628415300544","last_synced_commit":"58f0887283a200d52e49607baf7b352f26177b05"},"previous_names":["ajoslin/conventional-changelog"],"tags_count":777,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":215686924,"owners_count":15916249,"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"},"owner_record":{"login":"conventional-changelog","name":"conventional-changelog","uuid":"16443515","kind":"organization","description":"Tools to generate changelogs and release notes from a project's commit messages and metadata.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16443515?v=4","repositories_count":12,"last_synced_at":"2024-03-25T20:05:25.442Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/conventional-changelog","funding_links":[],"total_stars":31480,"followers":325,"following":0,"created_at":"2022-11-02T16:25:21.572Z","updated_at":"2024-03-25T20:05:26.809Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog/repositories"},"tags":[{"name":"git-client-v1.0.1","sha":"d3b8aaa16337993bbad4d91db1ffac5a7568756b","kind":"commit","published_at":"2024-05-06T14:46:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1/manifests"},{"name":"conventional-changelog-v6.0.0","sha":"83bb15ba5de08f080884fc906c6db3c99c8b2131","kind":"commit","published_at":"2024-04-26T22:08:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0/manifests"},{"name":"conventional-changelog-core-v8.0.0","sha":"7bc92fc05e4447f311ad52b6e39d36f461eaf083","kind":"commit","published_at":"2024-04-26T22:07:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v8.0.0","sha":"3129c812139bf7454a64b4d506e6b85cd5abc77c","kind":"commit","published_at":"2024-04-26T22:06:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0/manifests"},{"name":"git-semver-tags-v8.0.0","sha":"fbd1b3bcd6253a32de89eb21145c2eb70d9396b6","kind":"commit","published_at":"2024-04-26T22:05:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v5.0.0","sha":"e34c96db3dbebedb17a6583aae8855dddd056f83","kind":"commit","published_at":"2024-04-26T22:04:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0/manifests"},{"name":"conventional-changelog-angular-v8.0.0","sha":"2aa6291a93eb881230e896f87a5232873b6a9717","kind":"commit","published_at":"2024-04-26T22:04:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0/manifests"},{"name":"conventional-changelog-jquery-v6.0.0","sha":"1c71cd6d4868ef2e158963e277609a9794806306","kind":"commit","published_at":"2024-04-26T22:03:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v8.0.0","sha":"533e36277d1779a5ac79a06210c603b5f88bc030","kind":"commit","published_at":"2024-04-26T22:00:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0/manifests"},{"name":"conventional-changelog-eslint-v6.0.0","sha":"c7459cd7d1e1ab82c9a5d552b008c02aba290cad","kind":"commit","published_at":"2024-04-26T21:59:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0/manifests"},{"name":"git-raw-commits-v5.0.0","sha":"f61ea377e843db0852c35911785895ec43481f11","kind":"commit","published_at":"2024-04-26T21:58:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0/manifests"},{"name":"conventional-changelog-codemirror-v5.0.0","sha":"77525286ffc8869a6ac351ebe28198842815cb7c","kind":"commit","published_at":"2024-04-26T21:57:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0/manifests"},{"name":"conventional-changelog-cli-v5.0.0","sha":"a75cef688b9a1557ca981178d4d35c18963160b6","kind":"commit","published_at":"2024-04-26T21:53:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0/manifests"},{"name":"conventional-changelog-express-v5.0.0","sha":"a6ab80d6e30091a8b743ee97a87e7400af1ebc53","kind":"commit","published_at":"2024-04-26T21:53:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v10.0.0","sha":"d7c409b02f1d58cf6f0293edcadbe5f00a78a622","kind":"commit","published_at":"2024-04-26T21:52:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v10.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v10.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0/manifests"},{"name":"conventional-changelog-atom-v5.0.0","sha":"3b2b9d0ec2382f73d9cf000a1004596f90ece916","kind":"commit","published_at":"2024-04-26T21:51:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0/manifests"},{"name":"conventional-changelog-jshint-v5.0.0","sha":"d7dae509e72b09d1496ae51f1f04c15581c828fc","kind":"commit","published_at":"2024-04-26T21:50:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0/manifests"},{"name":"conventional-changelog-ember-v5.0.0","sha":"2e99dfa49112ffe6c864dd0e436f0db1e696b1f9","kind":"commit","published_at":"2024-04-26T21:50:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0/manifests"},{"name":"conventional-commits-parser-v6.0.0","sha":"646e1be132ccd0f32e3074de2f511be5c610984f","kind":"commit","published_at":"2024-04-26T21:48:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0/manifests"},{"name":"conventional-commits-filter-v5.0.0","sha":"be4266b7ef7b84ba5c198dfa8c143229f8a5b128","kind":"commit","published_at":"2024-04-26T21:47:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0/manifests"},{"name":"standard-changelog-v6.0.0","sha":"3e9b9387f29e48a508b70b88f26b40a6db9fea16","kind":"commit","published_at":"2024-04-26T21:45:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v5.0.0","sha":"041a1a9b73b201add30494aed19d026b948bd8f1","kind":"commit","published_at":"2024-04-26T21:41:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0/manifests"},{"name":"git-client-v1.0.0","sha":"7e51fe970576503cae3ab94e6e9b3e01017b044d","kind":"commit","published_at":"2024-04-26T21:21:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0/manifests"},{"name":"git-semver-tags-v7.0.1","sha":"fac8045242099c016f5f3905e54e02b7d466bd7b","kind":"commit","published_at":"2023-09-10T23:53:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1/manifests"},{"name":"conventional-changelog-writer-v7.0.1","sha":"e3a643ad39ec3bc4cfb1dff2aa1101333df33dc3","kind":"commit","published_at":"2023-09-10T23:49:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1/manifests"},{"name":"conventional-changelog-cli-v4.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0/manifests"},{"name":"conventional-changelog-v5.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0/manifests"},{"name":"conventional-changelog-core-v7.0.0","sha":"2e467dd39a35c3813597711a37690897183b4abc","kind":"commit","published_at":"2023-09-08T22:03:37.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0/manifests"},{"name":"git-semver-tags-v7.0.0","sha":"a13f788bd505d8253a2d92413fc4a7780e11ec07","kind":"commit","published_at":"2023-09-08T21:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0/manifests"},{"name":"standard-changelog-v5.0.0","sha":"34569c7a3fd2b0362a461517a1f4e20e7eecd9fc","kind":"commit","published_at":"2023-09-08T21:55:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v9.0.0","sha":"ad633d9d81f66ef80d7f77832a264cb0c5b971ef","kind":"commit","published_at":"2023-09-08T21:50:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.2","sha":"50113f9b569259d991f1a734a192964ca71f0118","kind":"commit","published_at":"2023-09-08T21:41:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2/manifests"},{"name":"conventional-changelog-preset-loader-v4.1.0","sha":"a14d2186575f6061f236c9a47d803694b18f8373","kind":"commit","published_at":"2023-09-08T21:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.1","sha":"ca4324b0a690b2595f8b574882ff95329a2dc195","kind":"commit","published_at":"2023-08-27T19:11:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1/manifests"},{"name":"conventional-commits-filter-v4.0.0","sha":"26fc9ea274dc0c62442ec9d97b20a2ebb49138bf","kind":"commit","published_at":"2023-08-27T12:55:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0/manifests"},{"name":"standard-changelog-v4.0.0","sha":"5b788265774bf4b63d3c83a178ca53e8e7095903","kind":"commit","published_at":"2023-08-27T12:50:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-eslint-v5.0.0","sha":"679594c0716275771cc23b314e4362899fe72f87","kind":"commit","published_at":"2023-08-27T12:46:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0/manifests"},{"name":"git-semver-tags-v6.0.0","sha":"1c75c72d9b5d59e3ea4e914c58a85f7559f29602","kind":"commit","published_at":"2023-08-27T12:40:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0/manifests"},{"name":"conventional-recommended-bump-v8.0.0","sha":"624377a24e8e3658bcf2329a9a98f9a7b02a4cb3","kind":"commit","published_at":"2023-08-27T12:33:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0/manifests"},{"name":"conventional-changelog-writer-v7.0.0","sha":"d669bb67dc713cb1e4374e3216ed7d83cde743c5","kind":"commit","published_at":"2023-08-27T12:27:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0/manifests"},{"name":"conventional-changelog-codemirror-v4.0.0","sha":"933fd0b3dd355d648faf57241b796a714004c722","kind":"commit","published_at":"2023-08-27T12:23:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0/manifests"},{"name":"conventional-changelog-express-v4.0.0","sha":"c9e9ceb3a3727659bd117bab01cbc7642d588f06","kind":"commit","published_at":"2023-08-27T12:16:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0/manifests"},{"name":"conventional-changelog-ember-v4.0.0","sha":"5d7c16268f79b7f180e34e997fdb37373d714666","kind":"commit","published_at":"2023-08-27T12:11:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0/manifests"},{"name":"conventional-changelog-jquery-v5.0.0","sha":"d643efb1050dcdaecee626044315644ff9b9e43b","kind":"commit","published_at":"2023-08-27T12:07:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v4.0.0","sha":"636646dd9ae062e9652a7f9ccaf6c329e6e9f924","kind":"commit","published_at":"2023-08-27T12:03:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0/manifests"},{"name":"conventional-changelog-v5.0.0","sha":"7985de3edc9e655369651ad464cb39b791887dc7","kind":"commit","published_at":"2023-08-27T11:58:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.0","sha":"5f0fe40743d8f559ab94ed11bbb4b8bda6fa6dcb","kind":"commit","published_at":"2023-08-27T11:51:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0/manifests"},{"name":"conventional-changelog-angular-v7.0.0","sha":"6c7a2e1a8807988bcb1a9842f72d14be3b1a89e3","kind":"commit","published_at":"2023-08-27T11:46:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0/manifests"},{"name":"conventional-changelog-jshint-v4.0.0","sha":"0204a9a340d2c85411e8de8905bc74c6146e5618","kind":"commit","published_at":"2023-08-27T11:41:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0/manifests"},{"name":"conventional-changelog-atom-v4.0.0","sha":"ab9b2c10e098ec8837d141102549f3eef698364c","kind":"commit","published_at":"2023-08-27T11:36:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0/manifests"},{"name":"conventional-changelog-cli-v4.0.0","sha":"29df6c4597afad27b9cda06f58eb564bcca609c4","kind":"commit","published_at":"2023-08-27T11:21:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0/manifests"},{"name":"conventional-changelog-core-v6.0.0","sha":"45613bbc2d13c798732e4b2bd4b2fa9ea67157d6","kind":"commit","published_at":"2023-08-27T11:17:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v4.0.0","sha":"5a896e3ef3aa9e751fcc74d7c76fa21d6d526cb0","kind":"commit","published_at":"2023-08-27T11:08:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0/manifests"},{"name":"git-raw-commits-v4.0.0","sha":"878fc56b43bc617177bf47fd8643a3b8b86078e5","kind":"commit","published_at":"2023-08-27T11:01:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0/manifests"},{"name":"conventional-commits-parser-v5.0.0","sha":"299de5acbe55a7d19dcdd2adc34681eae7264abf","kind":"commit","published_at":"2023-08-26T17:50:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0/manifests"},{"name":"git-semver-tags-v5.0.1","sha":"87914a362866a380e98a29edf19b2173e0911d8a","kind":"commit","published_at":"2023-07-09T19:10:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1/manifests"},{"name":"conventional-changelog-writer-v6.0.1","sha":"c123edea220b450cfa26813b6f198c3e8ebbd2b4","kind":"commit","published_at":"2023-07-09T14:49:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.2","sha":"83773c5e1a8874ea9809ca9db1dff60b7df1daae","kind":"commit","published_at":"2023-06-28T17:43:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.1.0","sha":"2e5fe6d9574ba896fa90b5bfcb50fb73d28af6d6","kind":"commit","published_at":"2023-06-17T21:30:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v7.0.1","sha":"f251b6899e313a9b23f3c8deb8b8b57217040892","kind":"commit","published_at":"2023-06-06T23:24:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.1","sha":"5b458dff9edf766446449acd1bbb8027a1e39fa5","kind":"commit","published_at":"2023-06-06T23:17:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1/manifests"},{"name":"gulp-conventional-changelog-v3.0.0","sha":"8ef6232797e5bf7c80422221374c53c03d5df36d","kind":"commit","published_at":"2023-06-06T22:50:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0/manifests"},{"name":"standard-changelog-v3.0.0","sha":"ea65f017b42b914ece780fd2fc799a6946912ed8","kind":"commit","published_at":"2023-06-06T22:42:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0/manifests"},{"name":"conventional-changelog-cli-v3.0.0","sha":"f00f4549cee9406054b77057a8135183fcd89710","kind":"commit","published_at":"2023-06-06T22:29:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0/manifests"},{"name":"conventional-changelog-v4.0.0","sha":"1a240f91ed584ed43e7f9c82235ca60eff0f4fa5","kind":"commit","published_at":"2023-06-06T19:50:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-core-v5.0.0","sha":"8507f601486c8ff6806156c50091262dee13ec54","kind":"commit","published_at":"2023-06-06T19:23:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v7.0.0","sha":"e1662ca7a6c688d28a334282a5e863f52866f3e8","kind":"commit","published_at":"2023-06-06T18:39:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v3.0.0","sha":"5d80d155425147a0b045af09536e5962cbfff620","kind":"commit","published_at":"2023-06-06T15:08:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.0.0","sha":"a30fc7ae219cf871b46cbe9d2c76a9730b70e272","kind":"commit","published_at":"2023-06-06T14:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v6.0.0","sha":"aa5d46c7b13b7b31f78af4b3c31c087c39eea41d","kind":"commit","published_at":"2023-06-06T14:46:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0/manifests"},{"name":"conventional-commits-filter-v3.0.0","sha":"502a73fe41aebb7b563c5ca69521e0b1bab904df","kind":"commit","published_at":"2023-06-06T14:32:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0/manifests"},{"name":"conventional-commits-parser-v4.0.0","sha":"9f7fe891e75c64937c28baa39a6c795a01603ab7","kind":"commit","published_at":"2023-06-06T14:24:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0/manifests"},{"name":"git-raw-commits-v3.0.0","sha":"571f2d549f10744a12ab3bc5dc5e0b749cb72667","kind":"commit","published_at":"2023-06-06T14:16:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0/manifests"},{"name":"git-semver-tags-v5.0.0","sha":"445c796d04105d10dd62d07039bc6a7fc9f263a5","kind":"commit","published_at":"2023-06-06T13:51:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0/manifests"},{"name":"conventional-changelog-atom-v3.0.0","sha":"208787aa2f5db8de1c2d43c56d71e6dfb9510781","kind":"commit","published_at":"2023-06-06T13:43:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0/manifests"},{"name":"conventional-changelog-angular-v6.0.0","sha":"c4ebf98acc15f37154aae5de53a225e896c4a157","kind":"commit","published_at":"2023-06-06T13:36:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0/manifests"},{"name":"conventional-changelog-codemirror-v3.0.0","sha":"0772453bee083917a05b9696d063ee3dc69957f9","kind":"commit","published_at":"2023-06-06T13:25:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0/manifests"},{"name":"conventional-changelog-ember-v3.0.0","sha":"e473d0c8af7c0cf8a54f775556796f50f3e695c2","kind":"commit","published_at":"2023-06-06T13:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0/manifests"},{"name":"conventional-changelog-eslint-v4.0.0","sha":"b3b896bc5b9e3ed65dcfc08c57967a252f37cfd1","kind":"commit","published_at":"2023-06-06T12:56:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0/manifests"},{"name":"conventional-changelog-express-v3.0.0","sha":"5594385d1dd2490b0fb508a60b6f30e8be6616ce","kind":"commit","published_at":"2023-06-06T12:37:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0/manifests"},{"name":"conventional-changelog-jquery-v4.0.0","sha":"51a3015a907b2cea900114359c36ce0e9664b72d","kind":"commit","published_at":"2023-06-06T12:17:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0/manifests"},{"name":"conventional-changelog-jshint-v3.0.0","sha":"281e5f883476e90b75cae4373a67436c86e94f6a","kind":"commit","published_at":"2023-06-06T12:02:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v5.0.0","sha":"ba6df7cf62de5f448368bed4398f6ddf633d2cbd","kind":"commit","published_at":"2022-05-27T18:02:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0/manifests"},{"name":"conventional-changelog-writer-v5.0.1","sha":"21b73f974adc4490a318d9c892055655cb82c538","kind":"commit","published_at":"2021-12-29T21:36:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.3","sha":"02757d342290bcf51a49d49e5e72f5eae6c6f6da","kind":"commit","published_at":"2021-12-29T19:52:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3/manifests"},{"name":"conventional-commits-parser-v3.2.4","sha":"1d0f62d4ac4911ef0d912d5401f783b152cee624","kind":"commit","published_at":"2021-12-29T19:46:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4/manifests"},{"name":"git-raw-commits-v2.0.11","sha":"95384dbd105ffe4f86bbc6ccad3e5405a1cbfe04","kind":"commit","published_at":"2021-12-29T19:39:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.2","sha":"1827696185192a8dd258ea7c3370090238b0fb76","kind":"commit","published_at":"2021-12-25T18:06:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2/manifests"},{"name":"conventional-changelog-cli-v2.2.2","sha":"8ce6a7bbd3fae87aa9d56fca68c2e16fbb2cace5","kind":"commit","published_at":"2021-12-25T17:22:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2/manifests"},{"name":"conventional-changelog-v3.1.25","sha":"8e9c3d76aaffd7fe67a78270b3ad9b881e953e7e","kind":"commit","published_at":"2021-12-24T18:50:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25/manifests"},{"name":"conventional-commits-parser-v3.2.3","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3/manifests"},{"name":"conventional-changelog-cli-v2.2.1","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.1","sha":"c35708d56a55e31b750aec1f745e5be52f0a75f2","kind":"commit","published_at":"2021-09-09T19:06:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1/manifests"},{"name":"conventional-commits-parser-v3.2.2","sha":"1bae48ff85eff0736ea6691b7214f3fc9c026256","kind":"commit","published_at":"2021-09-09T14:45:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2/manifests"},{"name":"conventional-changelog-core-v4.2.4","sha":"02fbc2d42d0faf53d4b7a2b0525626088a6ac8ba","kind":"commit","published_at":"2021-09-09T14:37:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4/manifests"},{"name":"conventional-changelog-angular-v5.0.13","sha":"e30343b4676d26b416080294dc74ebba001c0716","kind":"commit","published_at":"2021-09-09T14:31:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v5.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13/manifests"},{"name":"conventional-changelog-core-v4.2.3","sha":"318b555b6ef3aebdb5a8d4c7c734fd7234712dd3","kind":"commit","published_at":"2021-07-03T00:24:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.0","sha":"537c37d7801872c3e57e4200c64154a4d2ea042a","kind":"commit","published_at":"2021-04-30T00:15:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0/manifests"},{"name":"conventional-commits-parser-v3.2.1","sha":"758dda2937b6784f0cc6a535286862fcf95b6f06","kind":"commit","published_at":"2021-02-15T21:32:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1/manifests"},{"name":"git-raw-commits-v2.0.10","sha":"ffecaccb6e117afae9f68f1d48ff9a69554da950","kind":"commit","published_at":"2021-01-27T16:36:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10/manifests"},{"name":"conventional-changelog-writer-v5.0.0","sha":"61ef6491add84b841e1797baf09f62bbdd90dcd4","kind":"commit","published_at":"2020-12-30T22:40:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v6.1.0","sha":"3b0fb22b0bb49137b9ecddaeb349f66025205c57","kind":"commit","published_at":"2020-12-30T16:58:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0/manifests"},{"name":"conventional-changelog-core-v4.2.2","sha":"317eeb3137caff69bcc9a67fce3dc67663a010db","kind":"commit","published_at":"2020-12-30T00:53:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2/manifests"},{"name":"conventional-recommended-bump-v6.0.12","sha":"90ecc5d93bfd7626857eda5d240f92393d896be0","kind":"commit","published_at":"2020-12-30T00:43:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12/manifests"},{"name":"git-raw-commits-v2.0.9","sha":"227f3e23af86912c0cd64fdb1a820ac92e5757c5","kind":"commit","published_at":"2020-12-29T23:59:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9/manifests"},{"name":"conventional-changelog-writer-v4.1.0","sha":"77725cfb12ca3ca22abb9421b4af012a49207e7a","kind":"commit","published_at":"2020-12-29T23:41:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0/manifests"},{"name":"conventional-changelog-atom@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8/manifests"},{"name":"conventional-changelog-angular@5.0.12","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12/manifests"},{"name":"conventional-changelog@3.1.24","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24/manifests"},{"name":"git-raw-commits@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8/manifests"},{"name":"standard-changelog@2.0.27","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27/manifests"},{"name":"gulp-conventional-changelog@2.0.35","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35/manifests"},{"name":"git-semver-tags@4.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1/manifests"},{"name":"conventional-recommended-bump@6.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11/manifests"},{"name":"conventional-commits-parser@3.2.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0/manifests"},{"name":"conventional-commits-filter@2.0.7","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7/manifests"},{"name":"conventional-changelog-writer@4.0.18","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18/manifests"},{"name":"conventional-changelog-jshint@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9/manifests"},{"name":"conventional-changelog-jquery@3.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11/manifests"},{"name":"conventional-changelog-express@2.0.6","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9/manifests"},{"name":"conventional-changelog-ember@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9/manifests"},{"name":"conventional-changelog-core@4.2.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.5.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1/manifests"},{"name":"conventional-changelog-v3.1.24","sha":"f8fcbc2e8b0834c29178ace6382b438a020ad828","kind":"commit","published_at":"2020-10-25T02:45:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24/manifests"},{"name":"conventional-recommended-bump@6.0.10","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10/manifests"},{"name":"standard-changelog@2.0.26","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26/manifests"},{"name":"gulp-conventional-changelog@2.0.34","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34/manifests"},{"name":"git-semver-tags@4.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0/manifests"},{"name":"conventional-changelog-core@4.2.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.4.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0/manifests"},{"name":"conventional-changelog-cli@2.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0/manifests"},{"name":"conventional-changelog@3.1.23","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23/manifests"},{"name":"standard-changelog@2.0.25","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25/manifests"},{"name":"conventional-changelog-writer@4.0.17","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17/manifests"},{"name":"conventional-changelog-jshint@2.0.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8/manifests"},{"name":"conventional-changelog-core@4.1.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8/manifests"},{"name":"conventional-changelog@3.1.22","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22/manifests"},{"name":"conventional-changelog-angular@5.0.11","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.35","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35/manifests"},{"name":"gulp-conventional-changelog@2.0.33","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.1","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1/manifests"},{"name":"conventional-changelog-core@4.1.7","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7/manifests"},{"name":"conventional-changelog@3.1.21","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21/manifests"},{"name":"conventional-changelog-writer@4.0.16","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.34","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34/manifests"},{"name":"standard-changelog@2.0.24","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24/manifests"},{"name":"gulp-conventional-changelog@2.0.32","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32/manifests"},{"name":"git-semver-tags@4.0.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.3.4","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4/manifests"},{"name":"standard-changelog@2.0.23","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23/manifests"},{"name":"gulp-conventional-changelog@2.0.31","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31/manifests"},{"name":"conventional-changelog-eslint@3.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.15","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10/manifests"},{"name":"conventional-changelog@3.1.20","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20/manifests"},{"name":"conventional-changelog-atom@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7/manifests"},{"name":"conventional-changelog-cli@2.0.33","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33/manifests"},{"name":"conventional-changelog-codemirror@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0/manifests"},{"name":"conventional-changelog-core@4.1.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6/manifests"},{"name":"conventional-changelog-ember@2.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8/manifests"},{"name":"conventional-commits-filter@2.0.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6/manifests"},{"name":"conventional-commits-parser@3.1.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.9","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9/manifests"},{"name":"git-raw-commits@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7/manifests"},{"name":"conventional-changelog-express@2.0.5","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10/manifests"},{"name":"conventional-changelog-jshint@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7/manifests"},{"name":"conventional-changelog-preset-loader-v2.3.2","sha":"9f6c56cb960a5043823cfb85b9843991201cbb51","kind":"commit","published_at":"2020-05-08T19:21:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v2.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2/manifests"},{"name":"conventional-changelog-core@4.1.5","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5/manifests"},{"name":"gulp-conventional-changelog@2.0.30","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30/manifests"},{"name":"standard-changelog@2.0.22","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22/manifests"},{"name":"conventional-changelog@3.1.19","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19/manifests"},{"name":"conventional-changelog-cli@2.0.32","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32/manifests"},{"name":"conventional-changelog-cli@2.0.31","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31/manifests"},{"name":"standard-changelog@2.0.21","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21/manifests"},{"name":"gulp-conventional-changelog@2.0.29","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29/manifests"},{"name":"conventional-changelog-core@4.1.4","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4/manifests"},{"name":"conventional-changelog@3.1.18","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18/manifests"},{"name":"conventional-changelog@3.1.17","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17/manifests"},{"name":"standard-changelog@2.0.20","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20/manifests"},{"name":"gulp-conventional-changelog@2.0.28","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28/manifests"},{"name":"conventional-changelog-core@4.1.3","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.30","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30/manifests"},{"name":"conventional-changelog-cli@2.0.29","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29/manifests"},{"name":"standard-changelog@2.0.19","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19/manifests"},{"name":"gulp-conventional-changelog@2.0.27","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27/manifests"},{"name":"conventional-changelog-core@4.1.2","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2/manifests"},{"name":"conventional-changelog@3.1.16","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16/manifests"},{"name":"conventional-changelog-cli@2.0.28","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28/manifests"},{"name":"standard-changelog@2.0.18","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18/manifests"},{"name":"gulp-conventional-changelog@2.0.26","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26/manifests"},{"name":"git-semver-tags@3.0.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1/manifests"},{"name":"git-raw-commits@2.0.3","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3/manifests"},{"name":"conventional-recommended-bump@6.0.5","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5/manifests"},{"name":"conventional-commits-parser@3.0.8","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.11","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11/manifests"},{"name":"conventional-changelog-core@4.1.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1/manifests"},{"name":"conventional-changelog@3.1.15","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15/manifests"},{"name":"gulp-conventional-changelog@2.0.25","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25/manifests"},{"name":"conventional-changelog@3.1.14","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14/manifests"},{"name":"conventional-changelog-angular@5.0.6","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6/manifests"},{"name":"conventional-changelog-cli@2.0.27","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.3","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3/manifests"},{"name":"conventional-changelog-core@4.1.0","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0/manifests"},{"name":"conventional-commits-parser@3.0.7","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7/manifests"},{"name":"conventional-recommended-bump@6.0.4","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4/manifests"},{"name":"standard-changelog@2.0.17","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17/manifests"},{"name":"conventional-changelog-cli@2.0.26","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.2","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2/manifests"},{"name":"conventional-changelog-core@4.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3/manifests"},{"name":"conventional-commits-parser@3.0.6","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6/manifests"},{"name":"conventional-recommended-bump@6.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.24","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24/manifests"},{"name":"standard-changelog@2.0.16","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16/manifests"},{"name":"conventional-changelog-writer@4.0.10","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10/manifests"},{"name":"conventional-changelog-preset-loader@2.3.0","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0/manifests"},{"name":"conventional-changelog@3.1.13","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13/manifests"},{"name":"conventional-changelog-jshint@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.9","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9/manifests"},{"name":"conventional-commits-parser@3.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5/manifests"},{"name":"conventional-changelog@3.1.12","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12/manifests"},{"name":"conventional-recommended-bump@6.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.23","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23/manifests"},{"name":"standard-changelog@2.0.15","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5/manifests"},{"name":"conventional-changelog-atom@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.25","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25/manifests"},{"name":"conventional-changelog-codemirror@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.1","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1/manifests"},{"name":"conventional-changelog-core@4.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2/manifests"},{"name":"conventional-changelog-ember@2.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4/manifests"},{"name":"conventional-changelog-eslint@3.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.6","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6/manifests"},{"name":"standard-changelog@2.0.14","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14/manifests"},{"name":"gulp-conventional-changelog@2.0.22","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22/manifests"},{"name":"conventional-recommended-bump@6.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1/manifests"},{"name":"conventional-commits-parser@3.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4/manifests"},{"name":"conventional-changelog-writer@4.0.8","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8/manifests"},{"name":"conventional-changelog-jshint@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.5","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5/manifests"},{"name":"conventional-changelog-eslint@3.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3/manifests"},{"name":"conventional-changelog-ember@2.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3/manifests"},{"name":"conventional-changelog-core@4.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.0","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.24","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24/manifests"},{"name":"conventional-changelog-atom@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4/manifests"},{"name":"conventional-changelog@3.1.11","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11/manifests"},{"name":"conventional-changelog-preset-loader@2.2.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0/manifests"},{"name":"standard-changelog@2.0.13","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13/manifests"},{"name":"gulp-conventional-changelog@2.0.21","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21/manifests"},{"name":"git-semver-tags@3.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0/manifests"},{"name":"conventional-recommended-bump@6.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.7","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7/manifests"},{"name":"conventional-changelog@3.1.10","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10/manifests"},{"name":"conventional-changelog-cli@2.0.23","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23/manifests"},{"name":"conventional-changelog-conventionalcommits@4.1.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0/manifests"},{"name":"conventional-changelog-core@4.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.1","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.0.0","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0/manifests"},{"name":"conventional-changelog-core@3.2.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3/manifests"},{"name":"conventional-changelog-writer@4.0.6","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6/manifests"},{"name":"conventional-commits-parser@3.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3/manifests"},{"name":"conventional-changelog@3.1.9","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9/manifests"},{"name":"standard-changelog@2.0.12","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.20","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20/manifests"},{"name":"git-semver-tags@2.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.22","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22/manifests"},{"name":"standard-changelog@2.0.11","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11/manifests"},{"name":"conventional-changelog@3.1.8","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8/manifests"},{"name":"conventional-changelog-cli@2.0.21","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.2","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.19","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19/manifests"},{"name":"conventional-changelog@3.1.7","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7/manifests"},{"name":"conventional-changelog-cli@2.0.20","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.1","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.18","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18/manifests"},{"name":"conventional-changelog-cli@2.0.19","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.17","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17/manifests"},{"name":"conventional-changelog@3.1.6","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6/manifests"},{"name":"conventional-changelog@3.1.5","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5/manifests"},{"name":"conventional-changelog-conventionalcommits@2.0.0","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.16","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.18","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.2","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.17","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17/manifests"},{"name":"conventional-changelog@3.1.4","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.15","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15/manifests"},{"name":"conventional-changelog-writer@4.0.5","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5/manifests"},{"name":"standard-changelog@2.0.10","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10/manifests"},{"name":"gulp-conventional-changelog@2.0.14","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14/manifests"},{"name":"conventional-changelog@3.1.3","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3/manifests"},{"name":"conventional-changelog-core@3.2.2","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2/manifests"},{"name":"conventional-changelog-cli@2.0.16","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.15","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15/manifests"},{"name":"standard-changelog@2.0.9","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.1.2","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2/manifests"},{"name":"conventional-changelog-core@3.2.1","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1/manifests"},{"name":"gulp-conventional-changelog@2.0.13","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13/manifests"},{"name":"conventional-changelog@3.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1/manifests"},{"name":"gulp-conventional-changelog@2.0.12","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12/manifests"},{"name":"conventional-recommended-bump@4.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1/manifests"},{"name":"conventional-changelog-preset-loader@2.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.14","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14/manifests"},{"name":"conventional-changelog-preset-loader@2.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0/manifests"},{"name":"conventional-changelog-writer@4.0.4","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4/manifests"},{"name":"conventional-commits-filter@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2/manifests"},{"name":"conventional-commits-parser@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2/manifests"},{"name":"conventional-recommended-bump@4.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0/manifests"},{"name":"gulp-conventional-changelog@2.0.11","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11/manifests"},{"name":"standard-changelog@2.0.8","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8/manifests"},{"name":"git-raw-commits@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2/manifests"},{"name":"conventional-changelog@3.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0/manifests"},{"name":"conventional-changelog-cli@2.0.13","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0/manifests"},{"name":"conventional-changelog-core@3.2.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0/manifests"},{"name":"conventional-changelog-eslint@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2/manifests"},{"name":"standard-changelog@2.0.7","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6/manifests"},{"name":"conventional-changelog-angular@5.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.12","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.10","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10/manifests"},{"name":"conventional-changelog-writer@4.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3/manifests"},{"name":"conventional-changelog-core@3.1.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6/manifests"},{"name":"conventional-recommended-bump@4.0.4","sha":"da729f68f9dc581623deb587c705ef65d189a9f4","kind":"tag","published_at":"2018-11-01T06:56:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4/manifests"},{"name":"standard-changelog@2.0.6","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6/manifests"},{"name":"conventional-changelog-core@3.1.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5/manifests"},{"name":"conventional-changelog-writer@4.0.2","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.9","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.0.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.11","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.10","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10/manifests"},{"name":"conventional-changelog-core@3.1.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.8","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8/manifests"},{"name":"conventional-changelog@3.0.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4/manifests"},{"name":"git-semver-tags@2.0.2","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.3","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3/manifests"},{"name":"standard-changelog@2.0.5","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5/manifests"},{"name":"standard-changelog@2.0.4","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.7","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3/manifests"},{"name":"conventional-changelog-core@3.1.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.9","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9/manifests"},{"name":"standard-changelog@2.0.3","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.8","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8/manifests"},{"name":"conventional-changelog-core@3.1.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2/manifests"},{"name":"gulp-conventional-changelog@2.0.6","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6/manifests"},{"name":"conventional-changelog@3.0.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.5","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.7","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7/manifests"},{"name":"conventional-changelog@3.0.1","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1/manifests"},{"name":"standard-changelog@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4/manifests"},{"name":"git-semver-tags@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1/manifests"},{"name":"git-raw-commits@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2/manifests"},{"name":"conventional-commits-parser@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1/manifests"},{"name":"conventional-commits-filter@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1/manifests"},{"name":"conventional-changelog-writer@4.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1/manifests"},{"name":"conventional-changelog-preset-loader@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4/manifests"},{"name":"conventional-changelog-express@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1/manifests"},{"name":"conventional-changelog-eslint@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2/manifests"},{"name":"conventional-changelog-core@3.1.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1/manifests"},{"name":"conventional-changelog-codemirror@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.6","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6/manifests"},{"name":"conventional-changelog-atom@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1/manifests"},{"name":"conventional-changelog-angular@5.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2/manifests"},{"name":"conventional-changelog@3.0.0","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.5","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.3","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.2","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.4","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3/manifests"},{"name":"standard-changelog@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3/manifests"},{"name":"conventional-changelog-core@3.1.0","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0/manifests"},{"name":"conventional-changelog-ember@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1/manifests"},{"name":"conventional-changelog-jquery@3.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1/manifests"},{"name":"conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0/manifests"},{"name":"conventional-recommended-bump@4.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0/manifests"},{"name":"conventional-changelog-jquery@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0/manifests"},{"name":"conventional-changelog-express@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0/manifests"},{"name":"conventional-changelog-eslint@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0/manifests"},{"name":"conventional-changelog-ember@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1/manifests"},{"name":"conventional-changelog-atom@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1/manifests"},{"name":"conventional-changelog-angular@4.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1/manifests"},{"name":"conventional-changelog-jquery@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0/manifests"},{"name":"conventional-changelog-jshint@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0/manifests"},{"name":"standard-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0/manifests"},{"name":"conventional-recommended-bump@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0/manifests"},{"name":"conventional-commits-parser@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0/manifests"},{"name":"conventional-commits-filter@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0/manifests"},{"name":"conventional-changelog-ember@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0/manifests"},{"name":"conventional-changelog-express@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0/manifests"},{"name":"git-semver-tags@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0/manifests"},{"name":"git-raw-commits@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0/manifests"},{"name":"conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-angular@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0/manifests"},{"name":"conventional-changelog-atom@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0/manifests"},{"name":"conventional-changelog-core@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0/manifests"},{"name":"conventional-changelog-eslint@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-core@2.0.11","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11/manifests"},{"name":"conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-cli@1.3.22","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22/manifests"},{"name":"conventional-changelog-ember@0.3.12","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12/manifests"},{"name":"conventional-recommended-bump@2.0.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9/manifests"},{"name":"conventional-changelog-angular@3.0.7","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7/manifests"},{"name":"gulp-conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24/manifests"},{"name":"standard-changelog@1.0.19","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19/manifests"},{"name":"conventional-changelog-jquery@1.3.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9/manifests"},{"name":"conventional-changelog-angular@3.0.6","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6/manifests"},{"name":"standard-changelog@1.0.18","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18/manifests"},{"name":"gulp-conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-writer@3.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9/manifests"},{"name":"conventional-changelog-jshint@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8/manifests"},{"name":"conventional-changelog-jquery@1.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8/manifests"},{"name":"conventional-changelog-eslint@1.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9/manifests"},{"name":"conventional-changelog-ember@0.3.11","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11/manifests"},{"name":"conventional-changelog-core@2.0.10","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10/manifests"},{"name":"conventional-changelog-codemirror@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8/manifests"},{"name":"conventional-changelog-cli@1.3.21","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21/manifests"},{"name":"conventional-changelog-atom@0.2.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8/manifests"},{"name":"conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23/manifests"},{"name":"gulp-conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-core@2.0.9","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9/manifests"},{"name":"conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-cli@1.3.20","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20/manifests"},{"name":"conventional-changelog-writer@3.0.8","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8/manifests"},{"name":"standard-changelog@1.0.17","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17/manifests"},{"name":"conventional-changelog-angular@3.0.5","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.10","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10/manifests"},{"name":"conventional-changelog-cli@1.3.19","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19/manifests"},{"name":"conventional-changelog-angular@3.0.4","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4/manifests"},{"name":"conventional-changelog-atom@0.2.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7/manifests"},{"name":"conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-core@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.9","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9/manifests"},{"name":"conventional-changelog-eslint@1.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8/manifests"},{"name":"conventional-changelog-express@0.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6/manifests"},{"name":"conventional-changelog-jquery@1.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7/manifests"},{"name":"conventional-changelog-preset-loader@1.1.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8/manifests"},{"name":"conventional-changelog-writer@3.0.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7/manifests"},{"name":"conventional-commits-parser@2.1.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7/manifests"},{"name":"conventional-recommended-bump@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8/manifests"},{"name":"git-raw-commits@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6/manifests"},{"name":"git-semver-tags@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21/manifests"},{"name":"standard-changelog@1.0.16","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16/manifests"},{"name":"conventional-changelog-codemirror@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6/manifests"},{"name":"conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-core@2.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7/manifests"},{"name":"conventional-changelog-codemirror@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6/manifests"},{"name":"conventional-changelog-cli@1.3.18","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18/manifests"},{"name":"conventional-changelog-ember@0.3.8","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8/manifests"},{"name":"conventional-changelog-writer@3.0.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6/manifests"},{"name":"conventional-changelog-atom@0.2.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6/manifests"},{"name":"conventional-changelog-eslint@1.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7/manifests"},{"name":"standard-changelog@1.0.15","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15/manifests"},{"name":"conventional-changelog-angular@3.0.3","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3/manifests"},{"name":"conventional-changelog-jquery@1.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-angular@3.0.2","sha":"1cc079df803f58b52c8aa997fff43e9c162266e7","kind":"tag","published_at":"2018-03-22T14:14:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2/manifests"},{"name":"conventional-changelog-ember@0.3.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7/manifests"},{"name":"standard-changelog@1.0.14","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14/manifests"},{"name":"gulp-conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19/manifests"},{"name":"git-semver-tags@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5/manifests"},{"name":"git-raw-commits@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7/manifests"},{"name":"conventional-commits-parser@2.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6/manifests"},{"name":"conventional-commits-filter@1.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5/manifests"},{"name":"conventional-changelog-preset-loader@1.1.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7/manifests"},{"name":"conventional-changelog-jshint@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5/manifests"},{"name":"conventional-changelog-jquery@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5/manifests"},{"name":"conventional-changelog-express@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6/manifests"},{"name":"conventional-changelog-core@2.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5/manifests"},{"name":"conventional-changelog-cli@1.3.17","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17/manifests"},{"name":"conventional-changelog-atom@0.2.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5/manifests"},{"name":"conventional-changelog-angular@3.0.1","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1/manifests"},{"name":"conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19/manifests"},{"name":"conventional-changelog-angular@3.0.0","sha":"49997aaba373502e5b38bd366846934641e95799","kind":"tag","published_at":"2018-03-22T13:45:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.16","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16/manifests"},{"name":"conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18/manifests"},{"name":"gulp-conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-eslint@1.0.5","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5/manifests"},{"name":"conventional-changelog-cli@1.3.15","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15/manifests"},{"name":"conventional-changelog-codemirror@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4/manifests"},{"name":"conventional-changelog-express@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4/manifests"},{"name":"conventional-changelog-jquery@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4/manifests"},{"name":"conventional-changelog-jshint@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4/manifests"},{"name":"conventional-commits-filter@1.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5/manifests"},{"name":"conventional-commits-parser@2.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5/manifests"},{"name":"conventional-recommended-bump@2.0.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6/manifests"},{"name":"standard-changelog@1.0.13","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13/manifests"},{"name":"gulp-conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17/manifests"},{"name":"git-semver-tags@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4/manifests"},{"name":"git-raw-commits@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4/manifests"},{"name":"conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17/manifests"},{"name":"conventional-changelog-angular@1.6.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6/manifests"},{"name":"conventional-changelog-atom@0.2.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4/manifests"},{"name":"gulp-conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog-angular@1.6.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5/manifests"},{"name":"conventional-changelog-atom@0.2.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3/manifests"},{"name":"conventional-changelog-cli@1.3.14","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14/manifests"},{"name":"conventional-changelog-codemirror@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4/manifests"},{"name":"conventional-changelog-ember@0.3.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3/manifests"},{"name":"conventional-changelog-express@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3/manifests"},{"name":"conventional-changelog-jshint@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5/manifests"},{"name":"conventional-changelog-writer@3.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3/manifests"},{"name":"conventional-commits-filter@1.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4/manifests"},{"name":"conventional-commits-parser@2.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4/manifests"},{"name":"conventional-recommended-bump@2.0.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5/manifests"},{"name":"git-raw-commits@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3/manifests"},{"name":"git-semver-tags@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3/manifests"},{"name":"standard-changelog@1.0.12","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12/manifests"},{"name":"conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15/manifests"},{"name":"gulp-conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15/manifests"},{"name":"conventional-recommended-bump@2.0.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4/manifests"},{"name":"conventional-changelog-cli@1.3.13","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13/manifests"},{"name":"conventional-changelog-preset-loader@1.1.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4/manifests"},{"name":"git-raw-commits@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2/manifests"},{"name":"standard-changelog@1.0.11","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11/manifests"},{"name":"conventional-recommended-bump@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3/manifests"},{"name":"gulp-conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14/manifests"},{"name":"git-semver-tags@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2/manifests"},{"name":"conventional-changelog-eslint@1.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2/manifests"},{"name":"conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14/manifests"},{"name":"conventional-changelog-angular@1.6.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4/manifests"},{"name":"conventional-changelog-atom@0.2.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2/manifests"},{"name":"conventional-changelog-cli@1.3.12","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12/manifests"},{"name":"conventional-changelog-codemirror@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2/manifests"},{"name":"conventional-changelog-core@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.3.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4/manifests"},{"name":"conventional-changelog-express@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2/manifests"},{"name":"conventional-changelog-jquery@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2/manifests"},{"name":"conventional-changelog-jshint@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3/manifests"},{"name":"conventional-commits-filter@1.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3/manifests"},{"name":"conventional-changelog-writer@3.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13/manifests"},{"name":"standard-changelog@1.0.10","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10/manifests"},{"name":"git-raw-commits@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1/manifests"},{"name":"conventional-commits-parser@2.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2/manifests"},{"name":"conventional-changelog-writer@3.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1/manifests"},{"name":"conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13/manifests"},{"name":"conventional-commits-filter@1.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2/manifests"},{"name":"conventional-recommended-bump@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2/manifests"},{"name":"git-semver-tags@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1/manifests"},{"name":"conventional-changelog-core@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2/manifests"},{"name":"conventional-changelog-codemirror@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1/manifests"},{"name":"conventional-changelog-angular@1.6.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3/manifests"},{"name":"conventional-changelog-cli@1.3.11","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11/manifests"},{"name":"conventional-changelog-atom@0.2.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1/manifests"},{"name":"conventional-changelog-ember@0.3.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1/manifests"},{"name":"conventional-changelog-express@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3/manifests"},{"name":"conventional-changelog-jshint@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1/manifests"},{"name":"conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12/manifests"},{"name":"gulp-conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12/manifests"},{"name":"conventional-changelog-cli@1.3.10","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10/manifests"},{"name":"conventional-recommended-bump@2.0.1","sha":"a4f0aa902d3e966fe6d6b1d46f2130838524cfbf","kind":"tag","published_at":"2018-02-12T14:54:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1/manifests"},{"name":"conventional-recommended-bump@2.0.0","sha":"9885d205ed96338575335652d006f475408e1195","kind":"tag","published_at":"2018-02-12T14:30:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0/manifests"},{"name":"conventional-changelog-preset-loader@1.1.2","sha":"a450d974237d440009ec3fb4c63974cf066e8f79","kind":"tag","published_at":"2018-02-12T04:07:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.1","sha":"5af1f00dcc4e1f9c3299bc7feb322a88b711f042","kind":"tag","published_at":"2018-02-09T04:17:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.0","sha":"c3eb36dbc52f383df6f3dcf3a3870b01ceee0b8b","kind":"tag","published_at":"2018-02-08T14:46:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0/manifests"},{"name":"conventional-changelog-ember@0.3.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1/manifests"},{"name":"conventional-changelog-angular@1.6.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2/manifests"},{"name":"gulp-conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11/manifests"},{"name":"standard-changelog@1.0.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9/manifests"},{"name":"conventional-recommended-bump@1.2.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1/manifests"},{"name":"conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11/manifests"},{"name":"conventional-changelog-cli@1.3.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9/manifests"},{"name":"conventional-changelog-core@2.0.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1/manifests"},{"name":"gulp-conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10/manifests"},{"name":"standard-changelog@1.0.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8/manifests"},{"name":"git-semver-tags@1.3.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.2.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0/manifests"},{"name":"conventional-changelog-writer@3.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0/manifests"},{"name":"conventional-changelog-eslint@1.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.3.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1/manifests"},{"name":"conventional-changelog-core@2.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8/manifests"},{"name":"conventional-changelog-angular@1.6.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1/manifests"},{"name":"conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10/manifests"},{"name":"conventional-changelog-core@1.9.5","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5/manifests"},{"name":"conventional-changelog-ember@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0/manifests"},{"name":"conventional-changelog-eslint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0/manifests"},{"name":"conventional-changelog-cli@1.3.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7/manifests"},{"name":"conventional-changelog-express@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0/manifests"},{"name":"conventional-changelog-jquery@1.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0/manifests"},{"name":"conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-jshint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0/manifests"},{"name":"gulp-conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9/manifests"},{"name":"standard-changelog@1.0.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7/manifests"},{"name":"conventional-changelog-angular@1.6.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0/manifests"},{"name":"conventional-changelog-codemirror@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0/manifests"},{"name":"conventional-changelog-atom@0.2.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0/manifests"},{"name":"conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8/manifests"},{"name":"standard-changelog@1.0.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6/manifests"},{"name":"gulp-conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8/manifests"},{"name":"conventional-recommended-bump@1.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0/manifests"},{"name":"conventional-commits-parser@2.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0/manifests"},{"name":"conventional-commits-filter@1.1.1","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1/manifests"},{"name":"conventional-changelog-writer@2.0.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.2.10","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10/manifests"},{"name":"conventional-changelog-core@1.9.4","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4/manifests"},{"name":"conventional-changelog-cli@1.3.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6/manifests"},{"name":"conventional-changelog-angular@1.5.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3/manifests"},{"name":"conventional-changelog-ember@0.2.9","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9/manifests"},{"name":"standard-changelog@1.0.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5/manifests"},{"name":"gulp-conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7/manifests"},{"name":"git-semver-tags@1.2.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3/manifests"},{"name":"git-raw-commits@1.3.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.0.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3/manifests"},{"name":"conventional-commits-parser@2.0.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1/manifests"},{"name":"conventional-commits-filter@1.1.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0/manifests"},{"name":"conventional-changelog-writer@2.0.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2/manifests"},{"name":"conventional-changelog-jshint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1/manifests"},{"name":"conventional-changelog-jquery@1.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1/manifests"},{"name":"conventional-changelog-express@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1/manifests"},{"name":"conventional-changelog-eslint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1/manifests"},{"name":"conventional-changelog-core@1.9.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3/manifests"},{"name":"conventional-changelog-codemirror@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1/manifests"},{"name":"conventional-changelog-cli@1.3.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5/manifests"},{"name":"conventional-changelog-atom@0.1.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2/manifests"},{"name":"conventional-changelog-angular@1.5.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2/manifests"},{"name":"conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7/manifests"},{"name":"@marionebl/conventional-commits-parser@3.0.0","sha":"edf4068ce4c3ea6ac5b61323473ab655be5eb895","kind":"tag","published_at":"2017-11-01T07:09:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/@marionebl/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/@marionebl/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4/manifests"},{"name":"git-semver-tags@1.2.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2/manifests"},{"name":"conventional-recommended-bump@1.0.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-ember@0.2.8","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8/manifests"},{"name":"conventional-changelog-core@1.9.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2/manifests"},{"name":"standard-changelog@1.0.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4/manifests"},{"name":"conventional-changelog-angular@1.5.1","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1/manifests"},{"name":"conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6/manifests"},{"name":"standard-changelog@1.0.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3/manifests"},{"name":"conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-angular@1.5.0","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0/manifests"},{"name":"conventional-changelog-cli@1.3.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3/manifests"},{"name":"gulp-conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-writer@2.0.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1/manifests"},{"name":"conventional-changelog-core@1.9.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1/manifests"},{"name":"conventional-changelog-ember@0.2.7","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7/manifests"},{"name":"git-semver-tags@1.2.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1/manifests"},{"name":"conventional-changelog-jshint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0/manifests"},{"name":"conventional-changelog-jquery@1.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0/manifests"},{"name":"conventional-changelog-express@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0/manifests"},{"name":"conventional-changelog-eslint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0/manifests"},{"name":"conventional-commits-parser@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0/manifests"},{"name":"conventional-changelog-writer@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1/manifests"},{"name":"conventional-changelog-core@1.9.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0/manifests"},{"name":"conventional-changelog-codemirror@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0/manifests"},{"name":"conventional-changelog-cli@1.3.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2/manifests"},{"name":"conventional-changelog-atom@0.1.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1/manifests"},{"name":"conventional-changelog-angular@1.4.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0/manifests"},{"name":"conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4/manifests"},{"name":"gulp-conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4/manifests"},{"name":"standard-changelog@1.0.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2/manifests"},{"name":"conventional-changelog-ember@0.2.6","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6/manifests"},{"name":"conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3/manifests"},{"name":"conventional-changelog-angular@1.3.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3/manifests"},{"name":"conventional-changelog-cli@1.3.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1/manifests"},{"name":"conventional-changelog-core@1.8.0","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.8.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0/manifests"},{"name":"conventional-changelog-ember@0.2.5","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5/manifests"},{"name":"gulp-conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3/manifests"},{"name":"standard-changelog@1.0.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1/manifests"},{"name":"git-semver-tags@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0/manifests"},{"name":"standard-changelog@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2/manifests"},{"name":"git-raw-commits@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0/manifests"},{"name":"conventional-recommended-bump@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.2.4","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4/manifests"},{"name":"conventional-changelog-core@1.7.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.7.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0/manifests"},{"name":"conventional-changelog-cli@1.3.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0/manifests"},{"name":"conventional-changelog-angular@1.3.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2/manifests"},{"name":"conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2/manifests"},{"name":"gulp-conventional-changelog@1.1.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"tag","published_at":"2017-03-10T05:35:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0/manifests"},{"name":"standard-changelog@0.0.2","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@0.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-ember@0.2.3","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3/manifests"},{"name":"conventional-changelog-core@1.6.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0/manifests"},{"name":"conventional-changelog-angular@1.3.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1/manifests"},{"name":"conventional-changelog-cli@1.2.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1/manifests"},{"name":"conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-cli@1.2.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:01:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0/manifests"},{"name":"conventional-changelog-core@1.5.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:00:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0/manifests"},{"name":"git-raw-commits@1.1.2","sha":"f5fe78b1f15791cb0499744bf278dff22b52732f","kind":"tag","published_at":"2017-03-09T07:37:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2/manifests"},{"name":"git-semver-tags@1.1.2","sha":"7be07c7c0f49572b1c0e9c98f004b599d8b5bb1a","kind":"tag","published_at":"2017-03-09T07:35:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2/manifests"},{"name":"v1.1.0","sha":"600d411569271467389c3cbe71f7f657980e89a1","kind":"tag","published_at":"2016-02-13T06:59:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"9591280a8d09220aced3383abe3bc7ecbb34b503","kind":"tag","published_at":"2016-02-13T06:37:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"beef421f56939190a4ca30c28788eda1b3f9480d","kind":"tag","published_at":"2016-02-05T13:49:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"c8e90ab7fddd0b98855913e73fc12f9dc9dc81b1","kind":"tag","published_at":"2016-02-05T12:59:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0/manifests"},{"name":"v0.5.3","sha":"d79ce243223260b153699b99de0503698546ea63","kind":"tag","published_at":"2015-12-25T05:07:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"9e7b771072a2680c6c335fcad38003aade53213e","kind":"tag","published_at":"2015-12-23T12:24:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"4bf7d8df29f7be29552b82ec2b7112fad0c39a3e","kind":"tag","published_at":"2015-10-20T09:52:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"5ca2204b472704543ebbc744a22f8f90ec659659","kind":"tag","published_at":"2015-09-30T08:49:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"e5f2f3bc675e2c7e5cc6aa0ed50da7941833e492","kind":"tag","published_at":"2015-09-04T03:16:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"7536a0b351cc4f2764e71cbc268a178ab595259d","kind":"tag","published_at":"2015-08-17T01:28:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"56fa3d92620a41a875b3337fa51d04d6df23b1a8","kind":"tag","published_at":"2015-08-15T12:34:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"eefec0ef598a92e78510ee8626fd9bbcdb1398e4","kind":"tag","published_at":"2015-08-15T11:19:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0/manifests"},{"name":"v0.3.2","sha":"74b99dca61eafd56ba93605016b086a1108e77fe","kind":"tag","published_at":"2015-08-13T03:12:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"a1aca9c31a45aded77962bd0defc32e503aec213","kind":"commit","published_at":"2015-08-11T06:23:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"b489672d27ff703337c540f0fbc43f6486a84d99","kind":"commit","published_at":"2015-08-09T03:27:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"12e3cd6b151353dbe7f584adabbe5dd8a28424db","kind":"commit","published_at":"2015-07-24T08:13:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"f437b457b5ea6c105535a360144000f8315db54d","kind":"commit","published_at":"2015-07-24T04:54:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0/manifests"},{"name":"v0.1.3","sha":"c8fa9d0b94f8ac07f162623e4b9e9e68aad82e62","kind":"commit","published_at":"2015-07-22T11:06:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"6ba5d6e4b90a154dbca6ec0f80c66ad5995cd770","kind":"commit","published_at":"2015-07-22T07:10:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c015f8762f70eff2be7b8d7fb82438689239d717","kind":"commit","published_at":"2015-07-20T07:55:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"7253d0fea773e3f7cc0a3fb8278c9da070df26ee","kind":"commit","published_at":"2015-07-20T07:12:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.3","sha":"0c9f1e89bfacec8e08bac8ef96d64e3abdbecda7","kind":"commit","published_at":"2015-07-17T11:02:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"fec1baf43b8c0156682d4014a4fd066bd24ad448","kind":"commit","published_at":"2015-07-17T06:23:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"a5ea0dfada48601b9e3fbec78dd37d70380a2db6","kind":"commit","published_at":"2015-07-15T08:03:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1/manifests"},{"name":"v0.1.0-alpha.3","sha":"9b6cc68a2c17c9671363fe7af5de7ebd3a06aaeb","kind":"commit","published_at":"2015-07-06T01:27:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3/manifests"},{"name":"v0.1.0-alpha.2","sha":"34b0f460c34ecc48af857d8ee5d7038970ba56fb","kind":"commit","published_at":"2015-06-29T12:04:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2/manifests"},{"name":"v0.1.0-alpha.1","sha":"05b3415fc699ab43f3fa33b5ecd040ab5ecdf9e2","kind":"commit","published_at":"2015-06-24T04:42:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1/manifests"},{"name":"v0.0.17","sha":"3cae05244e48af9cf4abbef3114060db585a574c","kind":"commit","published_at":"2015-04-03T02:12:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"c0719ce6ba16778dd34c2cfdc81e7f3c5321409d","kind":"commit","published_at":"2015-03-19T04:15:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"57af04dc3e362c0e327b716279c9143028c6e0da","kind":"commit","published_at":"2015-03-18T20:23:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"69be290efb58a6a92e9ae78d7b37168d293920b5","kind":"commit","published_at":"2015-03-13T21:22:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"15a39d02ba3d666e7820eecbb8c5493ef2f6040a","kind":"commit","published_at":"2015-03-12T23:17:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13/manifests"},{"name":"v0.0.11","sha":"37f5561553c30d8f0f2c949502ea278da64949cd","kind":"tag","published_at":"2014-05-28T13:14:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"ad6f6ec5499d2c902b88da95487862d50e5ad776","kind":"tag","published_at":"2014-05-28T12:51:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"87efbabd9bc2a0fd83255e6cb856961b10aef9eb","kind":"tag","published_at":"2014-05-06T17:11:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"94b12cf69c51264b1edb6c81b50a262f0536894b","kind":"tag","published_at":"2014-04-10T14:45:48.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"1cf17e494fd7d8538c55189c72c0cf57d145ef41","kind":"tag","published_at":"2014-04-10T14:06:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"861f9ec93de28be4185b35815c2b6ab17746eb3f","kind":"commit","published_at":"2014-01-23T19:39:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"3f59f7356c86f30ef8e8754386373c2a8f97b367","kind":"commit","published_at":"2014-01-23T18:59:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6fa2c22464dcd964df604550c2ce2ed1d2f4362b","kind":"commit","published_at":"2014-01-04T21:36:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4/manifests"}]},"repo_metadata_updated_at":"2024-09-05T17:59:59.165Z","dependent_packages_count":1,"downloads":16,"downloads_period":"last-month","dependent_repos_count":1,"rankings":{"downloads":59.68457404993526,"dependent_repos_count":10.767935900085632,"dependent_packages_count":21.30988168970035,"stargazers_count":1.200604311931194,"forks_count":1.4458963804442808,"docker_downloads_count":null,"average":18.88177846641934},"purl":"pkg:npm/conventional-changelog-keep-changelog","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/conventional-changelog-keep-changelog","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/conventional-changelog-keep-changelog","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/conventional-changelog-keep-changelog/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-09-04T23:04:01.314Z","issues_count":175,"pull_requests_count":479,"avg_time_to_close_issue":19345133.890243903,"avg_time_to_close_pull_request":6038480.121447029,"issues_closed_count":82,"pull_requests_closed_count":387,"pull_request_authors_count":71,"issue_authors_count":107,"avg_comments_per_issue":2.12,"avg_comments_per_pull_request":1.3068893528183716,"merged_pull_requests_count":302,"bot_issues_count":3,"bot_pull_requests_count":228,"past_year_issues_count":65,"past_year_pull_requests_count":215,"past_year_avg_time_to_close_issue":881436.8095238095,"past_year_avg_time_to_close_pull_request":919702.6333333333,"past_year_issues_closed_count":42,"past_year_pull_requests_closed_count":180,"past_year_pull_request_authors_count":24,"past_year_issue_authors_count":40,"past_year_avg_comments_per_issue":1.5538461538461539,"past_year_avg_comments_per_pull_request":1.0604651162790697,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":94,"past_year_merged_pull_requests_count":142,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues","maintainers":[{"login":"dangreen","count":83,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"},{"login":"bcoe","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bcoe"},{"login":"tommywo","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tommywo"}],"active_maintainers":[{"login":"dangreen","count":72,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-keep-changelog/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-keep-changelog/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-keep-changelog/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-keep-changelog/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-keep-changelog/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-keep-changelog/codemeta","maintainers":[{"uuid":"georgi-bozhinov","login":"georgi-bozhinov","name":null,"email":"georgi.bozhinov@sap.com","url":null,"packages_count":1,"html_url":"https://www.npmjs.com/~georgi-bozhinov","role":null,"created_at":"2022-11-10T17:26:00.173Z","updated_at":"2022-11-10T17:26:00.173Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/georgi-bozhinov/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5644415,"maintainers_count":1200486,"namespaces_count":399623,"keywords_count":847874,"github":"npm","metadata":{"funded_packages_count":171745},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-06-10T05:11:46.456Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":6508680,"name":"@dyrkow/git-raw-commits","ecosystem":"npm","description":"Get raw git commits out of your repository using git-log(1)","homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/git-raw-commits#readme","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":["git-raw-commits","raw","commit","commits","git","log","git-log"],"namespace":"dyrkow","versions_count":1,"first_release_published_at":"2023-03-11T18:10:16.185Z","latest_release_published_at":"2023-03-11T18:10:16.185Z","latest_release_number":"2.1.11","last_synced_at":"2026-06-03T20:26:52.287Z","created_at":"2023-03-11T18:47:36.147Z","updated_at":"2026-06-03T20:26:52.287Z","registry_url":"https://www.npmjs.com/package/@dyrkow/git-raw-commits","install_command":"npm install @dyrkow/git-raw-commits","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"2.1.11"}},"repo_metadata":{"id":12961414,"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2026-05-25T22:06:24.000Z","size":6460,"stargazers_count":8449,"open_issues_count":249,"forks_count":736,"subscribers_count":48,"default_branch":"master","last_synced_at":"2026-05-27T10:06:02.477Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2026-05-26T14:51:47.000Z","dependencies_parsed_at":"2026-03-05T00:02:02.010Z","dependency_job_id":null,"html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1686,"total_committers":150,"mean_commits":11.24,"dds":0.4792408066429419,"last_synced_commit":"65550d9a30cfab4b00b3e982e42bd68fedafcefc"},"previous_names":["ajoslin/conventional-changelog"],"tags_count":827,"template":false,"template_full_name":null,"purl":"pkg:github/conventional-changelog/conventional-changelog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/sbom","scorecard":{"id":174827,"data":{"date":"2025-08-11","repo":{"name":"github.com/conventional-changelog/conventional-changelog","commit":"1552de5434163eb63d3bf73d97bcb3bf34de8586"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 7 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":1,"reason":"Found 4/22 approved changesets -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/checks.yml:1","Warn: no topLevel permission defined: .github/workflows/commit.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Warn: no topLevel permission defined: .github/workflows/tests.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/checks.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/checks.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/commit.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/commit.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/commit.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:50: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:85: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:87: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:91: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:102: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Info:   0 out of  17 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  14 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: ISC License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 16 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":7,"reason":"3 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-xffm-g5w8-qvg7","Warn: Project is vulnerable to: GHSA-67mh-4wv8-2f99","Warn: Project is vulnerable to: GHSA-52f5-9888-hmc6"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-16T17:26:40.503Z","repository_id":12961414,"created_at":"2025-08-16T17:26:40.503Z","updated_at":"2025-08-16T17:26:40.503Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33649345,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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"},"tags":[]},"repo_metadata_updated_at":"2026-06-02T12:23:57.919Z","dependent_packages_count":1,"downloads":16,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":15.561884670639522,"dependent_repos_count":25.30552159382132,"dependent_packages_count":32.889739249478886,"stargazers_count":1.516817100374813,"forks_count":1.7663062526647573,"average":15.40805377339586},"purl":"pkg:npm/%40dyrkow/git-raw-commits","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/@dyrkow/git-raw-commits","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/@dyrkow/git-raw-commits","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/@dyrkow/git-raw-commits/dependencies","status":"deprecated","funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-02-24T01:29:23.797Z","issues_count":162,"pull_requests_count":542,"avg_time_to_close_issue":32787367.426666666,"avg_time_to_close_pull_request":12460257.039215686,"issues_closed_count":75,"pull_requests_closed_count":459,"pull_request_authors_count":88,"issue_authors_count":137,"avg_comments_per_issue":2.1419753086419755,"avg_comments_per_pull_request":1.2269372693726937,"merged_pull_requests_count":339,"bot_issues_count":3,"bot_pull_requests_count":274,"past_year_issues_count":17,"past_year_pull_requests_count":75,"past_year_avg_time_to_close_issue":172643.0,"past_year_avg_time_to_close_pull_request":1043935.0,"past_year_issues_closed_count":5,"past_year_pull_requests_closed_count":43,"past_year_pull_request_authors_count":17,"past_year_issue_authors_count":15,"past_year_avg_comments_per_issue":2.235294117647059,"past_year_avg_comments_per_pull_request":0.9066666666666666,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":44,"past_year_merged_pull_requests_count":38,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues","maintainers":[{"login":"dangreen","count":93,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"},{"login":"bcoe","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bcoe"},{"login":"tommywo","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tommywo"}],"active_maintainers":[{"login":"dangreen","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@dyrkow%2Fgit-raw-commits/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@dyrkow%2Fgit-raw-commits/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@dyrkow%2Fgit-raw-commits/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@dyrkow%2Fgit-raw-commits/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@dyrkow%2Fgit-raw-commits/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@dyrkow%2Fgit-raw-commits/codemeta","maintainers":[{"uuid":"webworkdeveloper","login":"webworkdeveloper","name":null,"email":"webworkdeveloper@gmail.com","url":null,"packages_count":23,"html_url":"https://www.npmjs.com/~webworkdeveloper","role":null,"created_at":"2023-03-11T19:21:52.248Z","updated_at":"2023-03-11T19:21:52.248Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/webworkdeveloper/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5644415,"maintainers_count":1200486,"namespaces_count":399623,"keywords_count":847874,"github":"npm","metadata":{"funded_packages_count":171745},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-06-10T05:11:46.456Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":4999548,"name":"org.webjars.npm:git-semver-tags","ecosystem":"maven","description":"WebJar for git-semver-tags","homepage":"https://www.webjars.org","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":[],"namespace":"org.webjars.npm","versions_count":1,"first_release_published_at":"2021-04-05T05:07:35.000Z","latest_release_published_at":"2021-04-05T05:07:35.000Z","latest_release_number":"2.0.3","last_synced_at":"2026-06-03T20:26:52.460Z","created_at":"2022-07-27T10:56:54.383Z","updated_at":"2026-06-03T20:26:52.461Z","registry_url":"https://central.sonatype.com/artifact/org.webjars.npm/git-semver-tags/","install_command":null,"documentation_url":"https://appdoc.app/artifact/org.webjars.npm/git-semver-tags/","metadata":{"repositories":["https://repo.maven.apache.org/maven2"]},"repo_metadata":{"id":12961414,"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2025-10-23T17:43:12.000Z","size":6366,"stargazers_count":8280,"open_issues_count":245,"forks_count":731,"subscribers_count":51,"default_branch":"master","last_synced_at":"2025-10-24T01:48:17.818Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2025-10-23T01:16:08.000Z","dependencies_parsed_at":"2022-07-13T10:30:31.523Z","dependency_job_id":"5f6d159e-c4c6-405b-9fa7-976ffc4dfa04","html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1686,"total_committers":150,"mean_commits":11.24,"dds":0.4792408066429419,"last_synced_commit":"65550d9a30cfab4b00b3e982e42bd68fedafcefc"},"previous_names":["ajoslin/conventional-changelog"],"tags_count":804,"template":false,"template_full_name":null,"purl":"pkg:github/conventional-changelog/conventional-changelog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/sbom","scorecard":{"id":174827,"data":{"date":"2025-08-11","repo":{"name":"github.com/conventional-changelog/conventional-changelog","commit":"1552de5434163eb63d3bf73d97bcb3bf34de8586"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 7 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":1,"reason":"Found 4/22 approved changesets -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/checks.yml:1","Warn: no topLevel permission defined: .github/workflows/commit.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Warn: no topLevel permission defined: .github/workflows/tests.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/checks.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/checks.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/commit.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/commit.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/commit.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:50: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:85: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:87: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:91: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:102: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Info:   0 out of  17 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  14 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: ISC License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 16 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":7,"reason":"3 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-xffm-g5w8-qvg7","Warn: Project is vulnerable to: GHSA-67mh-4wv8-2f99","Warn: Project is vulnerable to: GHSA-52f5-9888-hmc6"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-16T17:26:40.503Z","repository_id":12961414,"created_at":"2025-08-16T17:26:40.503Z","updated_at":"2025-08-16T17:26:40.503Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281931845,"owners_count":26585822,"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","status":"online","status_checked_at":"2025-10-31T02:00:07.401Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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"},"owner_record":{"login":"conventional-changelog","name":"conventional-changelog","uuid":"16443515","kind":"organization","description":"Tools to generate changelogs and release notes from a project's commit messages and metadata.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16443515?v=4","repositories_count":12,"last_synced_at":"2025-04-05T03:02:08.595Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/conventional-changelog","funding_links":[],"total_stars":33067,"followers":419,"following":0,"created_at":"2022-11-02T16:25:21.572Z","updated_at":"2025-04-05T03:02:08.596Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog/repositories"},"tags":[{"name":"conventional-changelog-angular-v8.1.0","sha":"4a8c5d57a058c5b103a8ebddf94e19cf67a58a18","kind":"commit","published_at":"2025-10-20T20:40:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v8.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v8.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular-v8.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.1.0/manifests"},{"name":"conventional-commits-parser-v6.2.1","sha":"4a8c5d57a058c5b103a8ebddf94e19cf67a58a18","kind":"commit","published_at":"2025-10-20T20:40:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v6.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.2.1/manifests"},{"name":"conventional-changelog-v7.1.1","sha":"d3934017f5c8987a0b4a5fdf3782f26cd43ab486","kind":"commit","published_at":"2025-07-10T17:30:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v7.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v7.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v7.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.1.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v9.1.0","sha":"b3bec6cd666605edb0727765637d8de30a672b86","kind":"commit","published_at":"2025-07-10T15:38:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v9.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v9.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v9.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v9.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v9.1.0/manifests"},{"name":"conventional-changelog-writer-v8.2.0","sha":"429fa80cf3232ddc89ad2e6593a5087da55f2192","kind":"commit","published_at":"2025-07-09T21:51:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v8.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.2.0/manifests"},{"name":"conventional-commits-parser-v6.2.0","sha":"a10c63faccc776bfc941a54dbcfa2d128bbfb374","kind":"commit","published_at":"2025-06-09T09:39:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v6.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.2.0/manifests"},{"name":"conventional-changelog-v7.1.0","sha":"549320cb33c00bea312fcf70c31d3ee6973ba488","kind":"commit","published_at":"2025-06-07T17:07:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v7.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v7.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v7.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.1.0/manifests"},{"name":"conventional-recommended-bump-v11.2.0","sha":"549320cb33c00bea312fcf70c31d3ee6973ba488","kind":"commit","published_at":"2025-06-07T17:07:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v11.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v11.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v11.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.2.0/manifests"},{"name":"git-client-v2.5.1","sha":"07103bc206c6b75af47183a700868d69424c5f5f","kind":"commit","published_at":"2025-06-02T10:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.5.1/manifests"},{"name":"git-client-v2.5.0","sha":"7926760758a6635d423d91288a11253bb663698c","kind":"commit","published_at":"2025-06-02T00:10:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.5.0/manifests"},{"name":"git-client-v2.4.0","sha":"81588478678c36e7465a90cfe56e4981c13729a9","kind":"commit","published_at":"2025-05-27T19:05:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.4.0/manifests"},{"name":"git-client-v2.3.0","sha":"abf8f2b4f11a8c4dcee54346fb39cee04c05242b","kind":"commit","published_at":"2025-05-23T19:01:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.3.0/manifests"},{"name":"conventional-changelog-v7.0.2","sha":"d42c917ee7b2732b9e4bc42bf70f6700ac028e1b","kind":"commit","published_at":"2025-05-22T20:08:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v7.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.2/manifests"},{"name":"conventional-changelog-v7.0.1","sha":"2dcae156d1dc9c40a2392c3dd9363449f3f59f75","kind":"commit","published_at":"2025-05-19T22:26:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.1/manifests"},{"name":"standard-changelog-v7.0.1","sha":"2dcae156d1dc9c40a2392c3dd9363449f3f59f75","kind":"commit","published_at":"2025-05-19T22:26:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v7.0.1/manifests"},{"name":"git-client-v2.2.0","sha":"2dcae156d1dc9c40a2392c3dd9363449f3f59f75","kind":"commit","published_at":"2025-05-19T22:26:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.2.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v9.0.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v9.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v9.0.0/manifests"},{"name":"conventional-changelog-writer-v8.1.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v8.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.1.0/manifests"},{"name":"conventional-recommended-bump-v11.1.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v11.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v11.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v11.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.1.0/manifests"},{"name":"git-client-v2.1.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.1.0/manifests"},{"name":"standard-changelog-v7.0.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v7.0.0/manifests"},{"name":"conventional-changelog-v7.0.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.0/manifests"},{"name":"conventional-commits-parser-v6.1.0","sha":"641a04473146d99189ec31d948202f8ef973da37","kind":"commit","published_at":"2025-01-15T16:19:55.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v6.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v11.0.0","sha":"3abb8c6494cd57fd52755d00669c10e4cc25a034","kind":"commit","published_at":"2025-01-15T16:19:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v11.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v11.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v11.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.0.0/manifests"},{"name":"conventional-changelog-writer-v8.0.1","sha":"fe3da2f131673200f695d6c9f34d8d0303042329","kind":"commit","published_at":"2025-01-15T16:14:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v8.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.1/manifests"},{"name":"git-client-v2.0.0","sha":"2ea0eec3e46bb9de9d57001d3aac074076e668a7","kind":"commit","published_at":"2025-01-15T16:13:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.0.0/manifests"},{"name":"conventional-changelog-core-v9.0.0","sha":"1ac3f1268140c999c669908085d0879b5d294c1a","kind":"commit","published_at":"2025-01-15T16:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v9.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v9.0.0/manifests"},{"name":"git-client-v1.0.1","sha":"d3b8aaa16337993bbad4d91db1ffac5a7568756b","kind":"commit","published_at":"2024-05-06T14:46:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1/manifests"},{"name":"conventional-changelog-v6.0.0","sha":"83bb15ba5de08f080884fc906c6db3c99c8b2131","kind":"commit","published_at":"2024-04-26T22:08:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0/manifests"},{"name":"conventional-changelog-core-v8.0.0","sha":"7bc92fc05e4447f311ad52b6e39d36f461eaf083","kind":"commit","published_at":"2024-04-26T22:07:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v8.0.0","sha":"3129c812139bf7454a64b4d506e6b85cd5abc77c","kind":"commit","published_at":"2024-04-26T22:06:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0/manifests"},{"name":"git-semver-tags-v8.0.0","sha":"fbd1b3bcd6253a32de89eb21145c2eb70d9396b6","kind":"commit","published_at":"2024-04-26T22:05:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v5.0.0","sha":"e34c96db3dbebedb17a6583aae8855dddd056f83","kind":"commit","published_at":"2024-04-26T22:04:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0/manifests"},{"name":"conventional-changelog-angular-v8.0.0","sha":"2aa6291a93eb881230e896f87a5232873b6a9717","kind":"commit","published_at":"2024-04-26T22:04:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0/manifests"},{"name":"conventional-changelog-jquery-v6.0.0","sha":"1c71cd6d4868ef2e158963e277609a9794806306","kind":"commit","published_at":"2024-04-26T22:03:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v8.0.0","sha":"533e36277d1779a5ac79a06210c603b5f88bc030","kind":"commit","published_at":"2024-04-26T22:00:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0/manifests"},{"name":"conventional-changelog-eslint-v6.0.0","sha":"c7459cd7d1e1ab82c9a5d552b008c02aba290cad","kind":"commit","published_at":"2024-04-26T21:59:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0/manifests"},{"name":"git-raw-commits-v5.0.0","sha":"f61ea377e843db0852c35911785895ec43481f11","kind":"commit","published_at":"2024-04-26T21:58:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0/manifests"},{"name":"conventional-changelog-codemirror-v5.0.0","sha":"77525286ffc8869a6ac351ebe28198842815cb7c","kind":"commit","published_at":"2024-04-26T21:57:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0/manifests"},{"name":"conventional-changelog-cli-v5.0.0","sha":"a75cef688b9a1557ca981178d4d35c18963160b6","kind":"commit","published_at":"2024-04-26T21:53:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0/manifests"},{"name":"conventional-changelog-express-v5.0.0","sha":"a6ab80d6e30091a8b743ee97a87e7400af1ebc53","kind":"commit","published_at":"2024-04-26T21:53:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v10.0.0","sha":"d7c409b02f1d58cf6f0293edcadbe5f00a78a622","kind":"commit","published_at":"2024-04-26T21:52:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v10.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v10.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v10.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0/manifests"},{"name":"conventional-changelog-atom-v5.0.0","sha":"3b2b9d0ec2382f73d9cf000a1004596f90ece916","kind":"commit","published_at":"2024-04-26T21:51:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0/manifests"},{"name":"conventional-changelog-jshint-v5.0.0","sha":"d7dae509e72b09d1496ae51f1f04c15581c828fc","kind":"commit","published_at":"2024-04-26T21:50:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0/manifests"},{"name":"conventional-changelog-ember-v5.0.0","sha":"2e99dfa49112ffe6c864dd0e436f0db1e696b1f9","kind":"commit","published_at":"2024-04-26T21:50:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0/manifests"},{"name":"conventional-commits-parser-v6.0.0","sha":"646e1be132ccd0f32e3074de2f511be5c610984f","kind":"commit","published_at":"2024-04-26T21:48:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0/manifests"},{"name":"conventional-commits-filter-v5.0.0","sha":"be4266b7ef7b84ba5c198dfa8c143229f8a5b128","kind":"commit","published_at":"2024-04-26T21:47:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0/manifests"},{"name":"standard-changelog-v6.0.0","sha":"3e9b9387f29e48a508b70b88f26b40a6db9fea16","kind":"commit","published_at":"2024-04-26T21:45:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v5.0.0","sha":"041a1a9b73b201add30494aed19d026b948bd8f1","kind":"commit","published_at":"2024-04-26T21:41:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0/manifests"},{"name":"git-client-v1.0.0","sha":"7e51fe970576503cae3ab94e6e9b3e01017b044d","kind":"commit","published_at":"2024-04-26T21:21:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0/manifests"},{"name":"git-semver-tags-v7.0.1","sha":"fac8045242099c016f5f3905e54e02b7d466bd7b","kind":"commit","published_at":"2023-09-10T23:53:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1/manifests"},{"name":"conventional-changelog-writer-v7.0.1","sha":"e3a643ad39ec3bc4cfb1dff2aa1101333df33dc3","kind":"commit","published_at":"2023-09-10T23:49:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1/manifests"},{"name":"conventional-changelog-v5.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0/manifests"},{"name":"conventional-changelog-cli-v4.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0/manifests"},{"name":"conventional-changelog-core-v7.0.0","sha":"2e467dd39a35c3813597711a37690897183b4abc","kind":"commit","published_at":"2023-09-08T22:03:37.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0/manifests"},{"name":"git-semver-tags-v7.0.0","sha":"a13f788bd505d8253a2d92413fc4a7780e11ec07","kind":"commit","published_at":"2023-09-08T21:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0/manifests"},{"name":"standard-changelog-v5.0.0","sha":"34569c7a3fd2b0362a461517a1f4e20e7eecd9fc","kind":"commit","published_at":"2023-09-08T21:55:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v9.0.0","sha":"ad633d9d81f66ef80d7f77832a264cb0c5b971ef","kind":"commit","published_at":"2023-09-08T21:50:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v9.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.2","sha":"50113f9b569259d991f1a734a192964ca71f0118","kind":"commit","published_at":"2023-09-08T21:41:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v7.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2/manifests"},{"name":"conventional-changelog-preset-loader-v4.1.0","sha":"a14d2186575f6061f236c9a47d803694b18f8373","kind":"commit","published_at":"2023-09-08T21:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader-v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.1","sha":"ca4324b0a690b2595f8b574882ff95329a2dc195","kind":"commit","published_at":"2023-08-27T19:11:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1/manifests"},{"name":"conventional-commits-filter-v4.0.0","sha":"26fc9ea274dc0c62442ec9d97b20a2ebb49138bf","kind":"commit","published_at":"2023-08-27T12:55:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0/manifests"},{"name":"standard-changelog-v4.0.0","sha":"5b788265774bf4b63d3c83a178ca53e8e7095903","kind":"commit","published_at":"2023-08-27T12:50:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-eslint-v5.0.0","sha":"679594c0716275771cc23b314e4362899fe72f87","kind":"commit","published_at":"2023-08-27T12:46:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0/manifests"},{"name":"git-semver-tags-v6.0.0","sha":"1c75c72d9b5d59e3ea4e914c58a85f7559f29602","kind":"commit","published_at":"2023-08-27T12:40:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0/manifests"},{"name":"conventional-recommended-bump-v8.0.0","sha":"624377a24e8e3658bcf2329a9a98f9a7b02a4cb3","kind":"commit","published_at":"2023-08-27T12:33:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0/manifests"},{"name":"conventional-changelog-writer-v7.0.0","sha":"d669bb67dc713cb1e4374e3216ed7d83cde743c5","kind":"commit","published_at":"2023-08-27T12:27:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0/manifests"},{"name":"conventional-changelog-codemirror-v4.0.0","sha":"933fd0b3dd355d648faf57241b796a714004c722","kind":"commit","published_at":"2023-08-27T12:23:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0/manifests"},{"name":"conventional-changelog-express-v4.0.0","sha":"c9e9ceb3a3727659bd117bab01cbc7642d588f06","kind":"commit","published_at":"2023-08-27T12:16:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0/manifests"},{"name":"conventional-changelog-ember-v4.0.0","sha":"5d7c16268f79b7f180e34e997fdb37373d714666","kind":"commit","published_at":"2023-08-27T12:11:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0/manifests"},{"name":"conventional-changelog-jquery-v5.0.0","sha":"d643efb1050dcdaecee626044315644ff9b9e43b","kind":"commit","published_at":"2023-08-27T12:07:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v4.0.0","sha":"636646dd9ae062e9652a7f9ccaf6c329e6e9f924","kind":"commit","published_at":"2023-08-27T12:03:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0/manifests"},{"name":"conventional-changelog-v5.0.0","sha":"7985de3edc9e655369651ad464cb39b791887dc7","kind":"commit","published_at":"2023-08-27T11:58:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.0","sha":"5f0fe40743d8f559ab94ed11bbb4b8bda6fa6dcb","kind":"commit","published_at":"2023-08-27T11:51:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0/manifests"},{"name":"conventional-changelog-angular-v7.0.0","sha":"6c7a2e1a8807988bcb1a9842f72d14be3b1a89e3","kind":"commit","published_at":"2023-08-27T11:46:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0/manifests"},{"name":"conventional-changelog-jshint-v4.0.0","sha":"0204a9a340d2c85411e8de8905bc74c6146e5618","kind":"commit","published_at":"2023-08-27T11:41:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0/manifests"},{"name":"conventional-changelog-atom-v4.0.0","sha":"ab9b2c10e098ec8837d141102549f3eef698364c","kind":"commit","published_at":"2023-08-27T11:36:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0/manifests"},{"name":"conventional-changelog-cli-v4.0.0","sha":"29df6c4597afad27b9cda06f58eb564bcca609c4","kind":"commit","published_at":"2023-08-27T11:21:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0/manifests"},{"name":"conventional-changelog-core-v6.0.0","sha":"45613bbc2d13c798732e4b2bd4b2fa9ea67157d6","kind":"commit","published_at":"2023-08-27T11:17:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v4.0.0","sha":"5a896e3ef3aa9e751fcc74d7c76fa21d6d526cb0","kind":"commit","published_at":"2023-08-27T11:08:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0/manifests"},{"name":"git-raw-commits-v4.0.0","sha":"878fc56b43bc617177bf47fd8643a3b8b86078e5","kind":"commit","published_at":"2023-08-27T11:01:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0/manifests"},{"name":"conventional-commits-parser-v5.0.0","sha":"299de5acbe55a7d19dcdd2adc34681eae7264abf","kind":"commit","published_at":"2023-08-26T17:50:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0/manifests"},{"name":"git-semver-tags-v5.0.1","sha":"87914a362866a380e98a29edf19b2173e0911d8a","kind":"commit","published_at":"2023-07-09T19:10:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1/manifests"},{"name":"conventional-changelog-writer-v6.0.1","sha":"c123edea220b450cfa26813b6f198c3e8ebbd2b4","kind":"commit","published_at":"2023-07-09T14:49:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v6.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.2","sha":"83773c5e1a8874ea9809ca9db1dff60b7df1daae","kind":"commit","published_at":"2023-06-28T17:43:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v5.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.1.0","sha":"2e5fe6d9574ba896fa90b5bfcb50fb73d28af6d6","kind":"commit","published_at":"2023-06-17T21:30:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v6.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v7.0.1","sha":"f251b6899e313a9b23f3c8deb8b8b57217040892","kind":"commit","published_at":"2023-06-06T23:24:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.1","sha":"5b458dff9edf766446449acd1bbb8027a1e39fa5","kind":"commit","published_at":"2023-06-06T23:17:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1/manifests"},{"name":"gulp-conventional-changelog-v3.0.0","sha":"8ef6232797e5bf7c80422221374c53c03d5df36d","kind":"commit","published_at":"2023-06-06T22:50:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0/manifests"},{"name":"standard-changelog-v3.0.0","sha":"ea65f017b42b914ece780fd2fc799a6946912ed8","kind":"commit","published_at":"2023-06-06T22:42:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0/manifests"},{"name":"conventional-changelog-cli-v3.0.0","sha":"f00f4549cee9406054b77057a8135183fcd89710","kind":"commit","published_at":"2023-06-06T22:29:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0/manifests"},{"name":"conventional-changelog-v4.0.0","sha":"1a240f91ed584ed43e7f9c82235ca60eff0f4fa5","kind":"commit","published_at":"2023-06-06T19:50:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-core-v5.0.0","sha":"8507f601486c8ff6806156c50091262dee13ec54","kind":"commit","published_at":"2023-06-06T19:23:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v7.0.0","sha":"e1662ca7a6c688d28a334282a5e863f52866f3e8","kind":"commit","published_at":"2023-06-06T18:39:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v3.0.0","sha":"5d80d155425147a0b045af09536e5962cbfff620","kind":"commit","published_at":"2023-06-06T15:08:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.0.0","sha":"a30fc7ae219cf871b46cbe9d2c76a9730b70e272","kind":"commit","published_at":"2023-06-06T14:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v6.0.0","sha":"aa5d46c7b13b7b31f78af4b3c31c087c39eea41d","kind":"commit","published_at":"2023-06-06T14:46:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0/manifests"},{"name":"conventional-commits-filter-v3.0.0","sha":"502a73fe41aebb7b563c5ca69521e0b1bab904df","kind":"commit","published_at":"2023-06-06T14:32:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0/manifests"},{"name":"conventional-commits-parser-v4.0.0","sha":"9f7fe891e75c64937c28baa39a6c795a01603ab7","kind":"commit","published_at":"2023-06-06T14:24:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0/manifests"},{"name":"git-raw-commits-v3.0.0","sha":"571f2d549f10744a12ab3bc5dc5e0b749cb72667","kind":"commit","published_at":"2023-06-06T14:16:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0/manifests"},{"name":"git-semver-tags-v5.0.0","sha":"445c796d04105d10dd62d07039bc6a7fc9f263a5","kind":"commit","published_at":"2023-06-06T13:51:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0/manifests"},{"name":"conventional-changelog-atom-v3.0.0","sha":"208787aa2f5db8de1c2d43c56d71e6dfb9510781","kind":"commit","published_at":"2023-06-06T13:43:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0/manifests"},{"name":"conventional-changelog-angular-v6.0.0","sha":"c4ebf98acc15f37154aae5de53a225e896c4a157","kind":"commit","published_at":"2023-06-06T13:36:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0/manifests"},{"name":"conventional-changelog-codemirror-v3.0.0","sha":"0772453bee083917a05b9696d063ee3dc69957f9","kind":"commit","published_at":"2023-06-06T13:25:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0/manifests"},{"name":"conventional-changelog-ember-v3.0.0","sha":"e473d0c8af7c0cf8a54f775556796f50f3e695c2","kind":"commit","published_at":"2023-06-06T13:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0/manifests"},{"name":"conventional-changelog-eslint-v4.0.0","sha":"b3b896bc5b9e3ed65dcfc08c57967a252f37cfd1","kind":"commit","published_at":"2023-06-06T12:56:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0/manifests"},{"name":"conventional-changelog-express-v3.0.0","sha":"5594385d1dd2490b0fb508a60b6f30e8be6616ce","kind":"commit","published_at":"2023-06-06T12:37:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0/manifests"},{"name":"conventional-changelog-jquery-v4.0.0","sha":"51a3015a907b2cea900114359c36ce0e9664b72d","kind":"commit","published_at":"2023-06-06T12:17:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0/manifests"},{"name":"conventional-changelog-jshint-v3.0.0","sha":"281e5f883476e90b75cae4373a67436c86e94f6a","kind":"commit","published_at":"2023-06-06T12:02:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v5.0.0","sha":"ba6df7cf62de5f448368bed4398f6ddf633d2cbd","kind":"commit","published_at":"2022-05-27T18:02:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0/manifests"},{"name":"conventional-changelog-writer-v5.0.1","sha":"21b73f974adc4490a318d9c892055655cb82c538","kind":"commit","published_at":"2021-12-29T21:36:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.3","sha":"02757d342290bcf51a49d49e5e72f5eae6c6f6da","kind":"commit","published_at":"2021-12-29T19:52:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v4.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3/manifests"},{"name":"conventional-commits-parser-v3.2.4","sha":"1d0f62d4ac4911ef0d912d5401f783b152cee624","kind":"commit","published_at":"2021-12-29T19:46:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v3.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4/manifests"},{"name":"git-raw-commits-v2.0.11","sha":"95384dbd105ffe4f86bbc6ccad3e5405a1cbfe04","kind":"commit","published_at":"2021-12-29T19:39:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v2.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.2","sha":"1827696185192a8dd258ea7c3370090238b0fb76","kind":"commit","published_at":"2021-12-25T18:06:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v4.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2/manifests"},{"name":"conventional-changelog-cli-v2.2.2","sha":"8ce6a7bbd3fae87aa9d56fca68c2e16fbb2cace5","kind":"commit","published_at":"2021-12-25T17:22:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2/manifests"},{"name":"conventional-changelog-v3.1.25","sha":"8e9c3d76aaffd7fe67a78270b3ad9b881e953e7e","kind":"commit","published_at":"2021-12-24T18:50:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v3.1.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25/manifests"},{"name":"conventional-commits-parser-v3.2.3","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v3.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3/manifests"},{"name":"conventional-changelog-cli-v2.2.1","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.1","sha":"c35708d56a55e31b750aec1f745e5be52f0a75f2","kind":"commit","published_at":"2021-09-09T19:06:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v4.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1/manifests"},{"name":"conventional-commits-parser-v3.2.2","sha":"1bae48ff85eff0736ea6691b7214f3fc9c026256","kind":"commit","published_at":"2021-09-09T14:45:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v3.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2/manifests"},{"name":"conventional-changelog-core-v4.2.4","sha":"02fbc2d42d0faf53d4b7a2b0525626088a6ac8ba","kind":"commit","published_at":"2021-09-09T14:37:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v4.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4/manifests"},{"name":"conventional-changelog-angular-v5.0.13","sha":"e30343b4676d26b416080294dc74ebba001c0716","kind":"commit","published_at":"2021-09-09T14:31:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v5.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular-v5.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13/manifests"},{"name":"conventional-changelog-core-v4.2.3","sha":"318b555b6ef3aebdb5a8d4c7c734fd7234712dd3","kind":"commit","published_at":"2021-07-03T00:24:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v4.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.0","sha":"537c37d7801872c3e57e4200c64154a4d2ea042a","kind":"commit","published_at":"2021-04-30T00:15:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v4.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0/manifests"},{"name":"conventional-commits-parser-v3.2.1","sha":"758dda2937b6784f0cc6a535286862fcf95b6f06","kind":"commit","published_at":"2021-02-15T21:32:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1/manifests"},{"name":"git-raw-commits-v2.0.10","sha":"ffecaccb6e117afae9f68f1d48ff9a69554da950","kind":"commit","published_at":"2021-01-27T16:36:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v2.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10/manifests"},{"name":"conventional-changelog-writer-v5.0.0","sha":"61ef6491add84b841e1797baf09f62bbdd90dcd4","kind":"commit","published_at":"2020-12-30T22:40:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v6.1.0","sha":"3b0fb22b0bb49137b9ecddaeb349f66025205c57","kind":"commit","published_at":"2020-12-30T16:58:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v6.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0/manifests"},{"name":"conventional-changelog-core-v4.2.2","sha":"317eeb3137caff69bcc9a67fce3dc67663a010db","kind":"commit","published_at":"2020-12-30T00:53:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v4.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2/manifests"},{"name":"conventional-recommended-bump-v6.0.12","sha":"90ecc5d93bfd7626857eda5d240f92393d896be0","kind":"commit","published_at":"2020-12-30T00:43:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v6.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12/manifests"},{"name":"git-raw-commits-v2.0.9","sha":"227f3e23af86912c0cd64fdb1a820ac92e5757c5","kind":"commit","published_at":"2020-12-29T23:59:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v2.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9/manifests"},{"name":"conventional-changelog-writer-v4.1.0","sha":"77725cfb12ca3ca22abb9421b4af012a49207e7a","kind":"commit","published_at":"2020-12-29T23:41:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0/manifests"},{"name":"conventional-commits-filter@2.0.7","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7/manifests"},{"name":"standard-changelog@2.0.27","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27/manifests"},{"name":"gulp-conventional-changelog@2.0.35","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35/manifests"},{"name":"git-semver-tags@4.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%404.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1/manifests"},{"name":"git-raw-commits@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8/manifests"},{"name":"conventional-recommended-bump@6.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11/manifests"},{"name":"conventional-commits-parser@3.2.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0/manifests"},{"name":"conventional-changelog-writer@4.0.18","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18/manifests"},{"name":"conventional-changelog-jshint@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9/manifests"},{"name":"conventional-changelog-jquery@3.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11/manifests"},{"name":"conventional-changelog-express@2.0.6","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9/manifests"},{"name":"conventional-changelog-ember@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9/manifests"},{"name":"conventional-changelog-core@4.2.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.5.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1/manifests"},{"name":"conventional-changelog-atom@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8/manifests"},{"name":"conventional-changelog-angular@5.0.12","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12/manifests"},{"name":"conventional-changelog@3.1.24","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24/manifests"},{"name":"conventional-changelog-v3.1.24","sha":"f8fcbc2e8b0834c29178ace6382b438a020ad828","kind":"commit","published_at":"2020-10-25T02:45:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v3.1.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24/manifests"},{"name":"conventional-changelog-conventionalcommits@4.4.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0/manifests"},{"name":"conventional-changelog-core@4.2.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0/manifests"},{"name":"conventional-changelog@3.1.23","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23/manifests"},{"name":"conventional-changelog-cli@2.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0/manifests"},{"name":"git-semver-tags@4.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%404.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0/manifests"},{"name":"gulp-conventional-changelog@2.0.34","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34/manifests"},{"name":"standard-changelog@2.0.26","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26/manifests"},{"name":"conventional-recommended-bump@6.0.10","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10/manifests"},{"name":"conventional-changelog-core@4.1.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8/manifests"},{"name":"standard-changelog@2.0.25","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25/manifests"},{"name":"gulp-conventional-changelog@2.0.33","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33/manifests"},{"name":"conventional-changelog-writer@4.0.17","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17/manifests"},{"name":"conventional-changelog-jshint@2.0.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.1","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1/manifests"},{"name":"conventional-changelog-cli@2.0.35","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35/manifests"},{"name":"conventional-changelog-angular@5.0.11","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11/manifests"},{"name":"conventional-changelog@3.1.22","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22/manifests"},{"name":"standard-changelog@2.0.24","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24/manifests"},{"name":"gulp-conventional-changelog@2.0.32","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32/manifests"},{"name":"conventional-changelog-writer@4.0.16","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16/manifests"},{"name":"conventional-changelog-core@4.1.7","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7/manifests"},{"name":"conventional-changelog-cli@2.0.34","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34/manifests"},{"name":"conventional-changelog@3.1.21","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0/manifests"},{"name":"conventional-changelog@3.1.20","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20/manifests"},{"name":"conventional-changelog-cli@2.0.33","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33/manifests"},{"name":"conventional-changelog-atom@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7/manifests"},{"name":"conventional-changelog-eslint@3.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8/manifests"},{"name":"conventional-changelog-express@2.0.5","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10/manifests"},{"name":"conventional-changelog-jshint@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7/manifests"},{"name":"conventional-changelog-preset-loader@2.3.4","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4/manifests"},{"name":"conventional-changelog-writer@4.0.15","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15/manifests"},{"name":"conventional-commits-filter@2.0.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6/manifests"},{"name":"conventional-commits-parser@3.1.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.9","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9/manifests"},{"name":"git-raw-commits@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7/manifests"},{"name":"git-semver-tags@4.0.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.31","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31/manifests"},{"name":"standard-changelog@2.0.23","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23/manifests"},{"name":"conventional-changelog-angular@5.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10/manifests"},{"name":"conventional-changelog-core@4.1.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6/manifests"},{"name":"conventional-changelog-codemirror@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7/manifests"},{"name":"conventional-changelog-ember@2.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8/manifests"},{"name":"conventional-changelog-preset-loader-v2.3.2","sha":"9f6c56cb960a5043823cfb85b9843991201cbb51","kind":"commit","published_at":"2020-05-08T19:21:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v2.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader-v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2/manifests"},{"name":"conventional-changelog-cli@2.0.32","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32/manifests"},{"name":"conventional-changelog-core@4.1.5","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5/manifests"},{"name":"gulp-conventional-changelog@2.0.30","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30/manifests"},{"name":"standard-changelog@2.0.22","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22/manifests"},{"name":"conventional-changelog@3.1.19","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19/manifests"},{"name":"conventional-changelog@3.1.18","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18/manifests"},{"name":"conventional-changelog-core@4.1.4","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.29","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29/manifests"},{"name":"standard-changelog@2.0.21","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21/manifests"},{"name":"conventional-changelog-cli@2.0.31","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31/manifests"},{"name":"conventional-changelog-cli@2.0.30","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30/manifests"},{"name":"conventional-changelog-core@4.1.3","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3/manifests"},{"name":"conventional-changelog@3.1.17","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17/manifests"},{"name":"standard-changelog@2.0.20","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20/manifests"},{"name":"gulp-conventional-changelog@2.0.28","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28/manifests"},{"name":"conventional-changelog-core@4.1.2","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2/manifests"},{"name":"standard-changelog@2.0.19","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19/manifests"},{"name":"gulp-conventional-changelog@2.0.27","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27/manifests"},{"name":"conventional-changelog-cli@2.0.29","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29/manifests"},{"name":"conventional-changelog@3.1.16","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16/manifests"},{"name":"standard-changelog@2.0.18","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18/manifests"},{"name":"gulp-conventional-changelog@2.0.26","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26/manifests"},{"name":"git-semver-tags@3.0.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1/manifests"},{"name":"git-raw-commits@2.0.3","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3/manifests"},{"name":"conventional-changelog@3.1.15","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15/manifests"},{"name":"conventional-recommended-bump@6.0.5","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5/manifests"},{"name":"conventional-commits-parser@3.0.8","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.11","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11/manifests"},{"name":"conventional-changelog-core@4.1.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.28","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28/manifests"},{"name":"conventional-changelog-core@4.1.0","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0/manifests"},{"name":"conventional-changelog@3.1.14","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14/manifests"},{"name":"conventional-changelog-angular@5.0.6","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6/manifests"},{"name":"conventional-changelog-cli@2.0.27","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.3","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3/manifests"},{"name":"conventional-commits-parser@3.0.7","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7/manifests"},{"name":"conventional-recommended-bump@6.0.4","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.25","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25/manifests"},{"name":"standard-changelog@2.0.17","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17/manifests"},{"name":"conventional-changelog@3.1.13","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13/manifests"},{"name":"standard-changelog@2.0.16","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16/manifests"},{"name":"gulp-conventional-changelog@2.0.24","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24/manifests"},{"name":"conventional-recommended-bump@6.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3/manifests"},{"name":"conventional-commits-parser@3.0.6","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6/manifests"},{"name":"conventional-changelog-writer@4.0.10","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10/manifests"},{"name":"conventional-changelog-preset-loader@2.3.0","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0/manifests"},{"name":"conventional-changelog-core@4.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.2","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2/manifests"},{"name":"conventional-changelog-cli@2.0.26","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26/manifests"},{"name":"conventional-changelog-core@4.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2/manifests"},{"name":"standard-changelog@2.0.15","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15/manifests"},{"name":"gulp-conventional-changelog@2.0.23","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23/manifests"},{"name":"conventional-recommended-bump@6.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2/manifests"},{"name":"conventional-commits-parser@3.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5/manifests"},{"name":"conventional-changelog-writer@4.0.9","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9/manifests"},{"name":"conventional-changelog-jshint@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.6","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4/manifests"},{"name":"conventional-changelog-ember@2.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.1","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1/manifests"},{"name":"conventional-changelog-codemirror@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.25","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25/manifests"},{"name":"conventional-changelog-atom@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5/manifests"},{"name":"conventional-changelog@3.1.12","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12/manifests"},{"name":"conventional-commits-parser@3.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4/manifests"},{"name":"conventional-changelog-atom@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.24","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24/manifests"},{"name":"conventional-changelog-codemirror@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.0","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0/manifests"},{"name":"conventional-changelog-core@4.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3/manifests"},{"name":"conventional-changelog-eslint@3.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.5","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5/manifests"},{"name":"conventional-changelog-jshint@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2/manifests"},{"name":"conventional-changelog-writer@4.0.8","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8/manifests"},{"name":"standard-changelog@2.0.14","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14/manifests"},{"name":"gulp-conventional-changelog@2.0.22","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22/manifests"},{"name":"conventional-recommended-bump@6.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1/manifests"},{"name":"conventional-changelog@3.1.11","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11/manifests"},{"name":"conventional-changelog-angular@5.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4/manifests"},{"name":"conventional-changelog@3.1.10","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10/manifests"},{"name":"conventional-changelog-cli@2.0.23","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23/manifests"},{"name":"conventional-changelog-conventionalcommits@4.1.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0/manifests"},{"name":"git-semver-tags@3.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.21","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21/manifests"},{"name":"standard-changelog@2.0.13","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13/manifests"},{"name":"conventional-changelog-core@4.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.2.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0/manifests"},{"name":"conventional-changelog-writer@4.0.7","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7/manifests"},{"name":"conventional-recommended-bump@6.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0/manifests"},{"name":"conventional-changelog-core@3.2.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3/manifests"},{"name":"conventional-changelog@3.1.9","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9/manifests"},{"name":"conventional-changelog-cli@2.0.22","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22/manifests"},{"name":"standard-changelog@2.0.12","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.20","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20/manifests"},{"name":"git-semver-tags@2.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3/manifests"},{"name":"conventional-recommended-bump@5.0.1","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%405.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1/manifests"},{"name":"conventional-commits-parser@3.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.6","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6/manifests"},{"name":"conventional-changelog-conventionalcommits@4.0.0","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.21","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21/manifests"},{"name":"conventional-changelog@3.1.8","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8/manifests"},{"name":"gulp-conventional-changelog@2.0.19","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19/manifests"},{"name":"standard-changelog@2.0.11","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.2","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2/manifests"},{"name":"conventional-changelog@3.1.7","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7/manifests"},{"name":"gulp-conventional-changelog@2.0.18","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18/manifests"},{"name":"conventional-changelog-cli@2.0.20","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.1","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.17","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17/manifests"},{"name":"conventional-recommended-bump@5.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%405.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.19","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19/manifests"},{"name":"conventional-changelog@3.1.6","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6/manifests"},{"name":"conventional-changelog-conventionalcommits@2.0.0","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.16","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.18","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18/manifests"},{"name":"conventional-changelog@3.1.5","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.2","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2/manifests"},{"name":"conventional-changelog@3.1.4","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4/manifests"},{"name":"conventional-changelog-cli@2.0.17","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17/manifests"},{"name":"gulp-conventional-changelog@2.0.15","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15/manifests"},{"name":"conventional-changelog-core@3.2.2","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2/manifests"},{"name":"standard-changelog@2.0.10","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10/manifests"},{"name":"conventional-changelog-writer@4.0.5","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5/manifests"},{"name":"conventional-changelog@3.1.3","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3/manifests"},{"name":"gulp-conventional-changelog@2.0.14","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14/manifests"},{"name":"conventional-changelog-cli@2.0.16","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16/manifests"},{"name":"standard-changelog@2.0.9","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.1.2","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.15","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15/manifests"},{"name":"conventional-changelog-core@3.2.1","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1/manifests"},{"name":"gulp-conventional-changelog@2.0.13","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1/manifests"},{"name":"conventional-recommended-bump@4.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1/manifests"},{"name":"gulp-conventional-changelog@2.0.12","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12/manifests"},{"name":"conventional-changelog@3.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.14","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14/manifests"},{"name":"conventional-changelog-preset-loader@2.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1/manifests"},{"name":"conventional-changelog-core@3.2.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0/manifests"},{"name":"conventional-changelog-preset-loader@2.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0/manifests"},{"name":"conventional-changelog-writer@4.0.4","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4/manifests"},{"name":"conventional-commits-filter@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2/manifests"},{"name":"conventional-commits-parser@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2/manifests"},{"name":"conventional-recommended-bump@4.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0/manifests"},{"name":"git-raw-commits@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.11","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11/manifests"},{"name":"standard-changelog@2.0.8","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8/manifests"},{"name":"conventional-changelog@3.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0/manifests"},{"name":"conventional-changelog-cli@2.0.13","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0/manifests"},{"name":"conventional-changelog-eslint@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2/manifests"},{"name":"standard-changelog@2.0.7","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7/manifests"},{"name":"conventional-changelog-angular@5.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.12","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12/manifests"},{"name":"conventional-changelog-core@3.1.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6/manifests"},{"name":"conventional-changelog-writer@4.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.10","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10/manifests"},{"name":"conventional-changelog@3.0.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6/manifests"},{"name":"conventional-recommended-bump@4.0.4","sha":"da729f68f9dc581623deb587c705ef65d189a9f4","kind":"tag","published_at":"2018-11-01T06:56:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4/manifests"},{"name":"standard-changelog@2.0.6","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6/manifests"},{"name":"gulp-conventional-changelog@2.0.9","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.0.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5/manifests"},{"name":"conventional-changelog-writer@4.0.2","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.11","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11/manifests"},{"name":"conventional-changelog-core@3.1.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5/manifests"},{"name":"conventional-changelog@3.0.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4/manifests"},{"name":"conventional-recommended-bump@4.0.3","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3/manifests"},{"name":"git-semver-tags@2.0.2","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.8","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8/manifests"},{"name":"standard-changelog@2.0.5","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.10","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10/manifests"},{"name":"conventional-changelog-core@3.1.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.7","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7/manifests"},{"name":"standard-changelog@2.0.4","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4/manifests"},{"name":"conventional-changelog-cli@2.0.9","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9/manifests"},{"name":"conventional-changelog@3.0.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3/manifests"},{"name":"conventional-changelog-core@3.1.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.8","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8/manifests"},{"name":"conventional-changelog@3.0.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2/manifests"},{"name":"conventional-changelog-core@3.1.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2/manifests"},{"name":"standard-changelog@2.0.3","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.6","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6/manifests"},{"name":"conventional-changelog@3.0.1","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.5","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.7","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7/manifests"},{"name":"conventional-changelog-express@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1/manifests"},{"name":"git-raw-commits@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4/manifests"},{"name":"git-semver-tags@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1/manifests"},{"name":"conventional-changelog-core@3.1.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1/manifests"},{"name":"conventional-changelog-eslint@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1/manifests"},{"name":"conventional-changelog@3.0.0","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0/manifests"},{"name":"conventional-changelog-jquery@3.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4/manifests"},{"name":"conventional-changelog-jshint@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1/manifests"},{"name":"conventional-changelog-preset-loader@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2/manifests"},{"name":"conventional-changelog-writer@4.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2/manifests"},{"name":"standard-changelog@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2/manifests"},{"name":"conventional-commits-filter@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1/manifests"},{"name":"conventional-commits-parser@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2/manifests"},{"name":"conventional-changelog-atom@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.6","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1/manifests"},{"name":"conventional-changelog-jquery@3.0.3","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.5","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.4","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.2","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1/manifests"},{"name":"conventional-changelog-core@3.1.0","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0/manifests"},{"name":"conventional-changelog-ember@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1/manifests"},{"name":"standard-changelog@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2/manifests"},{"name":"conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1/manifests"},{"name":"conventional-changelog-angular@5.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0/manifests"},{"name":"conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1/manifests"},{"name":"conventional-changelog-codemirror@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0/manifests"},{"name":"conventional-changelog-ember@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-atom@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0/manifests"},{"name":"conventional-changelog-eslint@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0/manifests"},{"name":"conventional-changelog-express@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0/manifests"},{"name":"conventional-changelog-jquery@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0/manifests"},{"name":"conventional-changelog-jshint@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0/manifests"},{"name":"conventional-recommended-bump@4.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1/manifests"},{"name":"conventional-changelog-angular@4.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%404.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1/manifests"},{"name":"conventional-changelog-eslint@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0/manifests"},{"name":"standard-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0/manifests"},{"name":"git-semver-tags@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0/manifests"},{"name":"git-raw-commits@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0/manifests"},{"name":"conventional-recommended-bump@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0/manifests"},{"name":"conventional-commits-parser@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0/manifests"},{"name":"conventional-commits-filter@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0/manifests"},{"name":"conventional-changelog-jshint@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0/manifests"},{"name":"conventional-changelog-express@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0/manifests"},{"name":"conventional-changelog-ember@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0/manifests"},{"name":"conventional-changelog-core@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0/manifests"},{"name":"conventional-changelog-codemirror@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0/manifests"},{"name":"conventional-changelog-atom@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0/manifests"},{"name":"conventional-changelog-angular@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0/manifests"},{"name":"conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.22","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22/manifests"},{"name":"conventional-changelog-ember@0.3.12","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12/manifests"},{"name":"conventional-changelog-jquery@1.3.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9/manifests"},{"name":"conventional-recommended-bump@2.0.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9/manifests"},{"name":"gulp-conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-angular@3.0.7","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7/manifests"},{"name":"standard-changelog@1.0.19","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19/manifests"},{"name":"conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-core@2.0.11","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11/manifests"},{"name":"conventional-changelog-angular@3.0.6","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6/manifests"},{"name":"conventional-changelog-atom@0.2.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8/manifests"},{"name":"conventional-changelog-jshint@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8/manifests"},{"name":"gulp-conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-writer@3.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9/manifests"},{"name":"conventional-changelog-cli@1.3.21","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21/manifests"},{"name":"standard-changelog@1.0.18","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18/manifests"},{"name":"conventional-changelog-codemirror@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8/manifests"},{"name":"conventional-changelog-core@2.0.10","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10/manifests"},{"name":"conventional-changelog-ember@0.3.11","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11/manifests"},{"name":"conventional-changelog-eslint@1.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9/manifests"},{"name":"conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-jquery@1.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8/manifests"},{"name":"conventional-changelog-writer@3.0.8","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.10","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10/manifests"},{"name":"conventional-changelog-core@2.0.9","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9/manifests"},{"name":"conventional-changelog-cli@1.3.20","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20/manifests"},{"name":"conventional-changelog-angular@3.0.5","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5/manifests"},{"name":"conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22/manifests"},{"name":"standard-changelog@1.0.17","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17/manifests"},{"name":"gulp-conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-jshint@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7/manifests"},{"name":"conventional-changelog-preset-loader@1.1.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8/manifests"},{"name":"conventional-changelog-angular@3.0.4","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4/manifests"},{"name":"conventional-commits-parser@2.1.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7/manifests"},{"name":"standard-changelog@1.0.16","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16/manifests"},{"name":"conventional-changelog-core@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8/manifests"},{"name":"conventional-changelog-writer@3.0.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7/manifests"},{"name":"gulp-conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-cli@1.3.19","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19/manifests"},{"name":"git-semver-tags@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6/manifests"},{"name":"git-raw-commits@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6/manifests"},{"name":"conventional-recommended-bump@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.9","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9/manifests"},{"name":"conventional-changelog-atom@0.2.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7/manifests"},{"name":"conventional-changelog-eslint@1.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8/manifests"},{"name":"conventional-changelog-express@0.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6/manifests"},{"name":"conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-jquery@1.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7/manifests"},{"name":"conventional-changelog-codemirror@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7/manifests"},{"name":"conventional-changelog-jquery@1.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6/manifests"},{"name":"conventional-changelog-angular@3.0.3","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3/manifests"},{"name":"conventional-changelog-atom@0.2.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6/manifests"},{"name":"conventional-changelog-cli@1.3.18","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18/manifests"},{"name":"conventional-changelog-codemirror@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6/manifests"},{"name":"conventional-changelog-core@2.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7/manifests"},{"name":"conventional-changelog-ember@0.3.8","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8/manifests"},{"name":"conventional-changelog-eslint@1.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7/manifests"},{"name":"conventional-changelog-jshint@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6/manifests"},{"name":"conventional-changelog-writer@3.0.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6/manifests"},{"name":"standard-changelog@1.0.15","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15/manifests"},{"name":"gulp-conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-angular@3.0.2","sha":"1cc079df803f58b52c8aa997fff43e9c162266e7","kind":"tag","published_at":"2018-03-22T14:14:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2/manifests"},{"name":"conventional-changelog-jshint@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5/manifests"},{"name":"standard-changelog@1.0.14","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14/manifests"},{"name":"gulp-conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19/manifests"},{"name":"git-semver-tags@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5/manifests"},{"name":"git-raw-commits@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7/manifests"},{"name":"conventional-commits-parser@2.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6/manifests"},{"name":"conventional-commits-filter@1.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5/manifests"},{"name":"conventional-changelog-preset-loader@1.1.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7/manifests"},{"name":"conventional-changelog-jquery@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5/manifests"},{"name":"conventional-changelog-express@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6/manifests"},{"name":"conventional-changelog-ember@0.3.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7/manifests"},{"name":"conventional-changelog-core@2.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5/manifests"},{"name":"conventional-changelog-cli@1.3.17","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17/manifests"},{"name":"conventional-changelog-atom@0.2.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5/manifests"},{"name":"conventional-changelog-angular@3.0.1","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1/manifests"},{"name":"conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19/manifests"},{"name":"conventional-changelog-angular@3.0.0","sha":"49997aaba373502e5b38bd366846934641e95799","kind":"tag","published_at":"2018-03-22T13:45:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0/manifests"},{"name":"conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-cli@1.3.16","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16/manifests"},{"name":"conventional-changelog-eslint@1.0.5","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5/manifests"},{"name":"gulp-conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18/manifests"},{"name":"conventional-commits-parser@2.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5/manifests"},{"name":"conventional-commits-filter@1.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5/manifests"},{"name":"conventional-changelog-writer@3.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6/manifests"},{"name":"conventional-changelog-jshint@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4/manifests"},{"name":"conventional-changelog-jquery@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4/manifests"},{"name":"conventional-changelog-express@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4/manifests"},{"name":"standard-changelog@1.0.13","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13/manifests"},{"name":"conventional-changelog-ember@0.3.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4/manifests"},{"name":"gulp-conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17/manifests"},{"name":"git-semver-tags@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4/manifests"},{"name":"git-raw-commits@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4/manifests"},{"name":"conventional-recommended-bump@2.0.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6/manifests"},{"name":"conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17/manifests"},{"name":"conventional-changelog-angular@1.6.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6/manifests"},{"name":"conventional-changelog-atom@0.2.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4/manifests"},{"name":"conventional-changelog-cli@1.3.15","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15/manifests"},{"name":"conventional-changelog-codemirror@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5/manifests"},{"name":"conventional-changelog-core@2.0.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4/manifests"},{"name":"conventional-changelog-ember@0.3.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5/manifests"},{"name":"conventional-changelog-eslint@1.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3/manifests"},{"name":"git-raw-commits@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3/manifests"},{"name":"conventional-changelog-atom@0.2.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3/manifests"},{"name":"conventional-changelog-jshint@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3/manifests"},{"name":"conventional-changelog-angular@1.6.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5/manifests"},{"name":"conventional-changelog-jquery@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5/manifests"},{"name":"conventional-changelog-cli@1.3.14","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14/manifests"},{"name":"conventional-changelog-writer@3.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3/manifests"},{"name":"conventional-changelog-codemirror@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3/manifests"},{"name":"conventional-commits-filter@1.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4/manifests"},{"name":"conventional-commits-parser@2.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4/manifests"},{"name":"git-semver-tags@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3/manifests"},{"name":"gulp-conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16/manifests"},{"name":"standard-changelog@1.0.12","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12/manifests"},{"name":"conventional-changelog-express@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3/manifests"},{"name":"conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15/manifests"},{"name":"gulp-conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15/manifests"},{"name":"conventional-changelog-cli@1.3.13","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13/manifests"},{"name":"conventional-recommended-bump@2.0.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4/manifests"},{"name":"gulp-conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14/manifests"},{"name":"git-semver-tags@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2/manifests"},{"name":"git-raw-commits@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2/manifests"},{"name":"conventional-recommended-bump@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3/manifests"},{"name":"standard-changelog@1.0.11","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11/manifests"},{"name":"conventional-changelog-writer@3.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2/manifests"},{"name":"conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14/manifests"},{"name":"conventional-changelog-angular@1.6.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4/manifests"},{"name":"conventional-changelog-atom@0.2.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2/manifests"},{"name":"conventional-changelog-cli@1.3.12","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12/manifests"},{"name":"conventional-changelog-codemirror@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2/manifests"},{"name":"conventional-changelog-core@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.3.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4/manifests"},{"name":"conventional-changelog-eslint@1.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2/manifests"},{"name":"conventional-changelog-express@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2/manifests"},{"name":"conventional-changelog-jquery@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2/manifests"},{"name":"conventional-changelog-jshint@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2/manifests"},{"name":"conventional-commits-filter@1.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3/manifests"},{"name":"conventional-commits-parser@2.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3/manifests"},{"name":"gulp-conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13/manifests"},{"name":"git-semver-tags@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1/manifests"},{"name":"git-raw-commits@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1/manifests"},{"name":"conventional-recommended-bump@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2/manifests"},{"name":"conventional-commits-parser@2.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2/manifests"},{"name":"conventional-commits-filter@1.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2/manifests"},{"name":"conventional-changelog-writer@3.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1/manifests"},{"name":"conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13/manifests"},{"name":"standard-changelog@1.0.10","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10/manifests"},{"name":"conventional-changelog-jquery@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1/manifests"},{"name":"conventional-changelog-express@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1/manifests"},{"name":"conventional-changelog-ember@0.3.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2/manifests"},{"name":"conventional-changelog-codemirror@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1/manifests"},{"name":"conventional-changelog-cli@1.3.11","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11/manifests"},{"name":"conventional-changelog-atom@0.2.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1/manifests"},{"name":"conventional-changelog-angular@1.6.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3/manifests"},{"name":"conventional-changelog-jshint@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1/manifests"},{"name":"gulp-conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12/manifests"},{"name":"conventional-changelog-cli@1.3.10","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10/manifests"},{"name":"conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12/manifests"},{"name":"conventional-recommended-bump@2.0.1","sha":"a4f0aa902d3e966fe6d6b1d46f2130838524cfbf","kind":"tag","published_at":"2018-02-12T14:54:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1/manifests"},{"name":"conventional-recommended-bump@2.0.0","sha":"9885d205ed96338575335652d006f475408e1195","kind":"tag","published_at":"2018-02-12T14:30:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0/manifests"},{"name":"conventional-changelog-preset-loader@1.1.2","sha":"a450d974237d440009ec3fb4c63974cf066e8f79","kind":"tag","published_at":"2018-02-12T04:07:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.1","sha":"5af1f00dcc4e1f9c3299bc7feb322a88b711f042","kind":"tag","published_at":"2018-02-09T04:17:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.0","sha":"c3eb36dbc52f383df6f3dcf3a3870b01ceee0b8b","kind":"tag","published_at":"2018-02-08T14:46:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0/manifests"},{"name":"conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11/manifests"},{"name":"standard-changelog@1.0.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9/manifests"},{"name":"gulp-conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11/manifests"},{"name":"conventional-recommended-bump@1.2.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1/manifests"},{"name":"conventional-commits-parser@2.1.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1/manifests"},{"name":"conventional-changelog-ember@0.3.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2/manifests"},{"name":"conventional-changelog-core@2.0.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1/manifests"},{"name":"conventional-changelog-cli@1.3.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9/manifests"},{"name":"conventional-changelog-angular@1.6.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2/manifests"},{"name":"conventional-changelog-cli@1.3.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8/manifests"},{"name":"conventional-changelog-core@2.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0/manifests"},{"name":"conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10/manifests"},{"name":"conventional-changelog-angular@1.6.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1/manifests"},{"name":"conventional-recommended-bump@1.2.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0/manifests"},{"name":"git-semver-tags@1.3.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0/manifests"},{"name":"gulp-conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10/manifests"},{"name":"standard-changelog@1.0.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0/manifests"},{"name":"conventional-changelog-writer@3.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0/manifests"},{"name":"conventional-changelog-atom@0.2.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0/manifests"},{"name":"conventional-changelog-codemirror@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0/manifests"},{"name":"conventional-changelog-cli@1.3.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7/manifests"},{"name":"conventional-changelog-core@1.9.5","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5/manifests"},{"name":"conventional-changelog-ember@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0/manifests"},{"name":"conventional-changelog-eslint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0/manifests"},{"name":"conventional-changelog-express@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0/manifests"},{"name":"conventional-changelog-jquery@1.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0/manifests"},{"name":"conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9/manifests"},{"name":"gulp-conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-jshint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0/manifests"},{"name":"standard-changelog@1.0.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7/manifests"},{"name":"conventional-changelog-angular@1.6.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0/manifests"},{"name":"conventional-commits-parser@2.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0/manifests"},{"name":"conventional-changelog-writer@2.0.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.2.10","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10/manifests"},{"name":"conventional-changelog-core@1.9.4","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4/manifests"},{"name":"conventional-changelog-cli@1.3.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6/manifests"},{"name":"conventional-changelog-angular@1.5.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3/manifests"},{"name":"conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8/manifests"},{"name":"conventional-recommended-bump@1.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0/manifests"},{"name":"gulp-conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8/manifests"},{"name":"standard-changelog@1.0.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6/manifests"},{"name":"conventional-commits-filter@1.1.1","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1/manifests"},{"name":"conventional-changelog-angular@1.5.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2/manifests"},{"name":"conventional-changelog-core@1.9.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3/manifests"},{"name":"conventional-changelog-ember@0.2.9","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9/manifests"},{"name":"conventional-changelog-eslint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%400.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1/manifests"},{"name":"conventional-changelog-express@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1/manifests"},{"name":"conventional-changelog-jquery@1.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1/manifests"},{"name":"conventional-changelog-jshint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1/manifests"},{"name":"conventional-changelog-writer@2.0.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2/manifests"},{"name":"conventional-commits-filter@1.1.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0/manifests"},{"name":"conventional-commits-parser@2.0.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1/manifests"},{"name":"conventional-recommended-bump@1.0.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3/manifests"},{"name":"git-raw-commits@1.3.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0/manifests"},{"name":"git-semver-tags@1.2.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3/manifests"},{"name":"gulp-conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7/manifests"},{"name":"standard-changelog@1.0.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5/manifests"},{"name":"conventional-changelog-codemirror@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1/manifests"},{"name":"conventional-changelog-cli@1.3.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5/manifests"},{"name":"conventional-changelog-atom@0.1.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2/manifests"},{"name":"conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7/manifests"},{"name":"@marionebl/conventional-commits-parser@3.0.0","sha":"edf4068ce4c3ea6ac5b61323473ab655be5eb895","kind":"tag","published_at":"2017-11-01T07:09:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/@marionebl/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/@marionebl/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@%40marionebl%2Fconventional-commits-parser%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2/manifests"},{"name":"git-semver-tags@1.2.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2/manifests"},{"name":"gulp-conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-ember@0.2.8","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8/manifests"},{"name":"conventional-changelog-core@1.9.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2/manifests"},{"name":"standard-changelog@1.0.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4/manifests"},{"name":"conventional-changelog-cli@1.3.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4/manifests"},{"name":"conventional-changelog-angular@1.5.1","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1/manifests"},{"name":"conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5/manifests"},{"name":"standard-changelog@1.0.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3/manifests"},{"name":"conventional-changelog-writer@2.0.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1/manifests"},{"name":"conventional-changelog-angular@1.5.0","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0/manifests"},{"name":"conventional-changelog-cli@1.3.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3/manifests"},{"name":"conventional-changelog-core@1.9.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1/manifests"},{"name":"conventional-changelog-ember@0.2.7","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7/manifests"},{"name":"gulp-conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5/manifests"},{"name":"gulp-conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4/manifests"},{"name":"conventional-changelog-writer@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0/manifests"},{"name":"conventional-commits-parser@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1/manifests"},{"name":"git-semver-tags@1.2.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1/manifests"},{"name":"standard-changelog@1.0.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2/manifests"},{"name":"conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4/manifests"},{"name":"conventional-changelog-angular@1.4.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0/manifests"},{"name":"conventional-changelog-atom@0.1.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1/manifests"},{"name":"conventional-changelog-cli@1.3.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2/manifests"},{"name":"conventional-changelog-codemirror@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0/manifests"},{"name":"conventional-changelog-core@1.9.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0/manifests"},{"name":"conventional-changelog-ember@0.2.6","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6/manifests"},{"name":"conventional-changelog-eslint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%400.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0/manifests"},{"name":"conventional-changelog-express@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0/manifests"},{"name":"conventional-changelog-jquery@1.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0/manifests"},{"name":"conventional-changelog-jshint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0/manifests"},{"name":"conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3/manifests"},{"name":"standard-changelog@1.0.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1/manifests"},{"name":"gulp-conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3/manifests"},{"name":"conventional-changelog-ember@0.2.5","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5/manifests"},{"name":"conventional-changelog-core@1.8.0","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.8.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0/manifests"},{"name":"conventional-changelog-cli@1.3.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1/manifests"},{"name":"conventional-changelog-angular@1.3.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3/manifests"},{"name":"standard-changelog@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0/manifests"},{"name":"conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2/manifests"},{"name":"conventional-changelog-angular@1.3.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2/manifests"},{"name":"conventional-changelog-cli@1.3.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0/manifests"},{"name":"conventional-changelog-core@1.7.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.7.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0/manifests"},{"name":"conventional-changelog-ember@0.2.4","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4/manifests"},{"name":"conventional-recommended-bump@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0/manifests"},{"name":"git-raw-commits@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0/manifests"},{"name":"git-semver-tags@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0/manifests"},{"name":"gulp-conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2/manifests"},{"name":"gulp-conventional-changelog@1.1.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"tag","published_at":"2017-03-10T05:35:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0/manifests"},{"name":"conventional-changelog-angular@1.3.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1/manifests"},{"name":"gulp-conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1/manifests"},{"name":"standard-changelog@0.0.2","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@0.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%400.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2/manifests"},{"name":"conventional-changelog-cli@1.2.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1/manifests"},{"name":"conventional-changelog-ember@0.2.3","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3/manifests"},{"name":"conventional-changelog-core@1.6.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0/manifests"},{"name":"conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-cli@1.2.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:01:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0/manifests"},{"name":"conventional-changelog-core@1.5.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:00:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0/manifests"},{"name":"git-raw-commits@1.1.2","sha":"f5fe78b1f15791cb0499744bf278dff22b52732f","kind":"tag","published_at":"2017-03-09T07:37:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2/manifests"},{"name":"git-semver-tags@1.1.2","sha":"7be07c7c0f49572b1c0e9c98f004b599d8b5bb1a","kind":"tag","published_at":"2017-03-09T07:35:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2/manifests"},{"name":"v1.1.0","sha":"600d411569271467389c3cbe71f7f657980e89a1","kind":"tag","published_at":"2016-02-13T06:59:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"9591280a8d09220aced3383abe3bc7ecbb34b503","kind":"tag","published_at":"2016-02-13T06:37:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"beef421f56939190a4ca30c28788eda1b3f9480d","kind":"tag","published_at":"2016-02-05T13:49:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"c8e90ab7fddd0b98855913e73fc12f9dc9dc81b1","kind":"tag","published_at":"2016-02-05T12:59:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0/manifests"},{"name":"v0.5.3","sha":"d79ce243223260b153699b99de0503698546ea63","kind":"tag","published_at":"2015-12-25T05:07:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"9e7b771072a2680c6c335fcad38003aade53213e","kind":"tag","published_at":"2015-12-23T12:24:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"4bf7d8df29f7be29552b82ec2b7112fad0c39a3e","kind":"tag","published_at":"2015-10-20T09:52:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"5ca2204b472704543ebbc744a22f8f90ec659659","kind":"tag","published_at":"2015-09-30T08:49:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"e5f2f3bc675e2c7e5cc6aa0ed50da7941833e492","kind":"tag","published_at":"2015-09-04T03:16:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"7536a0b351cc4f2764e71cbc268a178ab595259d","kind":"tag","published_at":"2015-08-17T01:28:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"56fa3d92620a41a875b3337fa51d04d6df23b1a8","kind":"tag","published_at":"2015-08-15T12:34:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"eefec0ef598a92e78510ee8626fd9bbcdb1398e4","kind":"tag","published_at":"2015-08-15T11:19:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0/manifests"},{"name":"v0.3.2","sha":"74b99dca61eafd56ba93605016b086a1108e77fe","kind":"tag","published_at":"2015-08-13T03:12:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"a1aca9c31a45aded77962bd0defc32e503aec213","kind":"commit","published_at":"2015-08-11T06:23:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"b489672d27ff703337c540f0fbc43f6486a84d99","kind":"commit","published_at":"2015-08-09T03:27:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"12e3cd6b151353dbe7f584adabbe5dd8a28424db","kind":"commit","published_at":"2015-07-24T08:13:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"f437b457b5ea6c105535a360144000f8315db54d","kind":"commit","published_at":"2015-07-24T04:54:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0/manifests"},{"name":"v0.1.3","sha":"c8fa9d0b94f8ac07f162623e4b9e9e68aad82e62","kind":"commit","published_at":"2015-07-22T11:06:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"6ba5d6e4b90a154dbca6ec0f80c66ad5995cd770","kind":"commit","published_at":"2015-07-22T07:10:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c015f8762f70eff2be7b8d7fb82438689239d717","kind":"commit","published_at":"2015-07-20T07:55:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"7253d0fea773e3f7cc0a3fb8278c9da070df26ee","kind":"commit","published_at":"2015-07-20T07:12:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.3","sha":"0c9f1e89bfacec8e08bac8ef96d64e3abdbecda7","kind":"commit","published_at":"2015-07-17T11:02:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"fec1baf43b8c0156682d4014a4fd066bd24ad448","kind":"commit","published_at":"2015-07-17T06:23:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"a5ea0dfada48601b9e3fbec78dd37d70380a2db6","kind":"commit","published_at":"2015-07-15T08:03:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1/manifests"},{"name":"v0.1.0-alpha.3","sha":"9b6cc68a2c17c9671363fe7af5de7ebd3a06aaeb","kind":"commit","published_at":"2015-07-06T01:27:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-alpha.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3/manifests"},{"name":"v0.1.0-alpha.2","sha":"34b0f460c34ecc48af857d8ee5d7038970ba56fb","kind":"commit","published_at":"2015-06-29T12:04:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-alpha.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2/manifests"},{"name":"v0.1.0-alpha.1","sha":"05b3415fc699ab43f3fa33b5ecd040ab5ecdf9e2","kind":"commit","published_at":"2015-06-24T04:42:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-alpha.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1/manifests"},{"name":"v0.0.17","sha":"3cae05244e48af9cf4abbef3114060db585a574c","kind":"commit","published_at":"2015-04-03T02:12:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"c0719ce6ba16778dd34c2cfdc81e7f3c5321409d","kind":"commit","published_at":"2015-03-19T04:15:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"57af04dc3e362c0e327b716279c9143028c6e0da","kind":"commit","published_at":"2015-03-18T20:23:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"69be290efb58a6a92e9ae78d7b37168d293920b5","kind":"commit","published_at":"2015-03-13T21:22:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"15a39d02ba3d666e7820eecbb8c5493ef2f6040a","kind":"commit","published_at":"2015-03-12T23:17:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13/manifests"},{"name":"v0.0.11","sha":"37f5561553c30d8f0f2c949502ea278da64949cd","kind":"tag","published_at":"2014-05-28T13:14:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"ad6f6ec5499d2c902b88da95487862d50e5ad776","kind":"tag","published_at":"2014-05-28T12:51:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"87efbabd9bc2a0fd83255e6cb856961b10aef9eb","kind":"tag","published_at":"2014-05-06T17:11:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"94b12cf69c51264b1edb6c81b50a262f0536894b","kind":"tag","published_at":"2014-04-10T14:45:48.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"1cf17e494fd7d8538c55189c72c0cf57d145ef41","kind":"tag","published_at":"2014-04-10T14:06:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"861f9ec93de28be4185b35815c2b6ab17746eb3f","kind":"commit","published_at":"2014-01-23T19:39:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"3f59f7356c86f30ef8e8754386373c2a8f97b367","kind":"commit","published_at":"2014-01-23T18:59:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6fa2c22464dcd964df604550c2ce2ed1d2f4362b","kind":"commit","published_at":"2014-01-04T21:36:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4/manifests"}]},"repo_metadata_updated_at":"2025-10-31T05:40:12.558Z","dependent_packages_count":2,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":31.979943940947386,"dependent_packages_count":22.360619819704137,"stargazers_count":2.8388673422912785,"forks_count":5.638609719443903,"average":15.704510205596677},"purl":"pkg:maven/org.webjars.npm/git-semver-tags","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/maven/org.webjars.npm:git-semver-tags","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/maven/org.webjars.npm:git-semver-tags","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/maven/org.webjars.npm:git-semver-tags/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-10-29T14:29:47.234Z","issues_count":160,"pull_requests_count":531,"avg_time_to_close_issue":29861598.337837838,"avg_time_to_close_pull_request":12509911.262582056,"issues_closed_count":74,"pull_requests_closed_count":457,"pull_request_authors_count":84,"issue_authors_count":135,"avg_comments_per_issue":2.0125,"avg_comments_per_pull_request":1.2391713747645952,"merged_pull_requests_count":337,"bot_issues_count":3,"bot_pull_requests_count":268,"past_year_issues_count":30,"past_year_pull_requests_count":110,"past_year_avg_time_to_close_issue":3046943.3636363638,"past_year_avg_time_to_close_pull_request":1239705.430379747,"past_year_issues_closed_count":11,"past_year_pull_requests_closed_count":79,"past_year_pull_request_authors_count":18,"past_year_issue_authors_count":24,"past_year_avg_comments_per_issue":1.6,"past_year_avg_comments_per_pull_request":0.9181818181818182,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":66,"past_year_merged_pull_requests_count":66,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues","maintainers":[{"login":"dangreen","count":93,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"},{"login":"bcoe","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bcoe"},{"login":"tommywo","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tommywo"}],"active_maintainers":[{"login":"dangreen","count":22,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:git-semver-tags/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:git-semver-tags/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:git-semver-tags/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:git-semver-tags/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:git-semver-tags/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:git-semver-tags/codemeta","maintainers":[],"registry":{"name":"repo1.maven.org","url":"https://repo.maven.apache.org/maven2","ecosystem":"maven","default":true,"packages_count":608406,"maintainers_count":0,"namespaces_count":80807,"keywords_count":34879,"github":"maven-central","metadata":{"funded_packages_count":37828},"icon_url":"https://github.com/maven-central.png","created_at":"2022-07-21T16:40:13.074Z","updated_at":"2026-06-10T05:05:55.821Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/namespaces"}},{"id":5832666,"name":"@favware/conventional-changelog-angular","ecosystem":"npm","description":"conventional-changelog angular preset","homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-angular#readme","licenses":"ISC","normalized_licenses":["ISC"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":["conventional-changelog","angular","preset"],"namespace":"favware","versions_count":2,"first_release_published_at":"2023-01-08T13:15:14.159Z","latest_release_published_at":"2023-03-05T15:57:03.917Z","latest_release_number":"5.0.15","last_synced_at":"2026-06-03T20:26:52.978Z","created_at":"2023-01-08T13:22:33.720Z","updated_at":"2026-06-03T20:26:52.978Z","registry_url":"https://www.npmjs.com/package/@favware/conventional-changelog-angular","install_command":"npm install @favware/conventional-changelog-angular","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"5.0.15"}},"repo_metadata":{"id":12961414,"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2024-06-18T04:54:14.000Z","size":5832,"stargazers_count":7627,"open_issues_count":249,"forks_count":715,"subscribers_count":58,"default_branch":"master","last_synced_at":"2024-06-19T09:40:31.278Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2024-06-19T09:40:44.711Z","dependencies_parsed_at":"2022-07-13T10:30:31.523Z","dependency_job_id":"5f6d159e-c4c6-405b-9fa7-976ffc4dfa04","html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1464,"total_committers":136,"mean_commits":"10.764705882352942","dds":"0.40095628415300544","last_synced_commit":"58f0887283a200d52e49607baf7b352f26177b05"},"previous_names":["ajoslin/conventional-changelog"],"tags_count":777,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":215686924,"owners_count":15916249,"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"},"owner_record":{"login":"conventional-changelog","name":"conventional-changelog","uuid":"16443515","kind":"organization","description":"Tools to generate changelogs and release notes from a project's commit messages and metadata.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16443515?v=4","repositories_count":12,"last_synced_at":"2024-03-25T20:05:25.442Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/conventional-changelog","funding_links":[],"total_stars":31480,"followers":325,"following":0,"created_at":"2022-11-02T16:25:21.572Z","updated_at":"2024-03-25T20:05:26.809Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog/repositories"},"tags":[{"name":"git-client-v1.0.1","sha":"d3b8aaa16337993bbad4d91db1ffac5a7568756b","kind":"commit","published_at":"2024-05-06T14:46:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1/manifests"},{"name":"conventional-changelog-v6.0.0","sha":"83bb15ba5de08f080884fc906c6db3c99c8b2131","kind":"commit","published_at":"2024-04-26T22:08:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0/manifests"},{"name":"conventional-changelog-core-v8.0.0","sha":"7bc92fc05e4447f311ad52b6e39d36f461eaf083","kind":"commit","published_at":"2024-04-26T22:07:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v8.0.0","sha":"3129c812139bf7454a64b4d506e6b85cd5abc77c","kind":"commit","published_at":"2024-04-26T22:06:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0/manifests"},{"name":"git-semver-tags-v8.0.0","sha":"fbd1b3bcd6253a32de89eb21145c2eb70d9396b6","kind":"commit","published_at":"2024-04-26T22:05:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v5.0.0","sha":"e34c96db3dbebedb17a6583aae8855dddd056f83","kind":"commit","published_at":"2024-04-26T22:04:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0/manifests"},{"name":"conventional-changelog-angular-v8.0.0","sha":"2aa6291a93eb881230e896f87a5232873b6a9717","kind":"commit","published_at":"2024-04-26T22:04:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0/manifests"},{"name":"conventional-changelog-jquery-v6.0.0","sha":"1c71cd6d4868ef2e158963e277609a9794806306","kind":"commit","published_at":"2024-04-26T22:03:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v8.0.0","sha":"533e36277d1779a5ac79a06210c603b5f88bc030","kind":"commit","published_at":"2024-04-26T22:00:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0/manifests"},{"name":"conventional-changelog-eslint-v6.0.0","sha":"c7459cd7d1e1ab82c9a5d552b008c02aba290cad","kind":"commit","published_at":"2024-04-26T21:59:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0/manifests"},{"name":"git-raw-commits-v5.0.0","sha":"f61ea377e843db0852c35911785895ec43481f11","kind":"commit","published_at":"2024-04-26T21:58:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0/manifests"},{"name":"conventional-changelog-codemirror-v5.0.0","sha":"77525286ffc8869a6ac351ebe28198842815cb7c","kind":"commit","published_at":"2024-04-26T21:57:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0/manifests"},{"name":"conventional-changelog-cli-v5.0.0","sha":"a75cef688b9a1557ca981178d4d35c18963160b6","kind":"commit","published_at":"2024-04-26T21:53:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0/manifests"},{"name":"conventional-changelog-express-v5.0.0","sha":"a6ab80d6e30091a8b743ee97a87e7400af1ebc53","kind":"commit","published_at":"2024-04-26T21:53:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v10.0.0","sha":"d7c409b02f1d58cf6f0293edcadbe5f00a78a622","kind":"commit","published_at":"2024-04-26T21:52:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v10.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v10.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0/manifests"},{"name":"conventional-changelog-atom-v5.0.0","sha":"3b2b9d0ec2382f73d9cf000a1004596f90ece916","kind":"commit","published_at":"2024-04-26T21:51:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0/manifests"},{"name":"conventional-changelog-jshint-v5.0.0","sha":"d7dae509e72b09d1496ae51f1f04c15581c828fc","kind":"commit","published_at":"2024-04-26T21:50:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0/manifests"},{"name":"conventional-changelog-ember-v5.0.0","sha":"2e99dfa49112ffe6c864dd0e436f0db1e696b1f9","kind":"commit","published_at":"2024-04-26T21:50:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0/manifests"},{"name":"conventional-commits-parser-v6.0.0","sha":"646e1be132ccd0f32e3074de2f511be5c610984f","kind":"commit","published_at":"2024-04-26T21:48:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0/manifests"},{"name":"conventional-commits-filter-v5.0.0","sha":"be4266b7ef7b84ba5c198dfa8c143229f8a5b128","kind":"commit","published_at":"2024-04-26T21:47:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0/manifests"},{"name":"standard-changelog-v6.0.0","sha":"3e9b9387f29e48a508b70b88f26b40a6db9fea16","kind":"commit","published_at":"2024-04-26T21:45:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v5.0.0","sha":"041a1a9b73b201add30494aed19d026b948bd8f1","kind":"commit","published_at":"2024-04-26T21:41:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0/manifests"},{"name":"git-client-v1.0.0","sha":"7e51fe970576503cae3ab94e6e9b3e01017b044d","kind":"commit","published_at":"2024-04-26T21:21:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0/manifests"},{"name":"git-semver-tags-v7.0.1","sha":"fac8045242099c016f5f3905e54e02b7d466bd7b","kind":"commit","published_at":"2023-09-10T23:53:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1/manifests"},{"name":"conventional-changelog-writer-v7.0.1","sha":"e3a643ad39ec3bc4cfb1dff2aa1101333df33dc3","kind":"commit","published_at":"2023-09-10T23:49:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1/manifests"},{"name":"conventional-changelog-cli-v4.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0/manifests"},{"name":"conventional-changelog-v5.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0/manifests"},{"name":"conventional-changelog-core-v7.0.0","sha":"2e467dd39a35c3813597711a37690897183b4abc","kind":"commit","published_at":"2023-09-08T22:03:37.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0/manifests"},{"name":"git-semver-tags-v7.0.0","sha":"a13f788bd505d8253a2d92413fc4a7780e11ec07","kind":"commit","published_at":"2023-09-08T21:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0/manifests"},{"name":"standard-changelog-v5.0.0","sha":"34569c7a3fd2b0362a461517a1f4e20e7eecd9fc","kind":"commit","published_at":"2023-09-08T21:55:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v9.0.0","sha":"ad633d9d81f66ef80d7f77832a264cb0c5b971ef","kind":"commit","published_at":"2023-09-08T21:50:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.2","sha":"50113f9b569259d991f1a734a192964ca71f0118","kind":"commit","published_at":"2023-09-08T21:41:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2/manifests"},{"name":"conventional-changelog-preset-loader-v4.1.0","sha":"a14d2186575f6061f236c9a47d803694b18f8373","kind":"commit","published_at":"2023-09-08T21:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.1","sha":"ca4324b0a690b2595f8b574882ff95329a2dc195","kind":"commit","published_at":"2023-08-27T19:11:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1/manifests"},{"name":"conventional-commits-filter-v4.0.0","sha":"26fc9ea274dc0c62442ec9d97b20a2ebb49138bf","kind":"commit","published_at":"2023-08-27T12:55:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0/manifests"},{"name":"standard-changelog-v4.0.0","sha":"5b788265774bf4b63d3c83a178ca53e8e7095903","kind":"commit","published_at":"2023-08-27T12:50:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-eslint-v5.0.0","sha":"679594c0716275771cc23b314e4362899fe72f87","kind":"commit","published_at":"2023-08-27T12:46:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0/manifests"},{"name":"git-semver-tags-v6.0.0","sha":"1c75c72d9b5d59e3ea4e914c58a85f7559f29602","kind":"commit","published_at":"2023-08-27T12:40:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0/manifests"},{"name":"conventional-recommended-bump-v8.0.0","sha":"624377a24e8e3658bcf2329a9a98f9a7b02a4cb3","kind":"commit","published_at":"2023-08-27T12:33:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0/manifests"},{"name":"conventional-changelog-writer-v7.0.0","sha":"d669bb67dc713cb1e4374e3216ed7d83cde743c5","kind":"commit","published_at":"2023-08-27T12:27:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0/manifests"},{"name":"conventional-changelog-codemirror-v4.0.0","sha":"933fd0b3dd355d648faf57241b796a714004c722","kind":"commit","published_at":"2023-08-27T12:23:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0/manifests"},{"name":"conventional-changelog-express-v4.0.0","sha":"c9e9ceb3a3727659bd117bab01cbc7642d588f06","kind":"commit","published_at":"2023-08-27T12:16:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0/manifests"},{"name":"conventional-changelog-ember-v4.0.0","sha":"5d7c16268f79b7f180e34e997fdb37373d714666","kind":"commit","published_at":"2023-08-27T12:11:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0/manifests"},{"name":"conventional-changelog-jquery-v5.0.0","sha":"d643efb1050dcdaecee626044315644ff9b9e43b","kind":"commit","published_at":"2023-08-27T12:07:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v4.0.0","sha":"636646dd9ae062e9652a7f9ccaf6c329e6e9f924","kind":"commit","published_at":"2023-08-27T12:03:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0/manifests"},{"name":"conventional-changelog-v5.0.0","sha":"7985de3edc9e655369651ad464cb39b791887dc7","kind":"commit","published_at":"2023-08-27T11:58:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.0","sha":"5f0fe40743d8f559ab94ed11bbb4b8bda6fa6dcb","kind":"commit","published_at":"2023-08-27T11:51:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0/manifests"},{"name":"conventional-changelog-angular-v7.0.0","sha":"6c7a2e1a8807988bcb1a9842f72d14be3b1a89e3","kind":"commit","published_at":"2023-08-27T11:46:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0/manifests"},{"name":"conventional-changelog-jshint-v4.0.0","sha":"0204a9a340d2c85411e8de8905bc74c6146e5618","kind":"commit","published_at":"2023-08-27T11:41:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0/manifests"},{"name":"conventional-changelog-atom-v4.0.0","sha":"ab9b2c10e098ec8837d141102549f3eef698364c","kind":"commit","published_at":"2023-08-27T11:36:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0/manifests"},{"name":"conventional-changelog-cli-v4.0.0","sha":"29df6c4597afad27b9cda06f58eb564bcca609c4","kind":"commit","published_at":"2023-08-27T11:21:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0/manifests"},{"name":"conventional-changelog-core-v6.0.0","sha":"45613bbc2d13c798732e4b2bd4b2fa9ea67157d6","kind":"commit","published_at":"2023-08-27T11:17:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v4.0.0","sha":"5a896e3ef3aa9e751fcc74d7c76fa21d6d526cb0","kind":"commit","published_at":"2023-08-27T11:08:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0/manifests"},{"name":"git-raw-commits-v4.0.0","sha":"878fc56b43bc617177bf47fd8643a3b8b86078e5","kind":"commit","published_at":"2023-08-27T11:01:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0/manifests"},{"name":"conventional-commits-parser-v5.0.0","sha":"299de5acbe55a7d19dcdd2adc34681eae7264abf","kind":"commit","published_at":"2023-08-26T17:50:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0/manifests"},{"name":"git-semver-tags-v5.0.1","sha":"87914a362866a380e98a29edf19b2173e0911d8a","kind":"commit","published_at":"2023-07-09T19:10:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1/manifests"},{"name":"conventional-changelog-writer-v6.0.1","sha":"c123edea220b450cfa26813b6f198c3e8ebbd2b4","kind":"commit","published_at":"2023-07-09T14:49:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.2","sha":"83773c5e1a8874ea9809ca9db1dff60b7df1daae","kind":"commit","published_at":"2023-06-28T17:43:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.1.0","sha":"2e5fe6d9574ba896fa90b5bfcb50fb73d28af6d6","kind":"commit","published_at":"2023-06-17T21:30:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v7.0.1","sha":"f251b6899e313a9b23f3c8deb8b8b57217040892","kind":"commit","published_at":"2023-06-06T23:24:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.1","sha":"5b458dff9edf766446449acd1bbb8027a1e39fa5","kind":"commit","published_at":"2023-06-06T23:17:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1/manifests"},{"name":"gulp-conventional-changelog-v3.0.0","sha":"8ef6232797e5bf7c80422221374c53c03d5df36d","kind":"commit","published_at":"2023-06-06T22:50:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0/manifests"},{"name":"standard-changelog-v3.0.0","sha":"ea65f017b42b914ece780fd2fc799a6946912ed8","kind":"commit","published_at":"2023-06-06T22:42:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0/manifests"},{"name":"conventional-changelog-cli-v3.0.0","sha":"f00f4549cee9406054b77057a8135183fcd89710","kind":"commit","published_at":"2023-06-06T22:29:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0/manifests"},{"name":"conventional-changelog-v4.0.0","sha":"1a240f91ed584ed43e7f9c82235ca60eff0f4fa5","kind":"commit","published_at":"2023-06-06T19:50:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-core-v5.0.0","sha":"8507f601486c8ff6806156c50091262dee13ec54","kind":"commit","published_at":"2023-06-06T19:23:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v7.0.0","sha":"e1662ca7a6c688d28a334282a5e863f52866f3e8","kind":"commit","published_at":"2023-06-06T18:39:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v3.0.0","sha":"5d80d155425147a0b045af09536e5962cbfff620","kind":"commit","published_at":"2023-06-06T15:08:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.0.0","sha":"a30fc7ae219cf871b46cbe9d2c76a9730b70e272","kind":"commit","published_at":"2023-06-06T14:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v6.0.0","sha":"aa5d46c7b13b7b31f78af4b3c31c087c39eea41d","kind":"commit","published_at":"2023-06-06T14:46:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0/manifests"},{"name":"conventional-commits-filter-v3.0.0","sha":"502a73fe41aebb7b563c5ca69521e0b1bab904df","kind":"commit","published_at":"2023-06-06T14:32:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0/manifests"},{"name":"conventional-commits-parser-v4.0.0","sha":"9f7fe891e75c64937c28baa39a6c795a01603ab7","kind":"commit","published_at":"2023-06-06T14:24:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0/manifests"},{"name":"git-raw-commits-v3.0.0","sha":"571f2d549f10744a12ab3bc5dc5e0b749cb72667","kind":"commit","published_at":"2023-06-06T14:16:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0/manifests"},{"name":"git-semver-tags-v5.0.0","sha":"445c796d04105d10dd62d07039bc6a7fc9f263a5","kind":"commit","published_at":"2023-06-06T13:51:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0/manifests"},{"name":"conventional-changelog-atom-v3.0.0","sha":"208787aa2f5db8de1c2d43c56d71e6dfb9510781","kind":"commit","published_at":"2023-06-06T13:43:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0/manifests"},{"name":"conventional-changelog-angular-v6.0.0","sha":"c4ebf98acc15f37154aae5de53a225e896c4a157","kind":"commit","published_at":"2023-06-06T13:36:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0/manifests"},{"name":"conventional-changelog-codemirror-v3.0.0","sha":"0772453bee083917a05b9696d063ee3dc69957f9","kind":"commit","published_at":"2023-06-06T13:25:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0/manifests"},{"name":"conventional-changelog-ember-v3.0.0","sha":"e473d0c8af7c0cf8a54f775556796f50f3e695c2","kind":"commit","published_at":"2023-06-06T13:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0/manifests"},{"name":"conventional-changelog-eslint-v4.0.0","sha":"b3b896bc5b9e3ed65dcfc08c57967a252f37cfd1","kind":"commit","published_at":"2023-06-06T12:56:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0/manifests"},{"name":"conventional-changelog-express-v3.0.0","sha":"5594385d1dd2490b0fb508a60b6f30e8be6616ce","kind":"commit","published_at":"2023-06-06T12:37:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0/manifests"},{"name":"conventional-changelog-jquery-v4.0.0","sha":"51a3015a907b2cea900114359c36ce0e9664b72d","kind":"commit","published_at":"2023-06-06T12:17:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0/manifests"},{"name":"conventional-changelog-jshint-v3.0.0","sha":"281e5f883476e90b75cae4373a67436c86e94f6a","kind":"commit","published_at":"2023-06-06T12:02:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v5.0.0","sha":"ba6df7cf62de5f448368bed4398f6ddf633d2cbd","kind":"commit","published_at":"2022-05-27T18:02:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0/manifests"},{"name":"conventional-changelog-writer-v5.0.1","sha":"21b73f974adc4490a318d9c892055655cb82c538","kind":"commit","published_at":"2021-12-29T21:36:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.3","sha":"02757d342290bcf51a49d49e5e72f5eae6c6f6da","kind":"commit","published_at":"2021-12-29T19:52:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3/manifests"},{"name":"conventional-commits-parser-v3.2.4","sha":"1d0f62d4ac4911ef0d912d5401f783b152cee624","kind":"commit","published_at":"2021-12-29T19:46:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4/manifests"},{"name":"git-raw-commits-v2.0.11","sha":"95384dbd105ffe4f86bbc6ccad3e5405a1cbfe04","kind":"commit","published_at":"2021-12-29T19:39:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.2","sha":"1827696185192a8dd258ea7c3370090238b0fb76","kind":"commit","published_at":"2021-12-25T18:06:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2/manifests"},{"name":"conventional-changelog-cli-v2.2.2","sha":"8ce6a7bbd3fae87aa9d56fca68c2e16fbb2cace5","kind":"commit","published_at":"2021-12-25T17:22:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2/manifests"},{"name":"conventional-changelog-v3.1.25","sha":"8e9c3d76aaffd7fe67a78270b3ad9b881e953e7e","kind":"commit","published_at":"2021-12-24T18:50:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25/manifests"},{"name":"conventional-commits-parser-v3.2.3","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3/manifests"},{"name":"conventional-changelog-cli-v2.2.1","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.1","sha":"c35708d56a55e31b750aec1f745e5be52f0a75f2","kind":"commit","published_at":"2021-09-09T19:06:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1/manifests"},{"name":"conventional-commits-parser-v3.2.2","sha":"1bae48ff85eff0736ea6691b7214f3fc9c026256","kind":"commit","published_at":"2021-09-09T14:45:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2/manifests"},{"name":"conventional-changelog-core-v4.2.4","sha":"02fbc2d42d0faf53d4b7a2b0525626088a6ac8ba","kind":"commit","published_at":"2021-09-09T14:37:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4/manifests"},{"name":"conventional-changelog-angular-v5.0.13","sha":"e30343b4676d26b416080294dc74ebba001c0716","kind":"commit","published_at":"2021-09-09T14:31:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v5.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13/manifests"},{"name":"conventional-changelog-core-v4.2.3","sha":"318b555b6ef3aebdb5a8d4c7c734fd7234712dd3","kind":"commit","published_at":"2021-07-03T00:24:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.0","sha":"537c37d7801872c3e57e4200c64154a4d2ea042a","kind":"commit","published_at":"2021-04-30T00:15:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0/manifests"},{"name":"conventional-commits-parser-v3.2.1","sha":"758dda2937b6784f0cc6a535286862fcf95b6f06","kind":"commit","published_at":"2021-02-15T21:32:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1/manifests"},{"name":"git-raw-commits-v2.0.10","sha":"ffecaccb6e117afae9f68f1d48ff9a69554da950","kind":"commit","published_at":"2021-01-27T16:36:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10/manifests"},{"name":"conventional-changelog-writer-v5.0.0","sha":"61ef6491add84b841e1797baf09f62bbdd90dcd4","kind":"commit","published_at":"2020-12-30T22:40:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v6.1.0","sha":"3b0fb22b0bb49137b9ecddaeb349f66025205c57","kind":"commit","published_at":"2020-12-30T16:58:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0/manifests"},{"name":"conventional-changelog-core-v4.2.2","sha":"317eeb3137caff69bcc9a67fce3dc67663a010db","kind":"commit","published_at":"2020-12-30T00:53:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2/manifests"},{"name":"conventional-recommended-bump-v6.0.12","sha":"90ecc5d93bfd7626857eda5d240f92393d896be0","kind":"commit","published_at":"2020-12-30T00:43:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12/manifests"},{"name":"git-raw-commits-v2.0.9","sha":"227f3e23af86912c0cd64fdb1a820ac92e5757c5","kind":"commit","published_at":"2020-12-29T23:59:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9/manifests"},{"name":"conventional-changelog-writer-v4.1.0","sha":"77725cfb12ca3ca22abb9421b4af012a49207e7a","kind":"commit","published_at":"2020-12-29T23:41:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0/manifests"},{"name":"conventional-changelog-atom@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8/manifests"},{"name":"conventional-changelog-angular@5.0.12","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12/manifests"},{"name":"conventional-changelog@3.1.24","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24/manifests"},{"name":"git-raw-commits@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8/manifests"},{"name":"standard-changelog@2.0.27","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27/manifests"},{"name":"gulp-conventional-changelog@2.0.35","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35/manifests"},{"name":"git-semver-tags@4.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1/manifests"},{"name":"conventional-recommended-bump@6.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11/manifests"},{"name":"conventional-commits-parser@3.2.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0/manifests"},{"name":"conventional-commits-filter@2.0.7","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7/manifests"},{"name":"conventional-changelog-writer@4.0.18","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18/manifests"},{"name":"conventional-changelog-jshint@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9/manifests"},{"name":"conventional-changelog-jquery@3.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11/manifests"},{"name":"conventional-changelog-express@2.0.6","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9/manifests"},{"name":"conventional-changelog-ember@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9/manifests"},{"name":"conventional-changelog-core@4.2.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.5.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1/manifests"},{"name":"conventional-changelog-v3.1.24","sha":"f8fcbc2e8b0834c29178ace6382b438a020ad828","kind":"commit","published_at":"2020-10-25T02:45:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24/manifests"},{"name":"conventional-recommended-bump@6.0.10","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10/manifests"},{"name":"standard-changelog@2.0.26","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26/manifests"},{"name":"gulp-conventional-changelog@2.0.34","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34/manifests"},{"name":"git-semver-tags@4.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0/manifests"},{"name":"conventional-changelog-core@4.2.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.4.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0/manifests"},{"name":"conventional-changelog-cli@2.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0/manifests"},{"name":"conventional-changelog@3.1.23","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23/manifests"},{"name":"standard-changelog@2.0.25","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25/manifests"},{"name":"conventional-changelog-writer@4.0.17","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17/manifests"},{"name":"conventional-changelog-jshint@2.0.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8/manifests"},{"name":"conventional-changelog-core@4.1.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8/manifests"},{"name":"conventional-changelog@3.1.22","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22/manifests"},{"name":"conventional-changelog-angular@5.0.11","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.35","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35/manifests"},{"name":"gulp-conventional-changelog@2.0.33","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.1","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1/manifests"},{"name":"conventional-changelog-core@4.1.7","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7/manifests"},{"name":"conventional-changelog@3.1.21","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21/manifests"},{"name":"conventional-changelog-writer@4.0.16","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.34","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34/manifests"},{"name":"standard-changelog@2.0.24","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24/manifests"},{"name":"gulp-conventional-changelog@2.0.32","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32/manifests"},{"name":"git-semver-tags@4.0.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.3.4","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4/manifests"},{"name":"standard-changelog@2.0.23","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23/manifests"},{"name":"gulp-conventional-changelog@2.0.31","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31/manifests"},{"name":"conventional-changelog-eslint@3.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.15","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10/manifests"},{"name":"conventional-changelog@3.1.20","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20/manifests"},{"name":"conventional-changelog-atom@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7/manifests"},{"name":"conventional-changelog-cli@2.0.33","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33/manifests"},{"name":"conventional-changelog-codemirror@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0/manifests"},{"name":"conventional-changelog-core@4.1.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6/manifests"},{"name":"conventional-changelog-ember@2.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8/manifests"},{"name":"conventional-commits-filter@2.0.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6/manifests"},{"name":"conventional-commits-parser@3.1.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.9","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9/manifests"},{"name":"git-raw-commits@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7/manifests"},{"name":"conventional-changelog-express@2.0.5","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10/manifests"},{"name":"conventional-changelog-jshint@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7/manifests"},{"name":"conventional-changelog-preset-loader-v2.3.2","sha":"9f6c56cb960a5043823cfb85b9843991201cbb51","kind":"commit","published_at":"2020-05-08T19:21:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v2.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2/manifests"},{"name":"conventional-changelog-core@4.1.5","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5/manifests"},{"name":"gulp-conventional-changelog@2.0.30","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30/manifests"},{"name":"standard-changelog@2.0.22","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22/manifests"},{"name":"conventional-changelog@3.1.19","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19/manifests"},{"name":"conventional-changelog-cli@2.0.32","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32/manifests"},{"name":"conventional-changelog-cli@2.0.31","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31/manifests"},{"name":"standard-changelog@2.0.21","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21/manifests"},{"name":"gulp-conventional-changelog@2.0.29","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29/manifests"},{"name":"conventional-changelog-core@4.1.4","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4/manifests"},{"name":"conventional-changelog@3.1.18","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18/manifests"},{"name":"conventional-changelog@3.1.17","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17/manifests"},{"name":"standard-changelog@2.0.20","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20/manifests"},{"name":"gulp-conventional-changelog@2.0.28","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28/manifests"},{"name":"conventional-changelog-core@4.1.3","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.30","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30/manifests"},{"name":"conventional-changelog-cli@2.0.29","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29/manifests"},{"name":"standard-changelog@2.0.19","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19/manifests"},{"name":"gulp-conventional-changelog@2.0.27","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27/manifests"},{"name":"conventional-changelog-core@4.1.2","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2/manifests"},{"name":"conventional-changelog@3.1.16","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16/manifests"},{"name":"conventional-changelog-cli@2.0.28","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28/manifests"},{"name":"standard-changelog@2.0.18","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18/manifests"},{"name":"gulp-conventional-changelog@2.0.26","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26/manifests"},{"name":"git-semver-tags@3.0.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1/manifests"},{"name":"git-raw-commits@2.0.3","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3/manifests"},{"name":"conventional-recommended-bump@6.0.5","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5/manifests"},{"name":"conventional-commits-parser@3.0.8","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.11","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11/manifests"},{"name":"conventional-changelog-core@4.1.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1/manifests"},{"name":"conventional-changelog@3.1.15","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15/manifests"},{"name":"gulp-conventional-changelog@2.0.25","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25/manifests"},{"name":"conventional-changelog@3.1.14","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14/manifests"},{"name":"conventional-changelog-angular@5.0.6","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6/manifests"},{"name":"conventional-changelog-cli@2.0.27","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.3","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3/manifests"},{"name":"conventional-changelog-core@4.1.0","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0/manifests"},{"name":"conventional-commits-parser@3.0.7","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7/manifests"},{"name":"conventional-recommended-bump@6.0.4","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4/manifests"},{"name":"standard-changelog@2.0.17","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17/manifests"},{"name":"conventional-changelog-cli@2.0.26","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.2","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2/manifests"},{"name":"conventional-changelog-core@4.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3/manifests"},{"name":"conventional-commits-parser@3.0.6","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6/manifests"},{"name":"conventional-recommended-bump@6.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.24","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24/manifests"},{"name":"standard-changelog@2.0.16","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16/manifests"},{"name":"conventional-changelog-writer@4.0.10","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10/manifests"},{"name":"conventional-changelog-preset-loader@2.3.0","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0/manifests"},{"name":"conventional-changelog@3.1.13","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13/manifests"},{"name":"conventional-changelog-jshint@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.9","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9/manifests"},{"name":"conventional-commits-parser@3.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5/manifests"},{"name":"conventional-changelog@3.1.12","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12/manifests"},{"name":"conventional-recommended-bump@6.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.23","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23/manifests"},{"name":"standard-changelog@2.0.15","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5/manifests"},{"name":"conventional-changelog-atom@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.25","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25/manifests"},{"name":"conventional-changelog-codemirror@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.1","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1/manifests"},{"name":"conventional-changelog-core@4.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2/manifests"},{"name":"conventional-changelog-ember@2.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4/manifests"},{"name":"conventional-changelog-eslint@3.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.6","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6/manifests"},{"name":"standard-changelog@2.0.14","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14/manifests"},{"name":"gulp-conventional-changelog@2.0.22","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22/manifests"},{"name":"conventional-recommended-bump@6.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1/manifests"},{"name":"conventional-commits-parser@3.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4/manifests"},{"name":"conventional-changelog-writer@4.0.8","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8/manifests"},{"name":"conventional-changelog-jshint@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.5","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5/manifests"},{"name":"conventional-changelog-eslint@3.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3/manifests"},{"name":"conventional-changelog-ember@2.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3/manifests"},{"name":"conventional-changelog-core@4.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.0","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.24","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24/manifests"},{"name":"conventional-changelog-atom@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4/manifests"},{"name":"conventional-changelog@3.1.11","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11/manifests"},{"name":"conventional-changelog-preset-loader@2.2.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0/manifests"},{"name":"standard-changelog@2.0.13","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13/manifests"},{"name":"gulp-conventional-changelog@2.0.21","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21/manifests"},{"name":"git-semver-tags@3.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0/manifests"},{"name":"conventional-recommended-bump@6.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.7","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7/manifests"},{"name":"conventional-changelog@3.1.10","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10/manifests"},{"name":"conventional-changelog-cli@2.0.23","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23/manifests"},{"name":"conventional-changelog-conventionalcommits@4.1.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0/manifests"},{"name":"conventional-changelog-core@4.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.1","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.0.0","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0/manifests"},{"name":"conventional-changelog-core@3.2.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3/manifests"},{"name":"conventional-changelog-writer@4.0.6","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6/manifests"},{"name":"conventional-commits-parser@3.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3/manifests"},{"name":"conventional-changelog@3.1.9","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9/manifests"},{"name":"standard-changelog@2.0.12","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.20","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20/manifests"},{"name":"git-semver-tags@2.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.22","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22/manifests"},{"name":"standard-changelog@2.0.11","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11/manifests"},{"name":"conventional-changelog@3.1.8","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8/manifests"},{"name":"conventional-changelog-cli@2.0.21","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.2","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.19","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19/manifests"},{"name":"conventional-changelog@3.1.7","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7/manifests"},{"name":"conventional-changelog-cli@2.0.20","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.1","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.18","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18/manifests"},{"name":"conventional-changelog-cli@2.0.19","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.17","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17/manifests"},{"name":"conventional-changelog@3.1.6","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6/manifests"},{"name":"conventional-changelog@3.1.5","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5/manifests"},{"name":"conventional-changelog-conventionalcommits@2.0.0","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.16","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.18","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.2","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.17","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17/manifests"},{"name":"conventional-changelog@3.1.4","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.15","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15/manifests"},{"name":"conventional-changelog-writer@4.0.5","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5/manifests"},{"name":"standard-changelog@2.0.10","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10/manifests"},{"name":"gulp-conventional-changelog@2.0.14","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14/manifests"},{"name":"conventional-changelog@3.1.3","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3/manifests"},{"name":"conventional-changelog-core@3.2.2","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2/manifests"},{"name":"conventional-changelog-cli@2.0.16","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.15","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15/manifests"},{"name":"standard-changelog@2.0.9","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.1.2","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2/manifests"},{"name":"conventional-changelog-core@3.2.1","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1/manifests"},{"name":"gulp-conventional-changelog@2.0.13","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13/manifests"},{"name":"conventional-changelog@3.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1/manifests"},{"name":"gulp-conventional-changelog@2.0.12","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12/manifests"},{"name":"conventional-recommended-bump@4.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1/manifests"},{"name":"conventional-changelog-preset-loader@2.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.14","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14/manifests"},{"name":"conventional-changelog-preset-loader@2.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0/manifests"},{"name":"conventional-changelog-writer@4.0.4","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4/manifests"},{"name":"conventional-commits-filter@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2/manifests"},{"name":"conventional-commits-parser@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2/manifests"},{"name":"conventional-recommended-bump@4.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0/manifests"},{"name":"gulp-conventional-changelog@2.0.11","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11/manifests"},{"name":"standard-changelog@2.0.8","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8/manifests"},{"name":"git-raw-commits@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2/manifests"},{"name":"conventional-changelog@3.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0/manifests"},{"name":"conventional-changelog-cli@2.0.13","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0/manifests"},{"name":"conventional-changelog-core@3.2.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0/manifests"},{"name":"conventional-changelog-eslint@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2/manifests"},{"name":"standard-changelog@2.0.7","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6/manifests"},{"name":"conventional-changelog-angular@5.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.12","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.10","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10/manifests"},{"name":"conventional-changelog-writer@4.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3/manifests"},{"name":"conventional-changelog-core@3.1.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6/manifests"},{"name":"conventional-recommended-bump@4.0.4","sha":"da729f68f9dc581623deb587c705ef65d189a9f4","kind":"tag","published_at":"2018-11-01T06:56:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4/manifests"},{"name":"standard-changelog@2.0.6","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6/manifests"},{"name":"conventional-changelog-core@3.1.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5/manifests"},{"name":"conventional-changelog-writer@4.0.2","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.9","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.0.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.11","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.10","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10/manifests"},{"name":"conventional-changelog-core@3.1.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.8","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8/manifests"},{"name":"conventional-changelog@3.0.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4/manifests"},{"name":"git-semver-tags@2.0.2","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.3","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3/manifests"},{"name":"standard-changelog@2.0.5","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5/manifests"},{"name":"standard-changelog@2.0.4","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.7","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3/manifests"},{"name":"conventional-changelog-core@3.1.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.9","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9/manifests"},{"name":"standard-changelog@2.0.3","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.8","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8/manifests"},{"name":"conventional-changelog-core@3.1.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2/manifests"},{"name":"gulp-conventional-changelog@2.0.6","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6/manifests"},{"name":"conventional-changelog@3.0.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.5","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.7","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7/manifests"},{"name":"conventional-changelog@3.0.1","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1/manifests"},{"name":"standard-changelog@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4/manifests"},{"name":"git-semver-tags@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1/manifests"},{"name":"git-raw-commits@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2/manifests"},{"name":"conventional-commits-parser@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1/manifests"},{"name":"conventional-commits-filter@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1/manifests"},{"name":"conventional-changelog-writer@4.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1/manifests"},{"name":"conventional-changelog-preset-loader@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4/manifests"},{"name":"conventional-changelog-express@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1/manifests"},{"name":"conventional-changelog-eslint@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2/manifests"},{"name":"conventional-changelog-core@3.1.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1/manifests"},{"name":"conventional-changelog-codemirror@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.6","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6/manifests"},{"name":"conventional-changelog-atom@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1/manifests"},{"name":"conventional-changelog-angular@5.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2/manifests"},{"name":"conventional-changelog@3.0.0","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.5","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.3","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.2","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.4","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3/manifests"},{"name":"standard-changelog@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3/manifests"},{"name":"conventional-changelog-core@3.1.0","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0/manifests"},{"name":"conventional-changelog-ember@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1/manifests"},{"name":"conventional-changelog-jquery@3.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1/manifests"},{"name":"conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0/manifests"},{"name":"conventional-recommended-bump@4.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0/manifests"},{"name":"conventional-changelog-jquery@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0/manifests"},{"name":"conventional-changelog-express@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0/manifests"},{"name":"conventional-changelog-eslint@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0/manifests"},{"name":"conventional-changelog-ember@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1/manifests"},{"name":"conventional-changelog-atom@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1/manifests"},{"name":"conventional-changelog-angular@4.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1/manifests"},{"name":"conventional-changelog-jquery@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0/manifests"},{"name":"conventional-changelog-jshint@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0/manifests"},{"name":"standard-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0/manifests"},{"name":"conventional-recommended-bump@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0/manifests"},{"name":"conventional-commits-parser@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0/manifests"},{"name":"conventional-commits-filter@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0/manifests"},{"name":"conventional-changelog-ember@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0/manifests"},{"name":"conventional-changelog-express@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0/manifests"},{"name":"git-semver-tags@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0/manifests"},{"name":"git-raw-commits@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0/manifests"},{"name":"conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-angular@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0/manifests"},{"name":"conventional-changelog-atom@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0/manifests"},{"name":"conventional-changelog-core@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0/manifests"},{"name":"conventional-changelog-eslint@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-core@2.0.11","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11/manifests"},{"name":"conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-cli@1.3.22","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22/manifests"},{"name":"conventional-changelog-ember@0.3.12","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12/manifests"},{"name":"conventional-recommended-bump@2.0.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9/manifests"},{"name":"conventional-changelog-angular@3.0.7","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7/manifests"},{"name":"gulp-conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24/manifests"},{"name":"standard-changelog@1.0.19","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19/manifests"},{"name":"conventional-changelog-jquery@1.3.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9/manifests"},{"name":"conventional-changelog-angular@3.0.6","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6/manifests"},{"name":"standard-changelog@1.0.18","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18/manifests"},{"name":"gulp-conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-writer@3.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9/manifests"},{"name":"conventional-changelog-jshint@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8/manifests"},{"name":"conventional-changelog-jquery@1.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8/manifests"},{"name":"conventional-changelog-eslint@1.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9/manifests"},{"name":"conventional-changelog-ember@0.3.11","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11/manifests"},{"name":"conventional-changelog-core@2.0.10","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10/manifests"},{"name":"conventional-changelog-codemirror@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8/manifests"},{"name":"conventional-changelog-cli@1.3.21","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21/manifests"},{"name":"conventional-changelog-atom@0.2.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8/manifests"},{"name":"conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23/manifests"},{"name":"gulp-conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-core@2.0.9","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9/manifests"},{"name":"conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-cli@1.3.20","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20/manifests"},{"name":"conventional-changelog-writer@3.0.8","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8/manifests"},{"name":"standard-changelog@1.0.17","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17/manifests"},{"name":"conventional-changelog-angular@3.0.5","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.10","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10/manifests"},{"name":"conventional-changelog-cli@1.3.19","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19/manifests"},{"name":"conventional-changelog-angular@3.0.4","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4/manifests"},{"name":"conventional-changelog-atom@0.2.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7/manifests"},{"name":"conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-core@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.9","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9/manifests"},{"name":"conventional-changelog-eslint@1.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8/manifests"},{"name":"conventional-changelog-express@0.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6/manifests"},{"name":"conventional-changelog-jquery@1.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7/manifests"},{"name":"conventional-changelog-preset-loader@1.1.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8/manifests"},{"name":"conventional-changelog-writer@3.0.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7/manifests"},{"name":"conventional-commits-parser@2.1.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7/manifests"},{"name":"conventional-recommended-bump@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8/manifests"},{"name":"git-raw-commits@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6/manifests"},{"name":"git-semver-tags@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21/manifests"},{"name":"standard-changelog@1.0.16","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16/manifests"},{"name":"conventional-changelog-codemirror@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6/manifests"},{"name":"conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-core@2.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7/manifests"},{"name":"conventional-changelog-codemirror@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6/manifests"},{"name":"conventional-changelog-cli@1.3.18","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18/manifests"},{"name":"conventional-changelog-ember@0.3.8","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8/manifests"},{"name":"conventional-changelog-writer@3.0.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6/manifests"},{"name":"conventional-changelog-atom@0.2.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6/manifests"},{"name":"conventional-changelog-eslint@1.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7/manifests"},{"name":"standard-changelog@1.0.15","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15/manifests"},{"name":"conventional-changelog-angular@3.0.3","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3/manifests"},{"name":"conventional-changelog-jquery@1.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-angular@3.0.2","sha":"1cc079df803f58b52c8aa997fff43e9c162266e7","kind":"tag","published_at":"2018-03-22T14:14:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2/manifests"},{"name":"conventional-changelog-ember@0.3.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7/manifests"},{"name":"standard-changelog@1.0.14","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14/manifests"},{"name":"gulp-conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19/manifests"},{"name":"git-semver-tags@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5/manifests"},{"name":"git-raw-commits@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7/manifests"},{"name":"conventional-commits-parser@2.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6/manifests"},{"name":"conventional-commits-filter@1.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5/manifests"},{"name":"conventional-changelog-preset-loader@1.1.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7/manifests"},{"name":"conventional-changelog-jshint@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5/manifests"},{"name":"conventional-changelog-jquery@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5/manifests"},{"name":"conventional-changelog-express@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6/manifests"},{"name":"conventional-changelog-core@2.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5/manifests"},{"name":"conventional-changelog-cli@1.3.17","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17/manifests"},{"name":"conventional-changelog-atom@0.2.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5/manifests"},{"name":"conventional-changelog-angular@3.0.1","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1/manifests"},{"name":"conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19/manifests"},{"name":"conventional-changelog-angular@3.0.0","sha":"49997aaba373502e5b38bd366846934641e95799","kind":"tag","published_at":"2018-03-22T13:45:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.16","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16/manifests"},{"name":"conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18/manifests"},{"name":"gulp-conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-eslint@1.0.5","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5/manifests"},{"name":"conventional-changelog-cli@1.3.15","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15/manifests"},{"name":"conventional-changelog-codemirror@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4/manifests"},{"name":"conventional-changelog-express@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4/manifests"},{"name":"conventional-changelog-jquery@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4/manifests"},{"name":"conventional-changelog-jshint@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4/manifests"},{"name":"conventional-commits-filter@1.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5/manifests"},{"name":"conventional-commits-parser@2.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5/manifests"},{"name":"conventional-recommended-bump@2.0.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6/manifests"},{"name":"standard-changelog@1.0.13","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13/manifests"},{"name":"gulp-conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17/manifests"},{"name":"git-semver-tags@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4/manifests"},{"name":"git-raw-commits@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4/manifests"},{"name":"conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17/manifests"},{"name":"conventional-changelog-angular@1.6.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6/manifests"},{"name":"conventional-changelog-atom@0.2.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4/manifests"},{"name":"gulp-conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog-angular@1.6.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5/manifests"},{"name":"conventional-changelog-atom@0.2.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3/manifests"},{"name":"conventional-changelog-cli@1.3.14","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14/manifests"},{"name":"conventional-changelog-codemirror@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4/manifests"},{"name":"conventional-changelog-ember@0.3.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3/manifests"},{"name":"conventional-changelog-express@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3/manifests"},{"name":"conventional-changelog-jshint@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5/manifests"},{"name":"conventional-changelog-writer@3.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3/manifests"},{"name":"conventional-commits-filter@1.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4/manifests"},{"name":"conventional-commits-parser@2.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4/manifests"},{"name":"conventional-recommended-bump@2.0.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5/manifests"},{"name":"git-raw-commits@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3/manifests"},{"name":"git-semver-tags@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3/manifests"},{"name":"standard-changelog@1.0.12","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12/manifests"},{"name":"conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15/manifests"},{"name":"gulp-conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15/manifests"},{"name":"conventional-recommended-bump@2.0.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4/manifests"},{"name":"conventional-changelog-cli@1.3.13","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13/manifests"},{"name":"conventional-changelog-preset-loader@1.1.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4/manifests"},{"name":"git-raw-commits@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2/manifests"},{"name":"standard-changelog@1.0.11","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11/manifests"},{"name":"conventional-recommended-bump@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3/manifests"},{"name":"gulp-conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14/manifests"},{"name":"git-semver-tags@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2/manifests"},{"name":"conventional-changelog-eslint@1.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2/manifests"},{"name":"conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14/manifests"},{"name":"conventional-changelog-angular@1.6.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4/manifests"},{"name":"conventional-changelog-atom@0.2.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2/manifests"},{"name":"conventional-changelog-cli@1.3.12","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12/manifests"},{"name":"conventional-changelog-codemirror@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2/manifests"},{"name":"conventional-changelog-core@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.3.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4/manifests"},{"name":"conventional-changelog-express@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2/manifests"},{"name":"conventional-changelog-jquery@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2/manifests"},{"name":"conventional-changelog-jshint@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3/manifests"},{"name":"conventional-commits-filter@1.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3/manifests"},{"name":"conventional-changelog-writer@3.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13/manifests"},{"name":"standard-changelog@1.0.10","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10/manifests"},{"name":"git-raw-commits@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1/manifests"},{"name":"conventional-commits-parser@2.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2/manifests"},{"name":"conventional-changelog-writer@3.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1/manifests"},{"name":"conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13/manifests"},{"name":"conventional-commits-filter@1.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2/manifests"},{"name":"conventional-recommended-bump@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2/manifests"},{"name":"git-semver-tags@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1/manifests"},{"name":"conventional-changelog-core@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2/manifests"},{"name":"conventional-changelog-codemirror@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1/manifests"},{"name":"conventional-changelog-angular@1.6.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3/manifests"},{"name":"conventional-changelog-cli@1.3.11","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11/manifests"},{"name":"conventional-changelog-atom@0.2.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1/manifests"},{"name":"conventional-changelog-ember@0.3.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1/manifests"},{"name":"conventional-changelog-express@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3/manifests"},{"name":"conventional-changelog-jshint@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1/manifests"},{"name":"conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12/manifests"},{"name":"gulp-conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12/manifests"},{"name":"conventional-changelog-cli@1.3.10","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10/manifests"},{"name":"conventional-recommended-bump@2.0.1","sha":"a4f0aa902d3e966fe6d6b1d46f2130838524cfbf","kind":"tag","published_at":"2018-02-12T14:54:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1/manifests"},{"name":"conventional-recommended-bump@2.0.0","sha":"9885d205ed96338575335652d006f475408e1195","kind":"tag","published_at":"2018-02-12T14:30:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0/manifests"},{"name":"conventional-changelog-preset-loader@1.1.2","sha":"a450d974237d440009ec3fb4c63974cf066e8f79","kind":"tag","published_at":"2018-02-12T04:07:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.1","sha":"5af1f00dcc4e1f9c3299bc7feb322a88b711f042","kind":"tag","published_at":"2018-02-09T04:17:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.0","sha":"c3eb36dbc52f383df6f3dcf3a3870b01ceee0b8b","kind":"tag","published_at":"2018-02-08T14:46:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0/manifests"},{"name":"conventional-changelog-ember@0.3.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1/manifests"},{"name":"conventional-changelog-angular@1.6.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2/manifests"},{"name":"gulp-conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11/manifests"},{"name":"standard-changelog@1.0.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9/manifests"},{"name":"conventional-recommended-bump@1.2.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1/manifests"},{"name":"conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11/manifests"},{"name":"conventional-changelog-cli@1.3.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9/manifests"},{"name":"conventional-changelog-core@2.0.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1/manifests"},{"name":"gulp-conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10/manifests"},{"name":"standard-changelog@1.0.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8/manifests"},{"name":"git-semver-tags@1.3.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.2.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0/manifests"},{"name":"conventional-changelog-writer@3.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0/manifests"},{"name":"conventional-changelog-eslint@1.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.3.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1/manifests"},{"name":"conventional-changelog-core@2.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8/manifests"},{"name":"conventional-changelog-angular@1.6.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1/manifests"},{"name":"conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10/manifests"},{"name":"conventional-changelog-core@1.9.5","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5/manifests"},{"name":"conventional-changelog-ember@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0/manifests"},{"name":"conventional-changelog-eslint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0/manifests"},{"name":"conventional-changelog-cli@1.3.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7/manifests"},{"name":"conventional-changelog-express@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0/manifests"},{"name":"conventional-changelog-jquery@1.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0/manifests"},{"name":"conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-jshint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0/manifests"},{"name":"gulp-conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9/manifests"},{"name":"standard-changelog@1.0.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7/manifests"},{"name":"conventional-changelog-angular@1.6.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0/manifests"},{"name":"conventional-changelog-codemirror@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0/manifests"},{"name":"conventional-changelog-atom@0.2.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0/manifests"},{"name":"conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8/manifests"},{"name":"standard-changelog@1.0.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6/manifests"},{"name":"gulp-conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8/manifests"},{"name":"conventional-recommended-bump@1.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0/manifests"},{"name":"conventional-commits-parser@2.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0/manifests"},{"name":"conventional-commits-filter@1.1.1","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1/manifests"},{"name":"conventional-changelog-writer@2.0.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.2.10","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10/manifests"},{"name":"conventional-changelog-core@1.9.4","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4/manifests"},{"name":"conventional-changelog-cli@1.3.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6/manifests"},{"name":"conventional-changelog-angular@1.5.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3/manifests"},{"name":"conventional-changelog-ember@0.2.9","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9/manifests"},{"name":"standard-changelog@1.0.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5/manifests"},{"name":"gulp-conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7/manifests"},{"name":"git-semver-tags@1.2.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3/manifests"},{"name":"git-raw-commits@1.3.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.0.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3/manifests"},{"name":"conventional-commits-parser@2.0.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1/manifests"},{"name":"conventional-commits-filter@1.1.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0/manifests"},{"name":"conventional-changelog-writer@2.0.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2/manifests"},{"name":"conventional-changelog-jshint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1/manifests"},{"name":"conventional-changelog-jquery@1.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1/manifests"},{"name":"conventional-changelog-express@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1/manifests"},{"name":"conventional-changelog-eslint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1/manifests"},{"name":"conventional-changelog-core@1.9.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3/manifests"},{"name":"conventional-changelog-codemirror@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1/manifests"},{"name":"conventional-changelog-cli@1.3.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5/manifests"},{"name":"conventional-changelog-atom@0.1.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2/manifests"},{"name":"conventional-changelog-angular@1.5.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2/manifests"},{"name":"conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7/manifests"},{"name":"@marionebl/conventional-commits-parser@3.0.0","sha":"edf4068ce4c3ea6ac5b61323473ab655be5eb895","kind":"tag","published_at":"2017-11-01T07:09:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/@marionebl/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/@marionebl/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4/manifests"},{"name":"git-semver-tags@1.2.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2/manifests"},{"name":"conventional-recommended-bump@1.0.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-ember@0.2.8","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8/manifests"},{"name":"conventional-changelog-core@1.9.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2/manifests"},{"name":"standard-changelog@1.0.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4/manifests"},{"name":"conventional-changelog-angular@1.5.1","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1/manifests"},{"name":"conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6/manifests"},{"name":"standard-changelog@1.0.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3/manifests"},{"name":"conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-angular@1.5.0","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0/manifests"},{"name":"conventional-changelog-cli@1.3.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3/manifests"},{"name":"gulp-conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-writer@2.0.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1/manifests"},{"name":"conventional-changelog-core@1.9.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1/manifests"},{"name":"conventional-changelog-ember@0.2.7","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7/manifests"},{"name":"git-semver-tags@1.2.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1/manifests"},{"name":"conventional-changelog-jshint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0/manifests"},{"name":"conventional-changelog-jquery@1.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0/manifests"},{"name":"conventional-changelog-express@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0/manifests"},{"name":"conventional-changelog-eslint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0/manifests"},{"name":"conventional-commits-parser@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0/manifests"},{"name":"conventional-changelog-writer@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1/manifests"},{"name":"conventional-changelog-core@1.9.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0/manifests"},{"name":"conventional-changelog-codemirror@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0/manifests"},{"name":"conventional-changelog-cli@1.3.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2/manifests"},{"name":"conventional-changelog-atom@0.1.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1/manifests"},{"name":"conventional-changelog-angular@1.4.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0/manifests"},{"name":"conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4/manifests"},{"name":"gulp-conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4/manifests"},{"name":"standard-changelog@1.0.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2/manifests"},{"name":"conventional-changelog-ember@0.2.6","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6/manifests"},{"name":"conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3/manifests"},{"name":"conventional-changelog-angular@1.3.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3/manifests"},{"name":"conventional-changelog-cli@1.3.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1/manifests"},{"name":"conventional-changelog-core@1.8.0","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.8.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0/manifests"},{"name":"conventional-changelog-ember@0.2.5","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5/manifests"},{"name":"gulp-conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3/manifests"},{"name":"standard-changelog@1.0.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1/manifests"},{"name":"git-semver-tags@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0/manifests"},{"name":"standard-changelog@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2/manifests"},{"name":"git-raw-commits@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0/manifests"},{"name":"conventional-recommended-bump@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.2.4","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4/manifests"},{"name":"conventional-changelog-core@1.7.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.7.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0/manifests"},{"name":"conventional-changelog-cli@1.3.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0/manifests"},{"name":"conventional-changelog-angular@1.3.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2/manifests"},{"name":"conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2/manifests"},{"name":"gulp-conventional-changelog@1.1.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"tag","published_at":"2017-03-10T05:35:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0/manifests"},{"name":"standard-changelog@0.0.2","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@0.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-ember@0.2.3","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3/manifests"},{"name":"conventional-changelog-core@1.6.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0/manifests"},{"name":"conventional-changelog-angular@1.3.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1/manifests"},{"name":"conventional-changelog-cli@1.2.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1/manifests"},{"name":"conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-cli@1.2.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:01:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0/manifests"},{"name":"conventional-changelog-core@1.5.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:00:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0/manifests"},{"name":"git-raw-commits@1.1.2","sha":"f5fe78b1f15791cb0499744bf278dff22b52732f","kind":"tag","published_at":"2017-03-09T07:37:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2/manifests"},{"name":"git-semver-tags@1.1.2","sha":"7be07c7c0f49572b1c0e9c98f004b599d8b5bb1a","kind":"tag","published_at":"2017-03-09T07:35:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2/manifests"},{"name":"v1.1.0","sha":"600d411569271467389c3cbe71f7f657980e89a1","kind":"tag","published_at":"2016-02-13T06:59:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"9591280a8d09220aced3383abe3bc7ecbb34b503","kind":"tag","published_at":"2016-02-13T06:37:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"beef421f56939190a4ca30c28788eda1b3f9480d","kind":"tag","published_at":"2016-02-05T13:49:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"c8e90ab7fddd0b98855913e73fc12f9dc9dc81b1","kind":"tag","published_at":"2016-02-05T12:59:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0/manifests"},{"name":"v0.5.3","sha":"d79ce243223260b153699b99de0503698546ea63","kind":"tag","published_at":"2015-12-25T05:07:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"9e7b771072a2680c6c335fcad38003aade53213e","kind":"tag","published_at":"2015-12-23T12:24:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"4bf7d8df29f7be29552b82ec2b7112fad0c39a3e","kind":"tag","published_at":"2015-10-20T09:52:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"5ca2204b472704543ebbc744a22f8f90ec659659","kind":"tag","published_at":"2015-09-30T08:49:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"e5f2f3bc675e2c7e5cc6aa0ed50da7941833e492","kind":"tag","published_at":"2015-09-04T03:16:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"7536a0b351cc4f2764e71cbc268a178ab595259d","kind":"tag","published_at":"2015-08-17T01:28:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"56fa3d92620a41a875b3337fa51d04d6df23b1a8","kind":"tag","published_at":"2015-08-15T12:34:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"eefec0ef598a92e78510ee8626fd9bbcdb1398e4","kind":"tag","published_at":"2015-08-15T11:19:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0/manifests"},{"name":"v0.3.2","sha":"74b99dca61eafd56ba93605016b086a1108e77fe","kind":"tag","published_at":"2015-08-13T03:12:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"a1aca9c31a45aded77962bd0defc32e503aec213","kind":"commit","published_at":"2015-08-11T06:23:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"b489672d27ff703337c540f0fbc43f6486a84d99","kind":"commit","published_at":"2015-08-09T03:27:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"12e3cd6b151353dbe7f584adabbe5dd8a28424db","kind":"commit","published_at":"2015-07-24T08:13:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"f437b457b5ea6c105535a360144000f8315db54d","kind":"commit","published_at":"2015-07-24T04:54:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0/manifests"},{"name":"v0.1.3","sha":"c8fa9d0b94f8ac07f162623e4b9e9e68aad82e62","kind":"commit","published_at":"2015-07-22T11:06:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"6ba5d6e4b90a154dbca6ec0f80c66ad5995cd770","kind":"commit","published_at":"2015-07-22T07:10:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c015f8762f70eff2be7b8d7fb82438689239d717","kind":"commit","published_at":"2015-07-20T07:55:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"7253d0fea773e3f7cc0a3fb8278c9da070df26ee","kind":"commit","published_at":"2015-07-20T07:12:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.3","sha":"0c9f1e89bfacec8e08bac8ef96d64e3abdbecda7","kind":"commit","published_at":"2015-07-17T11:02:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"fec1baf43b8c0156682d4014a4fd066bd24ad448","kind":"commit","published_at":"2015-07-17T06:23:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"a5ea0dfada48601b9e3fbec78dd37d70380a2db6","kind":"commit","published_at":"2015-07-15T08:03:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1/manifests"},{"name":"v0.1.0-alpha.3","sha":"9b6cc68a2c17c9671363fe7af5de7ebd3a06aaeb","kind":"commit","published_at":"2015-07-06T01:27:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3/manifests"},{"name":"v0.1.0-alpha.2","sha":"34b0f460c34ecc48af857d8ee5d7038970ba56fb","kind":"commit","published_at":"2015-06-29T12:04:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2/manifests"},{"name":"v0.1.0-alpha.1","sha":"05b3415fc699ab43f3fa33b5ecd040ab5ecdf9e2","kind":"commit","published_at":"2015-06-24T04:42:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1/manifests"},{"name":"v0.0.17","sha":"3cae05244e48af9cf4abbef3114060db585a574c","kind":"commit","published_at":"2015-04-03T02:12:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"c0719ce6ba16778dd34c2cfdc81e7f3c5321409d","kind":"commit","published_at":"2015-03-19T04:15:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"57af04dc3e362c0e327b716279c9143028c6e0da","kind":"commit","published_at":"2015-03-18T20:23:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"69be290efb58a6a92e9ae78d7b37168d293920b5","kind":"commit","published_at":"2015-03-13T21:22:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"15a39d02ba3d666e7820eecbb8c5493ef2f6040a","kind":"commit","published_at":"2015-03-12T23:17:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13/manifests"},{"name":"v0.0.11","sha":"37f5561553c30d8f0f2c949502ea278da64949cd","kind":"tag","published_at":"2014-05-28T13:14:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"ad6f6ec5499d2c902b88da95487862d50e5ad776","kind":"tag","published_at":"2014-05-28T12:51:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"87efbabd9bc2a0fd83255e6cb856961b10aef9eb","kind":"tag","published_at":"2014-05-06T17:11:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"94b12cf69c51264b1edb6c81b50a262f0536894b","kind":"tag","published_at":"2014-04-10T14:45:48.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"1cf17e494fd7d8538c55189c72c0cf57d145ef41","kind":"tag","published_at":"2014-04-10T14:06:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"861f9ec93de28be4185b35815c2b6ab17746eb3f","kind":"commit","published_at":"2014-01-23T19:39:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"3f59f7356c86f30ef8e8754386373c2a8f97b367","kind":"commit","published_at":"2014-01-23T18:59:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6fa2c22464dcd964df604550c2ce2ed1d2f4362b","kind":"commit","published_at":"2014-01-04T21:36:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4/manifests"}]},"repo_metadata_updated_at":"2024-09-05T17:59:53.109Z","dependent_packages_count":2,"downloads":897,"downloads_period":"last-month","dependent_repos_count":24,"rankings":{"downloads":2.3081563286993942,"dependent_repos_count":2.6347101965362576,"dependent_packages_count":8.786228889746779,"stargazers_count":1.200604311931194,"forks_count":1.4451913051652208,"docker_downloads_count":0.8006915703653592,"average":2.8625971004073674},"purl":"pkg:npm/%40favware/conventional-changelog-angular","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/@favware/conventional-changelog-angular","docker_dependents_count":1,"docker_downloads_count":3503,"usage_url":"https://repos.ecosyste.ms/usage/npm/@favware/conventional-changelog-angular","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/@favware/conventional-changelog-angular/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-09-04T23:04:01.314Z","issues_count":175,"pull_requests_count":479,"avg_time_to_close_issue":19345133.890243903,"avg_time_to_close_pull_request":6038480.121447029,"issues_closed_count":82,"pull_requests_closed_count":387,"pull_request_authors_count":71,"issue_authors_count":107,"avg_comments_per_issue":2.12,"avg_comments_per_pull_request":1.3068893528183716,"merged_pull_requests_count":302,"bot_issues_count":3,"bot_pull_requests_count":228,"past_year_issues_count":65,"past_year_pull_requests_count":215,"past_year_avg_time_to_close_issue":881436.8095238095,"past_year_avg_time_to_close_pull_request":919702.6333333333,"past_year_issues_closed_count":42,"past_year_pull_requests_closed_count":180,"past_year_pull_request_authors_count":24,"past_year_issue_authors_count":40,"past_year_avg_comments_per_issue":1.5538461538461539,"past_year_avg_comments_per_pull_request":1.0604651162790697,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":94,"past_year_merged_pull_requests_count":142,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues","maintainers":[{"login":"dangreen","count":83,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"},{"login":"bcoe","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bcoe"},{"login":"tommywo","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tommywo"}],"active_maintainers":[{"login":"dangreen","count":72,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@favware%2Fconventional-changelog-angular/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@favware%2Fconventional-changelog-angular/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@favware%2Fconventional-changelog-angular/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@favware%2Fconventional-changelog-angular/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@favware%2Fconventional-changelog-angular/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@favware%2Fconventional-changelog-angular/codemeta","maintainers":[{"uuid":"favna","login":"favna","name":null,"email":"jeroen.claassens@live.nl","url":null,"packages_count":134,"html_url":"https://www.npmjs.com/~favna","role":null,"created_at":"2023-01-08T13:23:22.956Z","updated_at":"2023-01-08T13:23:22.956Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/favna/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5644415,"maintainers_count":1200486,"namespaces_count":399623,"keywords_count":847874,"github":"npm","metadata":{"funded_packages_count":171745},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-06-10T05:11:46.456Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":999972,"name":"@jaszczakw/conventional-changelog-angular","ecosystem":"npm","description":"conventional-changelog angular preset","homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-angular#readme","licenses":"ISC","normalized_licenses":["ISC"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":["conventional-changelog","angular","preset"],"namespace":"jaszczakw","versions_count":3,"first_release_published_at":"2019-07-18T10:38:41.763Z","latest_release_published_at":"2019-07-18T10:59:45.473Z","latest_release_number":"5.0.5","last_synced_at":"2026-06-03T20:26:52.982Z","created_at":"2022-04-07T18:55:07.684Z","updated_at":"2026-06-03T20:26:52.983Z","registry_url":"https://www.npmjs.com/package/@jaszczakw/conventional-changelog-angular","install_command":"npm install @jaszczakw/conventional-changelog-angular","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"5.0.5"}},"repo_metadata":{"id":12961414,"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2026-05-25T22:06:24.000Z","size":6460,"stargazers_count":8449,"open_issues_count":249,"forks_count":736,"subscribers_count":48,"default_branch":"master","last_synced_at":"2026-05-27T10:06:02.477Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2026-05-26T14:51:47.000Z","dependencies_parsed_at":"2026-03-05T00:02:02.010Z","dependency_job_id":null,"html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1686,"total_committers":150,"mean_commits":11.24,"dds":0.4792408066429419,"last_synced_commit":"65550d9a30cfab4b00b3e982e42bd68fedafcefc"},"previous_names":["ajoslin/conventional-changelog"],"tags_count":827,"template":false,"template_full_name":null,"purl":"pkg:github/conventional-changelog/conventional-changelog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/sbom","scorecard":{"id":174827,"data":{"date":"2025-08-11","repo":{"name":"github.com/conventional-changelog/conventional-changelog","commit":"1552de5434163eb63d3bf73d97bcb3bf34de8586"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 7 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":1,"reason":"Found 4/22 approved changesets -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/checks.yml:1","Warn: no topLevel permission defined: .github/workflows/commit.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Warn: no topLevel permission defined: .github/workflows/tests.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/checks.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/checks.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/commit.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/commit.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/commit.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:50: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:85: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:87: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:91: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:102: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Info:   0 out of  17 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  14 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: ISC License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 16 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":7,"reason":"3 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-xffm-g5w8-qvg7","Warn: Project is vulnerable to: GHSA-67mh-4wv8-2f99","Warn: Project is vulnerable to: GHSA-52f5-9888-hmc6"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-16T17:26:40.503Z","repository_id":12961414,"created_at":"2025-08-16T17:26:40.503Z","updated_at":"2025-08-16T17:26:40.503Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33649345,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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"},"tags":[]},"repo_metadata_updated_at":"2026-06-02T12:24:00.437Z","dependent_packages_count":1,"downloads":29,"downloads_period":"last-month","dependent_repos_count":1,"rankings":{"downloads":24.956326392884836,"dependent_repos_count":10.767935900085632,"dependent_packages_count":21.30988168970035,"stargazers_count":1.200604311931194,"forks_count":1.4451913051652208,"docker_downloads_count":null,"average":11.935987919953448},"purl":"pkg:npm/%40jaszczakw/conventional-changelog-angular","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/@jaszczakw/conventional-changelog-angular","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/@jaszczakw/conventional-changelog-angular","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/@jaszczakw/conventional-changelog-angular/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-10-29T14:29:47.234Z","issues_count":160,"pull_requests_count":531,"avg_time_to_close_issue":29861598.337837838,"avg_time_to_close_pull_request":12509911.262582056,"issues_closed_count":74,"pull_requests_closed_count":457,"pull_request_authors_count":84,"issue_authors_count":135,"avg_comments_per_issue":2.0125,"avg_comments_per_pull_request":1.2391713747645952,"merged_pull_requests_count":337,"bot_issues_count":3,"bot_pull_requests_count":268,"past_year_issues_count":30,"past_year_pull_requests_count":110,"past_year_avg_time_to_close_issue":3046943.3636363638,"past_year_avg_time_to_close_pull_request":1239705.430379747,"past_year_issues_closed_count":11,"past_year_pull_requests_closed_count":79,"past_year_pull_request_authors_count":18,"past_year_issue_authors_count":24,"past_year_avg_comments_per_issue":1.6,"past_year_avg_comments_per_pull_request":0.9181818181818182,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":66,"past_year_merged_pull_requests_count":66,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues","maintainers":[{"login":"dangreen","count":93,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"},{"login":"bcoe","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bcoe"},{"login":"tommywo","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tommywo"}],"active_maintainers":[{"login":"dangreen","count":22,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@jaszczakw%2Fconventional-changelog-angular/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@jaszczakw%2Fconventional-changelog-angular/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@jaszczakw%2Fconventional-changelog-angular/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@jaszczakw%2Fconventional-changelog-angular/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@jaszczakw%2Fconventional-changelog-angular/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@jaszczakw%2Fconventional-changelog-angular/codemeta","maintainers":[{"uuid":"jaszczakw","login":"jaszczakw","name":null,"email":"jaszczakw@gmail.com","url":null,"packages_count":12,"html_url":"https://www.npmjs.com/~jaszczakw","role":null,"created_at":"2022-11-20T17:50:11.677Z","updated_at":"2022-11-20T17:50:11.677Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/jaszczakw/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5644415,"maintainers_count":1200486,"namespaces_count":399623,"keywords_count":847874,"github":"npm","metadata":{"funded_packages_count":171745},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-06-10T05:11:46.456Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":7736215,"name":"@mattclough/conventional-changelog-conventionalcommits","ecosystem":"npm","description":"conventional-changelog conventionalcommits.org preset","homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-conventionalcommits#readme","licenses":"ISC","normalized_licenses":["ISC"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":["conventional-changelog","conventionalcommits.org","preset"],"namespace":"mattclough","versions_count":3,"first_release_published_at":"2023-05-10T20:02:46.025Z","latest_release_published_at":"2023-05-11T20:06:52.770Z","latest_release_number":"5.1.1","last_synced_at":"2026-06-03T20:26:52.991Z","created_at":"2023-05-15T20:54:36.762Z","updated_at":"2026-06-03T20:26:52.991Z","registry_url":"https://www.npmjs.com/package/@mattclough/conventional-changelog-conventionalcommits","install_command":"npm install @mattclough/conventional-changelog-conventionalcommits","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"5.1.1"}},"repo_metadata":{"id":12961414,"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2024-06-18T04:54:14.000Z","size":5832,"stargazers_count":7627,"open_issues_count":249,"forks_count":715,"subscribers_count":58,"default_branch":"master","last_synced_at":"2024-06-19T09:40:31.278Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2024-06-19T09:40:44.711Z","dependencies_parsed_at":"2022-07-13T10:30:31.523Z","dependency_job_id":"5f6d159e-c4c6-405b-9fa7-976ffc4dfa04","html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1464,"total_committers":136,"mean_commits":"10.764705882352942","dds":"0.40095628415300544","last_synced_commit":"58f0887283a200d52e49607baf7b352f26177b05"},"previous_names":["ajoslin/conventional-changelog"],"tags_count":777,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":215686924,"owners_count":15916249,"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"},"owner_record":{"login":"conventional-changelog","name":"conventional-changelog","uuid":"16443515","kind":"organization","description":"Tools to generate changelogs and release notes from a project's commit messages and metadata.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16443515?v=4","repositories_count":12,"last_synced_at":"2024-03-25T20:05:25.442Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/conventional-changelog","funding_links":[],"total_stars":31480,"followers":325,"following":0,"created_at":"2022-11-02T16:25:21.572Z","updated_at":"2024-03-25T20:05:26.809Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog/repositories"},"tags":[{"name":"git-client-v1.0.1","sha":"d3b8aaa16337993bbad4d91db1ffac5a7568756b","kind":"commit","published_at":"2024-05-06T14:46:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1/manifests"},{"name":"conventional-changelog-v6.0.0","sha":"83bb15ba5de08f080884fc906c6db3c99c8b2131","kind":"commit","published_at":"2024-04-26T22:08:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0/manifests"},{"name":"conventional-changelog-core-v8.0.0","sha":"7bc92fc05e4447f311ad52b6e39d36f461eaf083","kind":"commit","published_at":"2024-04-26T22:07:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v8.0.0","sha":"3129c812139bf7454a64b4d506e6b85cd5abc77c","kind":"commit","published_at":"2024-04-26T22:06:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0/manifests"},{"name":"git-semver-tags-v8.0.0","sha":"fbd1b3bcd6253a32de89eb21145c2eb70d9396b6","kind":"commit","published_at":"2024-04-26T22:05:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v5.0.0","sha":"e34c96db3dbebedb17a6583aae8855dddd056f83","kind":"commit","published_at":"2024-04-26T22:04:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0/manifests"},{"name":"conventional-changelog-angular-v8.0.0","sha":"2aa6291a93eb881230e896f87a5232873b6a9717","kind":"commit","published_at":"2024-04-26T22:04:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0/manifests"},{"name":"conventional-changelog-jquery-v6.0.0","sha":"1c71cd6d4868ef2e158963e277609a9794806306","kind":"commit","published_at":"2024-04-26T22:03:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v8.0.0","sha":"533e36277d1779a5ac79a06210c603b5f88bc030","kind":"commit","published_at":"2024-04-26T22:00:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0/manifests"},{"name":"conventional-changelog-eslint-v6.0.0","sha":"c7459cd7d1e1ab82c9a5d552b008c02aba290cad","kind":"commit","published_at":"2024-04-26T21:59:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0/manifests"},{"name":"git-raw-commits-v5.0.0","sha":"f61ea377e843db0852c35911785895ec43481f11","kind":"commit","published_at":"2024-04-26T21:58:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0/manifests"},{"name":"conventional-changelog-codemirror-v5.0.0","sha":"77525286ffc8869a6ac351ebe28198842815cb7c","kind":"commit","published_at":"2024-04-26T21:57:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0/manifests"},{"name":"conventional-changelog-cli-v5.0.0","sha":"a75cef688b9a1557ca981178d4d35c18963160b6","kind":"commit","published_at":"2024-04-26T21:53:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0/manifests"},{"name":"conventional-changelog-express-v5.0.0","sha":"a6ab80d6e30091a8b743ee97a87e7400af1ebc53","kind":"commit","published_at":"2024-04-26T21:53:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v10.0.0","sha":"d7c409b02f1d58cf6f0293edcadbe5f00a78a622","kind":"commit","published_at":"2024-04-26T21:52:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v10.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v10.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0/manifests"},{"name":"conventional-changelog-atom-v5.0.0","sha":"3b2b9d0ec2382f73d9cf000a1004596f90ece916","kind":"commit","published_at":"2024-04-26T21:51:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0/manifests"},{"name":"conventional-changelog-jshint-v5.0.0","sha":"d7dae509e72b09d1496ae51f1f04c15581c828fc","kind":"commit","published_at":"2024-04-26T21:50:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0/manifests"},{"name":"conventional-changelog-ember-v5.0.0","sha":"2e99dfa49112ffe6c864dd0e436f0db1e696b1f9","kind":"commit","published_at":"2024-04-26T21:50:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0/manifests"},{"name":"conventional-commits-parser-v6.0.0","sha":"646e1be132ccd0f32e3074de2f511be5c610984f","kind":"commit","published_at":"2024-04-26T21:48:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0/manifests"},{"name":"conventional-commits-filter-v5.0.0","sha":"be4266b7ef7b84ba5c198dfa8c143229f8a5b128","kind":"commit","published_at":"2024-04-26T21:47:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0/manifests"},{"name":"standard-changelog-v6.0.0","sha":"3e9b9387f29e48a508b70b88f26b40a6db9fea16","kind":"commit","published_at":"2024-04-26T21:45:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v5.0.0","sha":"041a1a9b73b201add30494aed19d026b948bd8f1","kind":"commit","published_at":"2024-04-26T21:41:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0/manifests"},{"name":"git-client-v1.0.0","sha":"7e51fe970576503cae3ab94e6e9b3e01017b044d","kind":"commit","published_at":"2024-04-26T21:21:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0/manifests"},{"name":"git-semver-tags-v7.0.1","sha":"fac8045242099c016f5f3905e54e02b7d466bd7b","kind":"commit","published_at":"2023-09-10T23:53:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1/manifests"},{"name":"conventional-changelog-writer-v7.0.1","sha":"e3a643ad39ec3bc4cfb1dff2aa1101333df33dc3","kind":"commit","published_at":"2023-09-10T23:49:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1/manifests"},{"name":"conventional-changelog-cli-v4.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0/manifests"},{"name":"conventional-changelog-v5.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0/manifests"},{"name":"conventional-changelog-core-v7.0.0","sha":"2e467dd39a35c3813597711a37690897183b4abc","kind":"commit","published_at":"2023-09-08T22:03:37.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0/manifests"},{"name":"git-semver-tags-v7.0.0","sha":"a13f788bd505d8253a2d92413fc4a7780e11ec07","kind":"commit","published_at":"2023-09-08T21:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0/manifests"},{"name":"standard-changelog-v5.0.0","sha":"34569c7a3fd2b0362a461517a1f4e20e7eecd9fc","kind":"commit","published_at":"2023-09-08T21:55:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v9.0.0","sha":"ad633d9d81f66ef80d7f77832a264cb0c5b971ef","kind":"commit","published_at":"2023-09-08T21:50:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.2","sha":"50113f9b569259d991f1a734a192964ca71f0118","kind":"commit","published_at":"2023-09-08T21:41:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2/manifests"},{"name":"conventional-changelog-preset-loader-v4.1.0","sha":"a14d2186575f6061f236c9a47d803694b18f8373","kind":"commit","published_at":"2023-09-08T21:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.1","sha":"ca4324b0a690b2595f8b574882ff95329a2dc195","kind":"commit","published_at":"2023-08-27T19:11:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1/manifests"},{"name":"conventional-commits-filter-v4.0.0","sha":"26fc9ea274dc0c62442ec9d97b20a2ebb49138bf","kind":"commit","published_at":"2023-08-27T12:55:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0/manifests"},{"name":"standard-changelog-v4.0.0","sha":"5b788265774bf4b63d3c83a178ca53e8e7095903","kind":"commit","published_at":"2023-08-27T12:50:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-eslint-v5.0.0","sha":"679594c0716275771cc23b314e4362899fe72f87","kind":"commit","published_at":"2023-08-27T12:46:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0/manifests"},{"name":"git-semver-tags-v6.0.0","sha":"1c75c72d9b5d59e3ea4e914c58a85f7559f29602","kind":"commit","published_at":"2023-08-27T12:40:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0/manifests"},{"name":"conventional-recommended-bump-v8.0.0","sha":"624377a24e8e3658bcf2329a9a98f9a7b02a4cb3","kind":"commit","published_at":"2023-08-27T12:33:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0/manifests"},{"name":"conventional-changelog-writer-v7.0.0","sha":"d669bb67dc713cb1e4374e3216ed7d83cde743c5","kind":"commit","published_at":"2023-08-27T12:27:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0/manifests"},{"name":"conventional-changelog-codemirror-v4.0.0","sha":"933fd0b3dd355d648faf57241b796a714004c722","kind":"commit","published_at":"2023-08-27T12:23:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0/manifests"},{"name":"conventional-changelog-express-v4.0.0","sha":"c9e9ceb3a3727659bd117bab01cbc7642d588f06","kind":"commit","published_at":"2023-08-27T12:16:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0/manifests"},{"name":"conventional-changelog-ember-v4.0.0","sha":"5d7c16268f79b7f180e34e997fdb37373d714666","kind":"commit","published_at":"2023-08-27T12:11:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0/manifests"},{"name":"conventional-changelog-jquery-v5.0.0","sha":"d643efb1050dcdaecee626044315644ff9b9e43b","kind":"commit","published_at":"2023-08-27T12:07:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v4.0.0","sha":"636646dd9ae062e9652a7f9ccaf6c329e6e9f924","kind":"commit","published_at":"2023-08-27T12:03:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0/manifests"},{"name":"conventional-changelog-v5.0.0","sha":"7985de3edc9e655369651ad464cb39b791887dc7","kind":"commit","published_at":"2023-08-27T11:58:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.0","sha":"5f0fe40743d8f559ab94ed11bbb4b8bda6fa6dcb","kind":"commit","published_at":"2023-08-27T11:51:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0/manifests"},{"name":"conventional-changelog-angular-v7.0.0","sha":"6c7a2e1a8807988bcb1a9842f72d14be3b1a89e3","kind":"commit","published_at":"2023-08-27T11:46:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0/manifests"},{"name":"conventional-changelog-jshint-v4.0.0","sha":"0204a9a340d2c85411e8de8905bc74c6146e5618","kind":"commit","published_at":"2023-08-27T11:41:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0/manifests"},{"name":"conventional-changelog-atom-v4.0.0","sha":"ab9b2c10e098ec8837d141102549f3eef698364c","kind":"commit","published_at":"2023-08-27T11:36:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0/manifests"},{"name":"conventional-changelog-cli-v4.0.0","sha":"29df6c4597afad27b9cda06f58eb564bcca609c4","kind":"commit","published_at":"2023-08-27T11:21:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0/manifests"},{"name":"conventional-changelog-core-v6.0.0","sha":"45613bbc2d13c798732e4b2bd4b2fa9ea67157d6","kind":"commit","published_at":"2023-08-27T11:17:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v4.0.0","sha":"5a896e3ef3aa9e751fcc74d7c76fa21d6d526cb0","kind":"commit","published_at":"2023-08-27T11:08:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0/manifests"},{"name":"git-raw-commits-v4.0.0","sha":"878fc56b43bc617177bf47fd8643a3b8b86078e5","kind":"commit","published_at":"2023-08-27T11:01:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0/manifests"},{"name":"conventional-commits-parser-v5.0.0","sha":"299de5acbe55a7d19dcdd2adc34681eae7264abf","kind":"commit","published_at":"2023-08-26T17:50:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0/manifests"},{"name":"git-semver-tags-v5.0.1","sha":"87914a362866a380e98a29edf19b2173e0911d8a","kind":"commit","published_at":"2023-07-09T19:10:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1/manifests"},{"name":"conventional-changelog-writer-v6.0.1","sha":"c123edea220b450cfa26813b6f198c3e8ebbd2b4","kind":"commit","published_at":"2023-07-09T14:49:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.2","sha":"83773c5e1a8874ea9809ca9db1dff60b7df1daae","kind":"commit","published_at":"2023-06-28T17:43:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.1.0","sha":"2e5fe6d9574ba896fa90b5bfcb50fb73d28af6d6","kind":"commit","published_at":"2023-06-17T21:30:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v7.0.1","sha":"f251b6899e313a9b23f3c8deb8b8b57217040892","kind":"commit","published_at":"2023-06-06T23:24:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.1","sha":"5b458dff9edf766446449acd1bbb8027a1e39fa5","kind":"commit","published_at":"2023-06-06T23:17:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1/manifests"},{"name":"gulp-conventional-changelog-v3.0.0","sha":"8ef6232797e5bf7c80422221374c53c03d5df36d","kind":"commit","published_at":"2023-06-06T22:50:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0/manifests"},{"name":"standard-changelog-v3.0.0","sha":"ea65f017b42b914ece780fd2fc799a6946912ed8","kind":"commit","published_at":"2023-06-06T22:42:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0/manifests"},{"name":"conventional-changelog-cli-v3.0.0","sha":"f00f4549cee9406054b77057a8135183fcd89710","kind":"commit","published_at":"2023-06-06T22:29:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0/manifests"},{"name":"conventional-changelog-v4.0.0","sha":"1a240f91ed584ed43e7f9c82235ca60eff0f4fa5","kind":"commit","published_at":"2023-06-06T19:50:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-core-v5.0.0","sha":"8507f601486c8ff6806156c50091262dee13ec54","kind":"commit","published_at":"2023-06-06T19:23:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v7.0.0","sha":"e1662ca7a6c688d28a334282a5e863f52866f3e8","kind":"commit","published_at":"2023-06-06T18:39:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v3.0.0","sha":"5d80d155425147a0b045af09536e5962cbfff620","kind":"commit","published_at":"2023-06-06T15:08:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.0.0","sha":"a30fc7ae219cf871b46cbe9d2c76a9730b70e272","kind":"commit","published_at":"2023-06-06T14:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v6.0.0","sha":"aa5d46c7b13b7b31f78af4b3c31c087c39eea41d","kind":"commit","published_at":"2023-06-06T14:46:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0/manifests"},{"name":"conventional-commits-filter-v3.0.0","sha":"502a73fe41aebb7b563c5ca69521e0b1bab904df","kind":"commit","published_at":"2023-06-06T14:32:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0/manifests"},{"name":"conventional-commits-parser-v4.0.0","sha":"9f7fe891e75c64937c28baa39a6c795a01603ab7","kind":"commit","published_at":"2023-06-06T14:24:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0/manifests"},{"name":"git-raw-commits-v3.0.0","sha":"571f2d549f10744a12ab3bc5dc5e0b749cb72667","kind":"commit","published_at":"2023-06-06T14:16:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0/manifests"},{"name":"git-semver-tags-v5.0.0","sha":"445c796d04105d10dd62d07039bc6a7fc9f263a5","kind":"commit","published_at":"2023-06-06T13:51:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0/manifests"},{"name":"conventional-changelog-atom-v3.0.0","sha":"208787aa2f5db8de1c2d43c56d71e6dfb9510781","kind":"commit","published_at":"2023-06-06T13:43:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0/manifests"},{"name":"conventional-changelog-angular-v6.0.0","sha":"c4ebf98acc15f37154aae5de53a225e896c4a157","kind":"commit","published_at":"2023-06-06T13:36:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0/manifests"},{"name":"conventional-changelog-codemirror-v3.0.0","sha":"0772453bee083917a05b9696d063ee3dc69957f9","kind":"commit","published_at":"2023-06-06T13:25:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0/manifests"},{"name":"conventional-changelog-ember-v3.0.0","sha":"e473d0c8af7c0cf8a54f775556796f50f3e695c2","kind":"commit","published_at":"2023-06-06T13:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0/manifests"},{"name":"conventional-changelog-eslint-v4.0.0","sha":"b3b896bc5b9e3ed65dcfc08c57967a252f37cfd1","kind":"commit","published_at":"2023-06-06T12:56:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0/manifests"},{"name":"conventional-changelog-express-v3.0.0","sha":"5594385d1dd2490b0fb508a60b6f30e8be6616ce","kind":"commit","published_at":"2023-06-06T12:37:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0/manifests"},{"name":"conventional-changelog-jquery-v4.0.0","sha":"51a3015a907b2cea900114359c36ce0e9664b72d","kind":"commit","published_at":"2023-06-06T12:17:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0/manifests"},{"name":"conventional-changelog-jshint-v3.0.0","sha":"281e5f883476e90b75cae4373a67436c86e94f6a","kind":"commit","published_at":"2023-06-06T12:02:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v5.0.0","sha":"ba6df7cf62de5f448368bed4398f6ddf633d2cbd","kind":"commit","published_at":"2022-05-27T18:02:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0/manifests"},{"name":"conventional-changelog-writer-v5.0.1","sha":"21b73f974adc4490a318d9c892055655cb82c538","kind":"commit","published_at":"2021-12-29T21:36:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.3","sha":"02757d342290bcf51a49d49e5e72f5eae6c6f6da","kind":"commit","published_at":"2021-12-29T19:52:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3/manifests"},{"name":"conventional-commits-parser-v3.2.4","sha":"1d0f62d4ac4911ef0d912d5401f783b152cee624","kind":"commit","published_at":"2021-12-29T19:46:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4/manifests"},{"name":"git-raw-commits-v2.0.11","sha":"95384dbd105ffe4f86bbc6ccad3e5405a1cbfe04","kind":"commit","published_at":"2021-12-29T19:39:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.2","sha":"1827696185192a8dd258ea7c3370090238b0fb76","kind":"commit","published_at":"2021-12-25T18:06:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2/manifests"},{"name":"conventional-changelog-cli-v2.2.2","sha":"8ce6a7bbd3fae87aa9d56fca68c2e16fbb2cace5","kind":"commit","published_at":"2021-12-25T17:22:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2/manifests"},{"name":"conventional-changelog-v3.1.25","sha":"8e9c3d76aaffd7fe67a78270b3ad9b881e953e7e","kind":"commit","published_at":"2021-12-24T18:50:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25/manifests"},{"name":"conventional-commits-parser-v3.2.3","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3/manifests"},{"name":"conventional-changelog-cli-v2.2.1","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.1","sha":"c35708d56a55e31b750aec1f745e5be52f0a75f2","kind":"commit","published_at":"2021-09-09T19:06:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1/manifests"},{"name":"conventional-commits-parser-v3.2.2","sha":"1bae48ff85eff0736ea6691b7214f3fc9c026256","kind":"commit","published_at":"2021-09-09T14:45:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2/manifests"},{"name":"conventional-changelog-core-v4.2.4","sha":"02fbc2d42d0faf53d4b7a2b0525626088a6ac8ba","kind":"commit","published_at":"2021-09-09T14:37:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4/manifests"},{"name":"conventional-changelog-angular-v5.0.13","sha":"e30343b4676d26b416080294dc74ebba001c0716","kind":"commit","published_at":"2021-09-09T14:31:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v5.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13/manifests"},{"name":"conventional-changelog-core-v4.2.3","sha":"318b555b6ef3aebdb5a8d4c7c734fd7234712dd3","kind":"commit","published_at":"2021-07-03T00:24:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.0","sha":"537c37d7801872c3e57e4200c64154a4d2ea042a","kind":"commit","published_at":"2021-04-30T00:15:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0/manifests"},{"name":"conventional-commits-parser-v3.2.1","sha":"758dda2937b6784f0cc6a535286862fcf95b6f06","kind":"commit","published_at":"2021-02-15T21:32:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1/manifests"},{"name":"git-raw-commits-v2.0.10","sha":"ffecaccb6e117afae9f68f1d48ff9a69554da950","kind":"commit","published_at":"2021-01-27T16:36:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10/manifests"},{"name":"conventional-changelog-writer-v5.0.0","sha":"61ef6491add84b841e1797baf09f62bbdd90dcd4","kind":"commit","published_at":"2020-12-30T22:40:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v6.1.0","sha":"3b0fb22b0bb49137b9ecddaeb349f66025205c57","kind":"commit","published_at":"2020-12-30T16:58:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0/manifests"},{"name":"conventional-changelog-core-v4.2.2","sha":"317eeb3137caff69bcc9a67fce3dc67663a010db","kind":"commit","published_at":"2020-12-30T00:53:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2/manifests"},{"name":"conventional-recommended-bump-v6.0.12","sha":"90ecc5d93bfd7626857eda5d240f92393d896be0","kind":"commit","published_at":"2020-12-30T00:43:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12/manifests"},{"name":"git-raw-commits-v2.0.9","sha":"227f3e23af86912c0cd64fdb1a820ac92e5757c5","kind":"commit","published_at":"2020-12-29T23:59:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9/manifests"},{"name":"conventional-changelog-writer-v4.1.0","sha":"77725cfb12ca3ca22abb9421b4af012a49207e7a","kind":"commit","published_at":"2020-12-29T23:41:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0/manifests"},{"name":"conventional-changelog-atom@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8/manifests"},{"name":"conventional-changelog-angular@5.0.12","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12/manifests"},{"name":"conventional-changelog@3.1.24","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24/manifests"},{"name":"git-raw-commits@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8/manifests"},{"name":"standard-changelog@2.0.27","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27/manifests"},{"name":"gulp-conventional-changelog@2.0.35","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35/manifests"},{"name":"git-semver-tags@4.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1/manifests"},{"name":"conventional-recommended-bump@6.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11/manifests"},{"name":"conventional-commits-parser@3.2.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0/manifests"},{"name":"conventional-commits-filter@2.0.7","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7/manifests"},{"name":"conventional-changelog-writer@4.0.18","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18/manifests"},{"name":"conventional-changelog-jshint@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9/manifests"},{"name":"conventional-changelog-jquery@3.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11/manifests"},{"name":"conventional-changelog-express@2.0.6","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9/manifests"},{"name":"conventional-changelog-ember@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9/manifests"},{"name":"conventional-changelog-core@4.2.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.5.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1/manifests"},{"name":"conventional-changelog-v3.1.24","sha":"f8fcbc2e8b0834c29178ace6382b438a020ad828","kind":"commit","published_at":"2020-10-25T02:45:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24/manifests"},{"name":"conventional-recommended-bump@6.0.10","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10/manifests"},{"name":"standard-changelog@2.0.26","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26/manifests"},{"name":"gulp-conventional-changelog@2.0.34","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34/manifests"},{"name":"git-semver-tags@4.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0/manifests"},{"name":"conventional-changelog-core@4.2.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.4.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0/manifests"},{"name":"conventional-changelog-cli@2.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0/manifests"},{"name":"conventional-changelog@3.1.23","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23/manifests"},{"name":"standard-changelog@2.0.25","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25/manifests"},{"name":"conventional-changelog-writer@4.0.17","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17/manifests"},{"name":"conventional-changelog-jshint@2.0.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8/manifests"},{"name":"conventional-changelog-core@4.1.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8/manifests"},{"name":"conventional-changelog@3.1.22","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22/manifests"},{"name":"conventional-changelog-angular@5.0.11","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.35","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35/manifests"},{"name":"gulp-conventional-changelog@2.0.33","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.1","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1/manifests"},{"name":"conventional-changelog-core@4.1.7","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7/manifests"},{"name":"conventional-changelog@3.1.21","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21/manifests"},{"name":"conventional-changelog-writer@4.0.16","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.34","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34/manifests"},{"name":"standard-changelog@2.0.24","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24/manifests"},{"name":"gulp-conventional-changelog@2.0.32","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32/manifests"},{"name":"git-semver-tags@4.0.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.3.4","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4/manifests"},{"name":"standard-changelog@2.0.23","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23/manifests"},{"name":"gulp-conventional-changelog@2.0.31","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31/manifests"},{"name":"conventional-changelog-eslint@3.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.15","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10/manifests"},{"name":"conventional-changelog@3.1.20","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20/manifests"},{"name":"conventional-changelog-atom@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7/manifests"},{"name":"conventional-changelog-cli@2.0.33","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33/manifests"},{"name":"conventional-changelog-codemirror@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0/manifests"},{"name":"conventional-changelog-core@4.1.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6/manifests"},{"name":"conventional-changelog-ember@2.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8/manifests"},{"name":"conventional-commits-filter@2.0.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6/manifests"},{"name":"conventional-commits-parser@3.1.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.9","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9/manifests"},{"name":"git-raw-commits@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7/manifests"},{"name":"conventional-changelog-express@2.0.5","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10/manifests"},{"name":"conventional-changelog-jshint@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7/manifests"},{"name":"conventional-changelog-preset-loader-v2.3.2","sha":"9f6c56cb960a5043823cfb85b9843991201cbb51","kind":"commit","published_at":"2020-05-08T19:21:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v2.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2/manifests"},{"name":"conventional-changelog-core@4.1.5","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5/manifests"},{"name":"gulp-conventional-changelog@2.0.30","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30/manifests"},{"name":"standard-changelog@2.0.22","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22/manifests"},{"name":"conventional-changelog@3.1.19","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19/manifests"},{"name":"conventional-changelog-cli@2.0.32","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32/manifests"},{"name":"conventional-changelog-cli@2.0.31","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31/manifests"},{"name":"standard-changelog@2.0.21","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21/manifests"},{"name":"gulp-conventional-changelog@2.0.29","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29/manifests"},{"name":"conventional-changelog-core@4.1.4","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4/manifests"},{"name":"conventional-changelog@3.1.18","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18/manifests"},{"name":"conventional-changelog@3.1.17","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17/manifests"},{"name":"standard-changelog@2.0.20","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20/manifests"},{"name":"gulp-conventional-changelog@2.0.28","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28/manifests"},{"name":"conventional-changelog-core@4.1.3","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.30","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30/manifests"},{"name":"conventional-changelog-cli@2.0.29","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29/manifests"},{"name":"standard-changelog@2.0.19","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19/manifests"},{"name":"gulp-conventional-changelog@2.0.27","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27/manifests"},{"name":"conventional-changelog-core@4.1.2","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2/manifests"},{"name":"conventional-changelog@3.1.16","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16/manifests"},{"name":"conventional-changelog-cli@2.0.28","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28/manifests"},{"name":"standard-changelog@2.0.18","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18/manifests"},{"name":"gulp-conventional-changelog@2.0.26","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26/manifests"},{"name":"git-semver-tags@3.0.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1/manifests"},{"name":"git-raw-commits@2.0.3","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3/manifests"},{"name":"conventional-recommended-bump@6.0.5","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5/manifests"},{"name":"conventional-commits-parser@3.0.8","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.11","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11/manifests"},{"name":"conventional-changelog-core@4.1.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1/manifests"},{"name":"conventional-changelog@3.1.15","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15/manifests"},{"name":"gulp-conventional-changelog@2.0.25","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25/manifests"},{"name":"conventional-changelog@3.1.14","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14/manifests"},{"name":"conventional-changelog-angular@5.0.6","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6/manifests"},{"name":"conventional-changelog-cli@2.0.27","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.3","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3/manifests"},{"name":"conventional-changelog-core@4.1.0","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0/manifests"},{"name":"conventional-commits-parser@3.0.7","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7/manifests"},{"name":"conventional-recommended-bump@6.0.4","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4/manifests"},{"name":"standard-changelog@2.0.17","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17/manifests"},{"name":"conventional-changelog-cli@2.0.26","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.2","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2/manifests"},{"name":"conventional-changelog-core@4.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3/manifests"},{"name":"conventional-commits-parser@3.0.6","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6/manifests"},{"name":"conventional-recommended-bump@6.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.24","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24/manifests"},{"name":"standard-changelog@2.0.16","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16/manifests"},{"name":"conventional-changelog-writer@4.0.10","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10/manifests"},{"name":"conventional-changelog-preset-loader@2.3.0","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0/manifests"},{"name":"conventional-changelog@3.1.13","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13/manifests"},{"name":"conventional-changelog-jshint@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.9","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9/manifests"},{"name":"conventional-commits-parser@3.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5/manifests"},{"name":"conventional-changelog@3.1.12","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12/manifests"},{"name":"conventional-recommended-bump@6.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.23","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23/manifests"},{"name":"standard-changelog@2.0.15","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5/manifests"},{"name":"conventional-changelog-atom@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.25","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25/manifests"},{"name":"conventional-changelog-codemirror@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.1","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1/manifests"},{"name":"conventional-changelog-core@4.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2/manifests"},{"name":"conventional-changelog-ember@2.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4/manifests"},{"name":"conventional-changelog-eslint@3.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.6","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6/manifests"},{"name":"standard-changelog@2.0.14","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14/manifests"},{"name":"gulp-conventional-changelog@2.0.22","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22/manifests"},{"name":"conventional-recommended-bump@6.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1/manifests"},{"name":"conventional-commits-parser@3.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4/manifests"},{"name":"conventional-changelog-writer@4.0.8","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8/manifests"},{"name":"conventional-changelog-jshint@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.5","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5/manifests"},{"name":"conventional-changelog-eslint@3.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3/manifests"},{"name":"conventional-changelog-ember@2.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3/manifests"},{"name":"conventional-changelog-core@4.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.0","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.24","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24/manifests"},{"name":"conventional-changelog-atom@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4/manifests"},{"name":"conventional-changelog@3.1.11","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11/manifests"},{"name":"conventional-changelog-preset-loader@2.2.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0/manifests"},{"name":"standard-changelog@2.0.13","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13/manifests"},{"name":"gulp-conventional-changelog@2.0.21","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21/manifests"},{"name":"git-semver-tags@3.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0/manifests"},{"name":"conventional-recommended-bump@6.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.7","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7/manifests"},{"name":"conventional-changelog@3.1.10","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10/manifests"},{"name":"conventional-changelog-cli@2.0.23","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23/manifests"},{"name":"conventional-changelog-conventionalcommits@4.1.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0/manifests"},{"name":"conventional-changelog-core@4.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.1","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.0.0","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0/manifests"},{"name":"conventional-changelog-core@3.2.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3/manifests"},{"name":"conventional-changelog-writer@4.0.6","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6/manifests"},{"name":"conventional-commits-parser@3.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3/manifests"},{"name":"conventional-changelog@3.1.9","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9/manifests"},{"name":"standard-changelog@2.0.12","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.20","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20/manifests"},{"name":"git-semver-tags@2.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.22","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22/manifests"},{"name":"standard-changelog@2.0.11","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11/manifests"},{"name":"conventional-changelog@3.1.8","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8/manifests"},{"name":"conventional-changelog-cli@2.0.21","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.2","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.19","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19/manifests"},{"name":"conventional-changelog@3.1.7","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7/manifests"},{"name":"conventional-changelog-cli@2.0.20","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.1","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.18","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18/manifests"},{"name":"conventional-changelog-cli@2.0.19","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.17","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17/manifests"},{"name":"conventional-changelog@3.1.6","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6/manifests"},{"name":"conventional-changelog@3.1.5","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5/manifests"},{"name":"conventional-changelog-conventionalcommits@2.0.0","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.16","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.18","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.2","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.17","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17/manifests"},{"name":"conventional-changelog@3.1.4","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.15","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15/manifests"},{"name":"conventional-changelog-writer@4.0.5","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5/manifests"},{"name":"standard-changelog@2.0.10","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10/manifests"},{"name":"gulp-conventional-changelog@2.0.14","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14/manifests"},{"name":"conventional-changelog@3.1.3","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3/manifests"},{"name":"conventional-changelog-core@3.2.2","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2/manifests"},{"name":"conventional-changelog-cli@2.0.16","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.15","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15/manifests"},{"name":"standard-changelog@2.0.9","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.1.2","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2/manifests"},{"name":"conventional-changelog-core@3.2.1","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1/manifests"},{"name":"gulp-conventional-changelog@2.0.13","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13/manifests"},{"name":"conventional-changelog@3.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1/manifests"},{"name":"gulp-conventional-changelog@2.0.12","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12/manifests"},{"name":"conventional-recommended-bump@4.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1/manifests"},{"name":"conventional-changelog-preset-loader@2.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.14","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14/manifests"},{"name":"conventional-changelog-preset-loader@2.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0/manifests"},{"name":"conventional-changelog-writer@4.0.4","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4/manifests"},{"name":"conventional-commits-filter@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2/manifests"},{"name":"conventional-commits-parser@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2/manifests"},{"name":"conventional-recommended-bump@4.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0/manifests"},{"name":"gulp-conventional-changelog@2.0.11","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11/manifests"},{"name":"standard-changelog@2.0.8","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8/manifests"},{"name":"git-raw-commits@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2/manifests"},{"name":"conventional-changelog@3.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0/manifests"},{"name":"conventional-changelog-cli@2.0.13","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0/manifests"},{"name":"conventional-changelog-core@3.2.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0/manifests"},{"name":"conventional-changelog-eslint@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2/manifests"},{"name":"standard-changelog@2.0.7","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6/manifests"},{"name":"conventional-changelog-angular@5.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.12","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.10","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10/manifests"},{"name":"conventional-changelog-writer@4.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3/manifests"},{"name":"conventional-changelog-core@3.1.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6/manifests"},{"name":"conventional-recommended-bump@4.0.4","sha":"da729f68f9dc581623deb587c705ef65d189a9f4","kind":"tag","published_at":"2018-11-01T06:56:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4/manifests"},{"name":"standard-changelog@2.0.6","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6/manifests"},{"name":"conventional-changelog-core@3.1.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5/manifests"},{"name":"conventional-changelog-writer@4.0.2","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.9","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.0.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.11","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.10","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10/manifests"},{"name":"conventional-changelog-core@3.1.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.8","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8/manifests"},{"name":"conventional-changelog@3.0.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4/manifests"},{"name":"git-semver-tags@2.0.2","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.3","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3/manifests"},{"name":"standard-changelog@2.0.5","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5/manifests"},{"name":"standard-changelog@2.0.4","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.7","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3/manifests"},{"name":"conventional-changelog-core@3.1.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.9","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9/manifests"},{"name":"standard-changelog@2.0.3","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.8","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8/manifests"},{"name":"conventional-changelog-core@3.1.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2/manifests"},{"name":"gulp-conventional-changelog@2.0.6","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6/manifests"},{"name":"conventional-changelog@3.0.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.5","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.7","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7/manifests"},{"name":"conventional-changelog@3.0.1","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1/manifests"},{"name":"standard-changelog@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4/manifests"},{"name":"git-semver-tags@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1/manifests"},{"name":"git-raw-commits@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2/manifests"},{"name":"conventional-commits-parser@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1/manifests"},{"name":"conventional-commits-filter@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1/manifests"},{"name":"conventional-changelog-writer@4.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1/manifests"},{"name":"conventional-changelog-preset-loader@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4/manifests"},{"name":"conventional-changelog-express@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1/manifests"},{"name":"conventional-changelog-eslint@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2/manifests"},{"name":"conventional-changelog-core@3.1.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1/manifests"},{"name":"conventional-changelog-codemirror@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.6","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6/manifests"},{"name":"conventional-changelog-atom@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1/manifests"},{"name":"conventional-changelog-angular@5.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2/manifests"},{"name":"conventional-changelog@3.0.0","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.5","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.3","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.2","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.4","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3/manifests"},{"name":"standard-changelog@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3/manifests"},{"name":"conventional-changelog-core@3.1.0","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0/manifests"},{"name":"conventional-changelog-ember@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1/manifests"},{"name":"conventional-changelog-jquery@3.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1/manifests"},{"name":"conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0/manifests"},{"name":"conventional-recommended-bump@4.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0/manifests"},{"name":"conventional-changelog-jquery@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0/manifests"},{"name":"conventional-changelog-express@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0/manifests"},{"name":"conventional-changelog-eslint@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0/manifests"},{"name":"conventional-changelog-ember@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1/manifests"},{"name":"conventional-changelog-atom@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1/manifests"},{"name":"conventional-changelog-angular@4.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1/manifests"},{"name":"conventional-changelog-jquery@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0/manifests"},{"name":"conventional-changelog-jshint@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0/manifests"},{"name":"standard-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0/manifests"},{"name":"conventional-recommended-bump@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0/manifests"},{"name":"conventional-commits-parser@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0/manifests"},{"name":"conventional-commits-filter@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0/manifests"},{"name":"conventional-changelog-ember@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0/manifests"},{"name":"conventional-changelog-express@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0/manifests"},{"name":"git-semver-tags@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0/manifests"},{"name":"git-raw-commits@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0/manifests"},{"name":"conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-angular@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0/manifests"},{"name":"conventional-changelog-atom@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0/manifests"},{"name":"conventional-changelog-core@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0/manifests"},{"name":"conventional-changelog-eslint@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-core@2.0.11","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11/manifests"},{"name":"conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-cli@1.3.22","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22/manifests"},{"name":"conventional-changelog-ember@0.3.12","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12/manifests"},{"name":"conventional-recommended-bump@2.0.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9/manifests"},{"name":"conventional-changelog-angular@3.0.7","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7/manifests"},{"name":"gulp-conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24/manifests"},{"name":"standard-changelog@1.0.19","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19/manifests"},{"name":"conventional-changelog-jquery@1.3.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9/manifests"},{"name":"conventional-changelog-angular@3.0.6","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6/manifests"},{"name":"standard-changelog@1.0.18","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18/manifests"},{"name":"gulp-conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-writer@3.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9/manifests"},{"name":"conventional-changelog-jshint@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8/manifests"},{"name":"conventional-changelog-jquery@1.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8/manifests"},{"name":"conventional-changelog-eslint@1.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9/manifests"},{"name":"conventional-changelog-ember@0.3.11","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11/manifests"},{"name":"conventional-changelog-core@2.0.10","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10/manifests"},{"name":"conventional-changelog-codemirror@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8/manifests"},{"name":"conventional-changelog-cli@1.3.21","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21/manifests"},{"name":"conventional-changelog-atom@0.2.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8/manifests"},{"name":"conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23/manifests"},{"name":"gulp-conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-core@2.0.9","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9/manifests"},{"name":"conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-cli@1.3.20","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20/manifests"},{"name":"conventional-changelog-writer@3.0.8","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8/manifests"},{"name":"standard-changelog@1.0.17","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17/manifests"},{"name":"conventional-changelog-angular@3.0.5","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.10","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10/manifests"},{"name":"conventional-changelog-cli@1.3.19","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19/manifests"},{"name":"conventional-changelog-angular@3.0.4","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4/manifests"},{"name":"conventional-changelog-atom@0.2.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7/manifests"},{"name":"conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-core@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.9","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9/manifests"},{"name":"conventional-changelog-eslint@1.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8/manifests"},{"name":"conventional-changelog-express@0.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6/manifests"},{"name":"conventional-changelog-jquery@1.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7/manifests"},{"name":"conventional-changelog-preset-loader@1.1.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8/manifests"},{"name":"conventional-changelog-writer@3.0.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7/manifests"},{"name":"conventional-commits-parser@2.1.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7/manifests"},{"name":"conventional-recommended-bump@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8/manifests"},{"name":"git-raw-commits@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6/manifests"},{"name":"git-semver-tags@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21/manifests"},{"name":"standard-changelog@1.0.16","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16/manifests"},{"name":"conventional-changelog-codemirror@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6/manifests"},{"name":"conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-core@2.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7/manifests"},{"name":"conventional-changelog-codemirror@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6/manifests"},{"name":"conventional-changelog-cli@1.3.18","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18/manifests"},{"name":"conventional-changelog-ember@0.3.8","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8/manifests"},{"name":"conventional-changelog-writer@3.0.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6/manifests"},{"name":"conventional-changelog-atom@0.2.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6/manifests"},{"name":"conventional-changelog-eslint@1.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7/manifests"},{"name":"standard-changelog@1.0.15","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15/manifests"},{"name":"conventional-changelog-angular@3.0.3","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3/manifests"},{"name":"conventional-changelog-jquery@1.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-angular@3.0.2","sha":"1cc079df803f58b52c8aa997fff43e9c162266e7","kind":"tag","published_at":"2018-03-22T14:14:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2/manifests"},{"name":"conventional-changelog-ember@0.3.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7/manifests"},{"name":"standard-changelog@1.0.14","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14/manifests"},{"name":"gulp-conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19/manifests"},{"name":"git-semver-tags@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5/manifests"},{"name":"git-raw-commits@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7/manifests"},{"name":"conventional-commits-parser@2.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6/manifests"},{"name":"conventional-commits-filter@1.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5/manifests"},{"name":"conventional-changelog-preset-loader@1.1.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7/manifests"},{"name":"conventional-changelog-jshint@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5/manifests"},{"name":"conventional-changelog-jquery@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5/manifests"},{"name":"conventional-changelog-express@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6/manifests"},{"name":"conventional-changelog-core@2.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5/manifests"},{"name":"conventional-changelog-cli@1.3.17","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17/manifests"},{"name":"conventional-changelog-atom@0.2.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5/manifests"},{"name":"conventional-changelog-angular@3.0.1","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1/manifests"},{"name":"conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19/manifests"},{"name":"conventional-changelog-angular@3.0.0","sha":"49997aaba373502e5b38bd366846934641e95799","kind":"tag","published_at":"2018-03-22T13:45:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.16","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16/manifests"},{"name":"conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18/manifests"},{"name":"gulp-conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-eslint@1.0.5","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5/manifests"},{"name":"conventional-changelog-cli@1.3.15","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15/manifests"},{"name":"conventional-changelog-codemirror@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4/manifests"},{"name":"conventional-changelog-express@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4/manifests"},{"name":"conventional-changelog-jquery@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4/manifests"},{"name":"conventional-changelog-jshint@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4/manifests"},{"name":"conventional-commits-filter@1.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5/manifests"},{"name":"conventional-commits-parser@2.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5/manifests"},{"name":"conventional-recommended-bump@2.0.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6/manifests"},{"name":"standard-changelog@1.0.13","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13/manifests"},{"name":"gulp-conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17/manifests"},{"name":"git-semver-tags@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4/manifests"},{"name":"git-raw-commits@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4/manifests"},{"name":"conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17/manifests"},{"name":"conventional-changelog-angular@1.6.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6/manifests"},{"name":"conventional-changelog-atom@0.2.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4/manifests"},{"name":"gulp-conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog-angular@1.6.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5/manifests"},{"name":"conventional-changelog-atom@0.2.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3/manifests"},{"name":"conventional-changelog-cli@1.3.14","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14/manifests"},{"name":"conventional-changelog-codemirror@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4/manifests"},{"name":"conventional-changelog-ember@0.3.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3/manifests"},{"name":"conventional-changelog-express@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3/manifests"},{"name":"conventional-changelog-jshint@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5/manifests"},{"name":"conventional-changelog-writer@3.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3/manifests"},{"name":"conventional-commits-filter@1.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4/manifests"},{"name":"conventional-commits-parser@2.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4/manifests"},{"name":"conventional-recommended-bump@2.0.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5/manifests"},{"name":"git-raw-commits@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3/manifests"},{"name":"git-semver-tags@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3/manifests"},{"name":"standard-changelog@1.0.12","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12/manifests"},{"name":"conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15/manifests"},{"name":"gulp-conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15/manifests"},{"name":"conventional-recommended-bump@2.0.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4/manifests"},{"name":"conventional-changelog-cli@1.3.13","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13/manifests"},{"name":"conventional-changelog-preset-loader@1.1.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4/manifests"},{"name":"git-raw-commits@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2/manifests"},{"name":"standard-changelog@1.0.11","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11/manifests"},{"name":"conventional-recommended-bump@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3/manifests"},{"name":"gulp-conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14/manifests"},{"name":"git-semver-tags@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2/manifests"},{"name":"conventional-changelog-eslint@1.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2/manifests"},{"name":"conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14/manifests"},{"name":"conventional-changelog-angular@1.6.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4/manifests"},{"name":"conventional-changelog-atom@0.2.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2/manifests"},{"name":"conventional-changelog-cli@1.3.12","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12/manifests"},{"name":"conventional-changelog-codemirror@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2/manifests"},{"name":"conventional-changelog-core@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.3.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4/manifests"},{"name":"conventional-changelog-express@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2/manifests"},{"name":"conventional-changelog-jquery@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2/manifests"},{"name":"conventional-changelog-jshint@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3/manifests"},{"name":"conventional-commits-filter@1.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3/manifests"},{"name":"conventional-changelog-writer@3.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13/manifests"},{"name":"standard-changelog@1.0.10","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10/manifests"},{"name":"git-raw-commits@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1/manifests"},{"name":"conventional-commits-parser@2.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2/manifests"},{"name":"conventional-changelog-writer@3.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1/manifests"},{"name":"conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13/manifests"},{"name":"conventional-commits-filter@1.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2/manifests"},{"name":"conventional-recommended-bump@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2/manifests"},{"name":"git-semver-tags@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1/manifests"},{"name":"conventional-changelog-core@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2/manifests"},{"name":"conventional-changelog-codemirror@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1/manifests"},{"name":"conventional-changelog-angular@1.6.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3/manifests"},{"name":"conventional-changelog-cli@1.3.11","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11/manifests"},{"name":"conventional-changelog-atom@0.2.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1/manifests"},{"name":"conventional-changelog-ember@0.3.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1/manifests"},{"name":"conventional-changelog-express@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3/manifests"},{"name":"conventional-changelog-jshint@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1/manifests"},{"name":"conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12/manifests"},{"name":"gulp-conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12/manifests"},{"name":"conventional-changelog-cli@1.3.10","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10/manifests"},{"name":"conventional-recommended-bump@2.0.1","sha":"a4f0aa902d3e966fe6d6b1d46f2130838524cfbf","kind":"tag","published_at":"2018-02-12T14:54:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1/manifests"},{"name":"conventional-recommended-bump@2.0.0","sha":"9885d205ed96338575335652d006f475408e1195","kind":"tag","published_at":"2018-02-12T14:30:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0/manifests"},{"name":"conventional-changelog-preset-loader@1.1.2","sha":"a450d974237d440009ec3fb4c63974cf066e8f79","kind":"tag","published_at":"2018-02-12T04:07:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.1","sha":"5af1f00dcc4e1f9c3299bc7feb322a88b711f042","kind":"tag","published_at":"2018-02-09T04:17:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.0","sha":"c3eb36dbc52f383df6f3dcf3a3870b01ceee0b8b","kind":"tag","published_at":"2018-02-08T14:46:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0/manifests"},{"name":"conventional-changelog-ember@0.3.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1/manifests"},{"name":"conventional-changelog-angular@1.6.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2/manifests"},{"name":"gulp-conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11/manifests"},{"name":"standard-changelog@1.0.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9/manifests"},{"name":"conventional-recommended-bump@1.2.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1/manifests"},{"name":"conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11/manifests"},{"name":"conventional-changelog-cli@1.3.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9/manifests"},{"name":"conventional-changelog-core@2.0.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1/manifests"},{"name":"gulp-conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10/manifests"},{"name":"standard-changelog@1.0.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8/manifests"},{"name":"git-semver-tags@1.3.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.2.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0/manifests"},{"name":"conventional-changelog-writer@3.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0/manifests"},{"name":"conventional-changelog-eslint@1.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.3.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1/manifests"},{"name":"conventional-changelog-core@2.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8/manifests"},{"name":"conventional-changelog-angular@1.6.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1/manifests"},{"name":"conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10/manifests"},{"name":"conventional-changelog-core@1.9.5","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5/manifests"},{"name":"conventional-changelog-ember@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0/manifests"},{"name":"conventional-changelog-eslint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0/manifests"},{"name":"conventional-changelog-cli@1.3.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7/manifests"},{"name":"conventional-changelog-express@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0/manifests"},{"name":"conventional-changelog-jquery@1.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0/manifests"},{"name":"conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-jshint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0/manifests"},{"name":"gulp-conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9/manifests"},{"name":"standard-changelog@1.0.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7/manifests"},{"name":"conventional-changelog-angular@1.6.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0/manifests"},{"name":"conventional-changelog-codemirror@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0/manifests"},{"name":"conventional-changelog-atom@0.2.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0/manifests"},{"name":"conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8/manifests"},{"name":"standard-changelog@1.0.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6/manifests"},{"name":"gulp-conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8/manifests"},{"name":"conventional-recommended-bump@1.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0/manifests"},{"name":"conventional-commits-parser@2.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0/manifests"},{"name":"conventional-commits-filter@1.1.1","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1/manifests"},{"name":"conventional-changelog-writer@2.0.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.2.10","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10/manifests"},{"name":"conventional-changelog-core@1.9.4","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4/manifests"},{"name":"conventional-changelog-cli@1.3.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6/manifests"},{"name":"conventional-changelog-angular@1.5.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3/manifests"},{"name":"conventional-changelog-ember@0.2.9","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9/manifests"},{"name":"standard-changelog@1.0.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5/manifests"},{"name":"gulp-conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7/manifests"},{"name":"git-semver-tags@1.2.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3/manifests"},{"name":"git-raw-commits@1.3.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.0.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3/manifests"},{"name":"conventional-commits-parser@2.0.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1/manifests"},{"name":"conventional-commits-filter@1.1.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0/manifests"},{"name":"conventional-changelog-writer@2.0.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2/manifests"},{"name":"conventional-changelog-jshint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1/manifests"},{"name":"conventional-changelog-jquery@1.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1/manifests"},{"name":"conventional-changelog-express@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1/manifests"},{"name":"conventional-changelog-eslint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1/manifests"},{"name":"conventional-changelog-core@1.9.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3/manifests"},{"name":"conventional-changelog-codemirror@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1/manifests"},{"name":"conventional-changelog-cli@1.3.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5/manifests"},{"name":"conventional-changelog-atom@0.1.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2/manifests"},{"name":"conventional-changelog-angular@1.5.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2/manifests"},{"name":"conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7/manifests"},{"name":"@marionebl/conventional-commits-parser@3.0.0","sha":"edf4068ce4c3ea6ac5b61323473ab655be5eb895","kind":"tag","published_at":"2017-11-01T07:09:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/@marionebl/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/@marionebl/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4/manifests"},{"name":"git-semver-tags@1.2.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2/manifests"},{"name":"conventional-recommended-bump@1.0.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-ember@0.2.8","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8/manifests"},{"name":"conventional-changelog-core@1.9.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2/manifests"},{"name":"standard-changelog@1.0.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4/manifests"},{"name":"conventional-changelog-angular@1.5.1","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1/manifests"},{"name":"conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6/manifests"},{"name":"standard-changelog@1.0.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3/manifests"},{"name":"conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-angular@1.5.0","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0/manifests"},{"name":"conventional-changelog-cli@1.3.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3/manifests"},{"name":"gulp-conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-writer@2.0.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1/manifests"},{"name":"conventional-changelog-core@1.9.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1/manifests"},{"name":"conventional-changelog-ember@0.2.7","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7/manifests"},{"name":"git-semver-tags@1.2.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1/manifests"},{"name":"conventional-changelog-jshint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0/manifests"},{"name":"conventional-changelog-jquery@1.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0/manifests"},{"name":"conventional-changelog-express@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0/manifests"},{"name":"conventional-changelog-eslint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0/manifests"},{"name":"conventional-commits-parser@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0/manifests"},{"name":"conventional-changelog-writer@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1/manifests"},{"name":"conventional-changelog-core@1.9.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0/manifests"},{"name":"conventional-changelog-codemirror@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0/manifests"},{"name":"conventional-changelog-cli@1.3.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2/manifests"},{"name":"conventional-changelog-atom@0.1.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1/manifests"},{"name":"conventional-changelog-angular@1.4.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0/manifests"},{"name":"conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4/manifests"},{"name":"gulp-conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4/manifests"},{"name":"standard-changelog@1.0.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2/manifests"},{"name":"conventional-changelog-ember@0.2.6","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6/manifests"},{"name":"conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3/manifests"},{"name":"conventional-changelog-angular@1.3.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3/manifests"},{"name":"conventional-changelog-cli@1.3.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1/manifests"},{"name":"conventional-changelog-core@1.8.0","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.8.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0/manifests"},{"name":"conventional-changelog-ember@0.2.5","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5/manifests"},{"name":"gulp-conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3/manifests"},{"name":"standard-changelog@1.0.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1/manifests"},{"name":"git-semver-tags@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0/manifests"},{"name":"standard-changelog@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2/manifests"},{"name":"git-raw-commits@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0/manifests"},{"name":"conventional-recommended-bump@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.2.4","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4/manifests"},{"name":"conventional-changelog-core@1.7.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.7.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0/manifests"},{"name":"conventional-changelog-cli@1.3.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0/manifests"},{"name":"conventional-changelog-angular@1.3.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2/manifests"},{"name":"conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2/manifests"},{"name":"gulp-conventional-changelog@1.1.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"tag","published_at":"2017-03-10T05:35:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0/manifests"},{"name":"standard-changelog@0.0.2","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@0.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-ember@0.2.3","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3/manifests"},{"name":"conventional-changelog-core@1.6.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0/manifests"},{"name":"conventional-changelog-angular@1.3.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1/manifests"},{"name":"conventional-changelog-cli@1.2.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1/manifests"},{"name":"conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-cli@1.2.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:01:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0/manifests"},{"name":"conventional-changelog-core@1.5.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:00:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0/manifests"},{"name":"git-raw-commits@1.1.2","sha":"f5fe78b1f15791cb0499744bf278dff22b52732f","kind":"tag","published_at":"2017-03-09T07:37:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2/manifests"},{"name":"git-semver-tags@1.1.2","sha":"7be07c7c0f49572b1c0e9c98f004b599d8b5bb1a","kind":"tag","published_at":"2017-03-09T07:35:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2/manifests"},{"name":"v1.1.0","sha":"600d411569271467389c3cbe71f7f657980e89a1","kind":"tag","published_at":"2016-02-13T06:59:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"9591280a8d09220aced3383abe3bc7ecbb34b503","kind":"tag","published_at":"2016-02-13T06:37:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"beef421f56939190a4ca30c28788eda1b3f9480d","kind":"tag","published_at":"2016-02-05T13:49:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"c8e90ab7fddd0b98855913e73fc12f9dc9dc81b1","kind":"tag","published_at":"2016-02-05T12:59:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0/manifests"},{"name":"v0.5.3","sha":"d79ce243223260b153699b99de0503698546ea63","kind":"tag","published_at":"2015-12-25T05:07:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"9e7b771072a2680c6c335fcad38003aade53213e","kind":"tag","published_at":"2015-12-23T12:24:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"4bf7d8df29f7be29552b82ec2b7112fad0c39a3e","kind":"tag","published_at":"2015-10-20T09:52:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"5ca2204b472704543ebbc744a22f8f90ec659659","kind":"tag","published_at":"2015-09-30T08:49:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"e5f2f3bc675e2c7e5cc6aa0ed50da7941833e492","kind":"tag","published_at":"2015-09-04T03:16:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"7536a0b351cc4f2764e71cbc268a178ab595259d","kind":"tag","published_at":"2015-08-17T01:28:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"56fa3d92620a41a875b3337fa51d04d6df23b1a8","kind":"tag","published_at":"2015-08-15T12:34:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"eefec0ef598a92e78510ee8626fd9bbcdb1398e4","kind":"tag","published_at":"2015-08-15T11:19:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0/manifests"},{"name":"v0.3.2","sha":"74b99dca61eafd56ba93605016b086a1108e77fe","kind":"tag","published_at":"2015-08-13T03:12:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"a1aca9c31a45aded77962bd0defc32e503aec213","kind":"commit","published_at":"2015-08-11T06:23:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"b489672d27ff703337c540f0fbc43f6486a84d99","kind":"commit","published_at":"2015-08-09T03:27:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"12e3cd6b151353dbe7f584adabbe5dd8a28424db","kind":"commit","published_at":"2015-07-24T08:13:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"f437b457b5ea6c105535a360144000f8315db54d","kind":"commit","published_at":"2015-07-24T04:54:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0/manifests"},{"name":"v0.1.3","sha":"c8fa9d0b94f8ac07f162623e4b9e9e68aad82e62","kind":"commit","published_at":"2015-07-22T11:06:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"6ba5d6e4b90a154dbca6ec0f80c66ad5995cd770","kind":"commit","published_at":"2015-07-22T07:10:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c015f8762f70eff2be7b8d7fb82438689239d717","kind":"commit","published_at":"2015-07-20T07:55:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"7253d0fea773e3f7cc0a3fb8278c9da070df26ee","kind":"commit","published_at":"2015-07-20T07:12:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.3","sha":"0c9f1e89bfacec8e08bac8ef96d64e3abdbecda7","kind":"commit","published_at":"2015-07-17T11:02:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"fec1baf43b8c0156682d4014a4fd066bd24ad448","kind":"commit","published_at":"2015-07-17T06:23:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"a5ea0dfada48601b9e3fbec78dd37d70380a2db6","kind":"commit","published_at":"2015-07-15T08:03:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1/manifests"},{"name":"v0.1.0-alpha.3","sha":"9b6cc68a2c17c9671363fe7af5de7ebd3a06aaeb","kind":"commit","published_at":"2015-07-06T01:27:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3/manifests"},{"name":"v0.1.0-alpha.2","sha":"34b0f460c34ecc48af857d8ee5d7038970ba56fb","kind":"commit","published_at":"2015-06-29T12:04:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2/manifests"},{"name":"v0.1.0-alpha.1","sha":"05b3415fc699ab43f3fa33b5ecd040ab5ecdf9e2","kind":"commit","published_at":"2015-06-24T04:42:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1/manifests"},{"name":"v0.0.17","sha":"3cae05244e48af9cf4abbef3114060db585a574c","kind":"commit","published_at":"2015-04-03T02:12:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"c0719ce6ba16778dd34c2cfdc81e7f3c5321409d","kind":"commit","published_at":"2015-03-19T04:15:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"57af04dc3e362c0e327b716279c9143028c6e0da","kind":"commit","published_at":"2015-03-18T20:23:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"69be290efb58a6a92e9ae78d7b37168d293920b5","kind":"commit","published_at":"2015-03-13T21:22:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"15a39d02ba3d666e7820eecbb8c5493ef2f6040a","kind":"commit","published_at":"2015-03-12T23:17:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13/manifests"},{"name":"v0.0.11","sha":"37f5561553c30d8f0f2c949502ea278da64949cd","kind":"tag","published_at":"2014-05-28T13:14:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"ad6f6ec5499d2c902b88da95487862d50e5ad776","kind":"tag","published_at":"2014-05-28T12:51:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"87efbabd9bc2a0fd83255e6cb856961b10aef9eb","kind":"tag","published_at":"2014-05-06T17:11:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"94b12cf69c51264b1edb6c81b50a262f0536894b","kind":"tag","published_at":"2014-04-10T14:45:48.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"1cf17e494fd7d8538c55189c72c0cf57d145ef41","kind":"tag","published_at":"2014-04-10T14:06:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"861f9ec93de28be4185b35815c2b6ab17746eb3f","kind":"commit","published_at":"2014-01-23T19:39:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"3f59f7356c86f30ef8e8754386373c2a8f97b367","kind":"commit","published_at":"2014-01-23T18:59:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6fa2c22464dcd964df604550c2ce2ed1d2f4362b","kind":"commit","published_at":"2014-01-04T21:36:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4/manifests"}]},"repo_metadata_updated_at":"2024-09-05T17:59:47.384Z","dependent_packages_count":0,"downloads":33,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":18.843081405866936,"dependent_packages_count":46.02641304628744,"stargazers_count":1.1562147103965592,"forks_count":1.3814372968242623,"average":16.8517866148438},"purl":"pkg:npm/%40mattclough/conventional-changelog-conventionalcommits","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/@mattclough/conventional-changelog-conventionalcommits","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/@mattclough/conventional-changelog-conventionalcommits","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/@mattclough/conventional-changelog-conventionalcommits/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-09-04T23:04:01.314Z","issues_count":175,"pull_requests_count":479,"avg_time_to_close_issue":19345133.890243903,"avg_time_to_close_pull_request":6038480.121447029,"issues_closed_count":82,"pull_requests_closed_count":387,"pull_request_authors_count":71,"issue_authors_count":107,"avg_comments_per_issue":2.12,"avg_comments_per_pull_request":1.3068893528183716,"merged_pull_requests_count":302,"bot_issues_count":3,"bot_pull_requests_count":228,"past_year_issues_count":65,"past_year_pull_requests_count":215,"past_year_avg_time_to_close_issue":881436.8095238095,"past_year_avg_time_to_close_pull_request":919702.6333333333,"past_year_issues_closed_count":42,"past_year_pull_requests_closed_count":180,"past_year_pull_request_authors_count":24,"past_year_issue_authors_count":40,"past_year_avg_comments_per_issue":1.5538461538461539,"past_year_avg_comments_per_pull_request":1.0604651162790697,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":94,"past_year_merged_pull_requests_count":142,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues","maintainers":[{"login":"dangreen","count":83,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"},{"login":"bcoe","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bcoe"},{"login":"tommywo","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tommywo"}],"active_maintainers":[{"login":"dangreen","count":72,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@mattclough%2Fconventional-changelog-conventionalcommits/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@mattclough%2Fconventional-changelog-conventionalcommits/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@mattclough%2Fconventional-changelog-conventionalcommits/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@mattclough%2Fconventional-changelog-conventionalcommits/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@mattclough%2Fconventional-changelog-conventionalcommits/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@mattclough%2Fconventional-changelog-conventionalcommits/codemeta","maintainers":[{"uuid":"mattclough","login":"mattclough","name":null,"email":"matt@mattclough.com","url":null,"packages_count":14,"html_url":"https://www.npmjs.com/~mattclough","role":null,"created_at":"2023-05-16T02:49:21.477Z","updated_at":"2023-05-16T02:49:21.477Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/mattclough/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5644415,"maintainers_count":1200486,"namespaces_count":399623,"keywords_count":847874,"github":"npm","metadata":{"funded_packages_count":171745},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-06-10T05:11:46.456Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":1554996,"name":"conventional-changelog-nii","ecosystem":"npm","description":"conventional-changelog nii preset","homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-angular#readme","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":["conventional-changelog","nii","preset"],"namespace":null,"versions_count":2,"first_release_published_at":"2021-01-13T21:32:54.906Z","latest_release_published_at":"2021-01-13T22:45:27.376Z","latest_release_number":"1.0.1","last_synced_at":"2026-06-03T20:26:53.278Z","created_at":"2022-04-09T05:41:31.173Z","updated_at":"2026-06-03T20:26:53.279Z","registry_url":"https://www.npmjs.com/package/conventional-changelog-nii","install_command":"npm install conventional-changelog-nii","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"1.0.1"}},"repo_metadata":{"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2023-12-13T14:01:16.000Z","size":5365,"stargazers_count":7386,"open_issues_count":247,"forks_count":730,"subscribers_count":56,"default_branch":"master","last_synced_at":"2023-12-15T21:22:07.677Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2023-12-15T19:45:48.000Z","dependencies_parsed_at":"2022-07-13T10:30:31.523Z","dependency_job_id":"5f6d159e-c4c6-405b-9fa7-976ffc4dfa04","html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1464,"total_committers":136,"mean_commits":"10.764705882352942","dds":"0.40095628415300544","last_synced_commit":"58f0887283a200d52e49607baf7b352f26177b05"},"previous_names":[],"tags_count":754,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":176542107,"owners_count":10415013,"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"},"owner_record":{"login":"conventional-changelog","name":"conventional-changelog","uuid":"16443515","kind":"organization","description":"Tools to generate changelogs and release notes from a project's commit messages and metadata.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16443515?v=4","repositories_count":12,"last_synced_at":"2023-04-09T10:54:05.213Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/conventional-changelog","created_at":"2022-11-02T16:25:21.572Z","updated_at":"2023-04-09T10:54:05.313Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog/repositories"},"tags":[{"name":"git-semver-tags-v7.0.1","sha":"fac8045242099c016f5f3905e54e02b7d466bd7b","kind":"commit","published_at":"2023-09-10T23:53:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1/manifests"},{"name":"conventional-changelog-writer-v7.0.1","sha":"e3a643ad39ec3bc4cfb1dff2aa1101333df33dc3","kind":"commit","published_at":"2023-09-10T23:49:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1/manifests"},{"name":"conventional-changelog-v5.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0/manifests"},{"name":"conventional-changelog-cli-v4.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0/manifests"},{"name":"conventional-changelog-core-v7.0.0","sha":"2e467dd39a35c3813597711a37690897183b4abc","kind":"commit","published_at":"2023-09-08T22:03:37.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0/manifests"},{"name":"git-semver-tags-v7.0.0","sha":"a13f788bd505d8253a2d92413fc4a7780e11ec07","kind":"commit","published_at":"2023-09-08T21:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0/manifests"},{"name":"standard-changelog-v5.0.0","sha":"34569c7a3fd2b0362a461517a1f4e20e7eecd9fc","kind":"commit","published_at":"2023-09-08T21:55:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v9.0.0","sha":"ad633d9d81f66ef80d7f77832a264cb0c5b971ef","kind":"commit","published_at":"2023-09-08T21:50:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.2","sha":"50113f9b569259d991f1a734a192964ca71f0118","kind":"commit","published_at":"2023-09-08T21:41:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2/manifests"},{"name":"conventional-changelog-preset-loader-v4.1.0","sha":"a14d2186575f6061f236c9a47d803694b18f8373","kind":"commit","published_at":"2023-09-08T21:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.1","sha":"ca4324b0a690b2595f8b574882ff95329a2dc195","kind":"commit","published_at":"2023-08-27T19:11:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1/manifests"},{"name":"conventional-commits-filter-v4.0.0","sha":"26fc9ea274dc0c62442ec9d97b20a2ebb49138bf","kind":"commit","published_at":"2023-08-27T12:55:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0/manifests"},{"name":"standard-changelog-v4.0.0","sha":"5b788265774bf4b63d3c83a178ca53e8e7095903","kind":"commit","published_at":"2023-08-27T12:50:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-eslint-v5.0.0","sha":"679594c0716275771cc23b314e4362899fe72f87","kind":"commit","published_at":"2023-08-27T12:46:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0/manifests"},{"name":"git-semver-tags-v6.0.0","sha":"1c75c72d9b5d59e3ea4e914c58a85f7559f29602","kind":"commit","published_at":"2023-08-27T12:40:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0/manifests"},{"name":"conventional-recommended-bump-v8.0.0","sha":"624377a24e8e3658bcf2329a9a98f9a7b02a4cb3","kind":"commit","published_at":"2023-08-27T12:33:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0/manifests"},{"name":"conventional-changelog-writer-v7.0.0","sha":"d669bb67dc713cb1e4374e3216ed7d83cde743c5","kind":"commit","published_at":"2023-08-27T12:27:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0/manifests"},{"name":"conventional-changelog-codemirror-v4.0.0","sha":"933fd0b3dd355d648faf57241b796a714004c722","kind":"commit","published_at":"2023-08-27T12:23:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0/manifests"},{"name":"conventional-changelog-express-v4.0.0","sha":"c9e9ceb3a3727659bd117bab01cbc7642d588f06","kind":"commit","published_at":"2023-08-27T12:16:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0/manifests"},{"name":"conventional-changelog-ember-v4.0.0","sha":"5d7c16268f79b7f180e34e997fdb37373d714666","kind":"commit","published_at":"2023-08-27T12:11:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0/manifests"},{"name":"conventional-changelog-jquery-v5.0.0","sha":"d643efb1050dcdaecee626044315644ff9b9e43b","kind":"commit","published_at":"2023-08-27T12:07:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v4.0.0","sha":"636646dd9ae062e9652a7f9ccaf6c329e6e9f924","kind":"commit","published_at":"2023-08-27T12:03:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0/manifests"},{"name":"conventional-changelog-v5.0.0","sha":"7985de3edc9e655369651ad464cb39b791887dc7","kind":"commit","published_at":"2023-08-27T11:58:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.0","sha":"5f0fe40743d8f559ab94ed11bbb4b8bda6fa6dcb","kind":"commit","published_at":"2023-08-27T11:51:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0/manifests"},{"name":"conventional-changelog-angular-v7.0.0","sha":"6c7a2e1a8807988bcb1a9842f72d14be3b1a89e3","kind":"commit","published_at":"2023-08-27T11:46:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0/manifests"},{"name":"conventional-changelog-jshint-v4.0.0","sha":"0204a9a340d2c85411e8de8905bc74c6146e5618","kind":"commit","published_at":"2023-08-27T11:41:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0/manifests"},{"name":"conventional-changelog-atom-v4.0.0","sha":"ab9b2c10e098ec8837d141102549f3eef698364c","kind":"commit","published_at":"2023-08-27T11:36:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0/manifests"},{"name":"conventional-changelog-cli-v4.0.0","sha":"29df6c4597afad27b9cda06f58eb564bcca609c4","kind":"commit","published_at":"2023-08-27T11:21:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0/manifests"},{"name":"conventional-changelog-core-v6.0.0","sha":"45613bbc2d13c798732e4b2bd4b2fa9ea67157d6","kind":"commit","published_at":"2023-08-27T11:17:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v4.0.0","sha":"5a896e3ef3aa9e751fcc74d7c76fa21d6d526cb0","kind":"commit","published_at":"2023-08-27T11:08:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0/manifests"},{"name":"git-raw-commits-v4.0.0","sha":"878fc56b43bc617177bf47fd8643a3b8b86078e5","kind":"commit","published_at":"2023-08-27T11:01:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0/manifests"},{"name":"conventional-commits-parser-v5.0.0","sha":"299de5acbe55a7d19dcdd2adc34681eae7264abf","kind":"commit","published_at":"2023-08-26T17:50:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0/manifests"},{"name":"git-semver-tags-v5.0.1","sha":"87914a362866a380e98a29edf19b2173e0911d8a","kind":"commit","published_at":"2023-07-09T19:10:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1/manifests"},{"name":"conventional-changelog-writer-v6.0.1","sha":"c123edea220b450cfa26813b6f198c3e8ebbd2b4","kind":"commit","published_at":"2023-07-09T14:49:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.2","sha":"83773c5e1a8874ea9809ca9db1dff60b7df1daae","kind":"commit","published_at":"2023-06-28T17:43:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.1.0","sha":"2e5fe6d9574ba896fa90b5bfcb50fb73d28af6d6","kind":"commit","published_at":"2023-06-17T21:30:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v7.0.1","sha":"f251b6899e313a9b23f3c8deb8b8b57217040892","kind":"commit","published_at":"2023-06-06T23:24:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.1","sha":"5b458dff9edf766446449acd1bbb8027a1e39fa5","kind":"commit","published_at":"2023-06-06T23:17:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1/manifests"},{"name":"gulp-conventional-changelog-v3.0.0","sha":"8ef6232797e5bf7c80422221374c53c03d5df36d","kind":"commit","published_at":"2023-06-06T22:50:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0/manifests"},{"name":"standard-changelog-v3.0.0","sha":"ea65f017b42b914ece780fd2fc799a6946912ed8","kind":"commit","published_at":"2023-06-06T22:42:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0/manifests"},{"name":"conventional-changelog-cli-v3.0.0","sha":"f00f4549cee9406054b77057a8135183fcd89710","kind":"commit","published_at":"2023-06-06T22:29:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0/manifests"},{"name":"conventional-changelog-v4.0.0","sha":"1a240f91ed584ed43e7f9c82235ca60eff0f4fa5","kind":"commit","published_at":"2023-06-06T19:50:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-core-v5.0.0","sha":"8507f601486c8ff6806156c50091262dee13ec54","kind":"commit","published_at":"2023-06-06T19:23:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v7.0.0","sha":"e1662ca7a6c688d28a334282a5e863f52866f3e8","kind":"commit","published_at":"2023-06-06T18:39:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v3.0.0","sha":"5d80d155425147a0b045af09536e5962cbfff620","kind":"commit","published_at":"2023-06-06T15:08:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.0.0","sha":"a30fc7ae219cf871b46cbe9d2c76a9730b70e272","kind":"commit","published_at":"2023-06-06T14:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v6.0.0","sha":"aa5d46c7b13b7b31f78af4b3c31c087c39eea41d","kind":"commit","published_at":"2023-06-06T14:46:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0/manifests"},{"name":"conventional-commits-filter-v3.0.0","sha":"502a73fe41aebb7b563c5ca69521e0b1bab904df","kind":"commit","published_at":"2023-06-06T14:32:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0/manifests"},{"name":"conventional-commits-parser-v4.0.0","sha":"9f7fe891e75c64937c28baa39a6c795a01603ab7","kind":"commit","published_at":"2023-06-06T14:24:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0/manifests"},{"name":"git-raw-commits-v3.0.0","sha":"571f2d549f10744a12ab3bc5dc5e0b749cb72667","kind":"commit","published_at":"2023-06-06T14:16:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0/manifests"},{"name":"git-semver-tags-v5.0.0","sha":"445c796d04105d10dd62d07039bc6a7fc9f263a5","kind":"commit","published_at":"2023-06-06T13:51:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0/manifests"},{"name":"conventional-changelog-atom-v3.0.0","sha":"208787aa2f5db8de1c2d43c56d71e6dfb9510781","kind":"commit","published_at":"2023-06-06T13:43:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0/manifests"},{"name":"conventional-changelog-angular-v6.0.0","sha":"c4ebf98acc15f37154aae5de53a225e896c4a157","kind":"commit","published_at":"2023-06-06T13:36:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0/manifests"},{"name":"conventional-changelog-codemirror-v3.0.0","sha":"0772453bee083917a05b9696d063ee3dc69957f9","kind":"commit","published_at":"2023-06-06T13:25:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0/manifests"},{"name":"conventional-changelog-ember-v3.0.0","sha":"e473d0c8af7c0cf8a54f775556796f50f3e695c2","kind":"commit","published_at":"2023-06-06T13:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0/manifests"},{"name":"conventional-changelog-eslint-v4.0.0","sha":"b3b896bc5b9e3ed65dcfc08c57967a252f37cfd1","kind":"commit","published_at":"2023-06-06T12:56:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0/manifests"},{"name":"conventional-changelog-express-v3.0.0","sha":"5594385d1dd2490b0fb508a60b6f30e8be6616ce","kind":"commit","published_at":"2023-06-06T12:37:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0/manifests"},{"name":"conventional-changelog-jquery-v4.0.0","sha":"51a3015a907b2cea900114359c36ce0e9664b72d","kind":"commit","published_at":"2023-06-06T12:17:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0/manifests"},{"name":"conventional-changelog-jshint-v3.0.0","sha":"281e5f883476e90b75cae4373a67436c86e94f6a","kind":"commit","published_at":"2023-06-06T12:02:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v5.0.0","sha":"ba6df7cf62de5f448368bed4398f6ddf633d2cbd","kind":"commit","published_at":"2022-05-27T18:02:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0/manifests"},{"name":"conventional-changelog-writer-v5.0.1","sha":"21b73f974adc4490a318d9c892055655cb82c538","kind":"commit","published_at":"2021-12-29T21:36:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.3","sha":"02757d342290bcf51a49d49e5e72f5eae6c6f6da","kind":"commit","published_at":"2021-12-29T19:52:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3/manifests"},{"name":"conventional-commits-parser-v3.2.4","sha":"1d0f62d4ac4911ef0d912d5401f783b152cee624","kind":"commit","published_at":"2021-12-29T19:46:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4/manifests"},{"name":"git-raw-commits-v2.0.11","sha":"95384dbd105ffe4f86bbc6ccad3e5405a1cbfe04","kind":"commit","published_at":"2021-12-29T19:39:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.2","sha":"1827696185192a8dd258ea7c3370090238b0fb76","kind":"commit","published_at":"2021-12-25T18:06:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2/manifests"},{"name":"conventional-changelog-cli-v2.2.2","sha":"8ce6a7bbd3fae87aa9d56fca68c2e16fbb2cace5","kind":"commit","published_at":"2021-12-25T17:22:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2/manifests"},{"name":"conventional-changelog-v3.1.25","sha":"8e9c3d76aaffd7fe67a78270b3ad9b881e953e7e","kind":"commit","published_at":"2021-12-24T18:50:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25/manifests"},{"name":"conventional-changelog-cli-v2.2.1","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1/manifests"},{"name":"conventional-commits-parser-v3.2.3","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.1","sha":"c35708d56a55e31b750aec1f745e5be52f0a75f2","kind":"commit","published_at":"2021-09-09T19:06:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1/manifests"},{"name":"conventional-commits-parser-v3.2.2","sha":"1bae48ff85eff0736ea6691b7214f3fc9c026256","kind":"commit","published_at":"2021-09-09T14:45:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2/manifests"},{"name":"conventional-changelog-core-v4.2.4","sha":"02fbc2d42d0faf53d4b7a2b0525626088a6ac8ba","kind":"commit","published_at":"2021-09-09T14:37:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4/manifests"},{"name":"conventional-changelog-angular-v5.0.13","sha":"e30343b4676d26b416080294dc74ebba001c0716","kind":"commit","published_at":"2021-09-09T14:31:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v5.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13/manifests"},{"name":"conventional-changelog-core-v4.2.3","sha":"318b555b6ef3aebdb5a8d4c7c734fd7234712dd3","kind":"commit","published_at":"2021-07-03T00:24:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.0","sha":"537c37d7801872c3e57e4200c64154a4d2ea042a","kind":"commit","published_at":"2021-04-30T00:15:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0/manifests"},{"name":"conventional-commits-parser-v3.2.1","sha":"758dda2937b6784f0cc6a535286862fcf95b6f06","kind":"commit","published_at":"2021-02-15T21:32:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1/manifests"},{"name":"git-raw-commits-v2.0.10","sha":"ffecaccb6e117afae9f68f1d48ff9a69554da950","kind":"commit","published_at":"2021-01-27T16:36:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10/manifests"},{"name":"conventional-changelog-writer-v5.0.0","sha":"61ef6491add84b841e1797baf09f62bbdd90dcd4","kind":"commit","published_at":"2020-12-30T22:40:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v6.1.0","sha":"3b0fb22b0bb49137b9ecddaeb349f66025205c57","kind":"commit","published_at":"2020-12-30T16:58:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0/manifests"},{"name":"conventional-changelog-core-v4.2.2","sha":"317eeb3137caff69bcc9a67fce3dc67663a010db","kind":"commit","published_at":"2020-12-30T00:53:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2/manifests"},{"name":"conventional-recommended-bump-v6.0.12","sha":"90ecc5d93bfd7626857eda5d240f92393d896be0","kind":"commit","published_at":"2020-12-30T00:43:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12/manifests"},{"name":"git-raw-commits-v2.0.9","sha":"227f3e23af86912c0cd64fdb1a820ac92e5757c5","kind":"commit","published_at":"2020-12-29T23:59:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9/manifests"},{"name":"conventional-changelog-writer-v4.1.0","sha":"77725cfb12ca3ca22abb9421b4af012a49207e7a","kind":"commit","published_at":"2020-12-29T23:41:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11/manifests"},{"name":"standard-changelog@2.0.27","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27/manifests"},{"name":"gulp-conventional-changelog@2.0.35","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35/manifests"},{"name":"git-semver-tags@4.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1/manifests"},{"name":"git-raw-commits@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8/manifests"},{"name":"conventional-commits-parser@3.2.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0/manifests"},{"name":"conventional-commits-filter@2.0.7","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7/manifests"},{"name":"conventional-changelog-writer@4.0.18","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18/manifests"},{"name":"conventional-changelog-jshint@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9/manifests"},{"name":"conventional-changelog-jquery@3.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11/manifests"},{"name":"conventional-changelog-express@2.0.6","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9/manifests"},{"name":"conventional-changelog-ember@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9/manifests"},{"name":"conventional-changelog-core@4.2.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.5.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1/manifests"},{"name":"conventional-changelog-atom@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8/manifests"},{"name":"conventional-changelog-angular@5.0.12","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12/manifests"},{"name":"conventional-changelog@3.1.24","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24/manifests"},{"name":"conventional-changelog-v3.1.24","sha":"f8fcbc2e8b0834c29178ace6382b438a020ad828","kind":"commit","published_at":"2020-10-25T02:45:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24/manifests"},{"name":"conventional-recommended-bump@6.0.10","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10/manifests"},{"name":"git-semver-tags@4.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0/manifests"},{"name":"standard-changelog@2.0.26","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26/manifests"},{"name":"gulp-conventional-changelog@2.0.34","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34/manifests"},{"name":"conventional-changelog-cli@2.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0/manifests"},{"name":"conventional-changelog@3.1.23","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23/manifests"},{"name":"conventional-changelog-core@4.2.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.4.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.1","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1/manifests"},{"name":"conventional-changelog-angular@5.0.11","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11/manifests"},{"name":"conventional-changelog@3.1.22","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22/manifests"},{"name":"standard-changelog@2.0.25","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25/manifests"},{"name":"conventional-changelog-writer@4.0.17","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17/manifests"},{"name":"gulp-conventional-changelog@2.0.33","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33/manifests"},{"name":"conventional-changelog-jshint@2.0.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8/manifests"},{"name":"conventional-changelog-core@4.1.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8/manifests"},{"name":"conventional-changelog-cli@2.0.35","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35/manifests"},{"name":"conventional-changelog-writer@4.0.16","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16/manifests"},{"name":"conventional-changelog-core@4.1.7","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7/manifests"},{"name":"conventional-changelog@3.1.21","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21/manifests"},{"name":"conventional-changelog-cli@2.0.34","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34/manifests"},{"name":"standard-changelog@2.0.24","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24/manifests"},{"name":"gulp-conventional-changelog@2.0.32","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32/manifests"},{"name":"conventional-changelog-jshint@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7/manifests"},{"name":"conventional-changelog-jquery@3.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10/manifests"},{"name":"conventional-changelog-express@2.0.5","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5/manifests"},{"name":"conventional-changelog-eslint@3.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8/manifests"},{"name":"conventional-changelog-ember@2.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8/manifests"},{"name":"conventional-changelog-core@4.1.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7/manifests"},{"name":"conventional-changelog-cli@2.0.33","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33/manifests"},{"name":"conventional-changelog-atom@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7/manifests"},{"name":"conventional-changelog-angular@5.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10/manifests"},{"name":"conventional-changelog@3.1.20","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20/manifests"},{"name":"conventional-commits-filter@2.0.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6/manifests"},{"name":"conventional-commits-parser@3.1.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.9","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9/manifests"},{"name":"git-raw-commits@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7/manifests"},{"name":"git-semver-tags@4.0.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.31","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31/manifests"},{"name":"standard-changelog@2.0.23","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23/manifests"},{"name":"conventional-changelog-writer@4.0.15","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15/manifests"},{"name":"conventional-changelog-preset-loader@2.3.4","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4/manifests"},{"name":"conventional-changelog-preset-loader-v2.3.2","sha":"9f6c56cb960a5043823cfb85b9843991201cbb51","kind":"commit","published_at":"2020-05-08T19:21:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v2.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2/manifests"},{"name":"conventional-changelog@3.1.19","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19/manifests"},{"name":"conventional-changelog-cli@2.0.32","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32/manifests"},{"name":"conventional-changelog-core@4.1.5","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5/manifests"},{"name":"gulp-conventional-changelog@2.0.30","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30/manifests"},{"name":"standard-changelog@2.0.22","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22/manifests"},{"name":"standard-changelog@2.0.21","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21/manifests"},{"name":"gulp-conventional-changelog@2.0.29","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29/manifests"},{"name":"conventional-changelog@3.1.18","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18/manifests"},{"name":"conventional-changelog-cli@2.0.31","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31/manifests"},{"name":"conventional-changelog-core@4.1.4","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4/manifests"},{"name":"conventional-changelog-core@4.1.3","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.30","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30/manifests"},{"name":"conventional-changelog@3.1.17","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17/manifests"},{"name":"standard-changelog@2.0.20","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20/manifests"},{"name":"gulp-conventional-changelog@2.0.28","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28/manifests"},{"name":"conventional-changelog@3.1.16","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16/manifests"},{"name":"gulp-conventional-changelog@2.0.27","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27/manifests"},{"name":"standard-changelog@2.0.19","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19/manifests"},{"name":"conventional-changelog-core@4.1.2","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.29","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29/manifests"},{"name":"conventional-changelog-cli@2.0.28","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28/manifests"},{"name":"conventional-changelog@3.1.15","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15/manifests"},{"name":"standard-changelog@2.0.18","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18/manifests"},{"name":"conventional-recommended-bump@6.0.5","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5/manifests"},{"name":"git-semver-tags@3.0.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1/manifests"},{"name":"git-raw-commits@2.0.3","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.26","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26/manifests"},{"name":"conventional-commits-parser@3.0.8","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.11","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11/manifests"},{"name":"conventional-changelog-core@4.1.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1/manifests"},{"name":"standard-changelog@2.0.17","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17/manifests"},{"name":"gulp-conventional-changelog@2.0.25","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25/manifests"},{"name":"conventional-recommended-bump@6.0.4","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4/manifests"},{"name":"conventional-commits-parser@3.0.7","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7/manifests"},{"name":"conventional-changelog-core@4.1.0","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.3","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3/manifests"},{"name":"conventional-changelog-cli@2.0.27","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27/manifests"},{"name":"conventional-changelog-angular@5.0.6","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6/manifests"},{"name":"conventional-changelog@3.1.14","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14/manifests"},{"name":"conventional-changelog@3.1.13","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13/manifests"},{"name":"conventional-changelog-cli@2.0.26","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.2","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2/manifests"},{"name":"conventional-changelog-core@4.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3/manifests"},{"name":"conventional-changelog-preset-loader@2.3.0","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0/manifests"},{"name":"conventional-changelog-writer@4.0.10","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10/manifests"},{"name":"conventional-commits-parser@3.0.6","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6/manifests"},{"name":"conventional-recommended-bump@6.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.24","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24/manifests"},{"name":"standard-changelog@2.0.16","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16/manifests"},{"name":"conventional-changelog-jshint@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.9","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9/manifests"},{"name":"conventional-commits-parser@3.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5/manifests"},{"name":"conventional-changelog@3.1.12","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12/manifests"},{"name":"gulp-conventional-changelog@2.0.23","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23/manifests"},{"name":"standard-changelog@2.0.15","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15/manifests"},{"name":"conventional-recommended-bump@6.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5/manifests"},{"name":"conventional-changelog-atom@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.25","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25/manifests"},{"name":"conventional-changelog-codemirror@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.1","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1/manifests"},{"name":"conventional-changelog-core@4.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2/manifests"},{"name":"conventional-changelog-ember@2.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4/manifests"},{"name":"conventional-changelog-eslint@3.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.6","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6/manifests"},{"name":"conventional-changelog-cli@2.0.24","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24/manifests"},{"name":"standard-changelog@2.0.14","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14/manifests"},{"name":"gulp-conventional-changelog@2.0.22","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22/manifests"},{"name":"conventional-recommended-bump@6.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1/manifests"},{"name":"conventional-commits-parser@3.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4/manifests"},{"name":"conventional-changelog-writer@4.0.8","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8/manifests"},{"name":"conventional-changelog-jshint@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.5","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5/manifests"},{"name":"conventional-changelog-eslint@3.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3/manifests"},{"name":"conventional-changelog-ember@2.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3/manifests"},{"name":"conventional-changelog-core@4.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.0","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2/manifests"},{"name":"conventional-changelog-atom@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4/manifests"},{"name":"conventional-changelog@3.1.11","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11/manifests"},{"name":"conventional-recommended-bump@6.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.7","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7/manifests"},{"name":"conventional-changelog-preset-loader@2.2.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0/manifests"},{"name":"conventional-changelog-core@4.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.1.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0/manifests"},{"name":"conventional-changelog-cli@2.0.23","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23/manifests"},{"name":"conventional-changelog@3.1.10","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10/manifests"},{"name":"standard-changelog@2.0.13","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13/manifests"},{"name":"gulp-conventional-changelog@2.0.21","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21/manifests"},{"name":"git-semver-tags@3.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0/manifests"},{"name":"git-semver-tags@2.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3/manifests"},{"name":"conventional-commits-parser@3.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.6","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6/manifests"},{"name":"conventional-changelog@3.1.9","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9/manifests"},{"name":"conventional-changelog-cli@2.0.22","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22/manifests"},{"name":"conventional-changelog-conventionalcommits@4.0.0","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0/manifests"},{"name":"conventional-changelog-core@3.2.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3/manifests"},{"name":"standard-changelog@2.0.12","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.20","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20/manifests"},{"name":"conventional-recommended-bump@5.0.1","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.19","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19/manifests"},{"name":"conventional-changelog-cli@2.0.21","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21/manifests"},{"name":"conventional-changelog@3.1.8","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8/manifests"},{"name":"standard-changelog@2.0.11","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.2","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2/manifests"},{"name":"conventional-changelog@3.1.7","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7/manifests"},{"name":"gulp-conventional-changelog@2.0.18","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18/manifests"},{"name":"conventional-changelog-cli@2.0.20","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.1","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.17","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17/manifests"},{"name":"conventional-changelog-cli@2.0.19","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0/manifests"},{"name":"conventional-changelog@3.1.6","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6/manifests"},{"name":"conventional-recommended-bump@5.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.16","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16/manifests"},{"name":"conventional-changelog@3.1.5","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5/manifests"},{"name":"conventional-changelog-cli@2.0.18","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18/manifests"},{"name":"conventional-changelog-conventionalcommits@2.0.0","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.2","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.17","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17/manifests"},{"name":"conventional-changelog@3.1.4","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.15","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15/manifests"},{"name":"gulp-conventional-changelog@2.0.14","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14/manifests"},{"name":"conventional-changelog-writer@4.0.5","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.16","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16/manifests"},{"name":"conventional-changelog-core@3.2.2","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2/manifests"},{"name":"conventional-changelog@3.1.3","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3/manifests"},{"name":"standard-changelog@2.0.10","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10/manifests"},{"name":"conventional-changelog@3.1.2","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2/manifests"},{"name":"conventional-changelog-core@3.2.1","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1/manifests"},{"name":"conventional-changelog-cli@2.0.15","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15/manifests"},{"name":"standard-changelog@2.0.9","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9/manifests"},{"name":"gulp-conventional-changelog@2.0.13","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13/manifests"},{"name":"conventional-recommended-bump@4.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1/manifests"},{"name":"conventional-changelog-preset-loader@2.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.14","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14/manifests"},{"name":"conventional-changelog@3.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1/manifests"},{"name":"gulp-conventional-changelog@2.0.12","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12/manifests"},{"name":"conventional-changelog-cli@2.0.13","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13/manifests"},{"name":"conventional-changelog-core@3.2.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0/manifests"},{"name":"conventional-changelog-eslint@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0/manifests"},{"name":"conventional-changelog@3.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0/manifests"},{"name":"gulp-conventional-changelog@2.0.11","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11/manifests"},{"name":"git-raw-commits@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0/manifests"},{"name":"standard-changelog@2.0.8","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.4","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4/manifests"},{"name":"conventional-commits-parser@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2/manifests"},{"name":"conventional-commits-filter@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2/manifests"},{"name":"standard-changelog@2.0.7","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7/manifests"},{"name":"conventional-changelog-cli@2.0.12","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.10","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10/manifests"},{"name":"conventional-changelog-writer@4.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3/manifests"},{"name":"conventional-changelog-core@3.1.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6/manifests"},{"name":"conventional-changelog-angular@5.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3/manifests"},{"name":"conventional-changelog@3.0.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6/manifests"},{"name":"conventional-recommended-bump@4.0.4","sha":"da729f68f9dc581623deb587c705ef65d189a9f4","kind":"tag","published_at":"2018-11-01T06:56:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4/manifests"},{"name":"standard-changelog@2.0.6","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6/manifests"},{"name":"conventional-changelog-writer@4.0.2","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2/manifests"},{"name":"conventional-changelog-core@3.1.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5/manifests"},{"name":"conventional-changelog-cli@2.0.11","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11/manifests"},{"name":"gulp-conventional-changelog@2.0.9","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.0.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5/manifests"},{"name":"standard-changelog@2.0.5","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5/manifests"},{"name":"conventional-changelog@3.0.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.8","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.0.10","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10/manifests"},{"name":"git-semver-tags@2.0.2","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.3","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3/manifests"},{"name":"conventional-changelog-core@3.1.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.7","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7/manifests"},{"name":"standard-changelog@2.0.4","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4/manifests"},{"name":"conventional-changelog@3.0.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3/manifests"},{"name":"conventional-changelog-core@3.1.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.9","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9/manifests"},{"name":"conventional-changelog-cli@2.0.8","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8/manifests"},{"name":"conventional-changelog-core@3.1.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2/manifests"},{"name":"gulp-conventional-changelog@2.0.6","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6/manifests"},{"name":"conventional-changelog@3.0.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2/manifests"},{"name":"standard-changelog@2.0.3","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.5","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.7","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7/manifests"},{"name":"conventional-changelog@3.0.1","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1/manifests"},{"name":"conventional-changelog-jquery@3.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4/manifests"},{"name":"conventional-changelog@3.0.0","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0/manifests"},{"name":"conventional-changelog-angular@5.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2/manifests"},{"name":"conventional-changelog-atom@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.6","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1/manifests"},{"name":"conventional-changelog-core@3.1.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1/manifests"},{"name":"conventional-changelog-ember@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2/manifests"},{"name":"conventional-changelog-eslint@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1/manifests"},{"name":"conventional-changelog-express@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1/manifests"},{"name":"conventional-changelog-preset-loader@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2/manifests"},{"name":"conventional-changelog-writer@4.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1/manifests"},{"name":"conventional-commits-filter@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1/manifests"},{"name":"conventional-commits-parser@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2/manifests"},{"name":"git-raw-commits@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1/manifests"},{"name":"git-semver-tags@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4/manifests"},{"name":"standard-changelog@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.3","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.5","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.4","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.2","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2/manifests"},{"name":"standard-changelog@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1/manifests"},{"name":"conventional-changelog-core@3.1.0","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0/manifests"},{"name":"conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1/manifests"},{"name":"conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0/manifests"},{"name":"conventional-changelog-jshint@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0/manifests"},{"name":"conventional-changelog-express@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0/manifests"},{"name":"conventional-changelog-eslint@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0/manifests"},{"name":"conventional-changelog-ember@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1/manifests"},{"name":"conventional-changelog-atom@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0/manifests"},{"name":"conventional-changelog-angular@5.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0/manifests"},{"name":"conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-angular@4.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1/manifests"},{"name":"conventional-changelog-jquery@2.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1/manifests"},{"name":"conventional-changelog-core@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0/manifests"},{"name":"conventional-changelog-codemirror@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0/manifests"},{"name":"conventional-commits-parser@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0/manifests"},{"name":"conventional-changelog-atom@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0/manifests"},{"name":"conventional-recommended-bump@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0/manifests"},{"name":"git-raw-commits@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0/manifests"},{"name":"conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0/manifests"},{"name":"standard-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0/manifests"},{"name":"conventional-commits-filter@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0/manifests"},{"name":"conventional-changelog-express@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0/manifests"},{"name":"conventional-changelog-eslint@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0/manifests"},{"name":"conventional-changelog-angular@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0/manifests"},{"name":"conventional-changelog-ember@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0/manifests"},{"name":"git-semver-tags@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0/manifests"},{"name":"conventional-changelog-jshint@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-angular@3.0.7","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7/manifests"},{"name":"conventional-changelog-cli@1.3.22","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22/manifests"},{"name":"conventional-changelog-core@2.0.11","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11/manifests"},{"name":"conventional-changelog-ember@0.3.12","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12/manifests"},{"name":"conventional-changelog-jquery@1.3.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9/manifests"},{"name":"conventional-recommended-bump@2.0.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9/manifests"},{"name":"gulp-conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24/manifests"},{"name":"standard-changelog@1.0.19","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19/manifests"},{"name":"conventional-changelog-jshint@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8/manifests"},{"name":"conventional-changelog-codemirror@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8/manifests"},{"name":"conventional-changelog-core@2.0.10","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10/manifests"},{"name":"conventional-changelog-ember@0.3.11","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11/manifests"},{"name":"conventional-changelog-eslint@1.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9/manifests"},{"name":"conventional-changelog-jquery@1.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8/manifests"},{"name":"conventional-changelog-cli@1.3.21","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21/manifests"},{"name":"conventional-changelog-writer@3.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9/manifests"},{"name":"gulp-conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23/manifests"},{"name":"standard-changelog@1.0.18","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18/manifests"},{"name":"conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-angular@3.0.6","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6/manifests"},{"name":"conventional-changelog-atom@0.2.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8/manifests"},{"name":"conventional-changelog-cli@1.3.20","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20/manifests"},{"name":"gulp-conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-writer@3.0.8","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8/manifests"},{"name":"conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22/manifests"},{"name":"standard-changelog@1.0.17","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17/manifests"},{"name":"conventional-changelog-ember@0.3.10","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10/manifests"},{"name":"conventional-changelog-core@2.0.9","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9/manifests"},{"name":"conventional-changelog-angular@3.0.5","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5/manifests"},{"name":"conventional-changelog-express@0.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6/manifests"},{"name":"git-semver-tags@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6/manifests"},{"name":"git-raw-commits@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6/manifests"},{"name":"conventional-changelog-jquery@1.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7/manifests"},{"name":"conventional-recommended-bump@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8/manifests"},{"name":"conventional-commits-parser@2.1.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7/manifests"},{"name":"conventional-changelog-writer@3.0.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7/manifests"},{"name":"conventional-changelog-preset-loader@1.1.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8/manifests"},{"name":"conventional-changelog-jshint@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7/manifests"},{"name":"conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-cli@1.3.19","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19/manifests"},{"name":"conventional-changelog-atom@0.2.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7/manifests"},{"name":"conventional-changelog-angular@3.0.4","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4/manifests"},{"name":"conventional-changelog-codemirror@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7/manifests"},{"name":"conventional-changelog-core@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.9","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9/manifests"},{"name":"conventional-changelog-eslint@1.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8/manifests"},{"name":"gulp-conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21/manifests"},{"name":"standard-changelog@1.0.16","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16/manifests"},{"name":"gulp-conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-jquery@1.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7/manifests"},{"name":"conventional-changelog-ember@0.3.8","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8/manifests"},{"name":"conventional-changelog-core@2.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7/manifests"},{"name":"conventional-changelog-angular@3.0.3","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3/manifests"},{"name":"standard-changelog@1.0.15","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15/manifests"},{"name":"conventional-changelog-atom@0.2.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6/manifests"},{"name":"conventional-changelog-cli@1.3.18","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18/manifests"},{"name":"conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-codemirror@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6/manifests"},{"name":"conventional-changelog-jshint@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6/manifests"},{"name":"conventional-changelog-writer@3.0.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6/manifests"},{"name":"conventional-changelog-angular@3.0.2","sha":"1cc079df803f58b52c8aa997fff43e9c162266e7","kind":"tag","published_at":"2018-03-22T14:14:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7/manifests"},{"name":"standard-changelog@1.0.14","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14/manifests"},{"name":"gulp-conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19/manifests"},{"name":"git-semver-tags@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5/manifests"},{"name":"git-raw-commits@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7/manifests"},{"name":"conventional-commits-parser@2.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6/manifests"},{"name":"conventional-commits-filter@1.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5/manifests"},{"name":"conventional-changelog-jshint@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5/manifests"},{"name":"conventional-changelog-jquery@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5/manifests"},{"name":"conventional-changelog-express@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6/manifests"},{"name":"conventional-changelog-ember@0.3.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7/manifests"},{"name":"conventional-changelog-core@2.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5/manifests"},{"name":"conventional-changelog-cli@1.3.17","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17/manifests"},{"name":"conventional-changelog-atom@0.2.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5/manifests"},{"name":"conventional-changelog-angular@3.0.1","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1/manifests"},{"name":"conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19/manifests"},{"name":"conventional-changelog-angular@3.0.0","sha":"49997aaba373502e5b38bd366846934641e95799","kind":"tag","published_at":"2018-03-22T13:45:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-eslint@1.0.5","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5/manifests"},{"name":"conventional-changelog-cli@1.3.16","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16/manifests"},{"name":"conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-angular@1.6.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6/manifests"},{"name":"conventional-changelog-atom@0.2.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4/manifests"},{"name":"conventional-changelog-cli@1.3.15","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15/manifests"},{"name":"conventional-changelog-codemirror@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4/manifests"},{"name":"conventional-changelog-express@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4/manifests"},{"name":"conventional-changelog-jquery@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4/manifests"},{"name":"conventional-changelog-jshint@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4/manifests"},{"name":"conventional-commits-filter@1.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5/manifests"},{"name":"conventional-commits-parser@2.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5/manifests"},{"name":"gulp-conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17/manifests"},{"name":"standard-changelog@1.0.13","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13/manifests"},{"name":"git-semver-tags@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4/manifests"},{"name":"conventional-recommended-bump@2.0.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6/manifests"},{"name":"git-raw-commits@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4/manifests"},{"name":"conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17/manifests"},{"name":"git-semver-tags@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3/manifests"},{"name":"conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog-angular@1.6.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5/manifests"},{"name":"conventional-changelog-atom@0.2.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3/manifests"},{"name":"conventional-changelog-cli@1.3.14","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14/manifests"},{"name":"conventional-changelog-codemirror@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4/manifests"},{"name":"conventional-changelog-ember@0.3.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3/manifests"},{"name":"conventional-changelog-express@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3/manifests"},{"name":"conventional-changelog-jshint@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5/manifests"},{"name":"conventional-changelog-writer@3.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3/manifests"},{"name":"conventional-commits-filter@1.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4/manifests"},{"name":"conventional-commits-parser@2.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4/manifests"},{"name":"conventional-recommended-bump@2.0.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5/manifests"},{"name":"git-raw-commits@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3/manifests"},{"name":"gulp-conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16/manifests"},{"name":"standard-changelog@1.0.12","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12/manifests"},{"name":"conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15/manifests"},{"name":"gulp-conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15/manifests"},{"name":"conventional-recommended-bump@2.0.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4/manifests"},{"name":"conventional-changelog-cli@1.3.13","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13/manifests"},{"name":"git-raw-commits@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2/manifests"},{"name":"standard-changelog@1.0.11","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11/manifests"},{"name":"conventional-recommended-bump@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3/manifests"},{"name":"gulp-conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14/manifests"},{"name":"git-semver-tags@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2/manifests"},{"name":"conventional-changelog-express@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3/manifests"},{"name":"conventional-commits-filter@1.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3/manifests"},{"name":"conventional-changelog-writer@3.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2/manifests"},{"name":"conventional-changelog-jshint@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2/manifests"},{"name":"conventional-changelog-jquery@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2/manifests"},{"name":"conventional-changelog-eslint@1.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2/manifests"},{"name":"conventional-changelog-ember@0.3.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3/manifests"},{"name":"conventional-changelog-codemirror@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2/manifests"},{"name":"conventional-changelog-cli@1.3.12","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12/manifests"},{"name":"conventional-changelog-atom@0.2.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2/manifests"},{"name":"conventional-changelog-angular@1.6.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4/manifests"},{"name":"conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14/manifests"},{"name":"conventional-recommended-bump@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2/manifests"},{"name":"conventional-commits-parser@2.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2/manifests"},{"name":"standard-changelog@1.0.10","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10/manifests"},{"name":"conventional-commits-filter@1.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2/manifests"},{"name":"conventional-changelog-writer@3.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1/manifests"},{"name":"conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13/manifests"},{"name":"gulp-conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13/manifests"},{"name":"git-semver-tags@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1/manifests"},{"name":"git-raw-commits@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1/manifests"},{"name":"conventional-changelog-jshint@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1/manifests"},{"name":"conventional-changelog-jquery@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1/manifests"},{"name":"conventional-changelog-express@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1/manifests"},{"name":"conventional-changelog-ember@0.3.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2/manifests"},{"name":"conventional-changelog-codemirror@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1/manifests"},{"name":"conventional-changelog-cli@1.3.11","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11/manifests"},{"name":"conventional-changelog-atom@0.2.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1/manifests"},{"name":"conventional-changelog-angular@1.6.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3/manifests"},{"name":"conventional-changelog-cli@1.3.10","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10/manifests"},{"name":"conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12/manifests"},{"name":"gulp-conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12/manifests"},{"name":"conventional-recommended-bump@2.0.1","sha":"a4f0aa902d3e966fe6d6b1d46f2130838524cfbf","kind":"tag","published_at":"2018-02-12T14:54:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1/manifests"},{"name":"conventional-recommended-bump@2.0.0","sha":"9885d205ed96338575335652d006f475408e1195","kind":"tag","published_at":"2018-02-12T14:30:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0/manifests"},{"name":"conventional-changelog-preset-loader@1.1.2","sha":"a450d974237d440009ec3fb4c63974cf066e8f79","kind":"tag","published_at":"2018-02-12T04:07:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.1","sha":"5af1f00dcc4e1f9c3299bc7feb322a88b711f042","kind":"tag","published_at":"2018-02-09T04:17:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.0","sha":"c3eb36dbc52f383df6f3dcf3a3870b01ceee0b8b","kind":"tag","published_at":"2018-02-08T14:46:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0/manifests"},{"name":"conventional-commits-parser@2.1.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1/manifests"},{"name":"conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11/manifests"},{"name":"conventional-changelog-angular@1.6.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2/manifests"},{"name":"conventional-changelog-cli@1.3.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9/manifests"},{"name":"conventional-changelog-core@2.0.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1/manifests"},{"name":"conventional-changelog-ember@0.3.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2/manifests"},{"name":"conventional-recommended-bump@1.2.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1/manifests"},{"name":"gulp-conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11/manifests"},{"name":"standard-changelog@1.0.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9/manifests"},{"name":"standard-changelog@1.0.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8/manifests"},{"name":"gulp-conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10/manifests"},{"name":"git-semver-tags@1.3.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.2.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0/manifests"},{"name":"conventional-changelog-writer@3.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0/manifests"},{"name":"conventional-changelog-eslint@1.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.3.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1/manifests"},{"name":"conventional-changelog-core@2.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8/manifests"},{"name":"conventional-changelog-angular@1.6.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1/manifests"},{"name":"conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10/manifests"},{"name":"standard-changelog@1.0.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7/manifests"},{"name":"gulp-conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-jshint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0/manifests"},{"name":"conventional-changelog-jquery@1.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0/manifests"},{"name":"conventional-changelog-express@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0/manifests"},{"name":"conventional-changelog-eslint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0/manifests"},{"name":"conventional-changelog-ember@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0/manifests"},{"name":"conventional-changelog-core@1.9.5","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5/manifests"},{"name":"conventional-changelog-codemirror@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0/manifests"},{"name":"conventional-changelog-cli@1.3.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7/manifests"},{"name":"conventional-changelog-atom@0.2.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0/manifests"},{"name":"conventional-changelog-angular@1.6.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0/manifests"},{"name":"conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-angular@1.5.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3/manifests"},{"name":"standard-changelog@1.0.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6/manifests"},{"name":"gulp-conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8/manifests"},{"name":"conventional-recommended-bump@1.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0/manifests"},{"name":"conventional-commits-parser@2.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0/manifests"},{"name":"conventional-commits-filter@1.1.1","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1/manifests"},{"name":"conventional-changelog-writer@2.0.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.2.10","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10/manifests"},{"name":"conventional-changelog-core@1.9.4","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4/manifests"},{"name":"conventional-changelog-cli@1.3.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6/manifests"},{"name":"conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8/manifests"},{"name":"conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7/manifests"},{"name":"conventional-changelog-express@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1/manifests"},{"name":"conventional-changelog-eslint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1/manifests"},{"name":"conventional-changelog-jquery@1.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1/manifests"},{"name":"conventional-changelog-ember@0.2.9","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9/manifests"},{"name":"conventional-changelog-jshint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1/manifests"},{"name":"conventional-changelog-writer@2.0.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2/manifests"},{"name":"conventional-changelog-core@1.9.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3/manifests"},{"name":"conventional-commits-filter@1.1.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0/manifests"},{"name":"conventional-changelog-codemirror@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1/manifests"},{"name":"conventional-commits-parser@2.0.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1/manifests"},{"name":"conventional-recommended-bump@1.0.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3/manifests"},{"name":"conventional-changelog-cli@1.3.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5/manifests"},{"name":"git-raw-commits@1.3.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0/manifests"},{"name":"conventional-changelog-atom@0.1.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2/manifests"},{"name":"git-semver-tags@1.2.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3/manifests"},{"name":"conventional-changelog-angular@1.5.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2/manifests"},{"name":"gulp-conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7/manifests"},{"name":"standard-changelog@1.0.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5/manifests"},{"name":"@marionebl/conventional-commits-parser@3.0.0","sha":"edf4068ce4c3ea6ac5b61323473ab655be5eb895","kind":"tag","published_at":"2017-11-01T07:09:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/@marionebl/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/@marionebl/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0/manifests"},{"name":"git-semver-tags@1.2.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2/manifests"},{"name":"standard-changelog@1.0.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4/manifests"},{"name":"conventional-changelog-ember@0.2.8","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8/manifests"},{"name":"gulp-conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-core@1.9.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2/manifests"},{"name":"conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-angular@1.5.1","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1/manifests"},{"name":"conventional-recommended-bump@1.0.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2/manifests"},{"name":"conventional-changelog-cli@1.3.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4/manifests"},{"name":"standard-changelog@1.0.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3/manifests"},{"name":"conventional-changelog-core@1.9.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1/manifests"},{"name":"conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-ember@0.2.7","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7/manifests"},{"name":"conventional-changelog-writer@2.0.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1/manifests"},{"name":"conventional-changelog-angular@1.5.0","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0/manifests"},{"name":"gulp-conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-cli@1.3.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3/manifests"},{"name":"conventional-changelog-angular@1.4.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0/manifests"},{"name":"conventional-changelog-core@1.9.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0/manifests"},{"name":"conventional-changelog-codemirror@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0/manifests"},{"name":"conventional-changelog-cli@1.3.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2/manifests"},{"name":"conventional-changelog-atom@0.1.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1/manifests"},{"name":"standard-changelog@1.0.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2/manifests"},{"name":"conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4/manifests"},{"name":"conventional-changelog-ember@0.2.6","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6/manifests"},{"name":"conventional-changelog-eslint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0/manifests"},{"name":"conventional-changelog-express@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0/manifests"},{"name":"conventional-changelog-jquery@1.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0/manifests"},{"name":"conventional-changelog-jshint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0/manifests"},{"name":"conventional-changelog-writer@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0/manifests"},{"name":"conventional-commits-parser@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1/manifests"},{"name":"git-semver-tags@1.2.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1/manifests"},{"name":"gulp-conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4/manifests"},{"name":"conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3/manifests"},{"name":"conventional-changelog-core@1.8.0","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.8.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0/manifests"},{"name":"conventional-changelog-ember@0.2.5","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5/manifests"},{"name":"gulp-conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3/manifests"},{"name":"standard-changelog@1.0.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1/manifests"},{"name":"conventional-changelog-cli@1.3.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1/manifests"},{"name":"conventional-changelog-angular@1.3.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3/manifests"},{"name":"conventional-changelog-ember@0.2.4","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4/manifests"},{"name":"conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2/manifests"},{"name":"conventional-changelog-angular@1.3.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2/manifests"},{"name":"conventional-changelog-core@1.7.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.7.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0/manifests"},{"name":"conventional-changelog-cli@1.3.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0/manifests"},{"name":"standard-changelog@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2/manifests"},{"name":"git-semver-tags@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0/manifests"},{"name":"git-raw-commits@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0/manifests"},{"name":"conventional-recommended-bump@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"tag","published_at":"2017-03-10T05:35:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0/manifests"},{"name":"conventional-changelog-ember@0.2.3","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3/manifests"},{"name":"gulp-conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1/manifests"},{"name":"standard-changelog@0.0.2","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@0.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2/manifests"},{"name":"conventional-changelog-angular@1.3.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1/manifests"},{"name":"conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-cli@1.2.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1/manifests"},{"name":"conventional-changelog-core@1.6.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0/manifests"},{"name":"conventional-changelog-cli@1.2.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:01:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0/manifests"},{"name":"conventional-changelog-core@1.5.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:00:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0/manifests"},{"name":"git-raw-commits@1.1.2","sha":"f5fe78b1f15791cb0499744bf278dff22b52732f","kind":"tag","published_at":"2017-03-09T07:37:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2/manifests"},{"name":"git-semver-tags@1.1.2","sha":"7be07c7c0f49572b1c0e9c98f004b599d8b5bb1a","kind":"tag","published_at":"2017-03-09T07:35:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2/manifests"},{"name":"v1.1.0","sha":"600d411569271467389c3cbe71f7f657980e89a1","kind":"tag","published_at":"2016-02-13T06:59:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"9591280a8d09220aced3383abe3bc7ecbb34b503","kind":"tag","published_at":"2016-02-13T06:37:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"beef421f56939190a4ca30c28788eda1b3f9480d","kind":"tag","published_at":"2016-02-05T13:49:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"c8e90ab7fddd0b98855913e73fc12f9dc9dc81b1","kind":"tag","published_at":"2016-02-05T12:59:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0/manifests"},{"name":"v0.5.3","sha":"d79ce243223260b153699b99de0503698546ea63","kind":"tag","published_at":"2015-12-25T05:07:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"9e7b771072a2680c6c335fcad38003aade53213e","kind":"tag","published_at":"2015-12-23T12:24:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"4bf7d8df29f7be29552b82ec2b7112fad0c39a3e","kind":"tag","published_at":"2015-10-20T09:52:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"5ca2204b472704543ebbc744a22f8f90ec659659","kind":"tag","published_at":"2015-09-30T08:49:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"e5f2f3bc675e2c7e5cc6aa0ed50da7941833e492","kind":"tag","published_at":"2015-09-04T03:16:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"7536a0b351cc4f2764e71cbc268a178ab595259d","kind":"tag","published_at":"2015-08-17T01:28:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"56fa3d92620a41a875b3337fa51d04d6df23b1a8","kind":"tag","published_at":"2015-08-15T12:34:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"eefec0ef598a92e78510ee8626fd9bbcdb1398e4","kind":"tag","published_at":"2015-08-15T11:19:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0/manifests"},{"name":"v0.3.2","sha":"74b99dca61eafd56ba93605016b086a1108e77fe","kind":"tag","published_at":"2015-08-13T03:12:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"a1aca9c31a45aded77962bd0defc32e503aec213","kind":"commit","published_at":"2015-08-11T06:23:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"b489672d27ff703337c540f0fbc43f6486a84d99","kind":"commit","published_at":"2015-08-09T03:27:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"12e3cd6b151353dbe7f584adabbe5dd8a28424db","kind":"commit","published_at":"2015-07-24T08:13:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"f437b457b5ea6c105535a360144000f8315db54d","kind":"commit","published_at":"2015-07-24T04:54:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0/manifests"},{"name":"v0.1.3","sha":"c8fa9d0b94f8ac07f162623e4b9e9e68aad82e62","kind":"commit","published_at":"2015-07-22T11:06:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"6ba5d6e4b90a154dbca6ec0f80c66ad5995cd770","kind":"commit","published_at":"2015-07-22T07:10:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c015f8762f70eff2be7b8d7fb82438689239d717","kind":"commit","published_at":"2015-07-20T07:55:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"7253d0fea773e3f7cc0a3fb8278c9da070df26ee","kind":"commit","published_at":"2015-07-20T07:12:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.3","sha":"0c9f1e89bfacec8e08bac8ef96d64e3abdbecda7","kind":"commit","published_at":"2015-07-17T11:02:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"fec1baf43b8c0156682d4014a4fd066bd24ad448","kind":"commit","published_at":"2015-07-17T06:23:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"a5ea0dfada48601b9e3fbec78dd37d70380a2db6","kind":"commit","published_at":"2015-07-15T08:03:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1/manifests"},{"name":"v0.1.0-alpha.3","sha":"9b6cc68a2c17c9671363fe7af5de7ebd3a06aaeb","kind":"commit","published_at":"2015-07-06T01:27:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3/manifests"},{"name":"v0.1.0-alpha.2","sha":"34b0f460c34ecc48af857d8ee5d7038970ba56fb","kind":"commit","published_at":"2015-06-29T12:04:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2/manifests"},{"name":"v0.1.0-alpha.1","sha":"05b3415fc699ab43f3fa33b5ecd040ab5ecdf9e2","kind":"commit","published_at":"2015-06-24T04:42:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1/manifests"},{"name":"v0.0.17","sha":"3cae05244e48af9cf4abbef3114060db585a574c","kind":"commit","published_at":"2015-04-03T02:12:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"c0719ce6ba16778dd34c2cfdc81e7f3c5321409d","kind":"commit","published_at":"2015-03-19T04:15:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"57af04dc3e362c0e327b716279c9143028c6e0da","kind":"commit","published_at":"2015-03-18T20:23:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"69be290efb58a6a92e9ae78d7b37168d293920b5","kind":"commit","published_at":"2015-03-13T21:22:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"15a39d02ba3d666e7820eecbb8c5493ef2f6040a","kind":"commit","published_at":"2015-03-12T23:17:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13/manifests"},{"name":"v0.0.11","sha":"37f5561553c30d8f0f2c949502ea278da64949cd","kind":"tag","published_at":"2014-05-28T13:14:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"ad6f6ec5499d2c902b88da95487862d50e5ad776","kind":"tag","published_at":"2014-05-28T12:51:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"87efbabd9bc2a0fd83255e6cb856961b10aef9eb","kind":"tag","published_at":"2014-05-06T17:11:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"94b12cf69c51264b1edb6c81b50a262f0536894b","kind":"tag","published_at":"2014-04-10T14:45:48.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"1cf17e494fd7d8538c55189c72c0cf57d145ef41","kind":"tag","published_at":"2014-04-10T14:06:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"861f9ec93de28be4185b35815c2b6ab17746eb3f","kind":"commit","published_at":"2014-01-23T19:39:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"3f59f7356c86f30ef8e8754386373c2a8f97b367","kind":"commit","published_at":"2014-01-23T18:59:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6fa2c22464dcd964df604550c2ce2ed1d2f4362b","kind":"commit","published_at":"2014-01-04T21:36:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4/manifests"}]},"repo_metadata_updated_at":"2023-12-15T22:29:37.979Z","dependent_packages_count":1,"downloads":17,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":43.5886015547087,"dependent_repos_count":25.32799796580169,"dependent_packages_count":16.223928578504864,"stargazers_count":1.4444284534302032,"forks_count":1.6546204546288672,"average":17.647915401414867},"purl":"pkg:npm/conventional-changelog-nii","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/conventional-changelog-nii","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/conventional-changelog-nii","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/conventional-changelog-nii/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2023-12-15T21:07:51.040Z","issues_count":103,"pull_requests_count":338,"avg_time_to_close_issue":23444750.564102564,"avg_time_to_close_pull_request":6261417.119850188,"issues_closed_count":39,"pull_requests_closed_count":267,"pull_request_authors_count":58,"issue_authors_count":72,"avg_comments_per_issue":1.8252427184466018,"avg_comments_per_pull_request":1.3875739644970413,"merged_pull_requests_count":209,"bot_issues_count":1,"bot_pull_requests_count":171,"past_year_issues_count":61,"past_year_pull_requests_count":280,"past_year_avg_time_to_close_issue":784912.724137931,"past_year_avg_time_to_close_pull_request":1086635.9458333333,"past_year_issues_closed_count":29,"past_year_pull_requests_closed_count":240,"past_year_pull_request_authors_count":25,"past_year_issue_authors_count":35,"past_year_avg_comments_per_issue":1.3934426229508197,"past_year_avg_comments_per_pull_request":1.157142857142857,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":160,"past_year_merged_pull_requests_count":198,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues"},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-nii/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-nii/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-nii/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-nii/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-nii/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-nii/codemeta","maintainers":[{"uuid":"mohammedhaarisedhi","login":"mohammedhaarisedhi","name":null,"email":"mohammed.edhi@toyota.com","url":null,"packages_count":1,"html_url":"https://www.npmjs.com/~mohammedhaarisedhi","role":null,"created_at":"2022-11-11T20:38:48.976Z","updated_at":"2022-11-11T20:38:48.976Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/mohammedhaarisedhi/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5644415,"maintainers_count":1200486,"namespaces_count":399623,"keywords_count":847874,"github":"npm","metadata":{"funded_packages_count":171745},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-06-10T05:11:46.456Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":1232383,"name":"@sidvind/conventional-changelog-conventionalcommits","ecosystem":"npm","description":"conventional-changelog conventionalcommits.org preset","homepage":"https://github.com/ext/conventional-changelog-conventionalcommits","licenses":"ISC","normalized_licenses":["ISC"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":["conventional-changelog","conventionalcommits.org","preset"],"namespace":"sidvind","versions_count":1,"first_release_published_at":"2020-11-01T13:02:05.328Z","latest_release_published_at":"2020-11-01T13:02:05.328Z","latest_release_number":"1.0.0","last_synced_at":"2026-06-03T20:26:53.303Z","created_at":"2022-04-08T14:23:04.139Z","updated_at":"2026-06-03T20:26:53.303Z","registry_url":"https://www.npmjs.com/package/@sidvind/conventional-changelog-conventionalcommits","install_command":"npm install @sidvind/conventional-changelog-conventionalcommits","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"1.0.0"}},"repo_metadata":{"id":12961414,"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2024-06-18T04:54:14.000Z","size":5832,"stargazers_count":7627,"open_issues_count":249,"forks_count":715,"subscribers_count":58,"default_branch":"master","last_synced_at":"2024-06-19T09:40:31.278Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2024-06-19T09:40:44.711Z","dependencies_parsed_at":"2022-07-13T10:30:31.523Z","dependency_job_id":"5f6d159e-c4c6-405b-9fa7-976ffc4dfa04","html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1464,"total_committers":136,"mean_commits":"10.764705882352942","dds":"0.40095628415300544","last_synced_commit":"58f0887283a200d52e49607baf7b352f26177b05"},"previous_names":["ajoslin/conventional-changelog"],"tags_count":777,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":215686924,"owners_count":15916249,"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"},"owner_record":{"login":"conventional-changelog","name":"conventional-changelog","uuid":"16443515","kind":"organization","description":"Tools to generate changelogs and release notes from a project's commit messages and metadata.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16443515?v=4","repositories_count":12,"last_synced_at":"2024-03-25T20:05:25.442Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/conventional-changelog","funding_links":[],"total_stars":31480,"followers":325,"following":0,"created_at":"2022-11-02T16:25:21.572Z","updated_at":"2024-03-25T20:05:26.809Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog/repositories"},"tags":[{"name":"git-client-v1.0.1","sha":"d3b8aaa16337993bbad4d91db1ffac5a7568756b","kind":"commit","published_at":"2024-05-06T14:46:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1/manifests"},{"name":"conventional-changelog-v6.0.0","sha":"83bb15ba5de08f080884fc906c6db3c99c8b2131","kind":"commit","published_at":"2024-04-26T22:08:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0/manifests"},{"name":"conventional-changelog-core-v8.0.0","sha":"7bc92fc05e4447f311ad52b6e39d36f461eaf083","kind":"commit","published_at":"2024-04-26T22:07:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v8.0.0","sha":"3129c812139bf7454a64b4d506e6b85cd5abc77c","kind":"commit","published_at":"2024-04-26T22:06:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0/manifests"},{"name":"git-semver-tags-v8.0.0","sha":"fbd1b3bcd6253a32de89eb21145c2eb70d9396b6","kind":"commit","published_at":"2024-04-26T22:05:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v5.0.0","sha":"e34c96db3dbebedb17a6583aae8855dddd056f83","kind":"commit","published_at":"2024-04-26T22:04:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0/manifests"},{"name":"conventional-changelog-angular-v8.0.0","sha":"2aa6291a93eb881230e896f87a5232873b6a9717","kind":"commit","published_at":"2024-04-26T22:04:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0/manifests"},{"name":"conventional-changelog-jquery-v6.0.0","sha":"1c71cd6d4868ef2e158963e277609a9794806306","kind":"commit","published_at":"2024-04-26T22:03:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v8.0.0","sha":"533e36277d1779a5ac79a06210c603b5f88bc030","kind":"commit","published_at":"2024-04-26T22:00:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0/manifests"},{"name":"conventional-changelog-eslint-v6.0.0","sha":"c7459cd7d1e1ab82c9a5d552b008c02aba290cad","kind":"commit","published_at":"2024-04-26T21:59:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0/manifests"},{"name":"git-raw-commits-v5.0.0","sha":"f61ea377e843db0852c35911785895ec43481f11","kind":"commit","published_at":"2024-04-26T21:58:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0/manifests"},{"name":"conventional-changelog-codemirror-v5.0.0","sha":"77525286ffc8869a6ac351ebe28198842815cb7c","kind":"commit","published_at":"2024-04-26T21:57:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0/manifests"},{"name":"conventional-changelog-cli-v5.0.0","sha":"a75cef688b9a1557ca981178d4d35c18963160b6","kind":"commit","published_at":"2024-04-26T21:53:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0/manifests"},{"name":"conventional-changelog-express-v5.0.0","sha":"a6ab80d6e30091a8b743ee97a87e7400af1ebc53","kind":"commit","published_at":"2024-04-26T21:53:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v10.0.0","sha":"d7c409b02f1d58cf6f0293edcadbe5f00a78a622","kind":"commit","published_at":"2024-04-26T21:52:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v10.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v10.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0/manifests"},{"name":"conventional-changelog-atom-v5.0.0","sha":"3b2b9d0ec2382f73d9cf000a1004596f90ece916","kind":"commit","published_at":"2024-04-26T21:51:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0/manifests"},{"name":"conventional-changelog-jshint-v5.0.0","sha":"d7dae509e72b09d1496ae51f1f04c15581c828fc","kind":"commit","published_at":"2024-04-26T21:50:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0/manifests"},{"name":"conventional-changelog-ember-v5.0.0","sha":"2e99dfa49112ffe6c864dd0e436f0db1e696b1f9","kind":"commit","published_at":"2024-04-26T21:50:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0/manifests"},{"name":"conventional-commits-parser-v6.0.0","sha":"646e1be132ccd0f32e3074de2f511be5c610984f","kind":"commit","published_at":"2024-04-26T21:48:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0/manifests"},{"name":"conventional-commits-filter-v5.0.0","sha":"be4266b7ef7b84ba5c198dfa8c143229f8a5b128","kind":"commit","published_at":"2024-04-26T21:47:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0/manifests"},{"name":"standard-changelog-v6.0.0","sha":"3e9b9387f29e48a508b70b88f26b40a6db9fea16","kind":"commit","published_at":"2024-04-26T21:45:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v5.0.0","sha":"041a1a9b73b201add30494aed19d026b948bd8f1","kind":"commit","published_at":"2024-04-26T21:41:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0/manifests"},{"name":"git-client-v1.0.0","sha":"7e51fe970576503cae3ab94e6e9b3e01017b044d","kind":"commit","published_at":"2024-04-26T21:21:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0/manifests"},{"name":"git-semver-tags-v7.0.1","sha":"fac8045242099c016f5f3905e54e02b7d466bd7b","kind":"commit","published_at":"2023-09-10T23:53:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1/manifests"},{"name":"conventional-changelog-writer-v7.0.1","sha":"e3a643ad39ec3bc4cfb1dff2aa1101333df33dc3","kind":"commit","published_at":"2023-09-10T23:49:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1/manifests"},{"name":"conventional-changelog-cli-v4.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0/manifests"},{"name":"conventional-changelog-v5.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0/manifests"},{"name":"conventional-changelog-core-v7.0.0","sha":"2e467dd39a35c3813597711a37690897183b4abc","kind":"commit","published_at":"2023-09-08T22:03:37.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0/manifests"},{"name":"git-semver-tags-v7.0.0","sha":"a13f788bd505d8253a2d92413fc4a7780e11ec07","kind":"commit","published_at":"2023-09-08T21:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0/manifests"},{"name":"standard-changelog-v5.0.0","sha":"34569c7a3fd2b0362a461517a1f4e20e7eecd9fc","kind":"commit","published_at":"2023-09-08T21:55:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v9.0.0","sha":"ad633d9d81f66ef80d7f77832a264cb0c5b971ef","kind":"commit","published_at":"2023-09-08T21:50:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.2","sha":"50113f9b569259d991f1a734a192964ca71f0118","kind":"commit","published_at":"2023-09-08T21:41:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2/manifests"},{"name":"conventional-changelog-preset-loader-v4.1.0","sha":"a14d2186575f6061f236c9a47d803694b18f8373","kind":"commit","published_at":"2023-09-08T21:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.1","sha":"ca4324b0a690b2595f8b574882ff95329a2dc195","kind":"commit","published_at":"2023-08-27T19:11:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1/manifests"},{"name":"conventional-commits-filter-v4.0.0","sha":"26fc9ea274dc0c62442ec9d97b20a2ebb49138bf","kind":"commit","published_at":"2023-08-27T12:55:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0/manifests"},{"name":"standard-changelog-v4.0.0","sha":"5b788265774bf4b63d3c83a178ca53e8e7095903","kind":"commit","published_at":"2023-08-27T12:50:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-eslint-v5.0.0","sha":"679594c0716275771cc23b314e4362899fe72f87","kind":"commit","published_at":"2023-08-27T12:46:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0/manifests"},{"name":"git-semver-tags-v6.0.0","sha":"1c75c72d9b5d59e3ea4e914c58a85f7559f29602","kind":"commit","published_at":"2023-08-27T12:40:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0/manifests"},{"name":"conventional-recommended-bump-v8.0.0","sha":"624377a24e8e3658bcf2329a9a98f9a7b02a4cb3","kind":"commit","published_at":"2023-08-27T12:33:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0/manifests"},{"name":"conventional-changelog-writer-v7.0.0","sha":"d669bb67dc713cb1e4374e3216ed7d83cde743c5","kind":"commit","published_at":"2023-08-27T12:27:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0/manifests"},{"name":"conventional-changelog-codemirror-v4.0.0","sha":"933fd0b3dd355d648faf57241b796a714004c722","kind":"commit","published_at":"2023-08-27T12:23:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0/manifests"},{"name":"conventional-changelog-express-v4.0.0","sha":"c9e9ceb3a3727659bd117bab01cbc7642d588f06","kind":"commit","published_at":"2023-08-27T12:16:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0/manifests"},{"name":"conventional-changelog-ember-v4.0.0","sha":"5d7c16268f79b7f180e34e997fdb37373d714666","kind":"commit","published_at":"2023-08-27T12:11:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0/manifests"},{"name":"conventional-changelog-jquery-v5.0.0","sha":"d643efb1050dcdaecee626044315644ff9b9e43b","kind":"commit","published_at":"2023-08-27T12:07:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v4.0.0","sha":"636646dd9ae062e9652a7f9ccaf6c329e6e9f924","kind":"commit","published_at":"2023-08-27T12:03:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0/manifests"},{"name":"conventional-changelog-v5.0.0","sha":"7985de3edc9e655369651ad464cb39b791887dc7","kind":"commit","published_at":"2023-08-27T11:58:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.0","sha":"5f0fe40743d8f559ab94ed11bbb4b8bda6fa6dcb","kind":"commit","published_at":"2023-08-27T11:51:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0/manifests"},{"name":"conventional-changelog-angular-v7.0.0","sha":"6c7a2e1a8807988bcb1a9842f72d14be3b1a89e3","kind":"commit","published_at":"2023-08-27T11:46:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0/manifests"},{"name":"conventional-changelog-jshint-v4.0.0","sha":"0204a9a340d2c85411e8de8905bc74c6146e5618","kind":"commit","published_at":"2023-08-27T11:41:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0/manifests"},{"name":"conventional-changelog-atom-v4.0.0","sha":"ab9b2c10e098ec8837d141102549f3eef698364c","kind":"commit","published_at":"2023-08-27T11:36:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0/manifests"},{"name":"conventional-changelog-cli-v4.0.0","sha":"29df6c4597afad27b9cda06f58eb564bcca609c4","kind":"commit","published_at":"2023-08-27T11:21:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0/manifests"},{"name":"conventional-changelog-core-v6.0.0","sha":"45613bbc2d13c798732e4b2bd4b2fa9ea67157d6","kind":"commit","published_at":"2023-08-27T11:17:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v4.0.0","sha":"5a896e3ef3aa9e751fcc74d7c76fa21d6d526cb0","kind":"commit","published_at":"2023-08-27T11:08:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0/manifests"},{"name":"git-raw-commits-v4.0.0","sha":"878fc56b43bc617177bf47fd8643a3b8b86078e5","kind":"commit","published_at":"2023-08-27T11:01:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0/manifests"},{"name":"conventional-commits-parser-v5.0.0","sha":"299de5acbe55a7d19dcdd2adc34681eae7264abf","kind":"commit","published_at":"2023-08-26T17:50:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0/manifests"},{"name":"git-semver-tags-v5.0.1","sha":"87914a362866a380e98a29edf19b2173e0911d8a","kind":"commit","published_at":"2023-07-09T19:10:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1/manifests"},{"name":"conventional-changelog-writer-v6.0.1","sha":"c123edea220b450cfa26813b6f198c3e8ebbd2b4","kind":"commit","published_at":"2023-07-09T14:49:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.2","sha":"83773c5e1a8874ea9809ca9db1dff60b7df1daae","kind":"commit","published_at":"2023-06-28T17:43:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.1.0","sha":"2e5fe6d9574ba896fa90b5bfcb50fb73d28af6d6","kind":"commit","published_at":"2023-06-17T21:30:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v7.0.1","sha":"f251b6899e313a9b23f3c8deb8b8b57217040892","kind":"commit","published_at":"2023-06-06T23:24:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.1","sha":"5b458dff9edf766446449acd1bbb8027a1e39fa5","kind":"commit","published_at":"2023-06-06T23:17:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1/manifests"},{"name":"gulp-conventional-changelog-v3.0.0","sha":"8ef6232797e5bf7c80422221374c53c03d5df36d","kind":"commit","published_at":"2023-06-06T22:50:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0/manifests"},{"name":"standard-changelog-v3.0.0","sha":"ea65f017b42b914ece780fd2fc799a6946912ed8","kind":"commit","published_at":"2023-06-06T22:42:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0/manifests"},{"name":"conventional-changelog-cli-v3.0.0","sha":"f00f4549cee9406054b77057a8135183fcd89710","kind":"commit","published_at":"2023-06-06T22:29:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0/manifests"},{"name":"conventional-changelog-v4.0.0","sha":"1a240f91ed584ed43e7f9c82235ca60eff0f4fa5","kind":"commit","published_at":"2023-06-06T19:50:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-core-v5.0.0","sha":"8507f601486c8ff6806156c50091262dee13ec54","kind":"commit","published_at":"2023-06-06T19:23:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v7.0.0","sha":"e1662ca7a6c688d28a334282a5e863f52866f3e8","kind":"commit","published_at":"2023-06-06T18:39:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v3.0.0","sha":"5d80d155425147a0b045af09536e5962cbfff620","kind":"commit","published_at":"2023-06-06T15:08:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.0.0","sha":"a30fc7ae219cf871b46cbe9d2c76a9730b70e272","kind":"commit","published_at":"2023-06-06T14:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v6.0.0","sha":"aa5d46c7b13b7b31f78af4b3c31c087c39eea41d","kind":"commit","published_at":"2023-06-06T14:46:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0/manifests"},{"name":"conventional-commits-filter-v3.0.0","sha":"502a73fe41aebb7b563c5ca69521e0b1bab904df","kind":"commit","published_at":"2023-06-06T14:32:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0/manifests"},{"name":"conventional-commits-parser-v4.0.0","sha":"9f7fe891e75c64937c28baa39a6c795a01603ab7","kind":"commit","published_at":"2023-06-06T14:24:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0/manifests"},{"name":"git-raw-commits-v3.0.0","sha":"571f2d549f10744a12ab3bc5dc5e0b749cb72667","kind":"commit","published_at":"2023-06-06T14:16:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0/manifests"},{"name":"git-semver-tags-v5.0.0","sha":"445c796d04105d10dd62d07039bc6a7fc9f263a5","kind":"commit","published_at":"2023-06-06T13:51:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0/manifests"},{"name":"conventional-changelog-atom-v3.0.0","sha":"208787aa2f5db8de1c2d43c56d71e6dfb9510781","kind":"commit","published_at":"2023-06-06T13:43:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0/manifests"},{"name":"conventional-changelog-angular-v6.0.0","sha":"c4ebf98acc15f37154aae5de53a225e896c4a157","kind":"commit","published_at":"2023-06-06T13:36:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0/manifests"},{"name":"conventional-changelog-codemirror-v3.0.0","sha":"0772453bee083917a05b9696d063ee3dc69957f9","kind":"commit","published_at":"2023-06-06T13:25:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0/manifests"},{"name":"conventional-changelog-ember-v3.0.0","sha":"e473d0c8af7c0cf8a54f775556796f50f3e695c2","kind":"commit","published_at":"2023-06-06T13:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0/manifests"},{"name":"conventional-changelog-eslint-v4.0.0","sha":"b3b896bc5b9e3ed65dcfc08c57967a252f37cfd1","kind":"commit","published_at":"2023-06-06T12:56:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0/manifests"},{"name":"conventional-changelog-express-v3.0.0","sha":"5594385d1dd2490b0fb508a60b6f30e8be6616ce","kind":"commit","published_at":"2023-06-06T12:37:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0/manifests"},{"name":"conventional-changelog-jquery-v4.0.0","sha":"51a3015a907b2cea900114359c36ce0e9664b72d","kind":"commit","published_at":"2023-06-06T12:17:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0/manifests"},{"name":"conventional-changelog-jshint-v3.0.0","sha":"281e5f883476e90b75cae4373a67436c86e94f6a","kind":"commit","published_at":"2023-06-06T12:02:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v5.0.0","sha":"ba6df7cf62de5f448368bed4398f6ddf633d2cbd","kind":"commit","published_at":"2022-05-27T18:02:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0/manifests"},{"name":"conventional-changelog-writer-v5.0.1","sha":"21b73f974adc4490a318d9c892055655cb82c538","kind":"commit","published_at":"2021-12-29T21:36:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.3","sha":"02757d342290bcf51a49d49e5e72f5eae6c6f6da","kind":"commit","published_at":"2021-12-29T19:52:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3/manifests"},{"name":"conventional-commits-parser-v3.2.4","sha":"1d0f62d4ac4911ef0d912d5401f783b152cee624","kind":"commit","published_at":"2021-12-29T19:46:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4/manifests"},{"name":"git-raw-commits-v2.0.11","sha":"95384dbd105ffe4f86bbc6ccad3e5405a1cbfe04","kind":"commit","published_at":"2021-12-29T19:39:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.2","sha":"1827696185192a8dd258ea7c3370090238b0fb76","kind":"commit","published_at":"2021-12-25T18:06:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2/manifests"},{"name":"conventional-changelog-cli-v2.2.2","sha":"8ce6a7bbd3fae87aa9d56fca68c2e16fbb2cace5","kind":"commit","published_at":"2021-12-25T17:22:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2/manifests"},{"name":"conventional-changelog-v3.1.25","sha":"8e9c3d76aaffd7fe67a78270b3ad9b881e953e7e","kind":"commit","published_at":"2021-12-24T18:50:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25/manifests"},{"name":"conventional-commits-parser-v3.2.3","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3/manifests"},{"name":"conventional-changelog-cli-v2.2.1","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.1","sha":"c35708d56a55e31b750aec1f745e5be52f0a75f2","kind":"commit","published_at":"2021-09-09T19:06:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1/manifests"},{"name":"conventional-commits-parser-v3.2.2","sha":"1bae48ff85eff0736ea6691b7214f3fc9c026256","kind":"commit","published_at":"2021-09-09T14:45:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2/manifests"},{"name":"conventional-changelog-core-v4.2.4","sha":"02fbc2d42d0faf53d4b7a2b0525626088a6ac8ba","kind":"commit","published_at":"2021-09-09T14:37:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4/manifests"},{"name":"conventional-changelog-angular-v5.0.13","sha":"e30343b4676d26b416080294dc74ebba001c0716","kind":"commit","published_at":"2021-09-09T14:31:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v5.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13/manifests"},{"name":"conventional-changelog-core-v4.2.3","sha":"318b555b6ef3aebdb5a8d4c7c734fd7234712dd3","kind":"commit","published_at":"2021-07-03T00:24:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.0","sha":"537c37d7801872c3e57e4200c64154a4d2ea042a","kind":"commit","published_at":"2021-04-30T00:15:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0/manifests"},{"name":"conventional-commits-parser-v3.2.1","sha":"758dda2937b6784f0cc6a535286862fcf95b6f06","kind":"commit","published_at":"2021-02-15T21:32:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1/manifests"},{"name":"git-raw-commits-v2.0.10","sha":"ffecaccb6e117afae9f68f1d48ff9a69554da950","kind":"commit","published_at":"2021-01-27T16:36:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10/manifests"},{"name":"conventional-changelog-writer-v5.0.0","sha":"61ef6491add84b841e1797baf09f62bbdd90dcd4","kind":"commit","published_at":"2020-12-30T22:40:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v6.1.0","sha":"3b0fb22b0bb49137b9ecddaeb349f66025205c57","kind":"commit","published_at":"2020-12-30T16:58:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0/manifests"},{"name":"conventional-changelog-core-v4.2.2","sha":"317eeb3137caff69bcc9a67fce3dc67663a010db","kind":"commit","published_at":"2020-12-30T00:53:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2/manifests"},{"name":"conventional-recommended-bump-v6.0.12","sha":"90ecc5d93bfd7626857eda5d240f92393d896be0","kind":"commit","published_at":"2020-12-30T00:43:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12/manifests"},{"name":"git-raw-commits-v2.0.9","sha":"227f3e23af86912c0cd64fdb1a820ac92e5757c5","kind":"commit","published_at":"2020-12-29T23:59:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9/manifests"},{"name":"conventional-changelog-writer-v4.1.0","sha":"77725cfb12ca3ca22abb9421b4af012a49207e7a","kind":"commit","published_at":"2020-12-29T23:41:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0/manifests"},{"name":"conventional-changelog-atom@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8/manifests"},{"name":"conventional-changelog-angular@5.0.12","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12/manifests"},{"name":"conventional-changelog@3.1.24","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24/manifests"},{"name":"git-raw-commits@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8/manifests"},{"name":"standard-changelog@2.0.27","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27/manifests"},{"name":"gulp-conventional-changelog@2.0.35","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35/manifests"},{"name":"git-semver-tags@4.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1/manifests"},{"name":"conventional-recommended-bump@6.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11/manifests"},{"name":"conventional-commits-parser@3.2.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0/manifests"},{"name":"conventional-commits-filter@2.0.7","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7/manifests"},{"name":"conventional-changelog-writer@4.0.18","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18/manifests"},{"name":"conventional-changelog-jshint@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9/manifests"},{"name":"conventional-changelog-jquery@3.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11/manifests"},{"name":"conventional-changelog-express@2.0.6","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9/manifests"},{"name":"conventional-changelog-ember@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9/manifests"},{"name":"conventional-changelog-core@4.2.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.5.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1/manifests"},{"name":"conventional-changelog-v3.1.24","sha":"f8fcbc2e8b0834c29178ace6382b438a020ad828","kind":"commit","published_at":"2020-10-25T02:45:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24/manifests"},{"name":"conventional-recommended-bump@6.0.10","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10/manifests"},{"name":"standard-changelog@2.0.26","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26/manifests"},{"name":"gulp-conventional-changelog@2.0.34","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34/manifests"},{"name":"git-semver-tags@4.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0/manifests"},{"name":"conventional-changelog-core@4.2.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.4.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0/manifests"},{"name":"conventional-changelog-cli@2.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0/manifests"},{"name":"conventional-changelog@3.1.23","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23/manifests"},{"name":"standard-changelog@2.0.25","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25/manifests"},{"name":"conventional-changelog-writer@4.0.17","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17/manifests"},{"name":"conventional-changelog-jshint@2.0.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8/manifests"},{"name":"conventional-changelog-core@4.1.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8/manifests"},{"name":"conventional-changelog@3.1.22","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22/manifests"},{"name":"conventional-changelog-angular@5.0.11","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.35","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35/manifests"},{"name":"gulp-conventional-changelog@2.0.33","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.1","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1/manifests"},{"name":"conventional-changelog-core@4.1.7","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7/manifests"},{"name":"conventional-changelog@3.1.21","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21/manifests"},{"name":"conventional-changelog-writer@4.0.16","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.34","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34/manifests"},{"name":"standard-changelog@2.0.24","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24/manifests"},{"name":"gulp-conventional-changelog@2.0.32","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32/manifests"},{"name":"git-semver-tags@4.0.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.3.4","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4/manifests"},{"name":"standard-changelog@2.0.23","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23/manifests"},{"name":"gulp-conventional-changelog@2.0.31","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31/manifests"},{"name":"conventional-changelog-eslint@3.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.15","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10/manifests"},{"name":"conventional-changelog@3.1.20","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20/manifests"},{"name":"conventional-changelog-atom@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7/manifests"},{"name":"conventional-changelog-cli@2.0.33","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33/manifests"},{"name":"conventional-changelog-codemirror@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0/manifests"},{"name":"conventional-changelog-core@4.1.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6/manifests"},{"name":"conventional-changelog-ember@2.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8/manifests"},{"name":"conventional-commits-filter@2.0.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6/manifests"},{"name":"conventional-commits-parser@3.1.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.9","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9/manifests"},{"name":"git-raw-commits@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7/manifests"},{"name":"conventional-changelog-express@2.0.5","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10/manifests"},{"name":"conventional-changelog-jshint@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7/manifests"},{"name":"conventional-changelog-preset-loader-v2.3.2","sha":"9f6c56cb960a5043823cfb85b9843991201cbb51","kind":"commit","published_at":"2020-05-08T19:21:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v2.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2/manifests"},{"name":"conventional-changelog-core@4.1.5","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5/manifests"},{"name":"gulp-conventional-changelog@2.0.30","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30/manifests"},{"name":"standard-changelog@2.0.22","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22/manifests"},{"name":"conventional-changelog@3.1.19","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19/manifests"},{"name":"conventional-changelog-cli@2.0.32","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32/manifests"},{"name":"conventional-changelog-cli@2.0.31","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31/manifests"},{"name":"standard-changelog@2.0.21","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21/manifests"},{"name":"gulp-conventional-changelog@2.0.29","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29/manifests"},{"name":"conventional-changelog-core@4.1.4","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4/manifests"},{"name":"conventional-changelog@3.1.18","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18/manifests"},{"name":"conventional-changelog@3.1.17","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17/manifests"},{"name":"standard-changelog@2.0.20","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20/manifests"},{"name":"gulp-conventional-changelog@2.0.28","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28/manifests"},{"name":"conventional-changelog-core@4.1.3","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.30","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30/manifests"},{"name":"conventional-changelog-cli@2.0.29","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29/manifests"},{"name":"standard-changelog@2.0.19","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19/manifests"},{"name":"gulp-conventional-changelog@2.0.27","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27/manifests"},{"name":"conventional-changelog-core@4.1.2","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2/manifests"},{"name":"conventional-changelog@3.1.16","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16/manifests"},{"name":"conventional-changelog-cli@2.0.28","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28/manifests"},{"name":"standard-changelog@2.0.18","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18/manifests"},{"name":"gulp-conventional-changelog@2.0.26","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26/manifests"},{"name":"git-semver-tags@3.0.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1/manifests"},{"name":"git-raw-commits@2.0.3","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3/manifests"},{"name":"conventional-recommended-bump@6.0.5","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5/manifests"},{"name":"conventional-commits-parser@3.0.8","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.11","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11/manifests"},{"name":"conventional-changelog-core@4.1.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1/manifests"},{"name":"conventional-changelog@3.1.15","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15/manifests"},{"name":"gulp-conventional-changelog@2.0.25","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25/manifests"},{"name":"conventional-changelog@3.1.14","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14/manifests"},{"name":"conventional-changelog-angular@5.0.6","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6/manifests"},{"name":"conventional-changelog-cli@2.0.27","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.3","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3/manifests"},{"name":"conventional-changelog-core@4.1.0","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0/manifests"},{"name":"conventional-commits-parser@3.0.7","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7/manifests"},{"name":"conventional-recommended-bump@6.0.4","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4/manifests"},{"name":"standard-changelog@2.0.17","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17/manifests"},{"name":"conventional-changelog-cli@2.0.26","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.2","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2/manifests"},{"name":"conventional-changelog-core@4.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3/manifests"},{"name":"conventional-commits-parser@3.0.6","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6/manifests"},{"name":"conventional-recommended-bump@6.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.24","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24/manifests"},{"name":"standard-changelog@2.0.16","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16/manifests"},{"name":"conventional-changelog-writer@4.0.10","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10/manifests"},{"name":"conventional-changelog-preset-loader@2.3.0","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0/manifests"},{"name":"conventional-changelog@3.1.13","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13/manifests"},{"name":"conventional-changelog-jshint@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.9","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9/manifests"},{"name":"conventional-commits-parser@3.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5/manifests"},{"name":"conventional-changelog@3.1.12","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12/manifests"},{"name":"conventional-recommended-bump@6.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.23","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23/manifests"},{"name":"standard-changelog@2.0.15","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5/manifests"},{"name":"conventional-changelog-atom@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.25","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25/manifests"},{"name":"conventional-changelog-codemirror@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.1","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1/manifests"},{"name":"conventional-changelog-core@4.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2/manifests"},{"name":"conventional-changelog-ember@2.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4/manifests"},{"name":"conventional-changelog-eslint@3.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.6","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6/manifests"},{"name":"standard-changelog@2.0.14","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14/manifests"},{"name":"gulp-conventional-changelog@2.0.22","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22/manifests"},{"name":"conventional-recommended-bump@6.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1/manifests"},{"name":"conventional-commits-parser@3.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4/manifests"},{"name":"conventional-changelog-writer@4.0.8","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8/manifests"},{"name":"conventional-changelog-jshint@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.5","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5/manifests"},{"name":"conventional-changelog-eslint@3.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3/manifests"},{"name":"conventional-changelog-ember@2.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3/manifests"},{"name":"conventional-changelog-core@4.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.0","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.24","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24/manifests"},{"name":"conventional-changelog-atom@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4/manifests"},{"name":"conventional-changelog@3.1.11","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11/manifests"},{"name":"conventional-changelog-preset-loader@2.2.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0/manifests"},{"name":"standard-changelog@2.0.13","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13/manifests"},{"name":"gulp-conventional-changelog@2.0.21","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21/manifests"},{"name":"git-semver-tags@3.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0/manifests"},{"name":"conventional-recommended-bump@6.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.7","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7/manifests"},{"name":"conventional-changelog@3.1.10","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10/manifests"},{"name":"conventional-changelog-cli@2.0.23","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23/manifests"},{"name":"conventional-changelog-conventionalcommits@4.1.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0/manifests"},{"name":"conventional-changelog-core@4.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.1","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.0.0","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0/manifests"},{"name":"conventional-changelog-core@3.2.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3/manifests"},{"name":"conventional-changelog-writer@4.0.6","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6/manifests"},{"name":"conventional-commits-parser@3.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3/manifests"},{"name":"conventional-changelog@3.1.9","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9/manifests"},{"name":"standard-changelog@2.0.12","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.20","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20/manifests"},{"name":"git-semver-tags@2.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.22","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22/manifests"},{"name":"standard-changelog@2.0.11","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11/manifests"},{"name":"conventional-changelog@3.1.8","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8/manifests"},{"name":"conventional-changelog-cli@2.0.21","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.2","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.19","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19/manifests"},{"name":"conventional-changelog@3.1.7","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7/manifests"},{"name":"conventional-changelog-cli@2.0.20","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.1","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.18","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18/manifests"},{"name":"conventional-changelog-cli@2.0.19","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.17","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17/manifests"},{"name":"conventional-changelog@3.1.6","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6/manifests"},{"name":"conventional-changelog@3.1.5","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5/manifests"},{"name":"conventional-changelog-conventionalcommits@2.0.0","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.16","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.18","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.2","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.17","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17/manifests"},{"name":"conventional-changelog@3.1.4","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.15","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15/manifests"},{"name":"conventional-changelog-writer@4.0.5","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5/manifests"},{"name":"standard-changelog@2.0.10","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10/manifests"},{"name":"gulp-conventional-changelog@2.0.14","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14/manifests"},{"name":"conventional-changelog@3.1.3","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3/manifests"},{"name":"conventional-changelog-core@3.2.2","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2/manifests"},{"name":"conventional-changelog-cli@2.0.16","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.15","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15/manifests"},{"name":"standard-changelog@2.0.9","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.1.2","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2/manifests"},{"name":"conventional-changelog-core@3.2.1","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1/manifests"},{"name":"gulp-conventional-changelog@2.0.13","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13/manifests"},{"name":"conventional-changelog@3.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1/manifests"},{"name":"gulp-conventional-changelog@2.0.12","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12/manifests"},{"name":"conventional-recommended-bump@4.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1/manifests"},{"name":"conventional-changelog-preset-loader@2.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.14","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14/manifests"},{"name":"conventional-changelog-preset-loader@2.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0/manifests"},{"name":"conventional-changelog-writer@4.0.4","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4/manifests"},{"name":"conventional-commits-filter@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2/manifests"},{"name":"conventional-commits-parser@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2/manifests"},{"name":"conventional-recommended-bump@4.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0/manifests"},{"name":"gulp-conventional-changelog@2.0.11","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11/manifests"},{"name":"standard-changelog@2.0.8","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8/manifests"},{"name":"git-raw-commits@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2/manifests"},{"name":"conventional-changelog@3.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0/manifests"},{"name":"conventional-changelog-cli@2.0.13","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0/manifests"},{"name":"conventional-changelog-core@3.2.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0/manifests"},{"name":"conventional-changelog-eslint@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2/manifests"},{"name":"standard-changelog@2.0.7","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6/manifests"},{"name":"conventional-changelog-angular@5.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.12","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.10","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10/manifests"},{"name":"conventional-changelog-writer@4.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3/manifests"},{"name":"conventional-changelog-core@3.1.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6/manifests"},{"name":"conventional-recommended-bump@4.0.4","sha":"da729f68f9dc581623deb587c705ef65d189a9f4","kind":"tag","published_at":"2018-11-01T06:56:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4/manifests"},{"name":"standard-changelog@2.0.6","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6/manifests"},{"name":"conventional-changelog-core@3.1.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5/manifests"},{"name":"conventional-changelog-writer@4.0.2","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.9","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.0.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.11","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.10","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10/manifests"},{"name":"conventional-changelog-core@3.1.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.8","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8/manifests"},{"name":"conventional-changelog@3.0.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4/manifests"},{"name":"git-semver-tags@2.0.2","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.3","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3/manifests"},{"name":"standard-changelog@2.0.5","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5/manifests"},{"name":"standard-changelog@2.0.4","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.7","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3/manifests"},{"name":"conventional-changelog-core@3.1.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.9","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9/manifests"},{"name":"standard-changelog@2.0.3","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.8","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8/manifests"},{"name":"conventional-changelog-core@3.1.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2/manifests"},{"name":"gulp-conventional-changelog@2.0.6","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6/manifests"},{"name":"conventional-changelog@3.0.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.5","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.7","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7/manifests"},{"name":"conventional-changelog@3.0.1","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1/manifests"},{"name":"standard-changelog@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4/manifests"},{"name":"git-semver-tags@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1/manifests"},{"name":"git-raw-commits@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2/manifests"},{"name":"conventional-commits-parser@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1/manifests"},{"name":"conventional-commits-filter@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1/manifests"},{"name":"conventional-changelog-writer@4.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1/manifests"},{"name":"conventional-changelog-preset-loader@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4/manifests"},{"name":"conventional-changelog-express@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1/manifests"},{"name":"conventional-changelog-eslint@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2/manifests"},{"name":"conventional-changelog-core@3.1.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1/manifests"},{"name":"conventional-changelog-codemirror@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.6","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6/manifests"},{"name":"conventional-changelog-atom@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1/manifests"},{"name":"conventional-changelog-angular@5.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2/manifests"},{"name":"conventional-changelog@3.0.0","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.5","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.3","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.2","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.4","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3/manifests"},{"name":"standard-changelog@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3/manifests"},{"name":"conventional-changelog-core@3.1.0","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0/manifests"},{"name":"conventional-changelog-ember@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1/manifests"},{"name":"conventional-changelog-jquery@3.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1/manifests"},{"name":"conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0/manifests"},{"name":"conventional-recommended-bump@4.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0/manifests"},{"name":"conventional-changelog-jquery@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0/manifests"},{"name":"conventional-changelog-express@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0/manifests"},{"name":"conventional-changelog-eslint@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0/manifests"},{"name":"conventional-changelog-ember@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1/manifests"},{"name":"conventional-changelog-atom@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1/manifests"},{"name":"conventional-changelog-angular@4.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1/manifests"},{"name":"conventional-changelog-jquery@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0/manifests"},{"name":"conventional-changelog-jshint@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0/manifests"},{"name":"standard-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0/manifests"},{"name":"conventional-recommended-bump@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0/manifests"},{"name":"conventional-commits-parser@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0/manifests"},{"name":"conventional-commits-filter@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0/manifests"},{"name":"conventional-changelog-ember@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0/manifests"},{"name":"conventional-changelog-express@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0/manifests"},{"name":"git-semver-tags@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0/manifests"},{"name":"git-raw-commits@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0/manifests"},{"name":"conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-angular@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0/manifests"},{"name":"conventional-changelog-atom@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0/manifests"},{"name":"conventional-changelog-core@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0/manifests"},{"name":"conventional-changelog-eslint@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-core@2.0.11","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11/manifests"},{"name":"conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-cli@1.3.22","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22/manifests"},{"name":"conventional-changelog-ember@0.3.12","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12/manifests"},{"name":"conventional-recommended-bump@2.0.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9/manifests"},{"name":"conventional-changelog-angular@3.0.7","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7/manifests"},{"name":"gulp-conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24/manifests"},{"name":"standard-changelog@1.0.19","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19/manifests"},{"name":"conventional-changelog-jquery@1.3.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9/manifests"},{"name":"conventional-changelog-angular@3.0.6","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6/manifests"},{"name":"standard-changelog@1.0.18","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18/manifests"},{"name":"gulp-conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-writer@3.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9/manifests"},{"name":"conventional-changelog-jshint@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8/manifests"},{"name":"conventional-changelog-jquery@1.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8/manifests"},{"name":"conventional-changelog-eslint@1.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9/manifests"},{"name":"conventional-changelog-ember@0.3.11","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11/manifests"},{"name":"conventional-changelog-core@2.0.10","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10/manifests"},{"name":"conventional-changelog-codemirror@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8/manifests"},{"name":"conventional-changelog-cli@1.3.21","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21/manifests"},{"name":"conventional-changelog-atom@0.2.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8/manifests"},{"name":"conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23/manifests"},{"name":"gulp-conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-core@2.0.9","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9/manifests"},{"name":"conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-cli@1.3.20","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20/manifests"},{"name":"conventional-changelog-writer@3.0.8","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8/manifests"},{"name":"standard-changelog@1.0.17","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17/manifests"},{"name":"conventional-changelog-angular@3.0.5","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.10","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10/manifests"},{"name":"conventional-changelog-cli@1.3.19","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19/manifests"},{"name":"conventional-changelog-angular@3.0.4","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4/manifests"},{"name":"conventional-changelog-atom@0.2.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7/manifests"},{"name":"conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-core@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.9","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9/manifests"},{"name":"conventional-changelog-eslint@1.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8/manifests"},{"name":"conventional-changelog-express@0.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6/manifests"},{"name":"conventional-changelog-jquery@1.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7/manifests"},{"name":"conventional-changelog-preset-loader@1.1.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8/manifests"},{"name":"conventional-changelog-writer@3.0.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7/manifests"},{"name":"conventional-commits-parser@2.1.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7/manifests"},{"name":"conventional-recommended-bump@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8/manifests"},{"name":"git-raw-commits@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6/manifests"},{"name":"git-semver-tags@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21/manifests"},{"name":"standard-changelog@1.0.16","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16/manifests"},{"name":"conventional-changelog-codemirror@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6/manifests"},{"name":"conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-core@2.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7/manifests"},{"name":"conventional-changelog-codemirror@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6/manifests"},{"name":"conventional-changelog-cli@1.3.18","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18/manifests"},{"name":"conventional-changelog-ember@0.3.8","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8/manifests"},{"name":"conventional-changelog-writer@3.0.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6/manifests"},{"name":"conventional-changelog-atom@0.2.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6/manifests"},{"name":"conventional-changelog-eslint@1.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7/manifests"},{"name":"standard-changelog@1.0.15","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15/manifests"},{"name":"conventional-changelog-angular@3.0.3","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3/manifests"},{"name":"conventional-changelog-jquery@1.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-angular@3.0.2","sha":"1cc079df803f58b52c8aa997fff43e9c162266e7","kind":"tag","published_at":"2018-03-22T14:14:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2/manifests"},{"name":"conventional-changelog-ember@0.3.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7/manifests"},{"name":"standard-changelog@1.0.14","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14/manifests"},{"name":"gulp-conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19/manifests"},{"name":"git-semver-tags@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5/manifests"},{"name":"git-raw-commits@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7/manifests"},{"name":"conventional-commits-parser@2.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6/manifests"},{"name":"conventional-commits-filter@1.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5/manifests"},{"name":"conventional-changelog-preset-loader@1.1.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7/manifests"},{"name":"conventional-changelog-jshint@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5/manifests"},{"name":"conventional-changelog-jquery@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5/manifests"},{"name":"conventional-changelog-express@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6/manifests"},{"name":"conventional-changelog-core@2.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5/manifests"},{"name":"conventional-changelog-cli@1.3.17","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17/manifests"},{"name":"conventional-changelog-atom@0.2.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5/manifests"},{"name":"conventional-changelog-angular@3.0.1","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1/manifests"},{"name":"conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19/manifests"},{"name":"conventional-changelog-angular@3.0.0","sha":"49997aaba373502e5b38bd366846934641e95799","kind":"tag","published_at":"2018-03-22T13:45:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.16","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16/manifests"},{"name":"conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18/manifests"},{"name":"gulp-conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-eslint@1.0.5","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5/manifests"},{"name":"conventional-changelog-cli@1.3.15","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15/manifests"},{"name":"conventional-changelog-codemirror@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4/manifests"},{"name":"conventional-changelog-express@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4/manifests"},{"name":"conventional-changelog-jquery@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4/manifests"},{"name":"conventional-changelog-jshint@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4/manifests"},{"name":"conventional-commits-filter@1.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5/manifests"},{"name":"conventional-commits-parser@2.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5/manifests"},{"name":"conventional-recommended-bump@2.0.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6/manifests"},{"name":"standard-changelog@1.0.13","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13/manifests"},{"name":"gulp-conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17/manifests"},{"name":"git-semver-tags@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4/manifests"},{"name":"git-raw-commits@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4/manifests"},{"name":"conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17/manifests"},{"name":"conventional-changelog-angular@1.6.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6/manifests"},{"name":"conventional-changelog-atom@0.2.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4/manifests"},{"name":"gulp-conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog-angular@1.6.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5/manifests"},{"name":"conventional-changelog-atom@0.2.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3/manifests"},{"name":"conventional-changelog-cli@1.3.14","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14/manifests"},{"name":"conventional-changelog-codemirror@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4/manifests"},{"name":"conventional-changelog-ember@0.3.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3/manifests"},{"name":"conventional-changelog-express@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3/manifests"},{"name":"conventional-changelog-jshint@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5/manifests"},{"name":"conventional-changelog-writer@3.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3/manifests"},{"name":"conventional-commits-filter@1.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4/manifests"},{"name":"conventional-commits-parser@2.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4/manifests"},{"name":"conventional-recommended-bump@2.0.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5/manifests"},{"name":"git-raw-commits@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3/manifests"},{"name":"git-semver-tags@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3/manifests"},{"name":"standard-changelog@1.0.12","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12/manifests"},{"name":"conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15/manifests"},{"name":"gulp-conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15/manifests"},{"name":"conventional-recommended-bump@2.0.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4/manifests"},{"name":"conventional-changelog-cli@1.3.13","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13/manifests"},{"name":"conventional-changelog-preset-loader@1.1.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4/manifests"},{"name":"git-raw-commits@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2/manifests"},{"name":"standard-changelog@1.0.11","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11/manifests"},{"name":"conventional-recommended-bump@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3/manifests"},{"name":"gulp-conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14/manifests"},{"name":"git-semver-tags@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2/manifests"},{"name":"conventional-changelog-eslint@1.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2/manifests"},{"name":"conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14/manifests"},{"name":"conventional-changelog-angular@1.6.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4/manifests"},{"name":"conventional-changelog-atom@0.2.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2/manifests"},{"name":"conventional-changelog-cli@1.3.12","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12/manifests"},{"name":"conventional-changelog-codemirror@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2/manifests"},{"name":"conventional-changelog-core@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.3.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4/manifests"},{"name":"conventional-changelog-express@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2/manifests"},{"name":"conventional-changelog-jquery@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2/manifests"},{"name":"conventional-changelog-jshint@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3/manifests"},{"name":"conventional-commits-filter@1.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3/manifests"},{"name":"conventional-changelog-writer@3.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13/manifests"},{"name":"standard-changelog@1.0.10","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10/manifests"},{"name":"git-raw-commits@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1/manifests"},{"name":"conventional-commits-parser@2.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2/manifests"},{"name":"conventional-changelog-writer@3.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1/manifests"},{"name":"conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13/manifests"},{"name":"conventional-commits-filter@1.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2/manifests"},{"name":"conventional-recommended-bump@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2/manifests"},{"name":"git-semver-tags@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1/manifests"},{"name":"conventional-changelog-core@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2/manifests"},{"name":"conventional-changelog-codemirror@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1/manifests"},{"name":"conventional-changelog-angular@1.6.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3/manifests"},{"name":"conventional-changelog-cli@1.3.11","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11/manifests"},{"name":"conventional-changelog-atom@0.2.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1/manifests"},{"name":"conventional-changelog-ember@0.3.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1/manifests"},{"name":"conventional-changelog-express@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3/manifests"},{"name":"conventional-changelog-jshint@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1/manifests"},{"name":"conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12/manifests"},{"name":"gulp-conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12/manifests"},{"name":"conventional-changelog-cli@1.3.10","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10/manifests"},{"name":"conventional-recommended-bump@2.0.1","sha":"a4f0aa902d3e966fe6d6b1d46f2130838524cfbf","kind":"tag","published_at":"2018-02-12T14:54:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1/manifests"},{"name":"conventional-recommended-bump@2.0.0","sha":"9885d205ed96338575335652d006f475408e1195","kind":"tag","published_at":"2018-02-12T14:30:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0/manifests"},{"name":"conventional-changelog-preset-loader@1.1.2","sha":"a450d974237d440009ec3fb4c63974cf066e8f79","kind":"tag","published_at":"2018-02-12T04:07:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.1","sha":"5af1f00dcc4e1f9c3299bc7feb322a88b711f042","kind":"tag","published_at":"2018-02-09T04:17:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.0","sha":"c3eb36dbc52f383df6f3dcf3a3870b01ceee0b8b","kind":"tag","published_at":"2018-02-08T14:46:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0/manifests"},{"name":"conventional-changelog-ember@0.3.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1/manifests"},{"name":"conventional-changelog-angular@1.6.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2/manifests"},{"name":"gulp-conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11/manifests"},{"name":"standard-changelog@1.0.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9/manifests"},{"name":"conventional-recommended-bump@1.2.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1/manifests"},{"name":"conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11/manifests"},{"name":"conventional-changelog-cli@1.3.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9/manifests"},{"name":"conventional-changelog-core@2.0.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1/manifests"},{"name":"gulp-conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10/manifests"},{"name":"standard-changelog@1.0.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8/manifests"},{"name":"git-semver-tags@1.3.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.2.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0/manifests"},{"name":"conventional-changelog-writer@3.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0/manifests"},{"name":"conventional-changelog-eslint@1.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.3.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1/manifests"},{"name":"conventional-changelog-core@2.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8/manifests"},{"name":"conventional-changelog-angular@1.6.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1/manifests"},{"name":"conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10/manifests"},{"name":"conventional-changelog-core@1.9.5","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5/manifests"},{"name":"conventional-changelog-ember@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0/manifests"},{"name":"conventional-changelog-eslint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0/manifests"},{"name":"conventional-changelog-cli@1.3.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7/manifests"},{"name":"conventional-changelog-express@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0/manifests"},{"name":"conventional-changelog-jquery@1.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0/manifests"},{"name":"conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-jshint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0/manifests"},{"name":"gulp-conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9/manifests"},{"name":"standard-changelog@1.0.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7/manifests"},{"name":"conventional-changelog-angular@1.6.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0/manifests"},{"name":"conventional-changelog-codemirror@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0/manifests"},{"name":"conventional-changelog-atom@0.2.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0/manifests"},{"name":"conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8/manifests"},{"name":"standard-changelog@1.0.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6/manifests"},{"name":"gulp-conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8/manifests"},{"name":"conventional-recommended-bump@1.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0/manifests"},{"name":"conventional-commits-parser@2.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0/manifests"},{"name":"conventional-commits-filter@1.1.1","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1/manifests"},{"name":"conventional-changelog-writer@2.0.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.2.10","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10/manifests"},{"name":"conventional-changelog-core@1.9.4","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4/manifests"},{"name":"conventional-changelog-cli@1.3.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6/manifests"},{"name":"conventional-changelog-angular@1.5.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3/manifests"},{"name":"conventional-changelog-ember@0.2.9","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9/manifests"},{"name":"standard-changelog@1.0.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5/manifests"},{"name":"gulp-conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7/manifests"},{"name":"git-semver-tags@1.2.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3/manifests"},{"name":"git-raw-commits@1.3.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.0.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3/manifests"},{"name":"conventional-commits-parser@2.0.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1/manifests"},{"name":"conventional-commits-filter@1.1.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0/manifests"},{"name":"conventional-changelog-writer@2.0.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2/manifests"},{"name":"conventional-changelog-jshint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1/manifests"},{"name":"conventional-changelog-jquery@1.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1/manifests"},{"name":"conventional-changelog-express@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1/manifests"},{"name":"conventional-changelog-eslint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1/manifests"},{"name":"conventional-changelog-core@1.9.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3/manifests"},{"name":"conventional-changelog-codemirror@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1/manifests"},{"name":"conventional-changelog-cli@1.3.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5/manifests"},{"name":"conventional-changelog-atom@0.1.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2/manifests"},{"name":"conventional-changelog-angular@1.5.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2/manifests"},{"name":"conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7/manifests"},{"name":"@marionebl/conventional-commits-parser@3.0.0","sha":"edf4068ce4c3ea6ac5b61323473ab655be5eb895","kind":"tag","published_at":"2017-11-01T07:09:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/@marionebl/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/@marionebl/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4/manifests"},{"name":"git-semver-tags@1.2.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2/manifests"},{"name":"conventional-recommended-bump@1.0.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-ember@0.2.8","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8/manifests"},{"name":"conventional-changelog-core@1.9.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2/manifests"},{"name":"standard-changelog@1.0.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4/manifests"},{"name":"conventional-changelog-angular@1.5.1","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1/manifests"},{"name":"conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6/manifests"},{"name":"standard-changelog@1.0.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3/manifests"},{"name":"conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-angular@1.5.0","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0/manifests"},{"name":"conventional-changelog-cli@1.3.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3/manifests"},{"name":"gulp-conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-writer@2.0.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1/manifests"},{"name":"conventional-changelog-core@1.9.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1/manifests"},{"name":"conventional-changelog-ember@0.2.7","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7/manifests"},{"name":"git-semver-tags@1.2.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1/manifests"},{"name":"conventional-changelog-jshint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0/manifests"},{"name":"conventional-changelog-jquery@1.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0/manifests"},{"name":"conventional-changelog-express@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0/manifests"},{"name":"conventional-changelog-eslint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0/manifests"},{"name":"conventional-commits-parser@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0/manifests"},{"name":"conventional-changelog-writer@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1/manifests"},{"name":"conventional-changelog-core@1.9.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0/manifests"},{"name":"conventional-changelog-codemirror@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0/manifests"},{"name":"conventional-changelog-cli@1.3.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2/manifests"},{"name":"conventional-changelog-atom@0.1.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1/manifests"},{"name":"conventional-changelog-angular@1.4.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0/manifests"},{"name":"conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4/manifests"},{"name":"gulp-conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4/manifests"},{"name":"standard-changelog@1.0.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2/manifests"},{"name":"conventional-changelog-ember@0.2.6","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6/manifests"},{"name":"conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3/manifests"},{"name":"conventional-changelog-angular@1.3.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3/manifests"},{"name":"conventional-changelog-cli@1.3.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1/manifests"},{"name":"conventional-changelog-core@1.8.0","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.8.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0/manifests"},{"name":"conventional-changelog-ember@0.2.5","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5/manifests"},{"name":"gulp-conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3/manifests"},{"name":"standard-changelog@1.0.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1/manifests"},{"name":"git-semver-tags@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0/manifests"},{"name":"standard-changelog@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2/manifests"},{"name":"git-raw-commits@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0/manifests"},{"name":"conventional-recommended-bump@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.2.4","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4/manifests"},{"name":"conventional-changelog-core@1.7.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.7.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0/manifests"},{"name":"conventional-changelog-cli@1.3.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0/manifests"},{"name":"conventional-changelog-angular@1.3.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2/manifests"},{"name":"conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2/manifests"},{"name":"gulp-conventional-changelog@1.1.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"tag","published_at":"2017-03-10T05:35:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0/manifests"},{"name":"standard-changelog@0.0.2","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@0.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-ember@0.2.3","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3/manifests"},{"name":"conventional-changelog-core@1.6.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0/manifests"},{"name":"conventional-changelog-angular@1.3.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1/manifests"},{"name":"conventional-changelog-cli@1.2.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1/manifests"},{"name":"conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-cli@1.2.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:01:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0/manifests"},{"name":"conventional-changelog-core@1.5.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:00:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0/manifests"},{"name":"git-raw-commits@1.1.2","sha":"f5fe78b1f15791cb0499744bf278dff22b52732f","kind":"tag","published_at":"2017-03-09T07:37:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2/manifests"},{"name":"git-semver-tags@1.1.2","sha":"7be07c7c0f49572b1c0e9c98f004b599d8b5bb1a","kind":"tag","published_at":"2017-03-09T07:35:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2/manifests"},{"name":"v1.1.0","sha":"600d411569271467389c3cbe71f7f657980e89a1","kind":"tag","published_at":"2016-02-13T06:59:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"9591280a8d09220aced3383abe3bc7ecbb34b503","kind":"tag","published_at":"2016-02-13T06:37:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"beef421f56939190a4ca30c28788eda1b3f9480d","kind":"tag","published_at":"2016-02-05T13:49:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"c8e90ab7fddd0b98855913e73fc12f9dc9dc81b1","kind":"tag","published_at":"2016-02-05T12:59:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0/manifests"},{"name":"v0.5.3","sha":"d79ce243223260b153699b99de0503698546ea63","kind":"tag","published_at":"2015-12-25T05:07:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"9e7b771072a2680c6c335fcad38003aade53213e","kind":"tag","published_at":"2015-12-23T12:24:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"4bf7d8df29f7be29552b82ec2b7112fad0c39a3e","kind":"tag","published_at":"2015-10-20T09:52:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"5ca2204b472704543ebbc744a22f8f90ec659659","kind":"tag","published_at":"2015-09-30T08:49:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"e5f2f3bc675e2c7e5cc6aa0ed50da7941833e492","kind":"tag","published_at":"2015-09-04T03:16:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"7536a0b351cc4f2764e71cbc268a178ab595259d","kind":"tag","published_at":"2015-08-17T01:28:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"56fa3d92620a41a875b3337fa51d04d6df23b1a8","kind":"tag","published_at":"2015-08-15T12:34:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"eefec0ef598a92e78510ee8626fd9bbcdb1398e4","kind":"tag","published_at":"2015-08-15T11:19:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0/manifests"},{"name":"v0.3.2","sha":"74b99dca61eafd56ba93605016b086a1108e77fe","kind":"tag","published_at":"2015-08-13T03:12:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"a1aca9c31a45aded77962bd0defc32e503aec213","kind":"commit","published_at":"2015-08-11T06:23:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"b489672d27ff703337c540f0fbc43f6486a84d99","kind":"commit","published_at":"2015-08-09T03:27:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"12e3cd6b151353dbe7f584adabbe5dd8a28424db","kind":"commit","published_at":"2015-07-24T08:13:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"f437b457b5ea6c105535a360144000f8315db54d","kind":"commit","published_at":"2015-07-24T04:54:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0/manifests"},{"name":"v0.1.3","sha":"c8fa9d0b94f8ac07f162623e4b9e9e68aad82e62","kind":"commit","published_at":"2015-07-22T11:06:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"6ba5d6e4b90a154dbca6ec0f80c66ad5995cd770","kind":"commit","published_at":"2015-07-22T07:10:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c015f8762f70eff2be7b8d7fb82438689239d717","kind":"commit","published_at":"2015-07-20T07:55:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"7253d0fea773e3f7cc0a3fb8278c9da070df26ee","kind":"commit","published_at":"2015-07-20T07:12:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.3","sha":"0c9f1e89bfacec8e08bac8ef96d64e3abdbecda7","kind":"commit","published_at":"2015-07-17T11:02:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"fec1baf43b8c0156682d4014a4fd066bd24ad448","kind":"commit","published_at":"2015-07-17T06:23:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"a5ea0dfada48601b9e3fbec78dd37d70380a2db6","kind":"commit","published_at":"2015-07-15T08:03:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1/manifests"},{"name":"v0.1.0-alpha.3","sha":"9b6cc68a2c17c9671363fe7af5de7ebd3a06aaeb","kind":"commit","published_at":"2015-07-06T01:27:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3/manifests"},{"name":"v0.1.0-alpha.2","sha":"34b0f460c34ecc48af857d8ee5d7038970ba56fb","kind":"commit","published_at":"2015-06-29T12:04:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2/manifests"},{"name":"v0.1.0-alpha.1","sha":"05b3415fc699ab43f3fa33b5ecd040ab5ecdf9e2","kind":"commit","published_at":"2015-06-24T04:42:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1/manifests"},{"name":"v0.0.17","sha":"3cae05244e48af9cf4abbef3114060db585a574c","kind":"commit","published_at":"2015-04-03T02:12:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"c0719ce6ba16778dd34c2cfdc81e7f3c5321409d","kind":"commit","published_at":"2015-03-19T04:15:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"57af04dc3e362c0e327b716279c9143028c6e0da","kind":"commit","published_at":"2015-03-18T20:23:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"69be290efb58a6a92e9ae78d7b37168d293920b5","kind":"commit","published_at":"2015-03-13T21:22:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"15a39d02ba3d666e7820eecbb8c5493ef2f6040a","kind":"commit","published_at":"2015-03-12T23:17:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13/manifests"},{"name":"v0.0.11","sha":"37f5561553c30d8f0f2c949502ea278da64949cd","kind":"tag","published_at":"2014-05-28T13:14:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"ad6f6ec5499d2c902b88da95487862d50e5ad776","kind":"tag","published_at":"2014-05-28T12:51:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"87efbabd9bc2a0fd83255e6cb856961b10aef9eb","kind":"tag","published_at":"2014-05-06T17:11:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"94b12cf69c51264b1edb6c81b50a262f0536894b","kind":"tag","published_at":"2014-04-10T14:45:48.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"1cf17e494fd7d8538c55189c72c0cf57d145ef41","kind":"tag","published_at":"2014-04-10T14:06:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"861f9ec93de28be4185b35815c2b6ab17746eb3f","kind":"commit","published_at":"2014-01-23T19:39:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"3f59f7356c86f30ef8e8754386373c2a8f97b367","kind":"commit","published_at":"2014-01-23T18:59:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6fa2c22464dcd964df604550c2ce2ed1d2f4362b","kind":"commit","published_at":"2014-01-04T21:36:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4/manifests"}]},"repo_metadata_updated_at":"2024-08-30T07:41:51.341Z","dependent_packages_count":2,"downloads":22,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":43.5886015547087,"dependent_repos_count":25.32799796580169,"dependent_packages_count":9.4821380216761,"stargazers_count":1.4454940733629582,"forks_count":1.6595215787702642,"average":16.300750638863942},"purl":"pkg:npm/%40sidvind/conventional-changelog-conventionalcommits","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/@sidvind/conventional-changelog-conventionalcommits","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/@sidvind/conventional-changelog-conventionalcommits","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/@sidvind/conventional-changelog-conventionalcommits/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-08-30T04:56:46.704Z","issues_count":175,"pull_requests_count":478,"avg_time_to_close_issue":19345133.890243903,"avg_time_to_close_pull_request":6038480.121447029,"issues_closed_count":82,"pull_requests_closed_count":387,"pull_request_authors_count":71,"issue_authors_count":107,"avg_comments_per_issue":2.12,"avg_comments_per_pull_request":1.3075313807531381,"merged_pull_requests_count":302,"bot_issues_count":3,"bot_pull_requests_count":227,"past_year_issues_count":82,"past_year_pull_requests_count":240,"past_year_avg_time_to_close_issue":700190.4,"past_year_avg_time_to_close_pull_request":816681.6323529412,"past_year_issues_closed_count":55,"past_year_pull_requests_closed_count":204,"past_year_pull_request_authors_count":24,"past_year_issue_authors_count":45,"past_year_avg_comments_per_issue":1.6341463414634145,"past_year_avg_comments_per_pull_request":1.0291666666666668,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":99,"past_year_merged_pull_requests_count":164,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues","maintainers":[{"login":"dangreen","count":83,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"},{"login":"bcoe","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bcoe"},{"login":"tommywo","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tommywo"}],"active_maintainers":[{"login":"dangreen","count":74,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@sidvind%2Fconventional-changelog-conventionalcommits/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@sidvind%2Fconventional-changelog-conventionalcommits/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@sidvind%2Fconventional-changelog-conventionalcommits/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@sidvind%2Fconventional-changelog-conventionalcommits/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@sidvind%2Fconventional-changelog-conventionalcommits/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@sidvind%2Fconventional-changelog-conventionalcommits/codemeta","maintainers":[{"uuid":"ext","login":"ext","name":null,"email":"ext-npmjs.com@sidvind.com","url":null,"packages_count":114,"html_url":"https://www.npmjs.com/~ext","role":null,"created_at":"2022-11-10T19:22:39.500Z","updated_at":"2022-11-10T19:22:39.500Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/ext/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5644415,"maintainers_count":1200486,"namespaces_count":399623,"keywords_count":847874,"github":"npm","metadata":{"funded_packages_count":171745},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-06-10T05:11:46.456Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":895677,"name":"@dendronhq/conventional-changelog-dendron","ecosystem":"npm","description":"conventional-changelog angular preset","homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-angular#readme","licenses":"ISC","normalized_licenses":["ISC"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":["conventional-changelog","angular","preset"],"namespace":"dendronhq","versions_count":1,"first_release_published_at":"2020-08-25T15:55:41.564Z","latest_release_published_at":"2020-08-25T15:55:41.564Z","latest_release_number":"5.0.11","last_synced_at":"2026-06-03T20:26:53.321Z","created_at":"2022-04-07T16:20:35.616Z","updated_at":"2026-06-03T20:26:53.321Z","registry_url":"https://www.npmjs.com/package/@dendronhq/conventional-changelog-dendron","install_command":"npm install @dendronhq/conventional-changelog-dendron","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"5.0.11"}},"repo_metadata":{"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2023-12-13T14:01:16.000Z","size":5365,"stargazers_count":7390,"open_issues_count":248,"forks_count":730,"subscribers_count":56,"default_branch":"master","last_synced_at":"2023-12-18T23:28:48.481Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2023-12-18T11:14:08.000Z","dependencies_parsed_at":"2022-07-13T10:30:31.523Z","dependency_job_id":"5f6d159e-c4c6-405b-9fa7-976ffc4dfa04","html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1464,"total_committers":136,"mean_commits":"10.764705882352942","dds":"0.40095628415300544","last_synced_commit":"58f0887283a200d52e49607baf7b352f26177b05"},"previous_names":[],"tags_count":754,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":176979785,"owners_count":10476948,"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"},"owner_record":{"login":"conventional-changelog","name":"conventional-changelog","uuid":"16443515","kind":"organization","description":"Tools to generate changelogs and release notes from a project's commit messages and metadata.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16443515?v=4","repositories_count":12,"last_synced_at":"2023-04-09T10:54:05.213Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/conventional-changelog","created_at":"2022-11-02T16:25:21.572Z","updated_at":"2023-04-09T10:54:05.313Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog/repositories"},"tags":[{"name":"git-semver-tags-v7.0.1","sha":"fac8045242099c016f5f3905e54e02b7d466bd7b","kind":"commit","published_at":"2023-09-10T23:53:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1/manifests"},{"name":"conventional-changelog-writer-v7.0.1","sha":"e3a643ad39ec3bc4cfb1dff2aa1101333df33dc3","kind":"commit","published_at":"2023-09-10T23:49:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1/manifests"},{"name":"conventional-changelog-v5.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0/manifests"},{"name":"conventional-changelog-cli-v4.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0/manifests"},{"name":"conventional-changelog-core-v7.0.0","sha":"2e467dd39a35c3813597711a37690897183b4abc","kind":"commit","published_at":"2023-09-08T22:03:37.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0/manifests"},{"name":"git-semver-tags-v7.0.0","sha":"a13f788bd505d8253a2d92413fc4a7780e11ec07","kind":"commit","published_at":"2023-09-08T21:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0/manifests"},{"name":"standard-changelog-v5.0.0","sha":"34569c7a3fd2b0362a461517a1f4e20e7eecd9fc","kind":"commit","published_at":"2023-09-08T21:55:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v9.0.0","sha":"ad633d9d81f66ef80d7f77832a264cb0c5b971ef","kind":"commit","published_at":"2023-09-08T21:50:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.2","sha":"50113f9b569259d991f1a734a192964ca71f0118","kind":"commit","published_at":"2023-09-08T21:41:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2/manifests"},{"name":"conventional-changelog-preset-loader-v4.1.0","sha":"a14d2186575f6061f236c9a47d803694b18f8373","kind":"commit","published_at":"2023-09-08T21:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.1","sha":"ca4324b0a690b2595f8b574882ff95329a2dc195","kind":"commit","published_at":"2023-08-27T19:11:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1/manifests"},{"name":"conventional-commits-filter-v4.0.0","sha":"26fc9ea274dc0c62442ec9d97b20a2ebb49138bf","kind":"commit","published_at":"2023-08-27T12:55:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0/manifests"},{"name":"standard-changelog-v4.0.0","sha":"5b788265774bf4b63d3c83a178ca53e8e7095903","kind":"commit","published_at":"2023-08-27T12:50:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-eslint-v5.0.0","sha":"679594c0716275771cc23b314e4362899fe72f87","kind":"commit","published_at":"2023-08-27T12:46:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0/manifests"},{"name":"git-semver-tags-v6.0.0","sha":"1c75c72d9b5d59e3ea4e914c58a85f7559f29602","kind":"commit","published_at":"2023-08-27T12:40:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0/manifests"},{"name":"conventional-recommended-bump-v8.0.0","sha":"624377a24e8e3658bcf2329a9a98f9a7b02a4cb3","kind":"commit","published_at":"2023-08-27T12:33:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0/manifests"},{"name":"conventional-changelog-writer-v7.0.0","sha":"d669bb67dc713cb1e4374e3216ed7d83cde743c5","kind":"commit","published_at":"2023-08-27T12:27:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0/manifests"},{"name":"conventional-changelog-codemirror-v4.0.0","sha":"933fd0b3dd355d648faf57241b796a714004c722","kind":"commit","published_at":"2023-08-27T12:23:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0/manifests"},{"name":"conventional-changelog-express-v4.0.0","sha":"c9e9ceb3a3727659bd117bab01cbc7642d588f06","kind":"commit","published_at":"2023-08-27T12:16:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0/manifests"},{"name":"conventional-changelog-ember-v4.0.0","sha":"5d7c16268f79b7f180e34e997fdb37373d714666","kind":"commit","published_at":"2023-08-27T12:11:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0/manifests"},{"name":"conventional-changelog-jquery-v5.0.0","sha":"d643efb1050dcdaecee626044315644ff9b9e43b","kind":"commit","published_at":"2023-08-27T12:07:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v4.0.0","sha":"636646dd9ae062e9652a7f9ccaf6c329e6e9f924","kind":"commit","published_at":"2023-08-27T12:03:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0/manifests"},{"name":"conventional-changelog-v5.0.0","sha":"7985de3edc9e655369651ad464cb39b791887dc7","kind":"commit","published_at":"2023-08-27T11:58:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.0","sha":"5f0fe40743d8f559ab94ed11bbb4b8bda6fa6dcb","kind":"commit","published_at":"2023-08-27T11:51:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0/manifests"},{"name":"conventional-changelog-angular-v7.0.0","sha":"6c7a2e1a8807988bcb1a9842f72d14be3b1a89e3","kind":"commit","published_at":"2023-08-27T11:46:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0/manifests"},{"name":"conventional-changelog-jshint-v4.0.0","sha":"0204a9a340d2c85411e8de8905bc74c6146e5618","kind":"commit","published_at":"2023-08-27T11:41:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0/manifests"},{"name":"conventional-changelog-atom-v4.0.0","sha":"ab9b2c10e098ec8837d141102549f3eef698364c","kind":"commit","published_at":"2023-08-27T11:36:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0/manifests"},{"name":"conventional-changelog-cli-v4.0.0","sha":"29df6c4597afad27b9cda06f58eb564bcca609c4","kind":"commit","published_at":"2023-08-27T11:21:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0/manifests"},{"name":"conventional-changelog-core-v6.0.0","sha":"45613bbc2d13c798732e4b2bd4b2fa9ea67157d6","kind":"commit","published_at":"2023-08-27T11:17:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v4.0.0","sha":"5a896e3ef3aa9e751fcc74d7c76fa21d6d526cb0","kind":"commit","published_at":"2023-08-27T11:08:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0/manifests"},{"name":"git-raw-commits-v4.0.0","sha":"878fc56b43bc617177bf47fd8643a3b8b86078e5","kind":"commit","published_at":"2023-08-27T11:01:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0/manifests"},{"name":"conventional-commits-parser-v5.0.0","sha":"299de5acbe55a7d19dcdd2adc34681eae7264abf","kind":"commit","published_at":"2023-08-26T17:50:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0/manifests"},{"name":"git-semver-tags-v5.0.1","sha":"87914a362866a380e98a29edf19b2173e0911d8a","kind":"commit","published_at":"2023-07-09T19:10:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1/manifests"},{"name":"conventional-changelog-writer-v6.0.1","sha":"c123edea220b450cfa26813b6f198c3e8ebbd2b4","kind":"commit","published_at":"2023-07-09T14:49:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.2","sha":"83773c5e1a8874ea9809ca9db1dff60b7df1daae","kind":"commit","published_at":"2023-06-28T17:43:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.1.0","sha":"2e5fe6d9574ba896fa90b5bfcb50fb73d28af6d6","kind":"commit","published_at":"2023-06-17T21:30:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v7.0.1","sha":"f251b6899e313a9b23f3c8deb8b8b57217040892","kind":"commit","published_at":"2023-06-06T23:24:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.1","sha":"5b458dff9edf766446449acd1bbb8027a1e39fa5","kind":"commit","published_at":"2023-06-06T23:17:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1/manifests"},{"name":"gulp-conventional-changelog-v3.0.0","sha":"8ef6232797e5bf7c80422221374c53c03d5df36d","kind":"commit","published_at":"2023-06-06T22:50:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0/manifests"},{"name":"standard-changelog-v3.0.0","sha":"ea65f017b42b914ece780fd2fc799a6946912ed8","kind":"commit","published_at":"2023-06-06T22:42:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0/manifests"},{"name":"conventional-changelog-cli-v3.0.0","sha":"f00f4549cee9406054b77057a8135183fcd89710","kind":"commit","published_at":"2023-06-06T22:29:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0/manifests"},{"name":"conventional-changelog-v4.0.0","sha":"1a240f91ed584ed43e7f9c82235ca60eff0f4fa5","kind":"commit","published_at":"2023-06-06T19:50:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-core-v5.0.0","sha":"8507f601486c8ff6806156c50091262dee13ec54","kind":"commit","published_at":"2023-06-06T19:23:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v7.0.0","sha":"e1662ca7a6c688d28a334282a5e863f52866f3e8","kind":"commit","published_at":"2023-06-06T18:39:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v3.0.0","sha":"5d80d155425147a0b045af09536e5962cbfff620","kind":"commit","published_at":"2023-06-06T15:08:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.0.0","sha":"a30fc7ae219cf871b46cbe9d2c76a9730b70e272","kind":"commit","published_at":"2023-06-06T14:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v6.0.0","sha":"aa5d46c7b13b7b31f78af4b3c31c087c39eea41d","kind":"commit","published_at":"2023-06-06T14:46:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0/manifests"},{"name":"conventional-commits-filter-v3.0.0","sha":"502a73fe41aebb7b563c5ca69521e0b1bab904df","kind":"commit","published_at":"2023-06-06T14:32:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0/manifests"},{"name":"conventional-commits-parser-v4.0.0","sha":"9f7fe891e75c64937c28baa39a6c795a01603ab7","kind":"commit","published_at":"2023-06-06T14:24:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0/manifests"},{"name":"git-raw-commits-v3.0.0","sha":"571f2d549f10744a12ab3bc5dc5e0b749cb72667","kind":"commit","published_at":"2023-06-06T14:16:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0/manifests"},{"name":"git-semver-tags-v5.0.0","sha":"445c796d04105d10dd62d07039bc6a7fc9f263a5","kind":"commit","published_at":"2023-06-06T13:51:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0/manifests"},{"name":"conventional-changelog-atom-v3.0.0","sha":"208787aa2f5db8de1c2d43c56d71e6dfb9510781","kind":"commit","published_at":"2023-06-06T13:43:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0/manifests"},{"name":"conventional-changelog-angular-v6.0.0","sha":"c4ebf98acc15f37154aae5de53a225e896c4a157","kind":"commit","published_at":"2023-06-06T13:36:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0/manifests"},{"name":"conventional-changelog-codemirror-v3.0.0","sha":"0772453bee083917a05b9696d063ee3dc69957f9","kind":"commit","published_at":"2023-06-06T13:25:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0/manifests"},{"name":"conventional-changelog-ember-v3.0.0","sha":"e473d0c8af7c0cf8a54f775556796f50f3e695c2","kind":"commit","published_at":"2023-06-06T13:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0/manifests"},{"name":"conventional-changelog-eslint-v4.0.0","sha":"b3b896bc5b9e3ed65dcfc08c57967a252f37cfd1","kind":"commit","published_at":"2023-06-06T12:56:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0/manifests"},{"name":"conventional-changelog-express-v3.0.0","sha":"5594385d1dd2490b0fb508a60b6f30e8be6616ce","kind":"commit","published_at":"2023-06-06T12:37:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0/manifests"},{"name":"conventional-changelog-jquery-v4.0.0","sha":"51a3015a907b2cea900114359c36ce0e9664b72d","kind":"commit","published_at":"2023-06-06T12:17:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0/manifests"},{"name":"conventional-changelog-jshint-v3.0.0","sha":"281e5f883476e90b75cae4373a67436c86e94f6a","kind":"commit","published_at":"2023-06-06T12:02:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v5.0.0","sha":"ba6df7cf62de5f448368bed4398f6ddf633d2cbd","kind":"commit","published_at":"2022-05-27T18:02:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0/manifests"},{"name":"conventional-changelog-writer-v5.0.1","sha":"21b73f974adc4490a318d9c892055655cb82c538","kind":"commit","published_at":"2021-12-29T21:36:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.3","sha":"02757d342290bcf51a49d49e5e72f5eae6c6f6da","kind":"commit","published_at":"2021-12-29T19:52:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3/manifests"},{"name":"conventional-commits-parser-v3.2.4","sha":"1d0f62d4ac4911ef0d912d5401f783b152cee624","kind":"commit","published_at":"2021-12-29T19:46:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4/manifests"},{"name":"git-raw-commits-v2.0.11","sha":"95384dbd105ffe4f86bbc6ccad3e5405a1cbfe04","kind":"commit","published_at":"2021-12-29T19:39:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.2","sha":"1827696185192a8dd258ea7c3370090238b0fb76","kind":"commit","published_at":"2021-12-25T18:06:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2/manifests"},{"name":"conventional-changelog-cli-v2.2.2","sha":"8ce6a7bbd3fae87aa9d56fca68c2e16fbb2cace5","kind":"commit","published_at":"2021-12-25T17:22:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2/manifests"},{"name":"conventional-changelog-v3.1.25","sha":"8e9c3d76aaffd7fe67a78270b3ad9b881e953e7e","kind":"commit","published_at":"2021-12-24T18:50:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25/manifests"},{"name":"conventional-changelog-cli-v2.2.1","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1/manifests"},{"name":"conventional-commits-parser-v3.2.3","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.1","sha":"c35708d56a55e31b750aec1f745e5be52f0a75f2","kind":"commit","published_at":"2021-09-09T19:06:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1/manifests"},{"name":"conventional-commits-parser-v3.2.2","sha":"1bae48ff85eff0736ea6691b7214f3fc9c026256","kind":"commit","published_at":"2021-09-09T14:45:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2/manifests"},{"name":"conventional-changelog-core-v4.2.4","sha":"02fbc2d42d0faf53d4b7a2b0525626088a6ac8ba","kind":"commit","published_at":"2021-09-09T14:37:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4/manifests"},{"name":"conventional-changelog-angular-v5.0.13","sha":"e30343b4676d26b416080294dc74ebba001c0716","kind":"commit","published_at":"2021-09-09T14:31:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v5.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13/manifests"},{"name":"conventional-changelog-core-v4.2.3","sha":"318b555b6ef3aebdb5a8d4c7c734fd7234712dd3","kind":"commit","published_at":"2021-07-03T00:24:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.0","sha":"537c37d7801872c3e57e4200c64154a4d2ea042a","kind":"commit","published_at":"2021-04-30T00:15:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0/manifests"},{"name":"conventional-commits-parser-v3.2.1","sha":"758dda2937b6784f0cc6a535286862fcf95b6f06","kind":"commit","published_at":"2021-02-15T21:32:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1/manifests"},{"name":"git-raw-commits-v2.0.10","sha":"ffecaccb6e117afae9f68f1d48ff9a69554da950","kind":"commit","published_at":"2021-01-27T16:36:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10/manifests"},{"name":"conventional-changelog-writer-v5.0.0","sha":"61ef6491add84b841e1797baf09f62bbdd90dcd4","kind":"commit","published_at":"2020-12-30T22:40:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v6.1.0","sha":"3b0fb22b0bb49137b9ecddaeb349f66025205c57","kind":"commit","published_at":"2020-12-30T16:58:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0/manifests"},{"name":"conventional-changelog-core-v4.2.2","sha":"317eeb3137caff69bcc9a67fce3dc67663a010db","kind":"commit","published_at":"2020-12-30T00:53:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2/manifests"},{"name":"conventional-recommended-bump-v6.0.12","sha":"90ecc5d93bfd7626857eda5d240f92393d896be0","kind":"commit","published_at":"2020-12-30T00:43:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12/manifests"},{"name":"git-raw-commits-v2.0.9","sha":"227f3e23af86912c0cd64fdb1a820ac92e5757c5","kind":"commit","published_at":"2020-12-29T23:59:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9/manifests"},{"name":"conventional-changelog-writer-v4.1.0","sha":"77725cfb12ca3ca22abb9421b4af012a49207e7a","kind":"commit","published_at":"2020-12-29T23:41:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11/manifests"},{"name":"standard-changelog@2.0.27","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27/manifests"},{"name":"gulp-conventional-changelog@2.0.35","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35/manifests"},{"name":"git-semver-tags@4.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1/manifests"},{"name":"git-raw-commits@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8/manifests"},{"name":"conventional-commits-parser@3.2.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0/manifests"},{"name":"conventional-commits-filter@2.0.7","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7/manifests"},{"name":"conventional-changelog-writer@4.0.18","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18/manifests"},{"name":"conventional-changelog-jshint@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9/manifests"},{"name":"conventional-changelog-jquery@3.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11/manifests"},{"name":"conventional-changelog-express@2.0.6","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9/manifests"},{"name":"conventional-changelog-ember@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9/manifests"},{"name":"conventional-changelog-core@4.2.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.5.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1/manifests"},{"name":"conventional-changelog-atom@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8/manifests"},{"name":"conventional-changelog-angular@5.0.12","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12/manifests"},{"name":"conventional-changelog@3.1.24","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24/manifests"},{"name":"conventional-changelog-v3.1.24","sha":"f8fcbc2e8b0834c29178ace6382b438a020ad828","kind":"commit","published_at":"2020-10-25T02:45:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24/manifests"},{"name":"conventional-recommended-bump@6.0.10","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10/manifests"},{"name":"git-semver-tags@4.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0/manifests"},{"name":"standard-changelog@2.0.26","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26/manifests"},{"name":"gulp-conventional-changelog@2.0.34","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34/manifests"},{"name":"conventional-changelog-cli@2.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0/manifests"},{"name":"conventional-changelog@3.1.23","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23/manifests"},{"name":"conventional-changelog-core@4.2.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.4.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.1","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1/manifests"},{"name":"conventional-changelog-angular@5.0.11","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11/manifests"},{"name":"conventional-changelog@3.1.22","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22/manifests"},{"name":"standard-changelog@2.0.25","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25/manifests"},{"name":"conventional-changelog-writer@4.0.17","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17/manifests"},{"name":"gulp-conventional-changelog@2.0.33","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33/manifests"},{"name":"conventional-changelog-jshint@2.0.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8/manifests"},{"name":"conventional-changelog-core@4.1.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8/manifests"},{"name":"conventional-changelog-cli@2.0.35","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35/manifests"},{"name":"conventional-changelog-writer@4.0.16","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16/manifests"},{"name":"conventional-changelog-core@4.1.7","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7/manifests"},{"name":"conventional-changelog@3.1.21","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21/manifests"},{"name":"conventional-changelog-cli@2.0.34","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34/manifests"},{"name":"standard-changelog@2.0.24","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24/manifests"},{"name":"gulp-conventional-changelog@2.0.32","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32/manifests"},{"name":"conventional-changelog-jshint@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7/manifests"},{"name":"conventional-changelog-jquery@3.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10/manifests"},{"name":"conventional-changelog-express@2.0.5","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5/manifests"},{"name":"conventional-changelog-eslint@3.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8/manifests"},{"name":"conventional-changelog-ember@2.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8/manifests"},{"name":"conventional-changelog-core@4.1.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7/manifests"},{"name":"conventional-changelog-cli@2.0.33","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33/manifests"},{"name":"conventional-changelog-atom@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7/manifests"},{"name":"conventional-changelog-angular@5.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10/manifests"},{"name":"conventional-changelog@3.1.20","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20/manifests"},{"name":"conventional-commits-filter@2.0.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6/manifests"},{"name":"conventional-commits-parser@3.1.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.9","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9/manifests"},{"name":"git-raw-commits@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7/manifests"},{"name":"git-semver-tags@4.0.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.31","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31/manifests"},{"name":"standard-changelog@2.0.23","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23/manifests"},{"name":"conventional-changelog-writer@4.0.15","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15/manifests"},{"name":"conventional-changelog-preset-loader@2.3.4","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4/manifests"},{"name":"conventional-changelog-preset-loader-v2.3.2","sha":"9f6c56cb960a5043823cfb85b9843991201cbb51","kind":"commit","published_at":"2020-05-08T19:21:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v2.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2/manifests"},{"name":"conventional-changelog@3.1.19","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19/manifests"},{"name":"conventional-changelog-cli@2.0.32","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32/manifests"},{"name":"conventional-changelog-core@4.1.5","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5/manifests"},{"name":"gulp-conventional-changelog@2.0.30","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30/manifests"},{"name":"standard-changelog@2.0.22","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22/manifests"},{"name":"standard-changelog@2.0.21","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21/manifests"},{"name":"gulp-conventional-changelog@2.0.29","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29/manifests"},{"name":"conventional-changelog@3.1.18","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18/manifests"},{"name":"conventional-changelog-cli@2.0.31","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31/manifests"},{"name":"conventional-changelog-core@4.1.4","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4/manifests"},{"name":"conventional-changelog-core@4.1.3","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.30","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30/manifests"},{"name":"conventional-changelog@3.1.17","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17/manifests"},{"name":"standard-changelog@2.0.20","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20/manifests"},{"name":"gulp-conventional-changelog@2.0.28","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28/manifests"},{"name":"conventional-changelog@3.1.16","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16/manifests"},{"name":"gulp-conventional-changelog@2.0.27","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27/manifests"},{"name":"standard-changelog@2.0.19","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19/manifests"},{"name":"conventional-changelog-core@4.1.2","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.29","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29/manifests"},{"name":"conventional-changelog-cli@2.0.28","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28/manifests"},{"name":"conventional-changelog@3.1.15","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15/manifests"},{"name":"standard-changelog@2.0.18","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18/manifests"},{"name":"conventional-recommended-bump@6.0.5","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5/manifests"},{"name":"git-semver-tags@3.0.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1/manifests"},{"name":"git-raw-commits@2.0.3","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.26","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26/manifests"},{"name":"conventional-commits-parser@3.0.8","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.11","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11/manifests"},{"name":"conventional-changelog-core@4.1.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1/manifests"},{"name":"standard-changelog@2.0.17","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17/manifests"},{"name":"gulp-conventional-changelog@2.0.25","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25/manifests"},{"name":"conventional-recommended-bump@6.0.4","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4/manifests"},{"name":"conventional-commits-parser@3.0.7","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7/manifests"},{"name":"conventional-changelog-core@4.1.0","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.3","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3/manifests"},{"name":"conventional-changelog-cli@2.0.27","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27/manifests"},{"name":"conventional-changelog-angular@5.0.6","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6/manifests"},{"name":"conventional-changelog@3.1.14","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14/manifests"},{"name":"conventional-changelog@3.1.13","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13/manifests"},{"name":"conventional-changelog-cli@2.0.26","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.2","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2/manifests"},{"name":"conventional-changelog-core@4.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3/manifests"},{"name":"conventional-changelog-preset-loader@2.3.0","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0/manifests"},{"name":"conventional-changelog-writer@4.0.10","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10/manifests"},{"name":"conventional-commits-parser@3.0.6","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6/manifests"},{"name":"conventional-recommended-bump@6.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.24","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24/manifests"},{"name":"standard-changelog@2.0.16","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16/manifests"},{"name":"conventional-changelog-jshint@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.9","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9/manifests"},{"name":"conventional-commits-parser@3.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5/manifests"},{"name":"conventional-changelog@3.1.12","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12/manifests"},{"name":"gulp-conventional-changelog@2.0.23","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23/manifests"},{"name":"standard-changelog@2.0.15","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15/manifests"},{"name":"conventional-recommended-bump@6.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5/manifests"},{"name":"conventional-changelog-atom@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.25","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25/manifests"},{"name":"conventional-changelog-codemirror@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.1","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1/manifests"},{"name":"conventional-changelog-core@4.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2/manifests"},{"name":"conventional-changelog-ember@2.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4/manifests"},{"name":"conventional-changelog-eslint@3.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.6","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6/manifests"},{"name":"conventional-changelog-cli@2.0.24","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24/manifests"},{"name":"standard-changelog@2.0.14","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14/manifests"},{"name":"gulp-conventional-changelog@2.0.22","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22/manifests"},{"name":"conventional-recommended-bump@6.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1/manifests"},{"name":"conventional-commits-parser@3.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4/manifests"},{"name":"conventional-changelog-writer@4.0.8","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8/manifests"},{"name":"conventional-changelog-jshint@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.5","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5/manifests"},{"name":"conventional-changelog-eslint@3.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3/manifests"},{"name":"conventional-changelog-ember@2.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3/manifests"},{"name":"conventional-changelog-core@4.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.0","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2/manifests"},{"name":"conventional-changelog-atom@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4/manifests"},{"name":"conventional-changelog@3.1.11","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11/manifests"},{"name":"conventional-recommended-bump@6.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.7","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7/manifests"},{"name":"conventional-changelog-preset-loader@2.2.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0/manifests"},{"name":"conventional-changelog-core@4.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.1.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0/manifests"},{"name":"conventional-changelog-cli@2.0.23","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23/manifests"},{"name":"conventional-changelog@3.1.10","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10/manifests"},{"name":"standard-changelog@2.0.13","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13/manifests"},{"name":"gulp-conventional-changelog@2.0.21","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21/manifests"},{"name":"git-semver-tags@3.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0/manifests"},{"name":"git-semver-tags@2.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3/manifests"},{"name":"conventional-commits-parser@3.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.6","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6/manifests"},{"name":"conventional-changelog@3.1.9","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9/manifests"},{"name":"conventional-changelog-cli@2.0.22","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22/manifests"},{"name":"conventional-changelog-conventionalcommits@4.0.0","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0/manifests"},{"name":"conventional-changelog-core@3.2.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3/manifests"},{"name":"standard-changelog@2.0.12","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.20","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20/manifests"},{"name":"conventional-recommended-bump@5.0.1","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.19","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19/manifests"},{"name":"conventional-changelog-cli@2.0.21","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21/manifests"},{"name":"conventional-changelog@3.1.8","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8/manifests"},{"name":"standard-changelog@2.0.11","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.2","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2/manifests"},{"name":"conventional-changelog@3.1.7","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7/manifests"},{"name":"gulp-conventional-changelog@2.0.18","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18/manifests"},{"name":"conventional-changelog-cli@2.0.20","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.1","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.17","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17/manifests"},{"name":"conventional-changelog-cli@2.0.19","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0/manifests"},{"name":"conventional-changelog@3.1.6","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6/manifests"},{"name":"conventional-recommended-bump@5.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.16","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16/manifests"},{"name":"conventional-changelog@3.1.5","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5/manifests"},{"name":"conventional-changelog-cli@2.0.18","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18/manifests"},{"name":"conventional-changelog-conventionalcommits@2.0.0","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.2","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.17","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17/manifests"},{"name":"conventional-changelog@3.1.4","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.15","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15/manifests"},{"name":"gulp-conventional-changelog@2.0.14","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14/manifests"},{"name":"conventional-changelog-writer@4.0.5","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.16","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16/manifests"},{"name":"conventional-changelog-core@3.2.2","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2/manifests"},{"name":"conventional-changelog@3.1.3","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3/manifests"},{"name":"standard-changelog@2.0.10","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10/manifests"},{"name":"conventional-changelog@3.1.2","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2/manifests"},{"name":"conventional-changelog-core@3.2.1","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1/manifests"},{"name":"conventional-changelog-cli@2.0.15","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15/manifests"},{"name":"standard-changelog@2.0.9","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9/manifests"},{"name":"gulp-conventional-changelog@2.0.13","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13/manifests"},{"name":"conventional-recommended-bump@4.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1/manifests"},{"name":"conventional-changelog-preset-loader@2.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.14","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14/manifests"},{"name":"conventional-changelog@3.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1/manifests"},{"name":"gulp-conventional-changelog@2.0.12","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12/manifests"},{"name":"conventional-changelog-cli@2.0.13","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13/manifests"},{"name":"conventional-changelog-core@3.2.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0/manifests"},{"name":"conventional-changelog-eslint@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0/manifests"},{"name":"conventional-changelog@3.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0/manifests"},{"name":"gulp-conventional-changelog@2.0.11","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11/manifests"},{"name":"git-raw-commits@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0/manifests"},{"name":"standard-changelog@2.0.8","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.4","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4/manifests"},{"name":"conventional-commits-parser@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2/manifests"},{"name":"conventional-commits-filter@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2/manifests"},{"name":"standard-changelog@2.0.7","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7/manifests"},{"name":"conventional-changelog-cli@2.0.12","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.10","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10/manifests"},{"name":"conventional-changelog-writer@4.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3/manifests"},{"name":"conventional-changelog-core@3.1.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6/manifests"},{"name":"conventional-changelog-angular@5.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3/manifests"},{"name":"conventional-changelog@3.0.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6/manifests"},{"name":"conventional-recommended-bump@4.0.4","sha":"da729f68f9dc581623deb587c705ef65d189a9f4","kind":"tag","published_at":"2018-11-01T06:56:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4/manifests"},{"name":"standard-changelog@2.0.6","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6/manifests"},{"name":"conventional-changelog-writer@4.0.2","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2/manifests"},{"name":"conventional-changelog-core@3.1.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5/manifests"},{"name":"conventional-changelog-cli@2.0.11","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11/manifests"},{"name":"gulp-conventional-changelog@2.0.9","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.0.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5/manifests"},{"name":"standard-changelog@2.0.5","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5/manifests"},{"name":"conventional-changelog@3.0.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.8","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.0.10","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10/manifests"},{"name":"git-semver-tags@2.0.2","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.3","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3/manifests"},{"name":"conventional-changelog-core@3.1.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.7","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7/manifests"},{"name":"standard-changelog@2.0.4","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4/manifests"},{"name":"conventional-changelog@3.0.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3/manifests"},{"name":"conventional-changelog-core@3.1.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.9","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9/manifests"},{"name":"conventional-changelog-cli@2.0.8","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8/manifests"},{"name":"conventional-changelog-core@3.1.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2/manifests"},{"name":"gulp-conventional-changelog@2.0.6","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6/manifests"},{"name":"conventional-changelog@3.0.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2/manifests"},{"name":"standard-changelog@2.0.3","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.5","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.7","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7/manifests"},{"name":"conventional-changelog@3.0.1","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1/manifests"},{"name":"conventional-changelog-jquery@3.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4/manifests"},{"name":"conventional-changelog@3.0.0","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0/manifests"},{"name":"conventional-changelog-angular@5.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2/manifests"},{"name":"conventional-changelog-atom@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.6","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1/manifests"},{"name":"conventional-changelog-core@3.1.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1/manifests"},{"name":"conventional-changelog-ember@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2/manifests"},{"name":"conventional-changelog-eslint@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1/manifests"},{"name":"conventional-changelog-express@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1/manifests"},{"name":"conventional-changelog-preset-loader@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2/manifests"},{"name":"conventional-changelog-writer@4.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1/manifests"},{"name":"conventional-commits-filter@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1/manifests"},{"name":"conventional-commits-parser@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2/manifests"},{"name":"git-raw-commits@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1/manifests"},{"name":"git-semver-tags@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4/manifests"},{"name":"standard-changelog@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.3","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.5","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.4","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.2","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2/manifests"},{"name":"standard-changelog@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1/manifests"},{"name":"conventional-changelog-core@3.1.0","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0/manifests"},{"name":"conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1/manifests"},{"name":"conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0/manifests"},{"name":"conventional-changelog-jshint@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0/manifests"},{"name":"conventional-changelog-express@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0/manifests"},{"name":"conventional-changelog-eslint@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0/manifests"},{"name":"conventional-changelog-ember@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1/manifests"},{"name":"conventional-changelog-atom@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0/manifests"},{"name":"conventional-changelog-angular@5.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0/manifests"},{"name":"conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-angular@4.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1/manifests"},{"name":"conventional-changelog-jquery@2.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1/manifests"},{"name":"conventional-changelog-core@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0/manifests"},{"name":"conventional-changelog-codemirror@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0/manifests"},{"name":"conventional-commits-parser@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0/manifests"},{"name":"conventional-changelog-atom@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0/manifests"},{"name":"conventional-recommended-bump@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0/manifests"},{"name":"git-raw-commits@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0/manifests"},{"name":"conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0/manifests"},{"name":"standard-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0/manifests"},{"name":"conventional-commits-filter@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0/manifests"},{"name":"conventional-changelog-express@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0/manifests"},{"name":"conventional-changelog-eslint@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0/manifests"},{"name":"conventional-changelog-angular@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0/manifests"},{"name":"conventional-changelog-ember@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0/manifests"},{"name":"git-semver-tags@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0/manifests"},{"name":"conventional-changelog-jshint@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-angular@3.0.7","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7/manifests"},{"name":"conventional-changelog-cli@1.3.22","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22/manifests"},{"name":"conventional-changelog-core@2.0.11","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11/manifests"},{"name":"conventional-changelog-ember@0.3.12","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12/manifests"},{"name":"conventional-changelog-jquery@1.3.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9/manifests"},{"name":"conventional-recommended-bump@2.0.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9/manifests"},{"name":"gulp-conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24/manifests"},{"name":"standard-changelog@1.0.19","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19/manifests"},{"name":"conventional-changelog-jshint@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8/manifests"},{"name":"conventional-changelog-codemirror@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8/manifests"},{"name":"conventional-changelog-core@2.0.10","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10/manifests"},{"name":"conventional-changelog-ember@0.3.11","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11/manifests"},{"name":"conventional-changelog-eslint@1.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9/manifests"},{"name":"conventional-changelog-jquery@1.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8/manifests"},{"name":"conventional-changelog-cli@1.3.21","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21/manifests"},{"name":"conventional-changelog-writer@3.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9/manifests"},{"name":"gulp-conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23/manifests"},{"name":"standard-changelog@1.0.18","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18/manifests"},{"name":"conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-angular@3.0.6","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6/manifests"},{"name":"conventional-changelog-atom@0.2.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8/manifests"},{"name":"conventional-changelog-cli@1.3.20","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20/manifests"},{"name":"gulp-conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-writer@3.0.8","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8/manifests"},{"name":"conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22/manifests"},{"name":"standard-changelog@1.0.17","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17/manifests"},{"name":"conventional-changelog-ember@0.3.10","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10/manifests"},{"name":"conventional-changelog-core@2.0.9","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9/manifests"},{"name":"conventional-changelog-angular@3.0.5","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5/manifests"},{"name":"conventional-changelog-express@0.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6/manifests"},{"name":"git-semver-tags@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6/manifests"},{"name":"git-raw-commits@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6/manifests"},{"name":"conventional-changelog-jquery@1.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7/manifests"},{"name":"conventional-recommended-bump@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8/manifests"},{"name":"conventional-commits-parser@2.1.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7/manifests"},{"name":"conventional-changelog-writer@3.0.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7/manifests"},{"name":"conventional-changelog-preset-loader@1.1.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8/manifests"},{"name":"conventional-changelog-jshint@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7/manifests"},{"name":"conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-cli@1.3.19","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19/manifests"},{"name":"conventional-changelog-atom@0.2.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7/manifests"},{"name":"conventional-changelog-angular@3.0.4","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4/manifests"},{"name":"conventional-changelog-codemirror@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7/manifests"},{"name":"conventional-changelog-core@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.9","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9/manifests"},{"name":"conventional-changelog-eslint@1.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8/manifests"},{"name":"gulp-conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21/manifests"},{"name":"standard-changelog@1.0.16","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16/manifests"},{"name":"gulp-conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-jquery@1.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7/manifests"},{"name":"conventional-changelog-ember@0.3.8","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8/manifests"},{"name":"conventional-changelog-core@2.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7/manifests"},{"name":"conventional-changelog-angular@3.0.3","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3/manifests"},{"name":"standard-changelog@1.0.15","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15/manifests"},{"name":"conventional-changelog-atom@0.2.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6/manifests"},{"name":"conventional-changelog-cli@1.3.18","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18/manifests"},{"name":"conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-codemirror@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6/manifests"},{"name":"conventional-changelog-jshint@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6/manifests"},{"name":"conventional-changelog-writer@3.0.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6/manifests"},{"name":"conventional-changelog-angular@3.0.2","sha":"1cc079df803f58b52c8aa997fff43e9c162266e7","kind":"tag","published_at":"2018-03-22T14:14:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7/manifests"},{"name":"standard-changelog@1.0.14","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14/manifests"},{"name":"gulp-conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19/manifests"},{"name":"git-semver-tags@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5/manifests"},{"name":"git-raw-commits@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7/manifests"},{"name":"conventional-commits-parser@2.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6/manifests"},{"name":"conventional-commits-filter@1.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5/manifests"},{"name":"conventional-changelog-jshint@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5/manifests"},{"name":"conventional-changelog-jquery@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5/manifests"},{"name":"conventional-changelog-express@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6/manifests"},{"name":"conventional-changelog-ember@0.3.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7/manifests"},{"name":"conventional-changelog-core@2.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5/manifests"},{"name":"conventional-changelog-cli@1.3.17","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17/manifests"},{"name":"conventional-changelog-atom@0.2.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5/manifests"},{"name":"conventional-changelog-angular@3.0.1","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1/manifests"},{"name":"conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19/manifests"},{"name":"conventional-changelog-angular@3.0.0","sha":"49997aaba373502e5b38bd366846934641e95799","kind":"tag","published_at":"2018-03-22T13:45:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-eslint@1.0.5","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5/manifests"},{"name":"conventional-changelog-cli@1.3.16","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16/manifests"},{"name":"conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-angular@1.6.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6/manifests"},{"name":"conventional-changelog-atom@0.2.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4/manifests"},{"name":"conventional-changelog-cli@1.3.15","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15/manifests"},{"name":"conventional-changelog-codemirror@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4/manifests"},{"name":"conventional-changelog-express@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4/manifests"},{"name":"conventional-changelog-jquery@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4/manifests"},{"name":"conventional-changelog-jshint@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4/manifests"},{"name":"conventional-commits-filter@1.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5/manifests"},{"name":"conventional-commits-parser@2.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5/manifests"},{"name":"gulp-conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17/manifests"},{"name":"standard-changelog@1.0.13","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13/manifests"},{"name":"git-semver-tags@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4/manifests"},{"name":"conventional-recommended-bump@2.0.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6/manifests"},{"name":"git-raw-commits@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4/manifests"},{"name":"conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17/manifests"},{"name":"git-semver-tags@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3/manifests"},{"name":"conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog-angular@1.6.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5/manifests"},{"name":"conventional-changelog-atom@0.2.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3/manifests"},{"name":"conventional-changelog-cli@1.3.14","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14/manifests"},{"name":"conventional-changelog-codemirror@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4/manifests"},{"name":"conventional-changelog-ember@0.3.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3/manifests"},{"name":"conventional-changelog-express@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3/manifests"},{"name":"conventional-changelog-jshint@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5/manifests"},{"name":"conventional-changelog-writer@3.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3/manifests"},{"name":"conventional-commits-filter@1.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4/manifests"},{"name":"conventional-commits-parser@2.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4/manifests"},{"name":"conventional-recommended-bump@2.0.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5/manifests"},{"name":"git-raw-commits@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3/manifests"},{"name":"gulp-conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16/manifests"},{"name":"standard-changelog@1.0.12","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12/manifests"},{"name":"conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15/manifests"},{"name":"gulp-conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15/manifests"},{"name":"conventional-recommended-bump@2.0.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4/manifests"},{"name":"conventional-changelog-cli@1.3.13","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13/manifests"},{"name":"git-raw-commits@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2/manifests"},{"name":"standard-changelog@1.0.11","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11/manifests"},{"name":"conventional-recommended-bump@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3/manifests"},{"name":"gulp-conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14/manifests"},{"name":"git-semver-tags@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2/manifests"},{"name":"conventional-changelog-express@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3/manifests"},{"name":"conventional-commits-filter@1.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3/manifests"},{"name":"conventional-changelog-writer@3.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2/manifests"},{"name":"conventional-changelog-jshint@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2/manifests"},{"name":"conventional-changelog-jquery@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2/manifests"},{"name":"conventional-changelog-eslint@1.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2/manifests"},{"name":"conventional-changelog-ember@0.3.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3/manifests"},{"name":"conventional-changelog-codemirror@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2/manifests"},{"name":"conventional-changelog-cli@1.3.12","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12/manifests"},{"name":"conventional-changelog-atom@0.2.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2/manifests"},{"name":"conventional-changelog-angular@1.6.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4/manifests"},{"name":"conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14/manifests"},{"name":"conventional-recommended-bump@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2/manifests"},{"name":"conventional-commits-parser@2.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2/manifests"},{"name":"standard-changelog@1.0.10","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10/manifests"},{"name":"conventional-commits-filter@1.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2/manifests"},{"name":"conventional-changelog-writer@3.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1/manifests"},{"name":"conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13/manifests"},{"name":"gulp-conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13/manifests"},{"name":"git-semver-tags@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1/manifests"},{"name":"git-raw-commits@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1/manifests"},{"name":"conventional-changelog-jshint@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1/manifests"},{"name":"conventional-changelog-jquery@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1/manifests"},{"name":"conventional-changelog-express@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1/manifests"},{"name":"conventional-changelog-ember@0.3.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2/manifests"},{"name":"conventional-changelog-codemirror@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1/manifests"},{"name":"conventional-changelog-cli@1.3.11","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11/manifests"},{"name":"conventional-changelog-atom@0.2.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1/manifests"},{"name":"conventional-changelog-angular@1.6.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3/manifests"},{"name":"conventional-changelog-cli@1.3.10","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10/manifests"},{"name":"conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12/manifests"},{"name":"gulp-conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12/manifests"},{"name":"conventional-recommended-bump@2.0.1","sha":"a4f0aa902d3e966fe6d6b1d46f2130838524cfbf","kind":"tag","published_at":"2018-02-12T14:54:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1/manifests"},{"name":"conventional-recommended-bump@2.0.0","sha":"9885d205ed96338575335652d006f475408e1195","kind":"tag","published_at":"2018-02-12T14:30:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0/manifests"},{"name":"conventional-changelog-preset-loader@1.1.2","sha":"a450d974237d440009ec3fb4c63974cf066e8f79","kind":"tag","published_at":"2018-02-12T04:07:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.1","sha":"5af1f00dcc4e1f9c3299bc7feb322a88b711f042","kind":"tag","published_at":"2018-02-09T04:17:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.0","sha":"c3eb36dbc52f383df6f3dcf3a3870b01ceee0b8b","kind":"tag","published_at":"2018-02-08T14:46:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0/manifests"},{"name":"conventional-commits-parser@2.1.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1/manifests"},{"name":"conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11/manifests"},{"name":"conventional-changelog-angular@1.6.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2/manifests"},{"name":"conventional-changelog-cli@1.3.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9/manifests"},{"name":"conventional-changelog-core@2.0.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1/manifests"},{"name":"conventional-changelog-ember@0.3.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2/manifests"},{"name":"conventional-recommended-bump@1.2.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1/manifests"},{"name":"gulp-conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11/manifests"},{"name":"standard-changelog@1.0.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9/manifests"},{"name":"standard-changelog@1.0.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8/manifests"},{"name":"gulp-conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10/manifests"},{"name":"git-semver-tags@1.3.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.2.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0/manifests"},{"name":"conventional-changelog-writer@3.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0/manifests"},{"name":"conventional-changelog-eslint@1.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.3.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1/manifests"},{"name":"conventional-changelog-core@2.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8/manifests"},{"name":"conventional-changelog-angular@1.6.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1/manifests"},{"name":"conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10/manifests"},{"name":"standard-changelog@1.0.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7/manifests"},{"name":"gulp-conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-jshint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0/manifests"},{"name":"conventional-changelog-jquery@1.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0/manifests"},{"name":"conventional-changelog-express@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0/manifests"},{"name":"conventional-changelog-eslint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0/manifests"},{"name":"conventional-changelog-ember@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0/manifests"},{"name":"conventional-changelog-core@1.9.5","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5/manifests"},{"name":"conventional-changelog-codemirror@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0/manifests"},{"name":"conventional-changelog-cli@1.3.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7/manifests"},{"name":"conventional-changelog-atom@0.2.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0/manifests"},{"name":"conventional-changelog-angular@1.6.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0/manifests"},{"name":"conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-angular@1.5.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3/manifests"},{"name":"standard-changelog@1.0.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6/manifests"},{"name":"gulp-conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8/manifests"},{"name":"conventional-recommended-bump@1.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0/manifests"},{"name":"conventional-commits-parser@2.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0/manifests"},{"name":"conventional-commits-filter@1.1.1","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1/manifests"},{"name":"conventional-changelog-writer@2.0.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.2.10","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10/manifests"},{"name":"conventional-changelog-core@1.9.4","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4/manifests"},{"name":"conventional-changelog-cli@1.3.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6/manifests"},{"name":"conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8/manifests"},{"name":"conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7/manifests"},{"name":"conventional-changelog-express@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1/manifests"},{"name":"conventional-changelog-eslint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1/manifests"},{"name":"conventional-changelog-jquery@1.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1/manifests"},{"name":"conventional-changelog-ember@0.2.9","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9/manifests"},{"name":"conventional-changelog-jshint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1/manifests"},{"name":"conventional-changelog-writer@2.0.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2/manifests"},{"name":"conventional-changelog-core@1.9.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3/manifests"},{"name":"conventional-commits-filter@1.1.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0/manifests"},{"name":"conventional-changelog-codemirror@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1/manifests"},{"name":"conventional-commits-parser@2.0.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1/manifests"},{"name":"conventional-recommended-bump@1.0.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3/manifests"},{"name":"conventional-changelog-cli@1.3.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5/manifests"},{"name":"git-raw-commits@1.3.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0/manifests"},{"name":"conventional-changelog-atom@0.1.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2/manifests"},{"name":"git-semver-tags@1.2.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3/manifests"},{"name":"conventional-changelog-angular@1.5.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2/manifests"},{"name":"gulp-conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7/manifests"},{"name":"standard-changelog@1.0.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5/manifests"},{"name":"@marionebl/conventional-commits-parser@3.0.0","sha":"edf4068ce4c3ea6ac5b61323473ab655be5eb895","kind":"tag","published_at":"2017-11-01T07:09:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/@marionebl/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/@marionebl/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0/manifests"},{"name":"git-semver-tags@1.2.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2/manifests"},{"name":"standard-changelog@1.0.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4/manifests"},{"name":"conventional-changelog-ember@0.2.8","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8/manifests"},{"name":"gulp-conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-core@1.9.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2/manifests"},{"name":"conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-angular@1.5.1","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1/manifests"},{"name":"conventional-recommended-bump@1.0.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2/manifests"},{"name":"conventional-changelog-cli@1.3.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4/manifests"},{"name":"standard-changelog@1.0.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3/manifests"},{"name":"conventional-changelog-core@1.9.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1/manifests"},{"name":"conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-ember@0.2.7","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7/manifests"},{"name":"conventional-changelog-writer@2.0.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1/manifests"},{"name":"conventional-changelog-angular@1.5.0","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0/manifests"},{"name":"gulp-conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-cli@1.3.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3/manifests"},{"name":"conventional-changelog-angular@1.4.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0/manifests"},{"name":"conventional-changelog-core@1.9.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0/manifests"},{"name":"conventional-changelog-codemirror@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0/manifests"},{"name":"conventional-changelog-cli@1.3.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2/manifests"},{"name":"conventional-changelog-atom@0.1.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1/manifests"},{"name":"standard-changelog@1.0.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2/manifests"},{"name":"conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4/manifests"},{"name":"conventional-changelog-ember@0.2.6","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6/manifests"},{"name":"conventional-changelog-eslint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0/manifests"},{"name":"conventional-changelog-express@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0/manifests"},{"name":"conventional-changelog-jquery@1.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0/manifests"},{"name":"conventional-changelog-jshint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0/manifests"},{"name":"conventional-changelog-writer@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0/manifests"},{"name":"conventional-commits-parser@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1/manifests"},{"name":"git-semver-tags@1.2.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1/manifests"},{"name":"gulp-conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4/manifests"},{"name":"conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3/manifests"},{"name":"conventional-changelog-core@1.8.0","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.8.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0/manifests"},{"name":"conventional-changelog-ember@0.2.5","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5/manifests"},{"name":"gulp-conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3/manifests"},{"name":"standard-changelog@1.0.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1/manifests"},{"name":"conventional-changelog-cli@1.3.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1/manifests"},{"name":"conventional-changelog-angular@1.3.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3/manifests"},{"name":"conventional-changelog-ember@0.2.4","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4/manifests"},{"name":"conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2/manifests"},{"name":"conventional-changelog-angular@1.3.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2/manifests"},{"name":"conventional-changelog-core@1.7.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.7.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0/manifests"},{"name":"conventional-changelog-cli@1.3.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0/manifests"},{"name":"standard-changelog@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2/manifests"},{"name":"git-semver-tags@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0/manifests"},{"name":"git-raw-commits@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0/manifests"},{"name":"conventional-recommended-bump@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"tag","published_at":"2017-03-10T05:35:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0/manifests"},{"name":"conventional-changelog-ember@0.2.3","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3/manifests"},{"name":"gulp-conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1/manifests"},{"name":"standard-changelog@0.0.2","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@0.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2/manifests"},{"name":"conventional-changelog-angular@1.3.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1/manifests"},{"name":"conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-cli@1.2.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1/manifests"},{"name":"conventional-changelog-core@1.6.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0/manifests"},{"name":"conventional-changelog-cli@1.2.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:01:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0/manifests"},{"name":"conventional-changelog-core@1.5.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:00:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0/manifests"},{"name":"git-raw-commits@1.1.2","sha":"f5fe78b1f15791cb0499744bf278dff22b52732f","kind":"tag","published_at":"2017-03-09T07:37:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2/manifests"},{"name":"git-semver-tags@1.1.2","sha":"7be07c7c0f49572b1c0e9c98f004b599d8b5bb1a","kind":"tag","published_at":"2017-03-09T07:35:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2/manifests"},{"name":"v1.1.0","sha":"600d411569271467389c3cbe71f7f657980e89a1","kind":"tag","published_at":"2016-02-13T06:59:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"9591280a8d09220aced3383abe3bc7ecbb34b503","kind":"tag","published_at":"2016-02-13T06:37:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"beef421f56939190a4ca30c28788eda1b3f9480d","kind":"tag","published_at":"2016-02-05T13:49:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"c8e90ab7fddd0b98855913e73fc12f9dc9dc81b1","kind":"tag","published_at":"2016-02-05T12:59:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0/manifests"},{"name":"v0.5.3","sha":"d79ce243223260b153699b99de0503698546ea63","kind":"tag","published_at":"2015-12-25T05:07:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"9e7b771072a2680c6c335fcad38003aade53213e","kind":"tag","published_at":"2015-12-23T12:24:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"4bf7d8df29f7be29552b82ec2b7112fad0c39a3e","kind":"tag","published_at":"2015-10-20T09:52:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"5ca2204b472704543ebbc744a22f8f90ec659659","kind":"tag","published_at":"2015-09-30T08:49:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"e5f2f3bc675e2c7e5cc6aa0ed50da7941833e492","kind":"tag","published_at":"2015-09-04T03:16:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"7536a0b351cc4f2764e71cbc268a178ab595259d","kind":"tag","published_at":"2015-08-17T01:28:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"56fa3d92620a41a875b3337fa51d04d6df23b1a8","kind":"tag","published_at":"2015-08-15T12:34:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"eefec0ef598a92e78510ee8626fd9bbcdb1398e4","kind":"tag","published_at":"2015-08-15T11:19:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0/manifests"},{"name":"v0.3.2","sha":"74b99dca61eafd56ba93605016b086a1108e77fe","kind":"tag","published_at":"2015-08-13T03:12:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"a1aca9c31a45aded77962bd0defc32e503aec213","kind":"commit","published_at":"2015-08-11T06:23:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"b489672d27ff703337c540f0fbc43f6486a84d99","kind":"commit","published_at":"2015-08-09T03:27:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"12e3cd6b151353dbe7f584adabbe5dd8a28424db","kind":"commit","published_at":"2015-07-24T08:13:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"f437b457b5ea6c105535a360144000f8315db54d","kind":"commit","published_at":"2015-07-24T04:54:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0/manifests"},{"name":"v0.1.3","sha":"c8fa9d0b94f8ac07f162623e4b9e9e68aad82e62","kind":"commit","published_at":"2015-07-22T11:06:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"6ba5d6e4b90a154dbca6ec0f80c66ad5995cd770","kind":"commit","published_at":"2015-07-22T07:10:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c015f8762f70eff2be7b8d7fb82438689239d717","kind":"commit","published_at":"2015-07-20T07:55:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"7253d0fea773e3f7cc0a3fb8278c9da070df26ee","kind":"commit","published_at":"2015-07-20T07:12:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.3","sha":"0c9f1e89bfacec8e08bac8ef96d64e3abdbecda7","kind":"commit","published_at":"2015-07-17T11:02:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"fec1baf43b8c0156682d4014a4fd066bd24ad448","kind":"commit","published_at":"2015-07-17T06:23:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"a5ea0dfada48601b9e3fbec78dd37d70380a2db6","kind":"commit","published_at":"2015-07-15T08:03:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1/manifests"},{"name":"v0.1.0-alpha.3","sha":"9b6cc68a2c17c9671363fe7af5de7ebd3a06aaeb","kind":"commit","published_at":"2015-07-06T01:27:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3/manifests"},{"name":"v0.1.0-alpha.2","sha":"34b0f460c34ecc48af857d8ee5d7038970ba56fb","kind":"commit","published_at":"2015-06-29T12:04:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2/manifests"},{"name":"v0.1.0-alpha.1","sha":"05b3415fc699ab43f3fa33b5ecd040ab5ecdf9e2","kind":"commit","published_at":"2015-06-24T04:42:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1/manifests"},{"name":"v0.0.17","sha":"3cae05244e48af9cf4abbef3114060db585a574c","kind":"commit","published_at":"2015-04-03T02:12:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"c0719ce6ba16778dd34c2cfdc81e7f3c5321409d","kind":"commit","published_at":"2015-03-19T04:15:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"57af04dc3e362c0e327b716279c9143028c6e0da","kind":"commit","published_at":"2015-03-18T20:23:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"69be290efb58a6a92e9ae78d7b37168d293920b5","kind":"commit","published_at":"2015-03-13T21:22:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"15a39d02ba3d666e7820eecbb8c5493ef2f6040a","kind":"commit","published_at":"2015-03-12T23:17:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13/manifests"},{"name":"v0.0.11","sha":"37f5561553c30d8f0f2c949502ea278da64949cd","kind":"tag","published_at":"2014-05-28T13:14:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"ad6f6ec5499d2c902b88da95487862d50e5ad776","kind":"tag","published_at":"2014-05-28T12:51:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"87efbabd9bc2a0fd83255e6cb856961b10aef9eb","kind":"tag","published_at":"2014-05-06T17:11:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"94b12cf69c51264b1edb6c81b50a262f0536894b","kind":"tag","published_at":"2014-04-10T14:45:48.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"1cf17e494fd7d8538c55189c72c0cf57d145ef41","kind":"tag","published_at":"2014-04-10T14:06:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"861f9ec93de28be4185b35815c2b6ab17746eb3f","kind":"commit","published_at":"2014-01-23T19:39:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"3f59f7356c86f30ef8e8754386373c2a8f97b367","kind":"commit","published_at":"2014-01-23T18:59:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6fa2c22464dcd964df604550c2ce2ed1d2f4362b","kind":"commit","published_at":"2014-01-04T21:36:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4/manifests"}]},"repo_metadata_updated_at":"2023-12-19T06:10:14.325Z","dependent_packages_count":1,"downloads":2260,"downloads_period":"last-month","dependent_repos_count":9,"rankings":{"downloads":12.30157566895375,"dependent_repos_count":4.038597519962748,"dependent_packages_count":21.30988168970035,"stargazers_count":1.200604311931194,"forks_count":1.4451913051652208,"docker_downloads_count":null,"average":8.059170099142653},"purl":"pkg:npm/%40dendronhq/conventional-changelog-dendron","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/@dendronhq/conventional-changelog-dendron","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/@dendronhq/conventional-changelog-dendron","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/@dendronhq/conventional-changelog-dendron/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2023-12-18T22:48:21.480Z","issues_count":104,"pull_requests_count":338,"avg_time_to_close_issue":23444750.564102564,"avg_time_to_close_pull_request":6261417.119850188,"issues_closed_count":39,"pull_requests_closed_count":267,"pull_request_authors_count":58,"issue_authors_count":73,"avg_comments_per_issue":1.8076923076923077,"avg_comments_per_pull_request":1.3875739644970413,"merged_pull_requests_count":209,"bot_issues_count":1,"bot_pull_requests_count":171,"past_year_issues_count":62,"past_year_pull_requests_count":280,"past_year_avg_time_to_close_issue":784912.724137931,"past_year_avg_time_to_close_pull_request":1086635.9458333333,"past_year_issues_closed_count":29,"past_year_pull_requests_closed_count":240,"past_year_pull_request_authors_count":25,"past_year_issue_authors_count":36,"past_year_avg_comments_per_issue":1.370967741935484,"past_year_avg_comments_per_pull_request":1.157142857142857,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":160,"past_year_merged_pull_requests_count":198,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues"},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@dendronhq%2Fconventional-changelog-dendron/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@dendronhq%2Fconventional-changelog-dendron/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@dendronhq%2Fconventional-changelog-dendron/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@dendronhq%2Fconventional-changelog-dendron/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@dendronhq%2Fconventional-changelog-dendron/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@dendronhq%2Fconventional-changelog-dendron/codemeta","maintainers":[{"uuid":"kevins8","login":"kevins8","name":null,"email":"kevinslin8@gmail.com","url":null,"packages_count":46,"html_url":"https://www.npmjs.com/~kevins8","role":null,"created_at":"2022-11-16T17:49:35.035Z","updated_at":"2022-11-16T17:49:35.035Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/kevins8/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5644415,"maintainers_count":1200486,"namespaces_count":399623,"keywords_count":847874,"github":"npm","metadata":{"funded_packages_count":171745},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-06-10T05:11:46.456Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":4357265,"name":"conventional-changelog-custom-log","ecosystem":"npm","description":"conventional-changelog conventionalcommits.org preset","homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-conventionalcommits#readme","licenses":"ISC","normalized_licenses":["ISC"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":["conventional-changelog","conventionalcommits.org","preset"],"namespace":null,"versions_count":1,"first_release_published_at":"2022-05-11T10:18:51.694Z","latest_release_published_at":"2022-05-11T10:18:51.694Z","latest_release_number":"4.6.3","last_synced_at":"2026-06-03T20:26:54.107Z","created_at":"2022-05-11T10:20:56.065Z","updated_at":"2026-06-03T20:26:54.107Z","registry_url":"https://www.npmjs.com/package/conventional-changelog-custom-log","install_command":"npm install conventional-changelog-custom-log","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"4.6.3"}},"repo_metadata":{"id":12961414,"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2024-06-18T04:54:14.000Z","size":5832,"stargazers_count":7627,"open_issues_count":249,"forks_count":715,"subscribers_count":58,"default_branch":"master","last_synced_at":"2024-06-19T09:40:31.278Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2024-06-19T09:40:44.711Z","dependencies_parsed_at":"2022-07-13T10:30:31.523Z","dependency_job_id":"5f6d159e-c4c6-405b-9fa7-976ffc4dfa04","html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1464,"total_committers":136,"mean_commits":"10.764705882352942","dds":"0.40095628415300544","last_synced_commit":"58f0887283a200d52e49607baf7b352f26177b05"},"previous_names":["ajoslin/conventional-changelog"],"tags_count":777,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":215686924,"owners_count":15916249,"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"},"owner_record":{"login":"conventional-changelog","name":"conventional-changelog","uuid":"16443515","kind":"organization","description":"Tools to generate changelogs and release notes from a project's commit messages and metadata.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16443515?v=4","repositories_count":12,"last_synced_at":"2024-03-25T20:05:25.442Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/conventional-changelog","funding_links":[],"total_stars":31480,"followers":325,"following":0,"created_at":"2022-11-02T16:25:21.572Z","updated_at":"2024-03-25T20:05:26.809Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog/repositories"},"tags":[{"name":"git-client-v1.0.1","sha":"d3b8aaa16337993bbad4d91db1ffac5a7568756b","kind":"commit","published_at":"2024-05-06T14:46:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1/manifests"},{"name":"conventional-changelog-v6.0.0","sha":"83bb15ba5de08f080884fc906c6db3c99c8b2131","kind":"commit","published_at":"2024-04-26T22:08:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0/manifests"},{"name":"conventional-changelog-core-v8.0.0","sha":"7bc92fc05e4447f311ad52b6e39d36f461eaf083","kind":"commit","published_at":"2024-04-26T22:07:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v8.0.0","sha":"3129c812139bf7454a64b4d506e6b85cd5abc77c","kind":"commit","published_at":"2024-04-26T22:06:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0/manifests"},{"name":"git-semver-tags-v8.0.0","sha":"fbd1b3bcd6253a32de89eb21145c2eb70d9396b6","kind":"commit","published_at":"2024-04-26T22:05:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v5.0.0","sha":"e34c96db3dbebedb17a6583aae8855dddd056f83","kind":"commit","published_at":"2024-04-26T22:04:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0/manifests"},{"name":"conventional-changelog-angular-v8.0.0","sha":"2aa6291a93eb881230e896f87a5232873b6a9717","kind":"commit","published_at":"2024-04-26T22:04:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0/manifests"},{"name":"conventional-changelog-jquery-v6.0.0","sha":"1c71cd6d4868ef2e158963e277609a9794806306","kind":"commit","published_at":"2024-04-26T22:03:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v8.0.0","sha":"533e36277d1779a5ac79a06210c603b5f88bc030","kind":"commit","published_at":"2024-04-26T22:00:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0/manifests"},{"name":"conventional-changelog-eslint-v6.0.0","sha":"c7459cd7d1e1ab82c9a5d552b008c02aba290cad","kind":"commit","published_at":"2024-04-26T21:59:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0/manifests"},{"name":"git-raw-commits-v5.0.0","sha":"f61ea377e843db0852c35911785895ec43481f11","kind":"commit","published_at":"2024-04-26T21:58:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0/manifests"},{"name":"conventional-changelog-codemirror-v5.0.0","sha":"77525286ffc8869a6ac351ebe28198842815cb7c","kind":"commit","published_at":"2024-04-26T21:57:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0/manifests"},{"name":"conventional-changelog-cli-v5.0.0","sha":"a75cef688b9a1557ca981178d4d35c18963160b6","kind":"commit","published_at":"2024-04-26T21:53:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0/manifests"},{"name":"conventional-changelog-express-v5.0.0","sha":"a6ab80d6e30091a8b743ee97a87e7400af1ebc53","kind":"commit","published_at":"2024-04-26T21:53:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v10.0.0","sha":"d7c409b02f1d58cf6f0293edcadbe5f00a78a622","kind":"commit","published_at":"2024-04-26T21:52:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v10.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v10.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0/manifests"},{"name":"conventional-changelog-atom-v5.0.0","sha":"3b2b9d0ec2382f73d9cf000a1004596f90ece916","kind":"commit","published_at":"2024-04-26T21:51:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0/manifests"},{"name":"conventional-changelog-jshint-v5.0.0","sha":"d7dae509e72b09d1496ae51f1f04c15581c828fc","kind":"commit","published_at":"2024-04-26T21:50:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0/manifests"},{"name":"conventional-changelog-ember-v5.0.0","sha":"2e99dfa49112ffe6c864dd0e436f0db1e696b1f9","kind":"commit","published_at":"2024-04-26T21:50:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0/manifests"},{"name":"conventional-commits-parser-v6.0.0","sha":"646e1be132ccd0f32e3074de2f511be5c610984f","kind":"commit","published_at":"2024-04-26T21:48:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0/manifests"},{"name":"conventional-commits-filter-v5.0.0","sha":"be4266b7ef7b84ba5c198dfa8c143229f8a5b128","kind":"commit","published_at":"2024-04-26T21:47:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0/manifests"},{"name":"standard-changelog-v6.0.0","sha":"3e9b9387f29e48a508b70b88f26b40a6db9fea16","kind":"commit","published_at":"2024-04-26T21:45:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v5.0.0","sha":"041a1a9b73b201add30494aed19d026b948bd8f1","kind":"commit","published_at":"2024-04-26T21:41:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0/manifests"},{"name":"git-client-v1.0.0","sha":"7e51fe970576503cae3ab94e6e9b3e01017b044d","kind":"commit","published_at":"2024-04-26T21:21:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0/manifests"},{"name":"git-semver-tags-v7.0.1","sha":"fac8045242099c016f5f3905e54e02b7d466bd7b","kind":"commit","published_at":"2023-09-10T23:53:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1/manifests"},{"name":"conventional-changelog-writer-v7.0.1","sha":"e3a643ad39ec3bc4cfb1dff2aa1101333df33dc3","kind":"commit","published_at":"2023-09-10T23:49:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1/manifests"},{"name":"conventional-changelog-cli-v4.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0/manifests"},{"name":"conventional-changelog-v5.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0/manifests"},{"name":"conventional-changelog-core-v7.0.0","sha":"2e467dd39a35c3813597711a37690897183b4abc","kind":"commit","published_at":"2023-09-08T22:03:37.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0/manifests"},{"name":"git-semver-tags-v7.0.0","sha":"a13f788bd505d8253a2d92413fc4a7780e11ec07","kind":"commit","published_at":"2023-09-08T21:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0/manifests"},{"name":"standard-changelog-v5.0.0","sha":"34569c7a3fd2b0362a461517a1f4e20e7eecd9fc","kind":"commit","published_at":"2023-09-08T21:55:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v9.0.0","sha":"ad633d9d81f66ef80d7f77832a264cb0c5b971ef","kind":"commit","published_at":"2023-09-08T21:50:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.2","sha":"50113f9b569259d991f1a734a192964ca71f0118","kind":"commit","published_at":"2023-09-08T21:41:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2/manifests"},{"name":"conventional-changelog-preset-loader-v4.1.0","sha":"a14d2186575f6061f236c9a47d803694b18f8373","kind":"commit","published_at":"2023-09-08T21:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.1","sha":"ca4324b0a690b2595f8b574882ff95329a2dc195","kind":"commit","published_at":"2023-08-27T19:11:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1/manifests"},{"name":"conventional-commits-filter-v4.0.0","sha":"26fc9ea274dc0c62442ec9d97b20a2ebb49138bf","kind":"commit","published_at":"2023-08-27T12:55:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0/manifests"},{"name":"standard-changelog-v4.0.0","sha":"5b788265774bf4b63d3c83a178ca53e8e7095903","kind":"commit","published_at":"2023-08-27T12:50:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-eslint-v5.0.0","sha":"679594c0716275771cc23b314e4362899fe72f87","kind":"commit","published_at":"2023-08-27T12:46:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0/manifests"},{"name":"git-semver-tags-v6.0.0","sha":"1c75c72d9b5d59e3ea4e914c58a85f7559f29602","kind":"commit","published_at":"2023-08-27T12:40:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0/manifests"},{"name":"conventional-recommended-bump-v8.0.0","sha":"624377a24e8e3658bcf2329a9a98f9a7b02a4cb3","kind":"commit","published_at":"2023-08-27T12:33:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0/manifests"},{"name":"conventional-changelog-writer-v7.0.0","sha":"d669bb67dc713cb1e4374e3216ed7d83cde743c5","kind":"commit","published_at":"2023-08-27T12:27:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0/manifests"},{"name":"conventional-changelog-codemirror-v4.0.0","sha":"933fd0b3dd355d648faf57241b796a714004c722","kind":"commit","published_at":"2023-08-27T12:23:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0/manifests"},{"name":"conventional-changelog-express-v4.0.0","sha":"c9e9ceb3a3727659bd117bab01cbc7642d588f06","kind":"commit","published_at":"2023-08-27T12:16:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0/manifests"},{"name":"conventional-changelog-ember-v4.0.0","sha":"5d7c16268f79b7f180e34e997fdb37373d714666","kind":"commit","published_at":"2023-08-27T12:11:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0/manifests"},{"name":"conventional-changelog-jquery-v5.0.0","sha":"d643efb1050dcdaecee626044315644ff9b9e43b","kind":"commit","published_at":"2023-08-27T12:07:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v4.0.0","sha":"636646dd9ae062e9652a7f9ccaf6c329e6e9f924","kind":"commit","published_at":"2023-08-27T12:03:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0/manifests"},{"name":"conventional-changelog-v5.0.0","sha":"7985de3edc9e655369651ad464cb39b791887dc7","kind":"commit","published_at":"2023-08-27T11:58:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.0","sha":"5f0fe40743d8f559ab94ed11bbb4b8bda6fa6dcb","kind":"commit","published_at":"2023-08-27T11:51:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0/manifests"},{"name":"conventional-changelog-angular-v7.0.0","sha":"6c7a2e1a8807988bcb1a9842f72d14be3b1a89e3","kind":"commit","published_at":"2023-08-27T11:46:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0/manifests"},{"name":"conventional-changelog-jshint-v4.0.0","sha":"0204a9a340d2c85411e8de8905bc74c6146e5618","kind":"commit","published_at":"2023-08-27T11:41:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0/manifests"},{"name":"conventional-changelog-atom-v4.0.0","sha":"ab9b2c10e098ec8837d141102549f3eef698364c","kind":"commit","published_at":"2023-08-27T11:36:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0/manifests"},{"name":"conventional-changelog-cli-v4.0.0","sha":"29df6c4597afad27b9cda06f58eb564bcca609c4","kind":"commit","published_at":"2023-08-27T11:21:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0/manifests"},{"name":"conventional-changelog-core-v6.0.0","sha":"45613bbc2d13c798732e4b2bd4b2fa9ea67157d6","kind":"commit","published_at":"2023-08-27T11:17:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v4.0.0","sha":"5a896e3ef3aa9e751fcc74d7c76fa21d6d526cb0","kind":"commit","published_at":"2023-08-27T11:08:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0/manifests"},{"name":"git-raw-commits-v4.0.0","sha":"878fc56b43bc617177bf47fd8643a3b8b86078e5","kind":"commit","published_at":"2023-08-27T11:01:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0/manifests"},{"name":"conventional-commits-parser-v5.0.0","sha":"299de5acbe55a7d19dcdd2adc34681eae7264abf","kind":"commit","published_at":"2023-08-26T17:50:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0/manifests"},{"name":"git-semver-tags-v5.0.1","sha":"87914a362866a380e98a29edf19b2173e0911d8a","kind":"commit","published_at":"2023-07-09T19:10:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1/manifests"},{"name":"conventional-changelog-writer-v6.0.1","sha":"c123edea220b450cfa26813b6f198c3e8ebbd2b4","kind":"commit","published_at":"2023-07-09T14:49:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.2","sha":"83773c5e1a8874ea9809ca9db1dff60b7df1daae","kind":"commit","published_at":"2023-06-28T17:43:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.1.0","sha":"2e5fe6d9574ba896fa90b5bfcb50fb73d28af6d6","kind":"commit","published_at":"2023-06-17T21:30:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v7.0.1","sha":"f251b6899e313a9b23f3c8deb8b8b57217040892","kind":"commit","published_at":"2023-06-06T23:24:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.1","sha":"5b458dff9edf766446449acd1bbb8027a1e39fa5","kind":"commit","published_at":"2023-06-06T23:17:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1/manifests"},{"name":"gulp-conventional-changelog-v3.0.0","sha":"8ef6232797e5bf7c80422221374c53c03d5df36d","kind":"commit","published_at":"2023-06-06T22:50:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0/manifests"},{"name":"standard-changelog-v3.0.0","sha":"ea65f017b42b914ece780fd2fc799a6946912ed8","kind":"commit","published_at":"2023-06-06T22:42:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0/manifests"},{"name":"conventional-changelog-cli-v3.0.0","sha":"f00f4549cee9406054b77057a8135183fcd89710","kind":"commit","published_at":"2023-06-06T22:29:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0/manifests"},{"name":"conventional-changelog-v4.0.0","sha":"1a240f91ed584ed43e7f9c82235ca60eff0f4fa5","kind":"commit","published_at":"2023-06-06T19:50:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-core-v5.0.0","sha":"8507f601486c8ff6806156c50091262dee13ec54","kind":"commit","published_at":"2023-06-06T19:23:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v7.0.0","sha":"e1662ca7a6c688d28a334282a5e863f52866f3e8","kind":"commit","published_at":"2023-06-06T18:39:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v3.0.0","sha":"5d80d155425147a0b045af09536e5962cbfff620","kind":"commit","published_at":"2023-06-06T15:08:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.0.0","sha":"a30fc7ae219cf871b46cbe9d2c76a9730b70e272","kind":"commit","published_at":"2023-06-06T14:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v6.0.0","sha":"aa5d46c7b13b7b31f78af4b3c31c087c39eea41d","kind":"commit","published_at":"2023-06-06T14:46:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0/manifests"},{"name":"conventional-commits-filter-v3.0.0","sha":"502a73fe41aebb7b563c5ca69521e0b1bab904df","kind":"commit","published_at":"2023-06-06T14:32:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0/manifests"},{"name":"conventional-commits-parser-v4.0.0","sha":"9f7fe891e75c64937c28baa39a6c795a01603ab7","kind":"commit","published_at":"2023-06-06T14:24:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0/manifests"},{"name":"git-raw-commits-v3.0.0","sha":"571f2d549f10744a12ab3bc5dc5e0b749cb72667","kind":"commit","published_at":"2023-06-06T14:16:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0/manifests"},{"name":"git-semver-tags-v5.0.0","sha":"445c796d04105d10dd62d07039bc6a7fc9f263a5","kind":"commit","published_at":"2023-06-06T13:51:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0/manifests"},{"name":"conventional-changelog-atom-v3.0.0","sha":"208787aa2f5db8de1c2d43c56d71e6dfb9510781","kind":"commit","published_at":"2023-06-06T13:43:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0/manifests"},{"name":"conventional-changelog-angular-v6.0.0","sha":"c4ebf98acc15f37154aae5de53a225e896c4a157","kind":"commit","published_at":"2023-06-06T13:36:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0/manifests"},{"name":"conventional-changelog-codemirror-v3.0.0","sha":"0772453bee083917a05b9696d063ee3dc69957f9","kind":"commit","published_at":"2023-06-06T13:25:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0/manifests"},{"name":"conventional-changelog-ember-v3.0.0","sha":"e473d0c8af7c0cf8a54f775556796f50f3e695c2","kind":"commit","published_at":"2023-06-06T13:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0/manifests"},{"name":"conventional-changelog-eslint-v4.0.0","sha":"b3b896bc5b9e3ed65dcfc08c57967a252f37cfd1","kind":"commit","published_at":"2023-06-06T12:56:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0/manifests"},{"name":"conventional-changelog-express-v3.0.0","sha":"5594385d1dd2490b0fb508a60b6f30e8be6616ce","kind":"commit","published_at":"2023-06-06T12:37:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0/manifests"},{"name":"conventional-changelog-jquery-v4.0.0","sha":"51a3015a907b2cea900114359c36ce0e9664b72d","kind":"commit","published_at":"2023-06-06T12:17:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0/manifests"},{"name":"conventional-changelog-jshint-v3.0.0","sha":"281e5f883476e90b75cae4373a67436c86e94f6a","kind":"commit","published_at":"2023-06-06T12:02:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v5.0.0","sha":"ba6df7cf62de5f448368bed4398f6ddf633d2cbd","kind":"commit","published_at":"2022-05-27T18:02:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0/manifests"},{"name":"conventional-changelog-writer-v5.0.1","sha":"21b73f974adc4490a318d9c892055655cb82c538","kind":"commit","published_at":"2021-12-29T21:36:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.3","sha":"02757d342290bcf51a49d49e5e72f5eae6c6f6da","kind":"commit","published_at":"2021-12-29T19:52:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3/manifests"},{"name":"conventional-commits-parser-v3.2.4","sha":"1d0f62d4ac4911ef0d912d5401f783b152cee624","kind":"commit","published_at":"2021-12-29T19:46:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4/manifests"},{"name":"git-raw-commits-v2.0.11","sha":"95384dbd105ffe4f86bbc6ccad3e5405a1cbfe04","kind":"commit","published_at":"2021-12-29T19:39:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.2","sha":"1827696185192a8dd258ea7c3370090238b0fb76","kind":"commit","published_at":"2021-12-25T18:06:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2/manifests"},{"name":"conventional-changelog-cli-v2.2.2","sha":"8ce6a7bbd3fae87aa9d56fca68c2e16fbb2cace5","kind":"commit","published_at":"2021-12-25T17:22:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2/manifests"},{"name":"conventional-changelog-v3.1.25","sha":"8e9c3d76aaffd7fe67a78270b3ad9b881e953e7e","kind":"commit","published_at":"2021-12-24T18:50:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25/manifests"},{"name":"conventional-commits-parser-v3.2.3","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3/manifests"},{"name":"conventional-changelog-cli-v2.2.1","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.1","sha":"c35708d56a55e31b750aec1f745e5be52f0a75f2","kind":"commit","published_at":"2021-09-09T19:06:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1/manifests"},{"name":"conventional-commits-parser-v3.2.2","sha":"1bae48ff85eff0736ea6691b7214f3fc9c026256","kind":"commit","published_at":"2021-09-09T14:45:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2/manifests"},{"name":"conventional-changelog-core-v4.2.4","sha":"02fbc2d42d0faf53d4b7a2b0525626088a6ac8ba","kind":"commit","published_at":"2021-09-09T14:37:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4/manifests"},{"name":"conventional-changelog-angular-v5.0.13","sha":"e30343b4676d26b416080294dc74ebba001c0716","kind":"commit","published_at":"2021-09-09T14:31:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v5.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13/manifests"},{"name":"conventional-changelog-core-v4.2.3","sha":"318b555b6ef3aebdb5a8d4c7c734fd7234712dd3","kind":"commit","published_at":"2021-07-03T00:24:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.0","sha":"537c37d7801872c3e57e4200c64154a4d2ea042a","kind":"commit","published_at":"2021-04-30T00:15:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0/manifests"},{"name":"conventional-commits-parser-v3.2.1","sha":"758dda2937b6784f0cc6a535286862fcf95b6f06","kind":"commit","published_at":"2021-02-15T21:32:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1/manifests"},{"name":"git-raw-commits-v2.0.10","sha":"ffecaccb6e117afae9f68f1d48ff9a69554da950","kind":"commit","published_at":"2021-01-27T16:36:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10/manifests"},{"name":"conventional-changelog-writer-v5.0.0","sha":"61ef6491add84b841e1797baf09f62bbdd90dcd4","kind":"commit","published_at":"2020-12-30T22:40:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v6.1.0","sha":"3b0fb22b0bb49137b9ecddaeb349f66025205c57","kind":"commit","published_at":"2020-12-30T16:58:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0/manifests"},{"name":"conventional-changelog-core-v4.2.2","sha":"317eeb3137caff69bcc9a67fce3dc67663a010db","kind":"commit","published_at":"2020-12-30T00:53:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2/manifests"},{"name":"conventional-recommended-bump-v6.0.12","sha":"90ecc5d93bfd7626857eda5d240f92393d896be0","kind":"commit","published_at":"2020-12-30T00:43:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12/manifests"},{"name":"git-raw-commits-v2.0.9","sha":"227f3e23af86912c0cd64fdb1a820ac92e5757c5","kind":"commit","published_at":"2020-12-29T23:59:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9/manifests"},{"name":"conventional-changelog-writer-v4.1.0","sha":"77725cfb12ca3ca22abb9421b4af012a49207e7a","kind":"commit","published_at":"2020-12-29T23:41:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0/manifests"},{"name":"conventional-changelog-atom@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8/manifests"},{"name":"conventional-changelog-angular@5.0.12","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12/manifests"},{"name":"conventional-changelog@3.1.24","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24/manifests"},{"name":"git-raw-commits@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8/manifests"},{"name":"standard-changelog@2.0.27","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27/manifests"},{"name":"gulp-conventional-changelog@2.0.35","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35/manifests"},{"name":"git-semver-tags@4.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1/manifests"},{"name":"conventional-recommended-bump@6.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11/manifests"},{"name":"conventional-commits-parser@3.2.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0/manifests"},{"name":"conventional-commits-filter@2.0.7","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7/manifests"},{"name":"conventional-changelog-writer@4.0.18","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18/manifests"},{"name":"conventional-changelog-jshint@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9/manifests"},{"name":"conventional-changelog-jquery@3.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11/manifests"},{"name":"conventional-changelog-express@2.0.6","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9/manifests"},{"name":"conventional-changelog-ember@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9/manifests"},{"name":"conventional-changelog-core@4.2.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.5.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1/manifests"},{"name":"conventional-changelog-v3.1.24","sha":"f8fcbc2e8b0834c29178ace6382b438a020ad828","kind":"commit","published_at":"2020-10-25T02:45:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24/manifests"},{"name":"conventional-recommended-bump@6.0.10","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10/manifests"},{"name":"standard-changelog@2.0.26","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26/manifests"},{"name":"gulp-conventional-changelog@2.0.34","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34/manifests"},{"name":"git-semver-tags@4.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0/manifests"},{"name":"conventional-changelog-core@4.2.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.4.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0/manifests"},{"name":"conventional-changelog-cli@2.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0/manifests"},{"name":"conventional-changelog@3.1.23","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23/manifests"},{"name":"standard-changelog@2.0.25","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25/manifests"},{"name":"conventional-changelog-writer@4.0.17","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17/manifests"},{"name":"conventional-changelog-jshint@2.0.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8/manifests"},{"name":"conventional-changelog-core@4.1.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8/manifests"},{"name":"conventional-changelog@3.1.22","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22/manifests"},{"name":"conventional-changelog-angular@5.0.11","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.35","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35/manifests"},{"name":"gulp-conventional-changelog@2.0.33","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.1","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1/manifests"},{"name":"conventional-changelog-core@4.1.7","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7/manifests"},{"name":"conventional-changelog@3.1.21","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21/manifests"},{"name":"conventional-changelog-writer@4.0.16","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.34","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34/manifests"},{"name":"standard-changelog@2.0.24","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24/manifests"},{"name":"gulp-conventional-changelog@2.0.32","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32/manifests"},{"name":"git-semver-tags@4.0.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.3.4","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4/manifests"},{"name":"standard-changelog@2.0.23","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23/manifests"},{"name":"gulp-conventional-changelog@2.0.31","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31/manifests"},{"name":"conventional-changelog-eslint@3.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.15","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10/manifests"},{"name":"conventional-changelog@3.1.20","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20/manifests"},{"name":"conventional-changelog-atom@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7/manifests"},{"name":"conventional-changelog-cli@2.0.33","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33/manifests"},{"name":"conventional-changelog-codemirror@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0/manifests"},{"name":"conventional-changelog-core@4.1.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6/manifests"},{"name":"conventional-changelog-ember@2.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8/manifests"},{"name":"conventional-commits-filter@2.0.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6/manifests"},{"name":"conventional-commits-parser@3.1.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.9","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9/manifests"},{"name":"git-raw-commits@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7/manifests"},{"name":"conventional-changelog-express@2.0.5","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10/manifests"},{"name":"conventional-changelog-jshint@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7/manifests"},{"name":"conventional-changelog-preset-loader-v2.3.2","sha":"9f6c56cb960a5043823cfb85b9843991201cbb51","kind":"commit","published_at":"2020-05-08T19:21:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v2.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2/manifests"},{"name":"conventional-changelog-core@4.1.5","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5/manifests"},{"name":"gulp-conventional-changelog@2.0.30","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30/manifests"},{"name":"standard-changelog@2.0.22","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22/manifests"},{"name":"conventional-changelog@3.1.19","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19/manifests"},{"name":"conventional-changelog-cli@2.0.32","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32/manifests"},{"name":"conventional-changelog-cli@2.0.31","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31/manifests"},{"name":"standard-changelog@2.0.21","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21/manifests"},{"name":"gulp-conventional-changelog@2.0.29","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29/manifests"},{"name":"conventional-changelog-core@4.1.4","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4/manifests"},{"name":"conventional-changelog@3.1.18","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18/manifests"},{"name":"conventional-changelog@3.1.17","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17/manifests"},{"name":"standard-changelog@2.0.20","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20/manifests"},{"name":"gulp-conventional-changelog@2.0.28","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28/manifests"},{"name":"conventional-changelog-core@4.1.3","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.30","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30/manifests"},{"name":"conventional-changelog-cli@2.0.29","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29/manifests"},{"name":"standard-changelog@2.0.19","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19/manifests"},{"name":"gulp-conventional-changelog@2.0.27","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27/manifests"},{"name":"conventional-changelog-core@4.1.2","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2/manifests"},{"name":"conventional-changelog@3.1.16","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16/manifests"},{"name":"conventional-changelog-cli@2.0.28","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28/manifests"},{"name":"standard-changelog@2.0.18","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18/manifests"},{"name":"gulp-conventional-changelog@2.0.26","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26/manifests"},{"name":"git-semver-tags@3.0.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1/manifests"},{"name":"git-raw-commits@2.0.3","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3/manifests"},{"name":"conventional-recommended-bump@6.0.5","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5/manifests"},{"name":"conventional-commits-parser@3.0.8","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.11","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11/manifests"},{"name":"conventional-changelog-core@4.1.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1/manifests"},{"name":"conventional-changelog@3.1.15","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15/manifests"},{"name":"gulp-conventional-changelog@2.0.25","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25/manifests"},{"name":"conventional-changelog@3.1.14","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14/manifests"},{"name":"conventional-changelog-angular@5.0.6","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6/manifests"},{"name":"conventional-changelog-cli@2.0.27","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.3","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3/manifests"},{"name":"conventional-changelog-core@4.1.0","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0/manifests"},{"name":"conventional-commits-parser@3.0.7","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7/manifests"},{"name":"conventional-recommended-bump@6.0.4","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4/manifests"},{"name":"standard-changelog@2.0.17","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17/manifests"},{"name":"conventional-changelog-cli@2.0.26","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.2","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2/manifests"},{"name":"conventional-changelog-core@4.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3/manifests"},{"name":"conventional-commits-parser@3.0.6","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6/manifests"},{"name":"conventional-recommended-bump@6.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.24","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24/manifests"},{"name":"standard-changelog@2.0.16","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16/manifests"},{"name":"conventional-changelog-writer@4.0.10","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10/manifests"},{"name":"conventional-changelog-preset-loader@2.3.0","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0/manifests"},{"name":"conventional-changelog@3.1.13","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13/manifests"},{"name":"conventional-changelog-jshint@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.9","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9/manifests"},{"name":"conventional-commits-parser@3.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5/manifests"},{"name":"conventional-changelog@3.1.12","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12/manifests"},{"name":"conventional-recommended-bump@6.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.23","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23/manifests"},{"name":"standard-changelog@2.0.15","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5/manifests"},{"name":"conventional-changelog-atom@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.25","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25/manifests"},{"name":"conventional-changelog-codemirror@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.1","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1/manifests"},{"name":"conventional-changelog-core@4.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2/manifests"},{"name":"conventional-changelog-ember@2.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4/manifests"},{"name":"conventional-changelog-eslint@3.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.6","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6/manifests"},{"name":"standard-changelog@2.0.14","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14/manifests"},{"name":"gulp-conventional-changelog@2.0.22","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22/manifests"},{"name":"conventional-recommended-bump@6.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1/manifests"},{"name":"conventional-commits-parser@3.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4/manifests"},{"name":"conventional-changelog-writer@4.0.8","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8/manifests"},{"name":"conventional-changelog-jshint@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.5","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5/manifests"},{"name":"conventional-changelog-eslint@3.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3/manifests"},{"name":"conventional-changelog-ember@2.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3/manifests"},{"name":"conventional-changelog-core@4.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.0","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.24","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24/manifests"},{"name":"conventional-changelog-atom@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4/manifests"},{"name":"conventional-changelog@3.1.11","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11/manifests"},{"name":"conventional-changelog-preset-loader@2.2.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0/manifests"},{"name":"standard-changelog@2.0.13","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13/manifests"},{"name":"gulp-conventional-changelog@2.0.21","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21/manifests"},{"name":"git-semver-tags@3.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0/manifests"},{"name":"conventional-recommended-bump@6.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.7","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7/manifests"},{"name":"conventional-changelog@3.1.10","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10/manifests"},{"name":"conventional-changelog-cli@2.0.23","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23/manifests"},{"name":"conventional-changelog-conventionalcommits@4.1.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0/manifests"},{"name":"conventional-changelog-core@4.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.1","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.0.0","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0/manifests"},{"name":"conventional-changelog-core@3.2.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3/manifests"},{"name":"conventional-changelog-writer@4.0.6","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6/manifests"},{"name":"conventional-commits-parser@3.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3/manifests"},{"name":"conventional-changelog@3.1.9","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9/manifests"},{"name":"standard-changelog@2.0.12","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.20","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20/manifests"},{"name":"git-semver-tags@2.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.22","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22/manifests"},{"name":"standard-changelog@2.0.11","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11/manifests"},{"name":"conventional-changelog@3.1.8","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8/manifests"},{"name":"conventional-changelog-cli@2.0.21","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.2","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.19","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19/manifests"},{"name":"conventional-changelog@3.1.7","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7/manifests"},{"name":"conventional-changelog-cli@2.0.20","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.1","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.18","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18/manifests"},{"name":"conventional-changelog-cli@2.0.19","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.17","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17/manifests"},{"name":"conventional-changelog@3.1.6","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6/manifests"},{"name":"conventional-changelog@3.1.5","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5/manifests"},{"name":"conventional-changelog-conventionalcommits@2.0.0","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.16","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.18","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.2","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.17","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17/manifests"},{"name":"conventional-changelog@3.1.4","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.15","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15/manifests"},{"name":"conventional-changelog-writer@4.0.5","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5/manifests"},{"name":"standard-changelog@2.0.10","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10/manifests"},{"name":"gulp-conventional-changelog@2.0.14","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14/manifests"},{"name":"conventional-changelog@3.1.3","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3/manifests"},{"name":"conventional-changelog-core@3.2.2","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2/manifests"},{"name":"conventional-changelog-cli@2.0.16","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.15","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15/manifests"},{"name":"standard-changelog@2.0.9","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.1.2","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2/manifests"},{"name":"conventional-changelog-core@3.2.1","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1/manifests"},{"name":"gulp-conventional-changelog@2.0.13","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13/manifests"},{"name":"conventional-changelog@3.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1/manifests"},{"name":"gulp-conventional-changelog@2.0.12","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12/manifests"},{"name":"conventional-recommended-bump@4.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1/manifests"},{"name":"conventional-changelog-preset-loader@2.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.14","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14/manifests"},{"name":"conventional-changelog-preset-loader@2.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0/manifests"},{"name":"conventional-changelog-writer@4.0.4","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4/manifests"},{"name":"conventional-commits-filter@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2/manifests"},{"name":"conventional-commits-parser@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2/manifests"},{"name":"conventional-recommended-bump@4.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0/manifests"},{"name":"gulp-conventional-changelog@2.0.11","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11/manifests"},{"name":"standard-changelog@2.0.8","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8/manifests"},{"name":"git-raw-commits@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2/manifests"},{"name":"conventional-changelog@3.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0/manifests"},{"name":"conventional-changelog-cli@2.0.13","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0/manifests"},{"name":"conventional-changelog-core@3.2.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0/manifests"},{"name":"conventional-changelog-eslint@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2/manifests"},{"name":"standard-changelog@2.0.7","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6/manifests"},{"name":"conventional-changelog-angular@5.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.12","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.10","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10/manifests"},{"name":"conventional-changelog-writer@4.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3/manifests"},{"name":"conventional-changelog-core@3.1.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6/manifests"},{"name":"conventional-recommended-bump@4.0.4","sha":"da729f68f9dc581623deb587c705ef65d189a9f4","kind":"tag","published_at":"2018-11-01T06:56:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4/manifests"},{"name":"standard-changelog@2.0.6","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6/manifests"},{"name":"conventional-changelog-core@3.1.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5/manifests"},{"name":"conventional-changelog-writer@4.0.2","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.9","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.0.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.11","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.10","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10/manifests"},{"name":"conventional-changelog-core@3.1.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.8","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8/manifests"},{"name":"conventional-changelog@3.0.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4/manifests"},{"name":"git-semver-tags@2.0.2","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.3","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3/manifests"},{"name":"standard-changelog@2.0.5","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5/manifests"},{"name":"standard-changelog@2.0.4","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.7","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3/manifests"},{"name":"conventional-changelog-core@3.1.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.9","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9/manifests"},{"name":"standard-changelog@2.0.3","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.8","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8/manifests"},{"name":"conventional-changelog-core@3.1.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2/manifests"},{"name":"gulp-conventional-changelog@2.0.6","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6/manifests"},{"name":"conventional-changelog@3.0.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.5","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.7","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7/manifests"},{"name":"conventional-changelog@3.0.1","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1/manifests"},{"name":"standard-changelog@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4/manifests"},{"name":"git-semver-tags@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1/manifests"},{"name":"git-raw-commits@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2/manifests"},{"name":"conventional-commits-parser@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1/manifests"},{"name":"conventional-commits-filter@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1/manifests"},{"name":"conventional-changelog-writer@4.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1/manifests"},{"name":"conventional-changelog-preset-loader@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4/manifests"},{"name":"conventional-changelog-express@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1/manifests"},{"name":"conventional-changelog-eslint@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2/manifests"},{"name":"conventional-changelog-core@3.1.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1/manifests"},{"name":"conventional-changelog-codemirror@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.6","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6/manifests"},{"name":"conventional-changelog-atom@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1/manifests"},{"name":"conventional-changelog-angular@5.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2/manifests"},{"name":"conventional-changelog@3.0.0","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.5","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.3","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.2","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.4","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3/manifests"},{"name":"standard-changelog@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3/manifests"},{"name":"conventional-changelog-core@3.1.0","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0/manifests"},{"name":"conventional-changelog-ember@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1/manifests"},{"name":"conventional-changelog-jquery@3.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1/manifests"},{"name":"conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0/manifests"},{"name":"conventional-recommended-bump@4.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0/manifests"},{"name":"conventional-changelog-jquery@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0/manifests"},{"name":"conventional-changelog-express@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0/manifests"},{"name":"conventional-changelog-eslint@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0/manifests"},{"name":"conventional-changelog-ember@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1/manifests"},{"name":"conventional-changelog-atom@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1/manifests"},{"name":"conventional-changelog-angular@4.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1/manifests"},{"name":"conventional-changelog-jquery@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0/manifests"},{"name":"conventional-changelog-jshint@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0/manifests"},{"name":"standard-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0/manifests"},{"name":"conventional-recommended-bump@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0/manifests"},{"name":"conventional-commits-parser@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0/manifests"},{"name":"conventional-commits-filter@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0/manifests"},{"name":"conventional-changelog-ember@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0/manifests"},{"name":"conventional-changelog-express@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0/manifests"},{"name":"git-semver-tags@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0/manifests"},{"name":"git-raw-commits@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0/manifests"},{"name":"conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-angular@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0/manifests"},{"name":"conventional-changelog-atom@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0/manifests"},{"name":"conventional-changelog-core@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0/manifests"},{"name":"conventional-changelog-eslint@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-core@2.0.11","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11/manifests"},{"name":"conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-cli@1.3.22","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22/manifests"},{"name":"conventional-changelog-ember@0.3.12","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12/manifests"},{"name":"conventional-recommended-bump@2.0.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9/manifests"},{"name":"conventional-changelog-angular@3.0.7","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7/manifests"},{"name":"gulp-conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24/manifests"},{"name":"standard-changelog@1.0.19","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19/manifests"},{"name":"conventional-changelog-jquery@1.3.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9/manifests"},{"name":"conventional-changelog-angular@3.0.6","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6/manifests"},{"name":"standard-changelog@1.0.18","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18/manifests"},{"name":"gulp-conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-writer@3.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9/manifests"},{"name":"conventional-changelog-jshint@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8/manifests"},{"name":"conventional-changelog-jquery@1.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8/manifests"},{"name":"conventional-changelog-eslint@1.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9/manifests"},{"name":"conventional-changelog-ember@0.3.11","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11/manifests"},{"name":"conventional-changelog-core@2.0.10","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10/manifests"},{"name":"conventional-changelog-codemirror@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8/manifests"},{"name":"conventional-changelog-cli@1.3.21","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21/manifests"},{"name":"conventional-changelog-atom@0.2.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8/manifests"},{"name":"conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23/manifests"},{"name":"gulp-conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-core@2.0.9","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9/manifests"},{"name":"conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-cli@1.3.20","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20/manifests"},{"name":"conventional-changelog-writer@3.0.8","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8/manifests"},{"name":"standard-changelog@1.0.17","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17/manifests"},{"name":"conventional-changelog-angular@3.0.5","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.10","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10/manifests"},{"name":"conventional-changelog-cli@1.3.19","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19/manifests"},{"name":"conventional-changelog-angular@3.0.4","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4/manifests"},{"name":"conventional-changelog-atom@0.2.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7/manifests"},{"name":"conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-core@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.9","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9/manifests"},{"name":"conventional-changelog-eslint@1.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8/manifests"},{"name":"conventional-changelog-express@0.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6/manifests"},{"name":"conventional-changelog-jquery@1.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7/manifests"},{"name":"conventional-changelog-preset-loader@1.1.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8/manifests"},{"name":"conventional-changelog-writer@3.0.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7/manifests"},{"name":"conventional-commits-parser@2.1.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7/manifests"},{"name":"conventional-recommended-bump@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8/manifests"},{"name":"git-raw-commits@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6/manifests"},{"name":"git-semver-tags@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21/manifests"},{"name":"standard-changelog@1.0.16","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16/manifests"},{"name":"conventional-changelog-codemirror@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6/manifests"},{"name":"conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-core@2.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7/manifests"},{"name":"conventional-changelog-codemirror@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6/manifests"},{"name":"conventional-changelog-cli@1.3.18","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18/manifests"},{"name":"conventional-changelog-ember@0.3.8","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8/manifests"},{"name":"conventional-changelog-writer@3.0.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6/manifests"},{"name":"conventional-changelog-atom@0.2.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6/manifests"},{"name":"conventional-changelog-eslint@1.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7/manifests"},{"name":"standard-changelog@1.0.15","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15/manifests"},{"name":"conventional-changelog-angular@3.0.3","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3/manifests"},{"name":"conventional-changelog-jquery@1.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-angular@3.0.2","sha":"1cc079df803f58b52c8aa997fff43e9c162266e7","kind":"tag","published_at":"2018-03-22T14:14:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2/manifests"},{"name":"conventional-changelog-ember@0.3.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7/manifests"},{"name":"standard-changelog@1.0.14","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14/manifests"},{"name":"gulp-conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19/manifests"},{"name":"git-semver-tags@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5/manifests"},{"name":"git-raw-commits@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7/manifests"},{"name":"conventional-commits-parser@2.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6/manifests"},{"name":"conventional-commits-filter@1.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5/manifests"},{"name":"conventional-changelog-preset-loader@1.1.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7/manifests"},{"name":"conventional-changelog-jshint@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5/manifests"},{"name":"conventional-changelog-jquery@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5/manifests"},{"name":"conventional-changelog-express@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6/manifests"},{"name":"conventional-changelog-core@2.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5/manifests"},{"name":"conventional-changelog-cli@1.3.17","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17/manifests"},{"name":"conventional-changelog-atom@0.2.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5/manifests"},{"name":"conventional-changelog-angular@3.0.1","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1/manifests"},{"name":"conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19/manifests"},{"name":"conventional-changelog-angular@3.0.0","sha":"49997aaba373502e5b38bd366846934641e95799","kind":"tag","published_at":"2018-03-22T13:45:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.16","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16/manifests"},{"name":"conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18/manifests"},{"name":"gulp-conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-eslint@1.0.5","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5/manifests"},{"name":"conventional-changelog-cli@1.3.15","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15/manifests"},{"name":"conventional-changelog-codemirror@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4/manifests"},{"name":"conventional-changelog-express@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4/manifests"},{"name":"conventional-changelog-jquery@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4/manifests"},{"name":"conventional-changelog-jshint@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4/manifests"},{"name":"conventional-commits-filter@1.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5/manifests"},{"name":"conventional-commits-parser@2.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5/manifests"},{"name":"conventional-recommended-bump@2.0.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6/manifests"},{"name":"standard-changelog@1.0.13","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13/manifests"},{"name":"gulp-conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17/manifests"},{"name":"git-semver-tags@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4/manifests"},{"name":"git-raw-commits@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4/manifests"},{"name":"conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17/manifests"},{"name":"conventional-changelog-angular@1.6.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6/manifests"},{"name":"conventional-changelog-atom@0.2.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4/manifests"},{"name":"gulp-conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog-angular@1.6.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5/manifests"},{"name":"conventional-changelog-atom@0.2.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3/manifests"},{"name":"conventional-changelog-cli@1.3.14","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14/manifests"},{"name":"conventional-changelog-codemirror@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4/manifests"},{"name":"conventional-changelog-ember@0.3.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3/manifests"},{"name":"conventional-changelog-express@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3/manifests"},{"name":"conventional-changelog-jshint@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5/manifests"},{"name":"conventional-changelog-writer@3.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3/manifests"},{"name":"conventional-commits-filter@1.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4/manifests"},{"name":"conventional-commits-parser@2.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4/manifests"},{"name":"conventional-recommended-bump@2.0.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5/manifests"},{"name":"git-raw-commits@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3/manifests"},{"name":"git-semver-tags@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3/manifests"},{"name":"standard-changelog@1.0.12","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12/manifests"},{"name":"conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15/manifests"},{"name":"gulp-conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15/manifests"},{"name":"conventional-recommended-bump@2.0.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4/manifests"},{"name":"conventional-changelog-cli@1.3.13","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13/manifests"},{"name":"conventional-changelog-preset-loader@1.1.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4/manifests"},{"name":"git-raw-commits@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2/manifests"},{"name":"standard-changelog@1.0.11","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11/manifests"},{"name":"conventional-recommended-bump@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3/manifests"},{"name":"gulp-conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14/manifests"},{"name":"git-semver-tags@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2/manifests"},{"name":"conventional-changelog-eslint@1.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2/manifests"},{"name":"conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14/manifests"},{"name":"conventional-changelog-angular@1.6.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4/manifests"},{"name":"conventional-changelog-atom@0.2.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2/manifests"},{"name":"conventional-changelog-cli@1.3.12","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12/manifests"},{"name":"conventional-changelog-codemirror@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2/manifests"},{"name":"conventional-changelog-core@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.3.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4/manifests"},{"name":"conventional-changelog-express@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2/manifests"},{"name":"conventional-changelog-jquery@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2/manifests"},{"name":"conventional-changelog-jshint@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3/manifests"},{"name":"conventional-commits-filter@1.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3/manifests"},{"name":"conventional-changelog-writer@3.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13/manifests"},{"name":"standard-changelog@1.0.10","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10/manifests"},{"name":"git-raw-commits@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1/manifests"},{"name":"conventional-commits-parser@2.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2/manifests"},{"name":"conventional-changelog-writer@3.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1/manifests"},{"name":"conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13/manifests"},{"name":"conventional-commits-filter@1.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2/manifests"},{"name":"conventional-recommended-bump@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2/manifests"},{"name":"git-semver-tags@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1/manifests"},{"name":"conventional-changelog-core@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2/manifests"},{"name":"conventional-changelog-codemirror@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1/manifests"},{"name":"conventional-changelog-angular@1.6.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3/manifests"},{"name":"conventional-changelog-cli@1.3.11","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11/manifests"},{"name":"conventional-changelog-atom@0.2.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1/manifests"},{"name":"conventional-changelog-ember@0.3.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1/manifests"},{"name":"conventional-changelog-express@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3/manifests"},{"name":"conventional-changelog-jshint@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1/manifests"},{"name":"conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12/manifests"},{"name":"gulp-conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12/manifests"},{"name":"conventional-changelog-cli@1.3.10","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10/manifests"},{"name":"conventional-recommended-bump@2.0.1","sha":"a4f0aa902d3e966fe6d6b1d46f2130838524cfbf","kind":"tag","published_at":"2018-02-12T14:54:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1/manifests"},{"name":"conventional-recommended-bump@2.0.0","sha":"9885d205ed96338575335652d006f475408e1195","kind":"tag","published_at":"2018-02-12T14:30:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0/manifests"},{"name":"conventional-changelog-preset-loader@1.1.2","sha":"a450d974237d440009ec3fb4c63974cf066e8f79","kind":"tag","published_at":"2018-02-12T04:07:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.1","sha":"5af1f00dcc4e1f9c3299bc7feb322a88b711f042","kind":"tag","published_at":"2018-02-09T04:17:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.0","sha":"c3eb36dbc52f383df6f3dcf3a3870b01ceee0b8b","kind":"tag","published_at":"2018-02-08T14:46:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0/manifests"},{"name":"conventional-changelog-ember@0.3.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1/manifests"},{"name":"conventional-changelog-angular@1.6.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2/manifests"},{"name":"gulp-conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11/manifests"},{"name":"standard-changelog@1.0.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9/manifests"},{"name":"conventional-recommended-bump@1.2.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1/manifests"},{"name":"conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11/manifests"},{"name":"conventional-changelog-cli@1.3.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9/manifests"},{"name":"conventional-changelog-core@2.0.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1/manifests"},{"name":"gulp-conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10/manifests"},{"name":"standard-changelog@1.0.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8/manifests"},{"name":"git-semver-tags@1.3.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.2.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0/manifests"},{"name":"conventional-changelog-writer@3.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0/manifests"},{"name":"conventional-changelog-eslint@1.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.3.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1/manifests"},{"name":"conventional-changelog-core@2.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8/manifests"},{"name":"conventional-changelog-angular@1.6.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1/manifests"},{"name":"conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10/manifests"},{"name":"conventional-changelog-core@1.9.5","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5/manifests"},{"name":"conventional-changelog-ember@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0/manifests"},{"name":"conventional-changelog-eslint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0/manifests"},{"name":"conventional-changelog-cli@1.3.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7/manifests"},{"name":"conventional-changelog-express@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0/manifests"},{"name":"conventional-changelog-jquery@1.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0/manifests"},{"name":"conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-jshint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0/manifests"},{"name":"gulp-conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9/manifests"},{"name":"standard-changelog@1.0.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7/manifests"},{"name":"conventional-changelog-angular@1.6.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0/manifests"},{"name":"conventional-changelog-codemirror@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0/manifests"},{"name":"conventional-changelog-atom@0.2.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0/manifests"},{"name":"conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8/manifests"},{"name":"standard-changelog@1.0.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6/manifests"},{"name":"gulp-conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8/manifests"},{"name":"conventional-recommended-bump@1.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0/manifests"},{"name":"conventional-commits-parser@2.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0/manifests"},{"name":"conventional-commits-filter@1.1.1","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1/manifests"},{"name":"conventional-changelog-writer@2.0.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.2.10","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10/manifests"},{"name":"conventional-changelog-core@1.9.4","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4/manifests"},{"name":"conventional-changelog-cli@1.3.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6/manifests"},{"name":"conventional-changelog-angular@1.5.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3/manifests"},{"name":"conventional-changelog-ember@0.2.9","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9/manifests"},{"name":"standard-changelog@1.0.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5/manifests"},{"name":"gulp-conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7/manifests"},{"name":"git-semver-tags@1.2.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3/manifests"},{"name":"git-raw-commits@1.3.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.0.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3/manifests"},{"name":"conventional-commits-parser@2.0.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1/manifests"},{"name":"conventional-commits-filter@1.1.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0/manifests"},{"name":"conventional-changelog-writer@2.0.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2/manifests"},{"name":"conventional-changelog-jshint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1/manifests"},{"name":"conventional-changelog-jquery@1.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1/manifests"},{"name":"conventional-changelog-express@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1/manifests"},{"name":"conventional-changelog-eslint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1/manifests"},{"name":"conventional-changelog-core@1.9.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3/manifests"},{"name":"conventional-changelog-codemirror@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1/manifests"},{"name":"conventional-changelog-cli@1.3.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5/manifests"},{"name":"conventional-changelog-atom@0.1.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2/manifests"},{"name":"conventional-changelog-angular@1.5.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2/manifests"},{"name":"conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7/manifests"},{"name":"@marionebl/conventional-commits-parser@3.0.0","sha":"edf4068ce4c3ea6ac5b61323473ab655be5eb895","kind":"tag","published_at":"2017-11-01T07:09:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/@marionebl/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/@marionebl/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4/manifests"},{"name":"git-semver-tags@1.2.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2/manifests"},{"name":"conventional-recommended-bump@1.0.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-ember@0.2.8","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8/manifests"},{"name":"conventional-changelog-core@1.9.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2/manifests"},{"name":"standard-changelog@1.0.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4/manifests"},{"name":"conventional-changelog-angular@1.5.1","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1/manifests"},{"name":"conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6/manifests"},{"name":"standard-changelog@1.0.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3/manifests"},{"name":"conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-angular@1.5.0","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0/manifests"},{"name":"conventional-changelog-cli@1.3.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3/manifests"},{"name":"gulp-conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-writer@2.0.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1/manifests"},{"name":"conventional-changelog-core@1.9.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1/manifests"},{"name":"conventional-changelog-ember@0.2.7","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7/manifests"},{"name":"git-semver-tags@1.2.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1/manifests"},{"name":"conventional-changelog-jshint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0/manifests"},{"name":"conventional-changelog-jquery@1.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0/manifests"},{"name":"conventional-changelog-express@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0/manifests"},{"name":"conventional-changelog-eslint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0/manifests"},{"name":"conventional-commits-parser@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0/manifests"},{"name":"conventional-changelog-writer@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1/manifests"},{"name":"conventional-changelog-core@1.9.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0/manifests"},{"name":"conventional-changelog-codemirror@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0/manifests"},{"name":"conventional-changelog-cli@1.3.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2/manifests"},{"name":"conventional-changelog-atom@0.1.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1/manifests"},{"name":"conventional-changelog-angular@1.4.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0/manifests"},{"name":"conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4/manifests"},{"name":"gulp-conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4/manifests"},{"name":"standard-changelog@1.0.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2/manifests"},{"name":"conventional-changelog-ember@0.2.6","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6/manifests"},{"name":"conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3/manifests"},{"name":"conventional-changelog-angular@1.3.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3/manifests"},{"name":"conventional-changelog-cli@1.3.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1/manifests"},{"name":"conventional-changelog-core@1.8.0","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.8.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0/manifests"},{"name":"conventional-changelog-ember@0.2.5","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5/manifests"},{"name":"gulp-conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3/manifests"},{"name":"standard-changelog@1.0.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1/manifests"},{"name":"git-semver-tags@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0/manifests"},{"name":"standard-changelog@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2/manifests"},{"name":"git-raw-commits@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0/manifests"},{"name":"conventional-recommended-bump@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.2.4","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4/manifests"},{"name":"conventional-changelog-core@1.7.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.7.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0/manifests"},{"name":"conventional-changelog-cli@1.3.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0/manifests"},{"name":"conventional-changelog-angular@1.3.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2/manifests"},{"name":"conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2/manifests"},{"name":"gulp-conventional-changelog@1.1.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"tag","published_at":"2017-03-10T05:35:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0/manifests"},{"name":"standard-changelog@0.0.2","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@0.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-ember@0.2.3","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3/manifests"},{"name":"conventional-changelog-core@1.6.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0/manifests"},{"name":"conventional-changelog-angular@1.3.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1/manifests"},{"name":"conventional-changelog-cli@1.2.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1/manifests"},{"name":"conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-cli@1.2.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:01:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0/manifests"},{"name":"conventional-changelog-core@1.5.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:00:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0/manifests"},{"name":"git-raw-commits@1.1.2","sha":"f5fe78b1f15791cb0499744bf278dff22b52732f","kind":"tag","published_at":"2017-03-09T07:37:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2/manifests"},{"name":"git-semver-tags@1.1.2","sha":"7be07c7c0f49572b1c0e9c98f004b599d8b5bb1a","kind":"tag","published_at":"2017-03-09T07:35:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2/manifests"},{"name":"v1.1.0","sha":"600d411569271467389c3cbe71f7f657980e89a1","kind":"tag","published_at":"2016-02-13T06:59:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"9591280a8d09220aced3383abe3bc7ecbb34b503","kind":"tag","published_at":"2016-02-13T06:37:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"beef421f56939190a4ca30c28788eda1b3f9480d","kind":"tag","published_at":"2016-02-05T13:49:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"c8e90ab7fddd0b98855913e73fc12f9dc9dc81b1","kind":"tag","published_at":"2016-02-05T12:59:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0/manifests"},{"name":"v0.5.3","sha":"d79ce243223260b153699b99de0503698546ea63","kind":"tag","published_at":"2015-12-25T05:07:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"9e7b771072a2680c6c335fcad38003aade53213e","kind":"tag","published_at":"2015-12-23T12:24:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"4bf7d8df29f7be29552b82ec2b7112fad0c39a3e","kind":"tag","published_at":"2015-10-20T09:52:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"5ca2204b472704543ebbc744a22f8f90ec659659","kind":"tag","published_at":"2015-09-30T08:49:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"e5f2f3bc675e2c7e5cc6aa0ed50da7941833e492","kind":"tag","published_at":"2015-09-04T03:16:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"7536a0b351cc4f2764e71cbc268a178ab595259d","kind":"tag","published_at":"2015-08-17T01:28:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"56fa3d92620a41a875b3337fa51d04d6df23b1a8","kind":"tag","published_at":"2015-08-15T12:34:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"eefec0ef598a92e78510ee8626fd9bbcdb1398e4","kind":"tag","published_at":"2015-08-15T11:19:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0/manifests"},{"name":"v0.3.2","sha":"74b99dca61eafd56ba93605016b086a1108e77fe","kind":"tag","published_at":"2015-08-13T03:12:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"a1aca9c31a45aded77962bd0defc32e503aec213","kind":"commit","published_at":"2015-08-11T06:23:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"b489672d27ff703337c540f0fbc43f6486a84d99","kind":"commit","published_at":"2015-08-09T03:27:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"12e3cd6b151353dbe7f584adabbe5dd8a28424db","kind":"commit","published_at":"2015-07-24T08:13:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"f437b457b5ea6c105535a360144000f8315db54d","kind":"commit","published_at":"2015-07-24T04:54:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0/manifests"},{"name":"v0.1.3","sha":"c8fa9d0b94f8ac07f162623e4b9e9e68aad82e62","kind":"commit","published_at":"2015-07-22T11:06:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"6ba5d6e4b90a154dbca6ec0f80c66ad5995cd770","kind":"commit","published_at":"2015-07-22T07:10:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c015f8762f70eff2be7b8d7fb82438689239d717","kind":"commit","published_at":"2015-07-20T07:55:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"7253d0fea773e3f7cc0a3fb8278c9da070df26ee","kind":"commit","published_at":"2015-07-20T07:12:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.3","sha":"0c9f1e89bfacec8e08bac8ef96d64e3abdbecda7","kind":"commit","published_at":"2015-07-17T11:02:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"fec1baf43b8c0156682d4014a4fd066bd24ad448","kind":"commit","published_at":"2015-07-17T06:23:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"a5ea0dfada48601b9e3fbec78dd37d70380a2db6","kind":"commit","published_at":"2015-07-15T08:03:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1/manifests"},{"name":"v0.1.0-alpha.3","sha":"9b6cc68a2c17c9671363fe7af5de7ebd3a06aaeb","kind":"commit","published_at":"2015-07-06T01:27:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3/manifests"},{"name":"v0.1.0-alpha.2","sha":"34b0f460c34ecc48af857d8ee5d7038970ba56fb","kind":"commit","published_at":"2015-06-29T12:04:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2/manifests"},{"name":"v0.1.0-alpha.1","sha":"05b3415fc699ab43f3fa33b5ecd040ab5ecdf9e2","kind":"commit","published_at":"2015-06-24T04:42:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1/manifests"},{"name":"v0.0.17","sha":"3cae05244e48af9cf4abbef3114060db585a574c","kind":"commit","published_at":"2015-04-03T02:12:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"c0719ce6ba16778dd34c2cfdc81e7f3c5321409d","kind":"commit","published_at":"2015-03-19T04:15:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"57af04dc3e362c0e327b716279c9143028c6e0da","kind":"commit","published_at":"2015-03-18T20:23:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"69be290efb58a6a92e9ae78d7b37168d293920b5","kind":"commit","published_at":"2015-03-13T21:22:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"15a39d02ba3d666e7820eecbb8c5493ef2f6040a","kind":"commit","published_at":"2015-03-12T23:17:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13/manifests"},{"name":"v0.0.11","sha":"37f5561553c30d8f0f2c949502ea278da64949cd","kind":"tag","published_at":"2014-05-28T13:14:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"ad6f6ec5499d2c902b88da95487862d50e5ad776","kind":"tag","published_at":"2014-05-28T12:51:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"87efbabd9bc2a0fd83255e6cb856961b10aef9eb","kind":"tag","published_at":"2014-05-06T17:11:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"94b12cf69c51264b1edb6c81b50a262f0536894b","kind":"tag","published_at":"2014-04-10T14:45:48.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"1cf17e494fd7d8538c55189c72c0cf57d145ef41","kind":"tag","published_at":"2014-04-10T14:06:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"861f9ec93de28be4185b35815c2b6ab17746eb3f","kind":"commit","published_at":"2014-01-23T19:39:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"3f59f7356c86f30ef8e8754386373c2a8f97b367","kind":"commit","published_at":"2014-01-23T18:59:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6fa2c22464dcd964df604550c2ce2ed1d2f4362b","kind":"commit","published_at":"2014-01-04T21:36:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4/manifests"}]},"repo_metadata_updated_at":"2024-08-26T10:57:57.128Z","dependent_packages_count":1,"downloads":16,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":54.12805865929274,"dependent_repos_count":25.30552159382132,"dependent_packages_count":16.219766897652278,"stargazers_count":1.4468154595850442,"forks_count":1.6546204546288672,"average":19.75095661299605},"purl":"pkg:npm/conventional-changelog-custom-log","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/conventional-changelog-custom-log","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/conventional-changelog-custom-log","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/conventional-changelog-custom-log/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-08-25T18:13:45.073Z","issues_count":175,"pull_requests_count":478,"avg_time_to_close_issue":19345133.890243903,"avg_time_to_close_pull_request":6038480.121447029,"issues_closed_count":82,"pull_requests_closed_count":387,"pull_request_authors_count":71,"issue_authors_count":107,"avg_comments_per_issue":2.1142857142857143,"avg_comments_per_pull_request":1.3075313807531381,"merged_pull_requests_count":302,"bot_issues_count":3,"bot_pull_requests_count":227,"past_year_issues_count":93,"past_year_pull_requests_count":256,"past_year_avg_time_to_close_issue":1381535.3442622952,"past_year_avg_time_to_close_pull_request":758724.9954545455,"past_year_issues_closed_count":61,"past_year_pull_requests_closed_count":220,"past_year_pull_request_authors_count":25,"past_year_issue_authors_count":46,"past_year_avg_comments_per_issue":1.5591397849462365,"past_year_avg_comments_per_pull_request":1.0390625,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":104,"past_year_merged_pull_requests_count":180,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues","maintainers":[{"login":"dangreen","count":83,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"},{"login":"bcoe","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bcoe"},{"login":"tommywo","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tommywo"}],"active_maintainers":[{"login":"dangreen","count":81,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-custom-log/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-custom-log/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-custom-log/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-custom-log/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-custom-log/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-custom-log/codemeta","maintainers":[{"uuid":"yibuyisheng","login":"yibuyisheng","name":null,"email":"yibuyisheng@163.com","url":null,"packages_count":30,"html_url":"https://www.npmjs.com/~yibuyisheng","role":null,"created_at":"2022-11-15T16:49:50.377Z","updated_at":"2022-11-15T16:49:50.377Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/yibuyisheng/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5644415,"maintainers_count":1200486,"namespaces_count":399623,"keywords_count":847874,"github":"npm","metadata":{"funded_packages_count":171745},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-06-10T05:11:46.456Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":6508683,"name":"@dyrkow/conventional-recommended-bump","ecosystem":"npm","description":"Get a recommended version bump based on conventional commits","homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-recommended-bump#readme","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":["conventional-recommended-bump","recommend","conventional","bump"],"namespace":"dyrkow","versions_count":1,"first_release_published_at":"2023-03-11T18:16:00.991Z","latest_release_published_at":"2023-03-11T18:16:00.991Z","latest_release_number":"6.2.0","last_synced_at":"2026-06-03T20:26:54.110Z","created_at":"2023-03-11T18:51:48.906Z","updated_at":"2026-06-03T20:26:54.111Z","registry_url":"https://www.npmjs.com/package/@dyrkow/conventional-recommended-bump","install_command":"npm install @dyrkow/conventional-recommended-bump","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"6.2.0"}},"repo_metadata":{"id":12961414,"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2024-06-18T04:54:14.000Z","size":5832,"stargazers_count":7627,"open_issues_count":249,"forks_count":715,"subscribers_count":58,"default_branch":"master","last_synced_at":"2024-06-19T09:40:31.278Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2024-06-19T09:40:44.711Z","dependencies_parsed_at":"2022-07-13T10:30:31.523Z","dependency_job_id":"5f6d159e-c4c6-405b-9fa7-976ffc4dfa04","html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1464,"total_committers":136,"mean_commits":"10.764705882352942","dds":"0.40095628415300544","last_synced_commit":"58f0887283a200d52e49607baf7b352f26177b05"},"previous_names":["ajoslin/conventional-changelog"],"tags_count":777,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":215686924,"owners_count":15916249,"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"},"owner_record":{"login":"conventional-changelog","name":"conventional-changelog","uuid":"16443515","kind":"organization","description":"Tools to generate changelogs and release notes from a project's commit messages and metadata.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16443515?v=4","repositories_count":12,"last_synced_at":"2024-03-25T20:05:25.442Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/conventional-changelog","funding_links":[],"total_stars":31480,"followers":325,"following":0,"created_at":"2022-11-02T16:25:21.572Z","updated_at":"2024-03-25T20:05:26.809Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog/repositories"},"tags":[{"name":"git-client-v1.0.1","sha":"d3b8aaa16337993bbad4d91db1ffac5a7568756b","kind":"commit","published_at":"2024-05-06T14:46:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1/manifests"},{"name":"conventional-changelog-v6.0.0","sha":"83bb15ba5de08f080884fc906c6db3c99c8b2131","kind":"commit","published_at":"2024-04-26T22:08:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0/manifests"},{"name":"conventional-changelog-core-v8.0.0","sha":"7bc92fc05e4447f311ad52b6e39d36f461eaf083","kind":"commit","published_at":"2024-04-26T22:07:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v8.0.0","sha":"3129c812139bf7454a64b4d506e6b85cd5abc77c","kind":"commit","published_at":"2024-04-26T22:06:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0/manifests"},{"name":"git-semver-tags-v8.0.0","sha":"fbd1b3bcd6253a32de89eb21145c2eb70d9396b6","kind":"commit","published_at":"2024-04-26T22:05:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v5.0.0","sha":"e34c96db3dbebedb17a6583aae8855dddd056f83","kind":"commit","published_at":"2024-04-26T22:04:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0/manifests"},{"name":"conventional-changelog-angular-v8.0.0","sha":"2aa6291a93eb881230e896f87a5232873b6a9717","kind":"commit","published_at":"2024-04-26T22:04:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0/manifests"},{"name":"conventional-changelog-jquery-v6.0.0","sha":"1c71cd6d4868ef2e158963e277609a9794806306","kind":"commit","published_at":"2024-04-26T22:03:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v8.0.0","sha":"533e36277d1779a5ac79a06210c603b5f88bc030","kind":"commit","published_at":"2024-04-26T22:00:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0/manifests"},{"name":"conventional-changelog-eslint-v6.0.0","sha":"c7459cd7d1e1ab82c9a5d552b008c02aba290cad","kind":"commit","published_at":"2024-04-26T21:59:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0/manifests"},{"name":"git-raw-commits-v5.0.0","sha":"f61ea377e843db0852c35911785895ec43481f11","kind":"commit","published_at":"2024-04-26T21:58:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0/manifests"},{"name":"conventional-changelog-codemirror-v5.0.0","sha":"77525286ffc8869a6ac351ebe28198842815cb7c","kind":"commit","published_at":"2024-04-26T21:57:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0/manifests"},{"name":"conventional-changelog-cli-v5.0.0","sha":"a75cef688b9a1557ca981178d4d35c18963160b6","kind":"commit","published_at":"2024-04-26T21:53:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0/manifests"},{"name":"conventional-changelog-express-v5.0.0","sha":"a6ab80d6e30091a8b743ee97a87e7400af1ebc53","kind":"commit","published_at":"2024-04-26T21:53:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v10.0.0","sha":"d7c409b02f1d58cf6f0293edcadbe5f00a78a622","kind":"commit","published_at":"2024-04-26T21:52:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v10.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v10.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0/manifests"},{"name":"conventional-changelog-atom-v5.0.0","sha":"3b2b9d0ec2382f73d9cf000a1004596f90ece916","kind":"commit","published_at":"2024-04-26T21:51:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0/manifests"},{"name":"conventional-changelog-jshint-v5.0.0","sha":"d7dae509e72b09d1496ae51f1f04c15581c828fc","kind":"commit","published_at":"2024-04-26T21:50:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0/manifests"},{"name":"conventional-changelog-ember-v5.0.0","sha":"2e99dfa49112ffe6c864dd0e436f0db1e696b1f9","kind":"commit","published_at":"2024-04-26T21:50:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0/manifests"},{"name":"conventional-commits-parser-v6.0.0","sha":"646e1be132ccd0f32e3074de2f511be5c610984f","kind":"commit","published_at":"2024-04-26T21:48:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0/manifests"},{"name":"conventional-commits-filter-v5.0.0","sha":"be4266b7ef7b84ba5c198dfa8c143229f8a5b128","kind":"commit","published_at":"2024-04-26T21:47:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0/manifests"},{"name":"standard-changelog-v6.0.0","sha":"3e9b9387f29e48a508b70b88f26b40a6db9fea16","kind":"commit","published_at":"2024-04-26T21:45:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v5.0.0","sha":"041a1a9b73b201add30494aed19d026b948bd8f1","kind":"commit","published_at":"2024-04-26T21:41:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0/manifests"},{"name":"git-client-v1.0.0","sha":"7e51fe970576503cae3ab94e6e9b3e01017b044d","kind":"commit","published_at":"2024-04-26T21:21:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0/manifests"},{"name":"git-semver-tags-v7.0.1","sha":"fac8045242099c016f5f3905e54e02b7d466bd7b","kind":"commit","published_at":"2023-09-10T23:53:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1/manifests"},{"name":"conventional-changelog-writer-v7.0.1","sha":"e3a643ad39ec3bc4cfb1dff2aa1101333df33dc3","kind":"commit","published_at":"2023-09-10T23:49:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1/manifests"},{"name":"conventional-changelog-cli-v4.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0/manifests"},{"name":"conventional-changelog-v5.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0/manifests"},{"name":"conventional-changelog-core-v7.0.0","sha":"2e467dd39a35c3813597711a37690897183b4abc","kind":"commit","published_at":"2023-09-08T22:03:37.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0/manifests"},{"name":"git-semver-tags-v7.0.0","sha":"a13f788bd505d8253a2d92413fc4a7780e11ec07","kind":"commit","published_at":"2023-09-08T21:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0/manifests"},{"name":"standard-changelog-v5.0.0","sha":"34569c7a3fd2b0362a461517a1f4e20e7eecd9fc","kind":"commit","published_at":"2023-09-08T21:55:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v9.0.0","sha":"ad633d9d81f66ef80d7f77832a264cb0c5b971ef","kind":"commit","published_at":"2023-09-08T21:50:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.2","sha":"50113f9b569259d991f1a734a192964ca71f0118","kind":"commit","published_at":"2023-09-08T21:41:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2/manifests"},{"name":"conventional-changelog-preset-loader-v4.1.0","sha":"a14d2186575f6061f236c9a47d803694b18f8373","kind":"commit","published_at":"2023-09-08T21:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.1","sha":"ca4324b0a690b2595f8b574882ff95329a2dc195","kind":"commit","published_at":"2023-08-27T19:11:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1/manifests"},{"name":"conventional-commits-filter-v4.0.0","sha":"26fc9ea274dc0c62442ec9d97b20a2ebb49138bf","kind":"commit","published_at":"2023-08-27T12:55:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0/manifests"},{"name":"standard-changelog-v4.0.0","sha":"5b788265774bf4b63d3c83a178ca53e8e7095903","kind":"commit","published_at":"2023-08-27T12:50:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-eslint-v5.0.0","sha":"679594c0716275771cc23b314e4362899fe72f87","kind":"commit","published_at":"2023-08-27T12:46:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0/manifests"},{"name":"git-semver-tags-v6.0.0","sha":"1c75c72d9b5d59e3ea4e914c58a85f7559f29602","kind":"commit","published_at":"2023-08-27T12:40:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0/manifests"},{"name":"conventional-recommended-bump-v8.0.0","sha":"624377a24e8e3658bcf2329a9a98f9a7b02a4cb3","kind":"commit","published_at":"2023-08-27T12:33:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0/manifests"},{"name":"conventional-changelog-writer-v7.0.0","sha":"d669bb67dc713cb1e4374e3216ed7d83cde743c5","kind":"commit","published_at":"2023-08-27T12:27:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0/manifests"},{"name":"conventional-changelog-codemirror-v4.0.0","sha":"933fd0b3dd355d648faf57241b796a714004c722","kind":"commit","published_at":"2023-08-27T12:23:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0/manifests"},{"name":"conventional-changelog-express-v4.0.0","sha":"c9e9ceb3a3727659bd117bab01cbc7642d588f06","kind":"commit","published_at":"2023-08-27T12:16:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0/manifests"},{"name":"conventional-changelog-ember-v4.0.0","sha":"5d7c16268f79b7f180e34e997fdb37373d714666","kind":"commit","published_at":"2023-08-27T12:11:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0/manifests"},{"name":"conventional-changelog-jquery-v5.0.0","sha":"d643efb1050dcdaecee626044315644ff9b9e43b","kind":"commit","published_at":"2023-08-27T12:07:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v4.0.0","sha":"636646dd9ae062e9652a7f9ccaf6c329e6e9f924","kind":"commit","published_at":"2023-08-27T12:03:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0/manifests"},{"name":"conventional-changelog-v5.0.0","sha":"7985de3edc9e655369651ad464cb39b791887dc7","kind":"commit","published_at":"2023-08-27T11:58:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.0","sha":"5f0fe40743d8f559ab94ed11bbb4b8bda6fa6dcb","kind":"commit","published_at":"2023-08-27T11:51:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0/manifests"},{"name":"conventional-changelog-angular-v7.0.0","sha":"6c7a2e1a8807988bcb1a9842f72d14be3b1a89e3","kind":"commit","published_at":"2023-08-27T11:46:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0/manifests"},{"name":"conventional-changelog-jshint-v4.0.0","sha":"0204a9a340d2c85411e8de8905bc74c6146e5618","kind":"commit","published_at":"2023-08-27T11:41:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0/manifests"},{"name":"conventional-changelog-atom-v4.0.0","sha":"ab9b2c10e098ec8837d141102549f3eef698364c","kind":"commit","published_at":"2023-08-27T11:36:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0/manifests"},{"name":"conventional-changelog-cli-v4.0.0","sha":"29df6c4597afad27b9cda06f58eb564bcca609c4","kind":"commit","published_at":"2023-08-27T11:21:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0/manifests"},{"name":"conventional-changelog-core-v6.0.0","sha":"45613bbc2d13c798732e4b2bd4b2fa9ea67157d6","kind":"commit","published_at":"2023-08-27T11:17:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v4.0.0","sha":"5a896e3ef3aa9e751fcc74d7c76fa21d6d526cb0","kind":"commit","published_at":"2023-08-27T11:08:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0/manifests"},{"name":"git-raw-commits-v4.0.0","sha":"878fc56b43bc617177bf47fd8643a3b8b86078e5","kind":"commit","published_at":"2023-08-27T11:01:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0/manifests"},{"name":"conventional-commits-parser-v5.0.0","sha":"299de5acbe55a7d19dcdd2adc34681eae7264abf","kind":"commit","published_at":"2023-08-26T17:50:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0/manifests"},{"name":"git-semver-tags-v5.0.1","sha":"87914a362866a380e98a29edf19b2173e0911d8a","kind":"commit","published_at":"2023-07-09T19:10:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1/manifests"},{"name":"conventional-changelog-writer-v6.0.1","sha":"c123edea220b450cfa26813b6f198c3e8ebbd2b4","kind":"commit","published_at":"2023-07-09T14:49:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.2","sha":"83773c5e1a8874ea9809ca9db1dff60b7df1daae","kind":"commit","published_at":"2023-06-28T17:43:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.1.0","sha":"2e5fe6d9574ba896fa90b5bfcb50fb73d28af6d6","kind":"commit","published_at":"2023-06-17T21:30:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v7.0.1","sha":"f251b6899e313a9b23f3c8deb8b8b57217040892","kind":"commit","published_at":"2023-06-06T23:24:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.1","sha":"5b458dff9edf766446449acd1bbb8027a1e39fa5","kind":"commit","published_at":"2023-06-06T23:17:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1/manifests"},{"name":"gulp-conventional-changelog-v3.0.0","sha":"8ef6232797e5bf7c80422221374c53c03d5df36d","kind":"commit","published_at":"2023-06-06T22:50:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0/manifests"},{"name":"standard-changelog-v3.0.0","sha":"ea65f017b42b914ece780fd2fc799a6946912ed8","kind":"commit","published_at":"2023-06-06T22:42:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0/manifests"},{"name":"conventional-changelog-cli-v3.0.0","sha":"f00f4549cee9406054b77057a8135183fcd89710","kind":"commit","published_at":"2023-06-06T22:29:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0/manifests"},{"name":"conventional-changelog-v4.0.0","sha":"1a240f91ed584ed43e7f9c82235ca60eff0f4fa5","kind":"commit","published_at":"2023-06-06T19:50:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-core-v5.0.0","sha":"8507f601486c8ff6806156c50091262dee13ec54","kind":"commit","published_at":"2023-06-06T19:23:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v7.0.0","sha":"e1662ca7a6c688d28a334282a5e863f52866f3e8","kind":"commit","published_at":"2023-06-06T18:39:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v3.0.0","sha":"5d80d155425147a0b045af09536e5962cbfff620","kind":"commit","published_at":"2023-06-06T15:08:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.0.0","sha":"a30fc7ae219cf871b46cbe9d2c76a9730b70e272","kind":"commit","published_at":"2023-06-06T14:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v6.0.0","sha":"aa5d46c7b13b7b31f78af4b3c31c087c39eea41d","kind":"commit","published_at":"2023-06-06T14:46:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0/manifests"},{"name":"conventional-commits-filter-v3.0.0","sha":"502a73fe41aebb7b563c5ca69521e0b1bab904df","kind":"commit","published_at":"2023-06-06T14:32:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0/manifests"},{"name":"conventional-commits-parser-v4.0.0","sha":"9f7fe891e75c64937c28baa39a6c795a01603ab7","kind":"commit","published_at":"2023-06-06T14:24:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0/manifests"},{"name":"git-raw-commits-v3.0.0","sha":"571f2d549f10744a12ab3bc5dc5e0b749cb72667","kind":"commit","published_at":"2023-06-06T14:16:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0/manifests"},{"name":"git-semver-tags-v5.0.0","sha":"445c796d04105d10dd62d07039bc6a7fc9f263a5","kind":"commit","published_at":"2023-06-06T13:51:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0/manifests"},{"name":"conventional-changelog-atom-v3.0.0","sha":"208787aa2f5db8de1c2d43c56d71e6dfb9510781","kind":"commit","published_at":"2023-06-06T13:43:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0/manifests"},{"name":"conventional-changelog-angular-v6.0.0","sha":"c4ebf98acc15f37154aae5de53a225e896c4a157","kind":"commit","published_at":"2023-06-06T13:36:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0/manifests"},{"name":"conventional-changelog-codemirror-v3.0.0","sha":"0772453bee083917a05b9696d063ee3dc69957f9","kind":"commit","published_at":"2023-06-06T13:25:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0/manifests"},{"name":"conventional-changelog-ember-v3.0.0","sha":"e473d0c8af7c0cf8a54f775556796f50f3e695c2","kind":"commit","published_at":"2023-06-06T13:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0/manifests"},{"name":"conventional-changelog-eslint-v4.0.0","sha":"b3b896bc5b9e3ed65dcfc08c57967a252f37cfd1","kind":"commit","published_at":"2023-06-06T12:56:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0/manifests"},{"name":"conventional-changelog-express-v3.0.0","sha":"5594385d1dd2490b0fb508a60b6f30e8be6616ce","kind":"commit","published_at":"2023-06-06T12:37:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0/manifests"},{"name":"conventional-changelog-jquery-v4.0.0","sha":"51a3015a907b2cea900114359c36ce0e9664b72d","kind":"commit","published_at":"2023-06-06T12:17:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0/manifests"},{"name":"conventional-changelog-jshint-v3.0.0","sha":"281e5f883476e90b75cae4373a67436c86e94f6a","kind":"commit","published_at":"2023-06-06T12:02:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v5.0.0","sha":"ba6df7cf62de5f448368bed4398f6ddf633d2cbd","kind":"commit","published_at":"2022-05-27T18:02:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0/manifests"},{"name":"conventional-changelog-writer-v5.0.1","sha":"21b73f974adc4490a318d9c892055655cb82c538","kind":"commit","published_at":"2021-12-29T21:36:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.3","sha":"02757d342290bcf51a49d49e5e72f5eae6c6f6da","kind":"commit","published_at":"2021-12-29T19:52:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3/manifests"},{"name":"conventional-commits-parser-v3.2.4","sha":"1d0f62d4ac4911ef0d912d5401f783b152cee624","kind":"commit","published_at":"2021-12-29T19:46:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4/manifests"},{"name":"git-raw-commits-v2.0.11","sha":"95384dbd105ffe4f86bbc6ccad3e5405a1cbfe04","kind":"commit","published_at":"2021-12-29T19:39:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.2","sha":"1827696185192a8dd258ea7c3370090238b0fb76","kind":"commit","published_at":"2021-12-25T18:06:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2/manifests"},{"name":"conventional-changelog-cli-v2.2.2","sha":"8ce6a7bbd3fae87aa9d56fca68c2e16fbb2cace5","kind":"commit","published_at":"2021-12-25T17:22:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2/manifests"},{"name":"conventional-changelog-v3.1.25","sha":"8e9c3d76aaffd7fe67a78270b3ad9b881e953e7e","kind":"commit","published_at":"2021-12-24T18:50:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25/manifests"},{"name":"conventional-commits-parser-v3.2.3","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3/manifests"},{"name":"conventional-changelog-cli-v2.2.1","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.1","sha":"c35708d56a55e31b750aec1f745e5be52f0a75f2","kind":"commit","published_at":"2021-09-09T19:06:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1/manifests"},{"name":"conventional-commits-parser-v3.2.2","sha":"1bae48ff85eff0736ea6691b7214f3fc9c026256","kind":"commit","published_at":"2021-09-09T14:45:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2/manifests"},{"name":"conventional-changelog-core-v4.2.4","sha":"02fbc2d42d0faf53d4b7a2b0525626088a6ac8ba","kind":"commit","published_at":"2021-09-09T14:37:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4/manifests"},{"name":"conventional-changelog-angular-v5.0.13","sha":"e30343b4676d26b416080294dc74ebba001c0716","kind":"commit","published_at":"2021-09-09T14:31:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v5.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13/manifests"},{"name":"conventional-changelog-core-v4.2.3","sha":"318b555b6ef3aebdb5a8d4c7c734fd7234712dd3","kind":"commit","published_at":"2021-07-03T00:24:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.0","sha":"537c37d7801872c3e57e4200c64154a4d2ea042a","kind":"commit","published_at":"2021-04-30T00:15:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0/manifests"},{"name":"conventional-commits-parser-v3.2.1","sha":"758dda2937b6784f0cc6a535286862fcf95b6f06","kind":"commit","published_at":"2021-02-15T21:32:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1/manifests"},{"name":"git-raw-commits-v2.0.10","sha":"ffecaccb6e117afae9f68f1d48ff9a69554da950","kind":"commit","published_at":"2021-01-27T16:36:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10/manifests"},{"name":"conventional-changelog-writer-v5.0.0","sha":"61ef6491add84b841e1797baf09f62bbdd90dcd4","kind":"commit","published_at":"2020-12-30T22:40:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v6.1.0","sha":"3b0fb22b0bb49137b9ecddaeb349f66025205c57","kind":"commit","published_at":"2020-12-30T16:58:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0/manifests"},{"name":"conventional-changelog-core-v4.2.2","sha":"317eeb3137caff69bcc9a67fce3dc67663a010db","kind":"commit","published_at":"2020-12-30T00:53:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2/manifests"},{"name":"conventional-recommended-bump-v6.0.12","sha":"90ecc5d93bfd7626857eda5d240f92393d896be0","kind":"commit","published_at":"2020-12-30T00:43:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12/manifests"},{"name":"git-raw-commits-v2.0.9","sha":"227f3e23af86912c0cd64fdb1a820ac92e5757c5","kind":"commit","published_at":"2020-12-29T23:59:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9/manifests"},{"name":"conventional-changelog-writer-v4.1.0","sha":"77725cfb12ca3ca22abb9421b4af012a49207e7a","kind":"commit","published_at":"2020-12-29T23:41:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0/manifests"},{"name":"conventional-changelog-atom@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8/manifests"},{"name":"conventional-changelog-angular@5.0.12","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12/manifests"},{"name":"conventional-changelog@3.1.24","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24/manifests"},{"name":"git-raw-commits@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8/manifests"},{"name":"standard-changelog@2.0.27","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27/manifests"},{"name":"gulp-conventional-changelog@2.0.35","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35/manifests"},{"name":"git-semver-tags@4.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1/manifests"},{"name":"conventional-recommended-bump@6.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11/manifests"},{"name":"conventional-commits-parser@3.2.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0/manifests"},{"name":"conventional-commits-filter@2.0.7","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7/manifests"},{"name":"conventional-changelog-writer@4.0.18","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18/manifests"},{"name":"conventional-changelog-jshint@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9/manifests"},{"name":"conventional-changelog-jquery@3.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11/manifests"},{"name":"conventional-changelog-express@2.0.6","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9/manifests"},{"name":"conventional-changelog-ember@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9/manifests"},{"name":"conventional-changelog-core@4.2.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.5.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1/manifests"},{"name":"conventional-changelog-v3.1.24","sha":"f8fcbc2e8b0834c29178ace6382b438a020ad828","kind":"commit","published_at":"2020-10-25T02:45:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24/manifests"},{"name":"conventional-recommended-bump@6.0.10","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10/manifests"},{"name":"standard-changelog@2.0.26","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26/manifests"},{"name":"gulp-conventional-changelog@2.0.34","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34/manifests"},{"name":"git-semver-tags@4.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0/manifests"},{"name":"conventional-changelog-core@4.2.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.4.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0/manifests"},{"name":"conventional-changelog-cli@2.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0/manifests"},{"name":"conventional-changelog@3.1.23","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23/manifests"},{"name":"standard-changelog@2.0.25","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25/manifests"},{"name":"conventional-changelog-writer@4.0.17","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17/manifests"},{"name":"conventional-changelog-jshint@2.0.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8/manifests"},{"name":"conventional-changelog-core@4.1.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8/manifests"},{"name":"conventional-changelog@3.1.22","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22/manifests"},{"name":"conventional-changelog-angular@5.0.11","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.35","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35/manifests"},{"name":"gulp-conventional-changelog@2.0.33","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.1","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1/manifests"},{"name":"conventional-changelog-core@4.1.7","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7/manifests"},{"name":"conventional-changelog@3.1.21","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21/manifests"},{"name":"conventional-changelog-writer@4.0.16","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.34","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34/manifests"},{"name":"standard-changelog@2.0.24","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24/manifests"},{"name":"gulp-conventional-changelog@2.0.32","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32/manifests"},{"name":"git-semver-tags@4.0.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.3.4","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4/manifests"},{"name":"standard-changelog@2.0.23","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23/manifests"},{"name":"gulp-conventional-changelog@2.0.31","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31/manifests"},{"name":"conventional-changelog-eslint@3.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.15","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10/manifests"},{"name":"conventional-changelog@3.1.20","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20/manifests"},{"name":"conventional-changelog-atom@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7/manifests"},{"name":"conventional-changelog-cli@2.0.33","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33/manifests"},{"name":"conventional-changelog-codemirror@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0/manifests"},{"name":"conventional-changelog-core@4.1.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6/manifests"},{"name":"conventional-changelog-ember@2.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8/manifests"},{"name":"conventional-commits-filter@2.0.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6/manifests"},{"name":"conventional-commits-parser@3.1.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.9","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9/manifests"},{"name":"git-raw-commits@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7/manifests"},{"name":"conventional-changelog-express@2.0.5","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10/manifests"},{"name":"conventional-changelog-jshint@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7/manifests"},{"name":"conventional-changelog-preset-loader-v2.3.2","sha":"9f6c56cb960a5043823cfb85b9843991201cbb51","kind":"commit","published_at":"2020-05-08T19:21:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v2.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2/manifests"},{"name":"conventional-changelog-core@4.1.5","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5/manifests"},{"name":"gulp-conventional-changelog@2.0.30","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30/manifests"},{"name":"standard-changelog@2.0.22","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22/manifests"},{"name":"conventional-changelog@3.1.19","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19/manifests"},{"name":"conventional-changelog-cli@2.0.32","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32/manifests"},{"name":"conventional-changelog-cli@2.0.31","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31/manifests"},{"name":"standard-changelog@2.0.21","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21/manifests"},{"name":"gulp-conventional-changelog@2.0.29","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29/manifests"},{"name":"conventional-changelog-core@4.1.4","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4/manifests"},{"name":"conventional-changelog@3.1.18","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18/manifests"},{"name":"conventional-changelog@3.1.17","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17/manifests"},{"name":"standard-changelog@2.0.20","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20/manifests"},{"name":"gulp-conventional-changelog@2.0.28","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28/manifests"},{"name":"conventional-changelog-core@4.1.3","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.30","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30/manifests"},{"name":"conventional-changelog-cli@2.0.29","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29/manifests"},{"name":"standard-changelog@2.0.19","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19/manifests"},{"name":"gulp-conventional-changelog@2.0.27","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27/manifests"},{"name":"conventional-changelog-core@4.1.2","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2/manifests"},{"name":"conventional-changelog@3.1.16","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16/manifests"},{"name":"conventional-changelog-cli@2.0.28","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28/manifests"},{"name":"standard-changelog@2.0.18","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18/manifests"},{"name":"gulp-conventional-changelog@2.0.26","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26/manifests"},{"name":"git-semver-tags@3.0.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1/manifests"},{"name":"git-raw-commits@2.0.3","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3/manifests"},{"name":"conventional-recommended-bump@6.0.5","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5/manifests"},{"name":"conventional-commits-parser@3.0.8","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.11","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11/manifests"},{"name":"conventional-changelog-core@4.1.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1/manifests"},{"name":"conventional-changelog@3.1.15","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15/manifests"},{"name":"gulp-conventional-changelog@2.0.25","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25/manifests"},{"name":"conventional-changelog@3.1.14","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14/manifests"},{"name":"conventional-changelog-angular@5.0.6","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6/manifests"},{"name":"conventional-changelog-cli@2.0.27","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.3","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3/manifests"},{"name":"conventional-changelog-core@4.1.0","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0/manifests"},{"name":"conventional-commits-parser@3.0.7","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7/manifests"},{"name":"conventional-recommended-bump@6.0.4","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4/manifests"},{"name":"standard-changelog@2.0.17","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17/manifests"},{"name":"conventional-changelog-cli@2.0.26","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.2","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2/manifests"},{"name":"conventional-changelog-core@4.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3/manifests"},{"name":"conventional-commits-parser@3.0.6","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6/manifests"},{"name":"conventional-recommended-bump@6.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.24","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24/manifests"},{"name":"standard-changelog@2.0.16","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16/manifests"},{"name":"conventional-changelog-writer@4.0.10","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10/manifests"},{"name":"conventional-changelog-preset-loader@2.3.0","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0/manifests"},{"name":"conventional-changelog@3.1.13","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13/manifests"},{"name":"conventional-changelog-jshint@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.9","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9/manifests"},{"name":"conventional-commits-parser@3.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5/manifests"},{"name":"conventional-changelog@3.1.12","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12/manifests"},{"name":"conventional-recommended-bump@6.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.23","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23/manifests"},{"name":"standard-changelog@2.0.15","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5/manifests"},{"name":"conventional-changelog-atom@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.25","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25/manifests"},{"name":"conventional-changelog-codemirror@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.1","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1/manifests"},{"name":"conventional-changelog-core@4.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2/manifests"},{"name":"conventional-changelog-ember@2.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4/manifests"},{"name":"conventional-changelog-eslint@3.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.6","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6/manifests"},{"name":"standard-changelog@2.0.14","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14/manifests"},{"name":"gulp-conventional-changelog@2.0.22","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22/manifests"},{"name":"conventional-recommended-bump@6.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1/manifests"},{"name":"conventional-commits-parser@3.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4/manifests"},{"name":"conventional-changelog-writer@4.0.8","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8/manifests"},{"name":"conventional-changelog-jshint@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.5","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5/manifests"},{"name":"conventional-changelog-eslint@3.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3/manifests"},{"name":"conventional-changelog-ember@2.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3/manifests"},{"name":"conventional-changelog-core@4.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.0","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.24","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24/manifests"},{"name":"conventional-changelog-atom@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4/manifests"},{"name":"conventional-changelog@3.1.11","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11/manifests"},{"name":"conventional-changelog-preset-loader@2.2.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0/manifests"},{"name":"standard-changelog@2.0.13","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13/manifests"},{"name":"gulp-conventional-changelog@2.0.21","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21/manifests"},{"name":"git-semver-tags@3.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0/manifests"},{"name":"conventional-recommended-bump@6.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.7","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7/manifests"},{"name":"conventional-changelog@3.1.10","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10/manifests"},{"name":"conventional-changelog-cli@2.0.23","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23/manifests"},{"name":"conventional-changelog-conventionalcommits@4.1.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0/manifests"},{"name":"conventional-changelog-core@4.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.1","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.0.0","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0/manifests"},{"name":"conventional-changelog-core@3.2.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3/manifests"},{"name":"conventional-changelog-writer@4.0.6","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6/manifests"},{"name":"conventional-commits-parser@3.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3/manifests"},{"name":"conventional-changelog@3.1.9","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9/manifests"},{"name":"standard-changelog@2.0.12","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.20","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20/manifests"},{"name":"git-semver-tags@2.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.22","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22/manifests"},{"name":"standard-changelog@2.0.11","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11/manifests"},{"name":"conventional-changelog@3.1.8","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8/manifests"},{"name":"conventional-changelog-cli@2.0.21","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.2","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.19","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19/manifests"},{"name":"conventional-changelog@3.1.7","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7/manifests"},{"name":"conventional-changelog-cli@2.0.20","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.1","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.18","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18/manifests"},{"name":"conventional-changelog-cli@2.0.19","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.17","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17/manifests"},{"name":"conventional-changelog@3.1.6","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6/manifests"},{"name":"conventional-changelog@3.1.5","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5/manifests"},{"name":"conventional-changelog-conventionalcommits@2.0.0","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.16","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.18","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.2","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.17","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17/manifests"},{"name":"conventional-changelog@3.1.4","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.15","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15/manifests"},{"name":"conventional-changelog-writer@4.0.5","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5/manifests"},{"name":"standard-changelog@2.0.10","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10/manifests"},{"name":"gulp-conventional-changelog@2.0.14","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14/manifests"},{"name":"conventional-changelog@3.1.3","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3/manifests"},{"name":"conventional-changelog-core@3.2.2","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2/manifests"},{"name":"conventional-changelog-cli@2.0.16","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.15","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15/manifests"},{"name":"standard-changelog@2.0.9","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.1.2","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2/manifests"},{"name":"conventional-changelog-core@3.2.1","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1/manifests"},{"name":"gulp-conventional-changelog@2.0.13","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13/manifests"},{"name":"conventional-changelog@3.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1/manifests"},{"name":"gulp-conventional-changelog@2.0.12","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12/manifests"},{"name":"conventional-recommended-bump@4.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1/manifests"},{"name":"conventional-changelog-preset-loader@2.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.14","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14/manifests"},{"name":"conventional-changelog-preset-loader@2.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0/manifests"},{"name":"conventional-changelog-writer@4.0.4","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4/manifests"},{"name":"conventional-commits-filter@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2/manifests"},{"name":"conventional-commits-parser@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2/manifests"},{"name":"conventional-recommended-bump@4.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0/manifests"},{"name":"gulp-conventional-changelog@2.0.11","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11/manifests"},{"name":"standard-changelog@2.0.8","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8/manifests"},{"name":"git-raw-commits@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2/manifests"},{"name":"conventional-changelog@3.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0/manifests"},{"name":"conventional-changelog-cli@2.0.13","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0/manifests"},{"name":"conventional-changelog-core@3.2.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0/manifests"},{"name":"conventional-changelog-eslint@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2/manifests"},{"name":"standard-changelog@2.0.7","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6/manifests"},{"name":"conventional-changelog-angular@5.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.12","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.10","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10/manifests"},{"name":"conventional-changelog-writer@4.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3/manifests"},{"name":"conventional-changelog-core@3.1.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6/manifests"},{"name":"conventional-recommended-bump@4.0.4","sha":"da729f68f9dc581623deb587c705ef65d189a9f4","kind":"tag","published_at":"2018-11-01T06:56:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4/manifests"},{"name":"standard-changelog@2.0.6","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6/manifests"},{"name":"conventional-changelog-core@3.1.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5/manifests"},{"name":"conventional-changelog-writer@4.0.2","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.9","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.0.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.11","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.10","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10/manifests"},{"name":"conventional-changelog-core@3.1.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.8","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8/manifests"},{"name":"conventional-changelog@3.0.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4/manifests"},{"name":"git-semver-tags@2.0.2","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.3","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3/manifests"},{"name":"standard-changelog@2.0.5","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5/manifests"},{"name":"standard-changelog@2.0.4","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.7","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3/manifests"},{"name":"conventional-changelog-core@3.1.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.9","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9/manifests"},{"name":"standard-changelog@2.0.3","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.8","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8/manifests"},{"name":"conventional-changelog-core@3.1.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2/manifests"},{"name":"gulp-conventional-changelog@2.0.6","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6/manifests"},{"name":"conventional-changelog@3.0.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.5","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.7","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7/manifests"},{"name":"conventional-changelog@3.0.1","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1/manifests"},{"name":"standard-changelog@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4/manifests"},{"name":"git-semver-tags@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1/manifests"},{"name":"git-raw-commits@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2/manifests"},{"name":"conventional-commits-parser@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1/manifests"},{"name":"conventional-commits-filter@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1/manifests"},{"name":"conventional-changelog-writer@4.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1/manifests"},{"name":"conventional-changelog-preset-loader@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4/manifests"},{"name":"conventional-changelog-express@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1/manifests"},{"name":"conventional-changelog-eslint@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2/manifests"},{"name":"conventional-changelog-core@3.1.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1/manifests"},{"name":"conventional-changelog-codemirror@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.6","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6/manifests"},{"name":"conventional-changelog-atom@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1/manifests"},{"name":"conventional-changelog-angular@5.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2/manifests"},{"name":"conventional-changelog@3.0.0","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.5","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.3","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.2","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.4","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3/manifests"},{"name":"standard-changelog@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3/manifests"},{"name":"conventional-changelog-core@3.1.0","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0/manifests"},{"name":"conventional-changelog-ember@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1/manifests"},{"name":"conventional-changelog-jquery@3.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1/manifests"},{"name":"conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0/manifests"},{"name":"conventional-recommended-bump@4.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0/manifests"},{"name":"conventional-changelog-jquery@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0/manifests"},{"name":"conventional-changelog-express@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0/manifests"},{"name":"conventional-changelog-eslint@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0/manifests"},{"name":"conventional-changelog-ember@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1/manifests"},{"name":"conventional-changelog-atom@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1/manifests"},{"name":"conventional-changelog-angular@4.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1/manifests"},{"name":"conventional-changelog-jquery@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0/manifests"},{"name":"conventional-changelog-jshint@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0/manifests"},{"name":"standard-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0/manifests"},{"name":"conventional-recommended-bump@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0/manifests"},{"name":"conventional-commits-parser@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0/manifests"},{"name":"conventional-commits-filter@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0/manifests"},{"name":"conventional-changelog-ember@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0/manifests"},{"name":"conventional-changelog-express@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0/manifests"},{"name":"git-semver-tags@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0/manifests"},{"name":"git-raw-commits@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0/manifests"},{"name":"conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-angular@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0/manifests"},{"name":"conventional-changelog-atom@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0/manifests"},{"name":"conventional-changelog-core@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0/manifests"},{"name":"conventional-changelog-eslint@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-core@2.0.11","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11/manifests"},{"name":"conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-cli@1.3.22","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22/manifests"},{"name":"conventional-changelog-ember@0.3.12","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12/manifests"},{"name":"conventional-recommended-bump@2.0.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9/manifests"},{"name":"conventional-changelog-angular@3.0.7","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7/manifests"},{"name":"gulp-conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24/manifests"},{"name":"standard-changelog@1.0.19","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19/manifests"},{"name":"conventional-changelog-jquery@1.3.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9/manifests"},{"name":"conventional-changelog-angular@3.0.6","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6/manifests"},{"name":"standard-changelog@1.0.18","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18/manifests"},{"name":"gulp-conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-writer@3.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9/manifests"},{"name":"conventional-changelog-jshint@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8/manifests"},{"name":"conventional-changelog-jquery@1.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8/manifests"},{"name":"conventional-changelog-eslint@1.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9/manifests"},{"name":"conventional-changelog-ember@0.3.11","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11/manifests"},{"name":"conventional-changelog-core@2.0.10","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10/manifests"},{"name":"conventional-changelog-codemirror@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8/manifests"},{"name":"conventional-changelog-cli@1.3.21","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21/manifests"},{"name":"conventional-changelog-atom@0.2.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8/manifests"},{"name":"conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23/manifests"},{"name":"gulp-conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-core@2.0.9","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9/manifests"},{"name":"conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-cli@1.3.20","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20/manifests"},{"name":"conventional-changelog-writer@3.0.8","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8/manifests"},{"name":"standard-changelog@1.0.17","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17/manifests"},{"name":"conventional-changelog-angular@3.0.5","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.10","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10/manifests"},{"name":"conventional-changelog-cli@1.3.19","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19/manifests"},{"name":"conventional-changelog-angular@3.0.4","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4/manifests"},{"name":"conventional-changelog-atom@0.2.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7/manifests"},{"name":"conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-core@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.9","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9/manifests"},{"name":"conventional-changelog-eslint@1.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8/manifests"},{"name":"conventional-changelog-express@0.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6/manifests"},{"name":"conventional-changelog-jquery@1.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7/manifests"},{"name":"conventional-changelog-preset-loader@1.1.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8/manifests"},{"name":"conventional-changelog-writer@3.0.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7/manifests"},{"name":"conventional-commits-parser@2.1.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7/manifests"},{"name":"conventional-recommended-bump@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8/manifests"},{"name":"git-raw-commits@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6/manifests"},{"name":"git-semver-tags@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21/manifests"},{"name":"standard-changelog@1.0.16","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16/manifests"},{"name":"conventional-changelog-codemirror@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6/manifests"},{"name":"conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-core@2.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7/manifests"},{"name":"conventional-changelog-codemirror@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6/manifests"},{"name":"conventional-changelog-cli@1.3.18","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18/manifests"},{"name":"conventional-changelog-ember@0.3.8","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8/manifests"},{"name":"conventional-changelog-writer@3.0.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6/manifests"},{"name":"conventional-changelog-atom@0.2.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6/manifests"},{"name":"conventional-changelog-eslint@1.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7/manifests"},{"name":"standard-changelog@1.0.15","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15/manifests"},{"name":"conventional-changelog-angular@3.0.3","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3/manifests"},{"name":"conventional-changelog-jquery@1.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-angular@3.0.2","sha":"1cc079df803f58b52c8aa997fff43e9c162266e7","kind":"tag","published_at":"2018-03-22T14:14:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2/manifests"},{"name":"conventional-changelog-ember@0.3.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7/manifests"},{"name":"standard-changelog@1.0.14","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14/manifests"},{"name":"gulp-conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19/manifests"},{"name":"git-semver-tags@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5/manifests"},{"name":"git-raw-commits@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7/manifests"},{"name":"conventional-commits-parser@2.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6/manifests"},{"name":"conventional-commits-filter@1.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5/manifests"},{"name":"conventional-changelog-preset-loader@1.1.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7/manifests"},{"name":"conventional-changelog-jshint@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5/manifests"},{"name":"conventional-changelog-jquery@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5/manifests"},{"name":"conventional-changelog-express@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6/manifests"},{"name":"conventional-changelog-core@2.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5/manifests"},{"name":"conventional-changelog-cli@1.3.17","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17/manifests"},{"name":"conventional-changelog-atom@0.2.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5/manifests"},{"name":"conventional-changelog-angular@3.0.1","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1/manifests"},{"name":"conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19/manifests"},{"name":"conventional-changelog-angular@3.0.0","sha":"49997aaba373502e5b38bd366846934641e95799","kind":"tag","published_at":"2018-03-22T13:45:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.16","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16/manifests"},{"name":"conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18/manifests"},{"name":"gulp-conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-eslint@1.0.5","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5/manifests"},{"name":"conventional-changelog-cli@1.3.15","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15/manifests"},{"name":"conventional-changelog-codemirror@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4/manifests"},{"name":"conventional-changelog-express@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4/manifests"},{"name":"conventional-changelog-jquery@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4/manifests"},{"name":"conventional-changelog-jshint@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4/manifests"},{"name":"conventional-commits-filter@1.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5/manifests"},{"name":"conventional-commits-parser@2.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5/manifests"},{"name":"conventional-recommended-bump@2.0.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6/manifests"},{"name":"standard-changelog@1.0.13","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13/manifests"},{"name":"gulp-conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17/manifests"},{"name":"git-semver-tags@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4/manifests"},{"name":"git-raw-commits@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4/manifests"},{"name":"conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17/manifests"},{"name":"conventional-changelog-angular@1.6.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6/manifests"},{"name":"conventional-changelog-atom@0.2.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4/manifests"},{"name":"gulp-conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog-angular@1.6.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5/manifests"},{"name":"conventional-changelog-atom@0.2.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3/manifests"},{"name":"conventional-changelog-cli@1.3.14","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14/manifests"},{"name":"conventional-changelog-codemirror@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4/manifests"},{"name":"conventional-changelog-ember@0.3.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3/manifests"},{"name":"conventional-changelog-express@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3/manifests"},{"name":"conventional-changelog-jshint@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5/manifests"},{"name":"conventional-changelog-writer@3.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3/manifests"},{"name":"conventional-commits-filter@1.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4/manifests"},{"name":"conventional-commits-parser@2.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4/manifests"},{"name":"conventional-recommended-bump@2.0.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5/manifests"},{"name":"git-raw-commits@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3/manifests"},{"name":"git-semver-tags@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3/manifests"},{"name":"standard-changelog@1.0.12","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12/manifests"},{"name":"conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15/manifests"},{"name":"gulp-conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15/manifests"},{"name":"conventional-recommended-bump@2.0.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4/manifests"},{"name":"conventional-changelog-cli@1.3.13","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13/manifests"},{"name":"conventional-changelog-preset-loader@1.1.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4/manifests"},{"name":"git-raw-commits@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2/manifests"},{"name":"standard-changelog@1.0.11","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11/manifests"},{"name":"conventional-recommended-bump@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3/manifests"},{"name":"gulp-conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14/manifests"},{"name":"git-semver-tags@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2/manifests"},{"name":"conventional-changelog-eslint@1.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2/manifests"},{"name":"conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14/manifests"},{"name":"conventional-changelog-angular@1.6.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4/manifests"},{"name":"conventional-changelog-atom@0.2.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2/manifests"},{"name":"conventional-changelog-cli@1.3.12","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12/manifests"},{"name":"conventional-changelog-codemirror@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2/manifests"},{"name":"conventional-changelog-core@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.3.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4/manifests"},{"name":"conventional-changelog-express@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2/manifests"},{"name":"conventional-changelog-jquery@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2/manifests"},{"name":"conventional-changelog-jshint@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3/manifests"},{"name":"conventional-commits-filter@1.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3/manifests"},{"name":"conventional-changelog-writer@3.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13/manifests"},{"name":"standard-changelog@1.0.10","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10/manifests"},{"name":"git-raw-commits@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1/manifests"},{"name":"conventional-commits-parser@2.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2/manifests"},{"name":"conventional-changelog-writer@3.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1/manifests"},{"name":"conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13/manifests"},{"name":"conventional-commits-filter@1.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2/manifests"},{"name":"conventional-recommended-bump@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2/manifests"},{"name":"git-semver-tags@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1/manifests"},{"name":"conventional-changelog-core@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2/manifests"},{"name":"conventional-changelog-codemirror@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1/manifests"},{"name":"conventional-changelog-angular@1.6.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3/manifests"},{"name":"conventional-changelog-cli@1.3.11","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11/manifests"},{"name":"conventional-changelog-atom@0.2.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1/manifests"},{"name":"conventional-changelog-ember@0.3.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1/manifests"},{"name":"conventional-changelog-express@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3/manifests"},{"name":"conventional-changelog-jshint@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1/manifests"},{"name":"conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12/manifests"},{"name":"gulp-conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12/manifests"},{"name":"conventional-changelog-cli@1.3.10","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10/manifests"},{"name":"conventional-recommended-bump@2.0.1","sha":"a4f0aa902d3e966fe6d6b1d46f2130838524cfbf","kind":"tag","published_at":"2018-02-12T14:54:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1/manifests"},{"name":"conventional-recommended-bump@2.0.0","sha":"9885d205ed96338575335652d006f475408e1195","kind":"tag","published_at":"2018-02-12T14:30:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0/manifests"},{"name":"conventional-changelog-preset-loader@1.1.2","sha":"a450d974237d440009ec3fb4c63974cf066e8f79","kind":"tag","published_at":"2018-02-12T04:07:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.1","sha":"5af1f00dcc4e1f9c3299bc7feb322a88b711f042","kind":"tag","published_at":"2018-02-09T04:17:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.0","sha":"c3eb36dbc52f383df6f3dcf3a3870b01ceee0b8b","kind":"tag","published_at":"2018-02-08T14:46:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0/manifests"},{"name":"conventional-changelog-ember@0.3.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1/manifests"},{"name":"conventional-changelog-angular@1.6.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2/manifests"},{"name":"gulp-conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11/manifests"},{"name":"standard-changelog@1.0.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9/manifests"},{"name":"conventional-recommended-bump@1.2.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1/manifests"},{"name":"conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11/manifests"},{"name":"conventional-changelog-cli@1.3.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9/manifests"},{"name":"conventional-changelog-core@2.0.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1/manifests"},{"name":"gulp-conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10/manifests"},{"name":"standard-changelog@1.0.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8/manifests"},{"name":"git-semver-tags@1.3.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.2.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0/manifests"},{"name":"conventional-changelog-writer@3.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0/manifests"},{"name":"conventional-changelog-eslint@1.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.3.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1/manifests"},{"name":"conventional-changelog-core@2.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8/manifests"},{"name":"conventional-changelog-angular@1.6.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1/manifests"},{"name":"conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10/manifests"},{"name":"conventional-changelog-core@1.9.5","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5/manifests"},{"name":"conventional-changelog-ember@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0/manifests"},{"name":"conventional-changelog-eslint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0/manifests"},{"name":"conventional-changelog-cli@1.3.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7/manifests"},{"name":"conventional-changelog-express@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0/manifests"},{"name":"conventional-changelog-jquery@1.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0/manifests"},{"name":"conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-jshint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0/manifests"},{"name":"gulp-conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9/manifests"},{"name":"standard-changelog@1.0.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7/manifests"},{"name":"conventional-changelog-angular@1.6.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0/manifests"},{"name":"conventional-changelog-codemirror@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0/manifests"},{"name":"conventional-changelog-atom@0.2.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0/manifests"},{"name":"conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8/manifests"},{"name":"standard-changelog@1.0.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6/manifests"},{"name":"gulp-conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8/manifests"},{"name":"conventional-recommended-bump@1.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0/manifests"},{"name":"conventional-commits-parser@2.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0/manifests"},{"name":"conventional-commits-filter@1.1.1","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1/manifests"},{"name":"conventional-changelog-writer@2.0.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.2.10","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10/manifests"},{"name":"conventional-changelog-core@1.9.4","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4/manifests"},{"name":"conventional-changelog-cli@1.3.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6/manifests"},{"name":"conventional-changelog-angular@1.5.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3/manifests"},{"name":"conventional-changelog-ember@0.2.9","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9/manifests"},{"name":"standard-changelog@1.0.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5/manifests"},{"name":"gulp-conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7/manifests"},{"name":"git-semver-tags@1.2.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3/manifests"},{"name":"git-raw-commits@1.3.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.0.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3/manifests"},{"name":"conventional-commits-parser@2.0.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1/manifests"},{"name":"conventional-commits-filter@1.1.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0/manifests"},{"name":"conventional-changelog-writer@2.0.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2/manifests"},{"name":"conventional-changelog-jshint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1/manifests"},{"name":"conventional-changelog-jquery@1.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1/manifests"},{"name":"conventional-changelog-express@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1/manifests"},{"name":"conventional-changelog-eslint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1/manifests"},{"name":"conventional-changelog-core@1.9.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3/manifests"},{"name":"conventional-changelog-codemirror@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1/manifests"},{"name":"conventional-changelog-cli@1.3.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5/manifests"},{"name":"conventional-changelog-atom@0.1.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2/manifests"},{"name":"conventional-changelog-angular@1.5.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2/manifests"},{"name":"conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7/manifests"},{"name":"@marionebl/conventional-commits-parser@3.0.0","sha":"edf4068ce4c3ea6ac5b61323473ab655be5eb895","kind":"tag","published_at":"2017-11-01T07:09:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/@marionebl/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/@marionebl/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4/manifests"},{"name":"git-semver-tags@1.2.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2/manifests"},{"name":"conventional-recommended-bump@1.0.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-ember@0.2.8","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8/manifests"},{"name":"conventional-changelog-core@1.9.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2/manifests"},{"name":"standard-changelog@1.0.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4/manifests"},{"name":"conventional-changelog-angular@1.5.1","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1/manifests"},{"name":"conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6/manifests"},{"name":"standard-changelog@1.0.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3/manifests"},{"name":"conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-angular@1.5.0","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0/manifests"},{"name":"conventional-changelog-cli@1.3.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3/manifests"},{"name":"gulp-conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-writer@2.0.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1/manifests"},{"name":"conventional-changelog-core@1.9.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1/manifests"},{"name":"conventional-changelog-ember@0.2.7","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7/manifests"},{"name":"git-semver-tags@1.2.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1/manifests"},{"name":"conventional-changelog-jshint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0/manifests"},{"name":"conventional-changelog-jquery@1.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0/manifests"},{"name":"conventional-changelog-express@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0/manifests"},{"name":"conventional-changelog-eslint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0/manifests"},{"name":"conventional-commits-parser@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0/manifests"},{"name":"conventional-changelog-writer@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1/manifests"},{"name":"conventional-changelog-core@1.9.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0/manifests"},{"name":"conventional-changelog-codemirror@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0/manifests"},{"name":"conventional-changelog-cli@1.3.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2/manifests"},{"name":"conventional-changelog-atom@0.1.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1/manifests"},{"name":"conventional-changelog-angular@1.4.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0/manifests"},{"name":"conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4/manifests"},{"name":"gulp-conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4/manifests"},{"name":"standard-changelog@1.0.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2/manifests"},{"name":"conventional-changelog-ember@0.2.6","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6/manifests"},{"name":"conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3/manifests"},{"name":"conventional-changelog-angular@1.3.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3/manifests"},{"name":"conventional-changelog-cli@1.3.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1/manifests"},{"name":"conventional-changelog-core@1.8.0","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.8.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0/manifests"},{"name":"conventional-changelog-ember@0.2.5","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5/manifests"},{"name":"gulp-conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3/manifests"},{"name":"standard-changelog@1.0.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1/manifests"},{"name":"git-semver-tags@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0/manifests"},{"name":"standard-changelog@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2/manifests"},{"name":"git-raw-commits@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0/manifests"},{"name":"conventional-recommended-bump@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.2.4","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4/manifests"},{"name":"conventional-changelog-core@1.7.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.7.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0/manifests"},{"name":"conventional-changelog-cli@1.3.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0/manifests"},{"name":"conventional-changelog-angular@1.3.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2/manifests"},{"name":"conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2/manifests"},{"name":"gulp-conventional-changelog@1.1.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"tag","published_at":"2017-03-10T05:35:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0/manifests"},{"name":"standard-changelog@0.0.2","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@0.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-ember@0.2.3","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3/manifests"},{"name":"conventional-changelog-core@1.6.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0/manifests"},{"name":"conventional-changelog-angular@1.3.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1/manifests"},{"name":"conventional-changelog-cli@1.2.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1/manifests"},{"name":"conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-cli@1.2.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:01:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0/manifests"},{"name":"conventional-changelog-core@1.5.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:00:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0/manifests"},{"name":"git-raw-commits@1.1.2","sha":"f5fe78b1f15791cb0499744bf278dff22b52732f","kind":"tag","published_at":"2017-03-09T07:37:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2/manifests"},{"name":"git-semver-tags@1.1.2","sha":"7be07c7c0f49572b1c0e9c98f004b599d8b5bb1a","kind":"tag","published_at":"2017-03-09T07:35:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2/manifests"},{"name":"v1.1.0","sha":"600d411569271467389c3cbe71f7f657980e89a1","kind":"tag","published_at":"2016-02-13T06:59:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"9591280a8d09220aced3383abe3bc7ecbb34b503","kind":"tag","published_at":"2016-02-13T06:37:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"beef421f56939190a4ca30c28788eda1b3f9480d","kind":"tag","published_at":"2016-02-05T13:49:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"c8e90ab7fddd0b98855913e73fc12f9dc9dc81b1","kind":"tag","published_at":"2016-02-05T12:59:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0/manifests"},{"name":"v0.5.3","sha":"d79ce243223260b153699b99de0503698546ea63","kind":"tag","published_at":"2015-12-25T05:07:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"9e7b771072a2680c6c335fcad38003aade53213e","kind":"tag","published_at":"2015-12-23T12:24:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"4bf7d8df29f7be29552b82ec2b7112fad0c39a3e","kind":"tag","published_at":"2015-10-20T09:52:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"5ca2204b472704543ebbc744a22f8f90ec659659","kind":"tag","published_at":"2015-09-30T08:49:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"e5f2f3bc675e2c7e5cc6aa0ed50da7941833e492","kind":"tag","published_at":"2015-09-04T03:16:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"7536a0b351cc4f2764e71cbc268a178ab595259d","kind":"tag","published_at":"2015-08-17T01:28:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"56fa3d92620a41a875b3337fa51d04d6df23b1a8","kind":"tag","published_at":"2015-08-15T12:34:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"eefec0ef598a92e78510ee8626fd9bbcdb1398e4","kind":"tag","published_at":"2015-08-15T11:19:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0/manifests"},{"name":"v0.3.2","sha":"74b99dca61eafd56ba93605016b086a1108e77fe","kind":"tag","published_at":"2015-08-13T03:12:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"a1aca9c31a45aded77962bd0defc32e503aec213","kind":"commit","published_at":"2015-08-11T06:23:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"b489672d27ff703337c540f0fbc43f6486a84d99","kind":"commit","published_at":"2015-08-09T03:27:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"12e3cd6b151353dbe7f584adabbe5dd8a28424db","kind":"commit","published_at":"2015-07-24T08:13:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"f437b457b5ea6c105535a360144000f8315db54d","kind":"commit","published_at":"2015-07-24T04:54:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0/manifests"},{"name":"v0.1.3","sha":"c8fa9d0b94f8ac07f162623e4b9e9e68aad82e62","kind":"commit","published_at":"2015-07-22T11:06:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"6ba5d6e4b90a154dbca6ec0f80c66ad5995cd770","kind":"commit","published_at":"2015-07-22T07:10:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c015f8762f70eff2be7b8d7fb82438689239d717","kind":"commit","published_at":"2015-07-20T07:55:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"7253d0fea773e3f7cc0a3fb8278c9da070df26ee","kind":"commit","published_at":"2015-07-20T07:12:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.3","sha":"0c9f1e89bfacec8e08bac8ef96d64e3abdbecda7","kind":"commit","published_at":"2015-07-17T11:02:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"fec1baf43b8c0156682d4014a4fd066bd24ad448","kind":"commit","published_at":"2015-07-17T06:23:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"a5ea0dfada48601b9e3fbec78dd37d70380a2db6","kind":"commit","published_at":"2015-07-15T08:03:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1/manifests"},{"name":"v0.1.0-alpha.3","sha":"9b6cc68a2c17c9671363fe7af5de7ebd3a06aaeb","kind":"commit","published_at":"2015-07-06T01:27:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3/manifests"},{"name":"v0.1.0-alpha.2","sha":"34b0f460c34ecc48af857d8ee5d7038970ba56fb","kind":"commit","published_at":"2015-06-29T12:04:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2/manifests"},{"name":"v0.1.0-alpha.1","sha":"05b3415fc699ab43f3fa33b5ecd040ab5ecdf9e2","kind":"commit","published_at":"2015-06-24T04:42:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1/manifests"},{"name":"v0.0.17","sha":"3cae05244e48af9cf4abbef3114060db585a574c","kind":"commit","published_at":"2015-04-03T02:12:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"c0719ce6ba16778dd34c2cfdc81e7f3c5321409d","kind":"commit","published_at":"2015-03-19T04:15:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"57af04dc3e362c0e327b716279c9143028c6e0da","kind":"commit","published_at":"2015-03-18T20:23:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"69be290efb58a6a92e9ae78d7b37168d293920b5","kind":"commit","published_at":"2015-03-13T21:22:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"15a39d02ba3d666e7820eecbb8c5493ef2f6040a","kind":"commit","published_at":"2015-03-12T23:17:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13/manifests"},{"name":"v0.0.11","sha":"37f5561553c30d8f0f2c949502ea278da64949cd","kind":"tag","published_at":"2014-05-28T13:14:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"ad6f6ec5499d2c902b88da95487862d50e5ad776","kind":"tag","published_at":"2014-05-28T12:51:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"87efbabd9bc2a0fd83255e6cb856961b10aef9eb","kind":"tag","published_at":"2014-05-06T17:11:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"94b12cf69c51264b1edb6c81b50a262f0536894b","kind":"tag","published_at":"2014-04-10T14:45:48.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"1cf17e494fd7d8538c55189c72c0cf57d145ef41","kind":"tag","published_at":"2014-04-10T14:06:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"861f9ec93de28be4185b35815c2b6ab17746eb3f","kind":"commit","published_at":"2014-01-23T19:39:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"3f59f7356c86f30ef8e8754386373c2a8f97b367","kind":"commit","published_at":"2014-01-23T18:59:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6fa2c22464dcd964df604550c2ce2ed1d2f4362b","kind":"commit","published_at":"2014-01-04T21:36:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4/manifests"}]},"repo_metadata_updated_at":"2024-09-05T18:00:05.325Z","dependent_packages_count":1,"downloads":14,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":15.96565472383622,"dependent_repos_count":25.30552159382132,"dependent_packages_count":32.889739249478886,"stargazers_count":1.5171838231383006,"forks_count":1.7663062526647573,"average":15.488881128587897},"purl":"pkg:npm/%40dyrkow/conventional-recommended-bump","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/@dyrkow/conventional-recommended-bump","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/@dyrkow/conventional-recommended-bump","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/@dyrkow/conventional-recommended-bump/dependencies","status":"deprecated","funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-09-04T23:04:01.314Z","issues_count":175,"pull_requests_count":479,"avg_time_to_close_issue":19345133.890243903,"avg_time_to_close_pull_request":6038480.121447029,"issues_closed_count":82,"pull_requests_closed_count":387,"pull_request_authors_count":71,"issue_authors_count":107,"avg_comments_per_issue":2.12,"avg_comments_per_pull_request":1.3068893528183716,"merged_pull_requests_count":302,"bot_issues_count":3,"bot_pull_requests_count":228,"past_year_issues_count":65,"past_year_pull_requests_count":215,"past_year_avg_time_to_close_issue":881436.8095238095,"past_year_avg_time_to_close_pull_request":919702.6333333333,"past_year_issues_closed_count":42,"past_year_pull_requests_closed_count":180,"past_year_pull_request_authors_count":24,"past_year_issue_authors_count":40,"past_year_avg_comments_per_issue":1.5538461538461539,"past_year_avg_comments_per_pull_request":1.0604651162790697,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":94,"past_year_merged_pull_requests_count":142,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues","maintainers":[{"login":"dangreen","count":83,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"},{"login":"bcoe","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bcoe"},{"login":"tommywo","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tommywo"}],"active_maintainers":[{"login":"dangreen","count":72,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@dyrkow%2Fconventional-recommended-bump/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@dyrkow%2Fconventional-recommended-bump/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@dyrkow%2Fconventional-recommended-bump/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@dyrkow%2Fconventional-recommended-bump/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@dyrkow%2Fconventional-recommended-bump/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@dyrkow%2Fconventional-recommended-bump/codemeta","maintainers":[{"uuid":"webworkdeveloper","login":"webworkdeveloper","name":null,"email":"webworkdeveloper@gmail.com","url":null,"packages_count":23,"html_url":"https://www.npmjs.com/~webworkdeveloper","role":null,"created_at":"2023-03-11T19:27:19.322Z","updated_at":"2023-03-11T19:27:19.322Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/webworkdeveloper/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5644415,"maintainers_count":1200486,"namespaces_count":399623,"keywords_count":847874,"github":"npm","metadata":{"funded_packages_count":171745},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-06-10T05:11:46.456Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":1476411,"name":"blacklake-git-semver-tags","ecosystem":"npm","description":"Get all git semver tags of your repository in reverse chronological order","homepage":"https://github.com/conventional-changelog/conventional-changelog#readme","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":["git-semver-tags","order","semver","tag","git-tag","git"],"namespace":null,"versions_count":1,"first_release_published_at":"2020-12-02T06:53:44.164Z","latest_release_published_at":"2020-12-02T06:53:44.164Z","latest_release_number":"1.0.0","last_synced_at":"2026-06-03T20:26:59.294Z","created_at":"2022-04-09T02:35:04.574Z","updated_at":"2026-06-03T20:26:59.295Z","registry_url":"https://www.npmjs.com/package/blacklake-git-semver-tags","install_command":"npm install blacklake-git-semver-tags","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"1.0.0"}},"repo_metadata":{"id":12961414,"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2026-04-30T06:31:31.000Z","size":6457,"stargazers_count":8434,"open_issues_count":249,"forks_count":736,"subscribers_count":48,"default_branch":"master","last_synced_at":"2026-05-01T04:49:01.391Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2026-04-30T20:31:45.000Z","dependencies_parsed_at":"2026-03-05T00:02:02.010Z","dependency_job_id":null,"html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1686,"total_committers":150,"mean_commits":11.24,"dds":0.4792408066429419,"last_synced_commit":"65550d9a30cfab4b00b3e982e42bd68fedafcefc"},"previous_names":["ajoslin/conventional-changelog"],"tags_count":827,"template":false,"template_full_name":null,"purl":"pkg:github/conventional-changelog/conventional-changelog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/sbom","scorecard":{"id":174827,"data":{"date":"2025-08-11","repo":{"name":"github.com/conventional-changelog/conventional-changelog","commit":"1552de5434163eb63d3bf73d97bcb3bf34de8586"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 7 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":1,"reason":"Found 4/22 approved changesets -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/checks.yml:1","Warn: no topLevel permission defined: .github/workflows/commit.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Warn: no topLevel permission defined: .github/workflows/tests.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/checks.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/checks.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/commit.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/commit.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/commit.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:50: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:85: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:87: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:91: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:102: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Info:   0 out of  17 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  14 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: ISC License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 16 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":7,"reason":"3 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-xffm-g5w8-qvg7","Warn: Project is vulnerable to: GHSA-67mh-4wv8-2f99","Warn: Project is vulnerable to: GHSA-52f5-9888-hmc6"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-16T17:26:40.503Z","repository_id":12961414,"created_at":"2025-08-16T17:26:40.503Z","updated_at":"2025-08-16T17:26:40.503Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32573267,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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"},"tags":[]},"repo_metadata_updated_at":"2026-05-17T16:17:27.139Z","dependent_packages_count":2,"downloads":19,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":48.293345595762524,"dependent_repos_count":25.32799796580169,"dependent_packages_count":9.4821380216761,"stargazers_count":1.4454940733629582,"forks_count":1.6595215787702642,"average":17.24169944707471},"purl":"pkg:npm/blacklake-git-semver-tags","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/blacklake-git-semver-tags","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/blacklake-git-semver-tags","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/blacklake-git-semver-tags/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-03-17T19:03:42.828Z","issues_count":166,"pull_requests_count":551,"avg_time_to_close_issue":34607795.898734175,"avg_time_to_close_pull_request":12382117.55485232,"issues_closed_count":79,"pull_requests_closed_count":474,"pull_request_authors_count":92,"issue_authors_count":141,"avg_comments_per_issue":2.102409638554217,"avg_comments_per_pull_request":1.2304900181488203,"merged_pull_requests_count":349,"bot_issues_count":3,"bot_pull_requests_count":277,"past_year_issues_count":18,"past_year_pull_requests_count":77,"past_year_avg_time_to_close_issue":1770236.0,"past_year_avg_time_to_close_pull_request":2032274.6153846155,"past_year_issues_closed_count":6,"past_year_pull_requests_closed_count":52,"past_year_pull_request_authors_count":21,"past_year_issue_authors_count":16,"past_year_avg_comments_per_issue":2.0,"past_year_avg_comments_per_pull_request":0.974025974025974,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":45,"past_year_merged_pull_requests_count":43,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues","maintainers":[{"login":"dangreen","count":95,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"},{"login":"bcoe","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bcoe"},{"login":"tommywo","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tommywo"}],"active_maintainers":[{"login":"dangreen","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/blacklake-git-semver-tags/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/blacklake-git-semver-tags/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/blacklake-git-semver-tags/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/blacklake-git-semver-tags/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/blacklake-git-semver-tags/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/blacklake-git-semver-tags/codemeta","maintainers":[{"uuid":"leomyili","login":"leomyili","name":null,"email":"leomy@outlook.com","url":null,"packages_count":35,"html_url":"https://www.npmjs.com/~leomyili","role":null,"created_at":"2022-11-11T14:49:12.537Z","updated_at":"2022-11-11T14:49:12.537Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/leomyili/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5644415,"maintainers_count":1200486,"namespaces_count":399623,"keywords_count":847874,"github":"npm","metadata":{"funded_packages_count":171745},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-06-10T05:11:46.456Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":1048285,"name":"@marionebl/conventional-changelog","ecosystem":"npm","description":"Generate a changelog from git metadata","homepage":"https://github.com/conventional-changelog/conventional-changelog#readme","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":["conventional-changelog","conventional","changelog","log"],"namespace":"marionebl","versions_count":1,"first_release_published_at":"2016-06-04T08:36:56.989Z","latest_release_published_at":"2016-06-04T08:36:56.989Z","latest_release_number":"1.1.0","last_synced_at":"2026-06-03T20:26:59.816Z","created_at":"2022-04-07T20:09:44.465Z","updated_at":"2026-06-03T20:26:59.817Z","registry_url":"https://www.npmjs.com/package/@marionebl/conventional-changelog","install_command":"npm install @marionebl/conventional-changelog","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"1.1.0"}},"repo_metadata":{"id":12961414,"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2024-06-18T04:54:14.000Z","size":5832,"stargazers_count":7627,"open_issues_count":249,"forks_count":715,"subscribers_count":58,"default_branch":"master","last_synced_at":"2024-06-19T09:40:31.278Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2024-06-19T09:40:44.711Z","dependencies_parsed_at":"2022-07-13T10:30:31.523Z","dependency_job_id":"5f6d159e-c4c6-405b-9fa7-976ffc4dfa04","html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1464,"total_committers":136,"mean_commits":"10.764705882352942","dds":"0.40095628415300544","last_synced_commit":"58f0887283a200d52e49607baf7b352f26177b05"},"previous_names":["ajoslin/conventional-changelog"],"tags_count":777,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":215686924,"owners_count":15916249,"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"},"owner_record":{"login":"conventional-changelog","name":"conventional-changelog","uuid":"16443515","kind":"organization","description":"Tools to generate changelogs and release notes from a project's commit messages and metadata.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16443515?v=4","repositories_count":12,"last_synced_at":"2024-03-25T20:05:25.442Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/conventional-changelog","funding_links":[],"total_stars":31480,"followers":325,"following":0,"created_at":"2022-11-02T16:25:21.572Z","updated_at":"2024-03-25T20:05:26.809Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog/repositories"},"tags":[{"name":"git-client-v1.0.1","sha":"d3b8aaa16337993bbad4d91db1ffac5a7568756b","kind":"commit","published_at":"2024-05-06T14:46:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1/manifests"},{"name":"conventional-changelog-v6.0.0","sha":"83bb15ba5de08f080884fc906c6db3c99c8b2131","kind":"commit","published_at":"2024-04-26T22:08:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0/manifests"},{"name":"conventional-changelog-core-v8.0.0","sha":"7bc92fc05e4447f311ad52b6e39d36f461eaf083","kind":"commit","published_at":"2024-04-26T22:07:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v8.0.0","sha":"3129c812139bf7454a64b4d506e6b85cd5abc77c","kind":"commit","published_at":"2024-04-26T22:06:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0/manifests"},{"name":"git-semver-tags-v8.0.0","sha":"fbd1b3bcd6253a32de89eb21145c2eb70d9396b6","kind":"commit","published_at":"2024-04-26T22:05:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v5.0.0","sha":"e34c96db3dbebedb17a6583aae8855dddd056f83","kind":"commit","published_at":"2024-04-26T22:04:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0/manifests"},{"name":"conventional-changelog-angular-v8.0.0","sha":"2aa6291a93eb881230e896f87a5232873b6a9717","kind":"commit","published_at":"2024-04-26T22:04:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0/manifests"},{"name":"conventional-changelog-jquery-v6.0.0","sha":"1c71cd6d4868ef2e158963e277609a9794806306","kind":"commit","published_at":"2024-04-26T22:03:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v8.0.0","sha":"533e36277d1779a5ac79a06210c603b5f88bc030","kind":"commit","published_at":"2024-04-26T22:00:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0/manifests"},{"name":"conventional-changelog-eslint-v6.0.0","sha":"c7459cd7d1e1ab82c9a5d552b008c02aba290cad","kind":"commit","published_at":"2024-04-26T21:59:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0/manifests"},{"name":"git-raw-commits-v5.0.0","sha":"f61ea377e843db0852c35911785895ec43481f11","kind":"commit","published_at":"2024-04-26T21:58:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0/manifests"},{"name":"conventional-changelog-codemirror-v5.0.0","sha":"77525286ffc8869a6ac351ebe28198842815cb7c","kind":"commit","published_at":"2024-04-26T21:57:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0/manifests"},{"name":"conventional-changelog-cli-v5.0.0","sha":"a75cef688b9a1557ca981178d4d35c18963160b6","kind":"commit","published_at":"2024-04-26T21:53:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0/manifests"},{"name":"conventional-changelog-express-v5.0.0","sha":"a6ab80d6e30091a8b743ee97a87e7400af1ebc53","kind":"commit","published_at":"2024-04-26T21:53:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v10.0.0","sha":"d7c409b02f1d58cf6f0293edcadbe5f00a78a622","kind":"commit","published_at":"2024-04-26T21:52:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v10.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v10.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0/manifests"},{"name":"conventional-changelog-atom-v5.0.0","sha":"3b2b9d0ec2382f73d9cf000a1004596f90ece916","kind":"commit","published_at":"2024-04-26T21:51:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0/manifests"},{"name":"conventional-changelog-jshint-v5.0.0","sha":"d7dae509e72b09d1496ae51f1f04c15581c828fc","kind":"commit","published_at":"2024-04-26T21:50:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0/manifests"},{"name":"conventional-changelog-ember-v5.0.0","sha":"2e99dfa49112ffe6c864dd0e436f0db1e696b1f9","kind":"commit","published_at":"2024-04-26T21:50:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0/manifests"},{"name":"conventional-commits-parser-v6.0.0","sha":"646e1be132ccd0f32e3074de2f511be5c610984f","kind":"commit","published_at":"2024-04-26T21:48:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0/manifests"},{"name":"conventional-commits-filter-v5.0.0","sha":"be4266b7ef7b84ba5c198dfa8c143229f8a5b128","kind":"commit","published_at":"2024-04-26T21:47:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0/manifests"},{"name":"standard-changelog-v6.0.0","sha":"3e9b9387f29e48a508b70b88f26b40a6db9fea16","kind":"commit","published_at":"2024-04-26T21:45:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v5.0.0","sha":"041a1a9b73b201add30494aed19d026b948bd8f1","kind":"commit","published_at":"2024-04-26T21:41:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0/manifests"},{"name":"git-client-v1.0.0","sha":"7e51fe970576503cae3ab94e6e9b3e01017b044d","kind":"commit","published_at":"2024-04-26T21:21:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0/manifests"},{"name":"git-semver-tags-v7.0.1","sha":"fac8045242099c016f5f3905e54e02b7d466bd7b","kind":"commit","published_at":"2023-09-10T23:53:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1/manifests"},{"name":"conventional-changelog-writer-v7.0.1","sha":"e3a643ad39ec3bc4cfb1dff2aa1101333df33dc3","kind":"commit","published_at":"2023-09-10T23:49:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1/manifests"},{"name":"conventional-changelog-cli-v4.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0/manifests"},{"name":"conventional-changelog-v5.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0/manifests"},{"name":"conventional-changelog-core-v7.0.0","sha":"2e467dd39a35c3813597711a37690897183b4abc","kind":"commit","published_at":"2023-09-08T22:03:37.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0/manifests"},{"name":"git-semver-tags-v7.0.0","sha":"a13f788bd505d8253a2d92413fc4a7780e11ec07","kind":"commit","published_at":"2023-09-08T21:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0/manifests"},{"name":"standard-changelog-v5.0.0","sha":"34569c7a3fd2b0362a461517a1f4e20e7eecd9fc","kind":"commit","published_at":"2023-09-08T21:55:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v9.0.0","sha":"ad633d9d81f66ef80d7f77832a264cb0c5b971ef","kind":"commit","published_at":"2023-09-08T21:50:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.2","sha":"50113f9b569259d991f1a734a192964ca71f0118","kind":"commit","published_at":"2023-09-08T21:41:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2/manifests"},{"name":"conventional-changelog-preset-loader-v4.1.0","sha":"a14d2186575f6061f236c9a47d803694b18f8373","kind":"commit","published_at":"2023-09-08T21:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.1","sha":"ca4324b0a690b2595f8b574882ff95329a2dc195","kind":"commit","published_at":"2023-08-27T19:11:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1/manifests"},{"name":"conventional-commits-filter-v4.0.0","sha":"26fc9ea274dc0c62442ec9d97b20a2ebb49138bf","kind":"commit","published_at":"2023-08-27T12:55:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0/manifests"},{"name":"standard-changelog-v4.0.0","sha":"5b788265774bf4b63d3c83a178ca53e8e7095903","kind":"commit","published_at":"2023-08-27T12:50:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-eslint-v5.0.0","sha":"679594c0716275771cc23b314e4362899fe72f87","kind":"commit","published_at":"2023-08-27T12:46:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0/manifests"},{"name":"git-semver-tags-v6.0.0","sha":"1c75c72d9b5d59e3ea4e914c58a85f7559f29602","kind":"commit","published_at":"2023-08-27T12:40:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0/manifests"},{"name":"conventional-recommended-bump-v8.0.0","sha":"624377a24e8e3658bcf2329a9a98f9a7b02a4cb3","kind":"commit","published_at":"2023-08-27T12:33:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0/manifests"},{"name":"conventional-changelog-writer-v7.0.0","sha":"d669bb67dc713cb1e4374e3216ed7d83cde743c5","kind":"commit","published_at":"2023-08-27T12:27:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0/manifests"},{"name":"conventional-changelog-codemirror-v4.0.0","sha":"933fd0b3dd355d648faf57241b796a714004c722","kind":"commit","published_at":"2023-08-27T12:23:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0/manifests"},{"name":"conventional-changelog-express-v4.0.0","sha":"c9e9ceb3a3727659bd117bab01cbc7642d588f06","kind":"commit","published_at":"2023-08-27T12:16:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0/manifests"},{"name":"conventional-changelog-ember-v4.0.0","sha":"5d7c16268f79b7f180e34e997fdb37373d714666","kind":"commit","published_at":"2023-08-27T12:11:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0/manifests"},{"name":"conventional-changelog-jquery-v5.0.0","sha":"d643efb1050dcdaecee626044315644ff9b9e43b","kind":"commit","published_at":"2023-08-27T12:07:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v4.0.0","sha":"636646dd9ae062e9652a7f9ccaf6c329e6e9f924","kind":"commit","published_at":"2023-08-27T12:03:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0/manifests"},{"name":"conventional-changelog-v5.0.0","sha":"7985de3edc9e655369651ad464cb39b791887dc7","kind":"commit","published_at":"2023-08-27T11:58:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.0","sha":"5f0fe40743d8f559ab94ed11bbb4b8bda6fa6dcb","kind":"commit","published_at":"2023-08-27T11:51:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0/manifests"},{"name":"conventional-changelog-angular-v7.0.0","sha":"6c7a2e1a8807988bcb1a9842f72d14be3b1a89e3","kind":"commit","published_at":"2023-08-27T11:46:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0/manifests"},{"name":"conventional-changelog-jshint-v4.0.0","sha":"0204a9a340d2c85411e8de8905bc74c6146e5618","kind":"commit","published_at":"2023-08-27T11:41:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0/manifests"},{"name":"conventional-changelog-atom-v4.0.0","sha":"ab9b2c10e098ec8837d141102549f3eef698364c","kind":"commit","published_at":"2023-08-27T11:36:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0/manifests"},{"name":"conventional-changelog-cli-v4.0.0","sha":"29df6c4597afad27b9cda06f58eb564bcca609c4","kind":"commit","published_at":"2023-08-27T11:21:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0/manifests"},{"name":"conventional-changelog-core-v6.0.0","sha":"45613bbc2d13c798732e4b2bd4b2fa9ea67157d6","kind":"commit","published_at":"2023-08-27T11:17:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v4.0.0","sha":"5a896e3ef3aa9e751fcc74d7c76fa21d6d526cb0","kind":"commit","published_at":"2023-08-27T11:08:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0/manifests"},{"name":"git-raw-commits-v4.0.0","sha":"878fc56b43bc617177bf47fd8643a3b8b86078e5","kind":"commit","published_at":"2023-08-27T11:01:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0/manifests"},{"name":"conventional-commits-parser-v5.0.0","sha":"299de5acbe55a7d19dcdd2adc34681eae7264abf","kind":"commit","published_at":"2023-08-26T17:50:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0/manifests"},{"name":"git-semver-tags-v5.0.1","sha":"87914a362866a380e98a29edf19b2173e0911d8a","kind":"commit","published_at":"2023-07-09T19:10:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1/manifests"},{"name":"conventional-changelog-writer-v6.0.1","sha":"c123edea220b450cfa26813b6f198c3e8ebbd2b4","kind":"commit","published_at":"2023-07-09T14:49:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.2","sha":"83773c5e1a8874ea9809ca9db1dff60b7df1daae","kind":"commit","published_at":"2023-06-28T17:43:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.1.0","sha":"2e5fe6d9574ba896fa90b5bfcb50fb73d28af6d6","kind":"commit","published_at":"2023-06-17T21:30:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v7.0.1","sha":"f251b6899e313a9b23f3c8deb8b8b57217040892","kind":"commit","published_at":"2023-06-06T23:24:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.1","sha":"5b458dff9edf766446449acd1bbb8027a1e39fa5","kind":"commit","published_at":"2023-06-06T23:17:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1/manifests"},{"name":"gulp-conventional-changelog-v3.0.0","sha":"8ef6232797e5bf7c80422221374c53c03d5df36d","kind":"commit","published_at":"2023-06-06T22:50:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0/manifests"},{"name":"standard-changelog-v3.0.0","sha":"ea65f017b42b914ece780fd2fc799a6946912ed8","kind":"commit","published_at":"2023-06-06T22:42:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0/manifests"},{"name":"conventional-changelog-cli-v3.0.0","sha":"f00f4549cee9406054b77057a8135183fcd89710","kind":"commit","published_at":"2023-06-06T22:29:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0/manifests"},{"name":"conventional-changelog-v4.0.0","sha":"1a240f91ed584ed43e7f9c82235ca60eff0f4fa5","kind":"commit","published_at":"2023-06-06T19:50:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-core-v5.0.0","sha":"8507f601486c8ff6806156c50091262dee13ec54","kind":"commit","published_at":"2023-06-06T19:23:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v7.0.0","sha":"e1662ca7a6c688d28a334282a5e863f52866f3e8","kind":"commit","published_at":"2023-06-06T18:39:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v3.0.0","sha":"5d80d155425147a0b045af09536e5962cbfff620","kind":"commit","published_at":"2023-06-06T15:08:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.0.0","sha":"a30fc7ae219cf871b46cbe9d2c76a9730b70e272","kind":"commit","published_at":"2023-06-06T14:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v6.0.0","sha":"aa5d46c7b13b7b31f78af4b3c31c087c39eea41d","kind":"commit","published_at":"2023-06-06T14:46:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0/manifests"},{"name":"conventional-commits-filter-v3.0.0","sha":"502a73fe41aebb7b563c5ca69521e0b1bab904df","kind":"commit","published_at":"2023-06-06T14:32:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0/manifests"},{"name":"conventional-commits-parser-v4.0.0","sha":"9f7fe891e75c64937c28baa39a6c795a01603ab7","kind":"commit","published_at":"2023-06-06T14:24:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0/manifests"},{"name":"git-raw-commits-v3.0.0","sha":"571f2d549f10744a12ab3bc5dc5e0b749cb72667","kind":"commit","published_at":"2023-06-06T14:16:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0/manifests"},{"name":"git-semver-tags-v5.0.0","sha":"445c796d04105d10dd62d07039bc6a7fc9f263a5","kind":"commit","published_at":"2023-06-06T13:51:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0/manifests"},{"name":"conventional-changelog-atom-v3.0.0","sha":"208787aa2f5db8de1c2d43c56d71e6dfb9510781","kind":"commit","published_at":"2023-06-06T13:43:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0/manifests"},{"name":"conventional-changelog-angular-v6.0.0","sha":"c4ebf98acc15f37154aae5de53a225e896c4a157","kind":"commit","published_at":"2023-06-06T13:36:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0/manifests"},{"name":"conventional-changelog-codemirror-v3.0.0","sha":"0772453bee083917a05b9696d063ee3dc69957f9","kind":"commit","published_at":"2023-06-06T13:25:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0/manifests"},{"name":"conventional-changelog-ember-v3.0.0","sha":"e473d0c8af7c0cf8a54f775556796f50f3e695c2","kind":"commit","published_at":"2023-06-06T13:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0/manifests"},{"name":"conventional-changelog-eslint-v4.0.0","sha":"b3b896bc5b9e3ed65dcfc08c57967a252f37cfd1","kind":"commit","published_at":"2023-06-06T12:56:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0/manifests"},{"name":"conventional-changelog-express-v3.0.0","sha":"5594385d1dd2490b0fb508a60b6f30e8be6616ce","kind":"commit","published_at":"2023-06-06T12:37:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0/manifests"},{"name":"conventional-changelog-jquery-v4.0.0","sha":"51a3015a907b2cea900114359c36ce0e9664b72d","kind":"commit","published_at":"2023-06-06T12:17:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0/manifests"},{"name":"conventional-changelog-jshint-v3.0.0","sha":"281e5f883476e90b75cae4373a67436c86e94f6a","kind":"commit","published_at":"2023-06-06T12:02:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v5.0.0","sha":"ba6df7cf62de5f448368bed4398f6ddf633d2cbd","kind":"commit","published_at":"2022-05-27T18:02:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0/manifests"},{"name":"conventional-changelog-writer-v5.0.1","sha":"21b73f974adc4490a318d9c892055655cb82c538","kind":"commit","published_at":"2021-12-29T21:36:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.3","sha":"02757d342290bcf51a49d49e5e72f5eae6c6f6da","kind":"commit","published_at":"2021-12-29T19:52:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3/manifests"},{"name":"conventional-commits-parser-v3.2.4","sha":"1d0f62d4ac4911ef0d912d5401f783b152cee624","kind":"commit","published_at":"2021-12-29T19:46:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4/manifests"},{"name":"git-raw-commits-v2.0.11","sha":"95384dbd105ffe4f86bbc6ccad3e5405a1cbfe04","kind":"commit","published_at":"2021-12-29T19:39:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.2","sha":"1827696185192a8dd258ea7c3370090238b0fb76","kind":"commit","published_at":"2021-12-25T18:06:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2/manifests"},{"name":"conventional-changelog-cli-v2.2.2","sha":"8ce6a7bbd3fae87aa9d56fca68c2e16fbb2cace5","kind":"commit","published_at":"2021-12-25T17:22:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2/manifests"},{"name":"conventional-changelog-v3.1.25","sha":"8e9c3d76aaffd7fe67a78270b3ad9b881e953e7e","kind":"commit","published_at":"2021-12-24T18:50:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25/manifests"},{"name":"conventional-commits-parser-v3.2.3","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3/manifests"},{"name":"conventional-changelog-cli-v2.2.1","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.1","sha":"c35708d56a55e31b750aec1f745e5be52f0a75f2","kind":"commit","published_at":"2021-09-09T19:06:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1/manifests"},{"name":"conventional-commits-parser-v3.2.2","sha":"1bae48ff85eff0736ea6691b7214f3fc9c026256","kind":"commit","published_at":"2021-09-09T14:45:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2/manifests"},{"name":"conventional-changelog-core-v4.2.4","sha":"02fbc2d42d0faf53d4b7a2b0525626088a6ac8ba","kind":"commit","published_at":"2021-09-09T14:37:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4/manifests"},{"name":"conventional-changelog-angular-v5.0.13","sha":"e30343b4676d26b416080294dc74ebba001c0716","kind":"commit","published_at":"2021-09-09T14:31:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v5.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13/manifests"},{"name":"conventional-changelog-core-v4.2.3","sha":"318b555b6ef3aebdb5a8d4c7c734fd7234712dd3","kind":"commit","published_at":"2021-07-03T00:24:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.0","sha":"537c37d7801872c3e57e4200c64154a4d2ea042a","kind":"commit","published_at":"2021-04-30T00:15:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0/manifests"},{"name":"conventional-commits-parser-v3.2.1","sha":"758dda2937b6784f0cc6a535286862fcf95b6f06","kind":"commit","published_at":"2021-02-15T21:32:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1/manifests"},{"name":"git-raw-commits-v2.0.10","sha":"ffecaccb6e117afae9f68f1d48ff9a69554da950","kind":"commit","published_at":"2021-01-27T16:36:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10/manifests"},{"name":"conventional-changelog-writer-v5.0.0","sha":"61ef6491add84b841e1797baf09f62bbdd90dcd4","kind":"commit","published_at":"2020-12-30T22:40:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v6.1.0","sha":"3b0fb22b0bb49137b9ecddaeb349f66025205c57","kind":"commit","published_at":"2020-12-30T16:58:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0/manifests"},{"name":"conventional-changelog-core-v4.2.2","sha":"317eeb3137caff69bcc9a67fce3dc67663a010db","kind":"commit","published_at":"2020-12-30T00:53:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2/manifests"},{"name":"conventional-recommended-bump-v6.0.12","sha":"90ecc5d93bfd7626857eda5d240f92393d896be0","kind":"commit","published_at":"2020-12-30T00:43:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12/manifests"},{"name":"git-raw-commits-v2.0.9","sha":"227f3e23af86912c0cd64fdb1a820ac92e5757c5","kind":"commit","published_at":"2020-12-29T23:59:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9/manifests"},{"name":"conventional-changelog-writer-v4.1.0","sha":"77725cfb12ca3ca22abb9421b4af012a49207e7a","kind":"commit","published_at":"2020-12-29T23:41:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0/manifests"},{"name":"conventional-changelog-atom@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8/manifests"},{"name":"conventional-changelog-angular@5.0.12","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12/manifests"},{"name":"conventional-changelog@3.1.24","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24/manifests"},{"name":"git-raw-commits@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8/manifests"},{"name":"standard-changelog@2.0.27","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27/manifests"},{"name":"gulp-conventional-changelog@2.0.35","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35/manifests"},{"name":"git-semver-tags@4.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1/manifests"},{"name":"conventional-recommended-bump@6.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11/manifests"},{"name":"conventional-commits-parser@3.2.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0/manifests"},{"name":"conventional-commits-filter@2.0.7","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7/manifests"},{"name":"conventional-changelog-writer@4.0.18","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18/manifests"},{"name":"conventional-changelog-jshint@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9/manifests"},{"name":"conventional-changelog-jquery@3.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11/manifests"},{"name":"conventional-changelog-express@2.0.6","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9/manifests"},{"name":"conventional-changelog-ember@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9/manifests"},{"name":"conventional-changelog-core@4.2.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.5.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1/manifests"},{"name":"conventional-changelog-v3.1.24","sha":"f8fcbc2e8b0834c29178ace6382b438a020ad828","kind":"commit","published_at":"2020-10-25T02:45:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24/manifests"},{"name":"conventional-recommended-bump@6.0.10","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10/manifests"},{"name":"standard-changelog@2.0.26","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26/manifests"},{"name":"gulp-conventional-changelog@2.0.34","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34/manifests"},{"name":"git-semver-tags@4.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0/manifests"},{"name":"conventional-changelog-core@4.2.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.4.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0/manifests"},{"name":"conventional-changelog-cli@2.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0/manifests"},{"name":"conventional-changelog@3.1.23","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23/manifests"},{"name":"standard-changelog@2.0.25","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25/manifests"},{"name":"conventional-changelog-writer@4.0.17","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17/manifests"},{"name":"conventional-changelog-jshint@2.0.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8/manifests"},{"name":"conventional-changelog-core@4.1.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8/manifests"},{"name":"conventional-changelog@3.1.22","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22/manifests"},{"name":"conventional-changelog-angular@5.0.11","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.35","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35/manifests"},{"name":"gulp-conventional-changelog@2.0.33","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.1","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1/manifests"},{"name":"conventional-changelog-core@4.1.7","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7/manifests"},{"name":"conventional-changelog@3.1.21","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21/manifests"},{"name":"conventional-changelog-writer@4.0.16","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.34","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34/manifests"},{"name":"standard-changelog@2.0.24","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24/manifests"},{"name":"gulp-conventional-changelog@2.0.32","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32/manifests"},{"name":"git-semver-tags@4.0.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.3.4","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4/manifests"},{"name":"standard-changelog@2.0.23","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23/manifests"},{"name":"gulp-conventional-changelog@2.0.31","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31/manifests"},{"name":"conventional-changelog-eslint@3.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.15","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10/manifests"},{"name":"conventional-changelog@3.1.20","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20/manifests"},{"name":"conventional-changelog-atom@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7/manifests"},{"name":"conventional-changelog-cli@2.0.33","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33/manifests"},{"name":"conventional-changelog-codemirror@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0/manifests"},{"name":"conventional-changelog-core@4.1.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6/manifests"},{"name":"conventional-changelog-ember@2.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8/manifests"},{"name":"conventional-commits-filter@2.0.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6/manifests"},{"name":"conventional-commits-parser@3.1.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.9","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9/manifests"},{"name":"git-raw-commits@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7/manifests"},{"name":"conventional-changelog-express@2.0.5","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10/manifests"},{"name":"conventional-changelog-jshint@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7/manifests"},{"name":"conventional-changelog-preset-loader-v2.3.2","sha":"9f6c56cb960a5043823cfb85b9843991201cbb51","kind":"commit","published_at":"2020-05-08T19:21:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v2.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2/manifests"},{"name":"conventional-changelog-core@4.1.5","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5/manifests"},{"name":"gulp-conventional-changelog@2.0.30","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30/manifests"},{"name":"standard-changelog@2.0.22","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22/manifests"},{"name":"conventional-changelog@3.1.19","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19/manifests"},{"name":"conventional-changelog-cli@2.0.32","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32/manifests"},{"name":"conventional-changelog-cli@2.0.31","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31/manifests"},{"name":"standard-changelog@2.0.21","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21/manifests"},{"name":"gulp-conventional-changelog@2.0.29","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29/manifests"},{"name":"conventional-changelog-core@4.1.4","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4/manifests"},{"name":"conventional-changelog@3.1.18","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18/manifests"},{"name":"conventional-changelog@3.1.17","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17/manifests"},{"name":"standard-changelog@2.0.20","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20/manifests"},{"name":"gulp-conventional-changelog@2.0.28","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28/manifests"},{"name":"conventional-changelog-core@4.1.3","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.30","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30/manifests"},{"name":"conventional-changelog-cli@2.0.29","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29/manifests"},{"name":"standard-changelog@2.0.19","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19/manifests"},{"name":"gulp-conventional-changelog@2.0.27","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27/manifests"},{"name":"conventional-changelog-core@4.1.2","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2/manifests"},{"name":"conventional-changelog@3.1.16","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16/manifests"},{"name":"conventional-changelog-cli@2.0.28","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28/manifests"},{"name":"standard-changelog@2.0.18","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18/manifests"},{"name":"gulp-conventional-changelog@2.0.26","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26/manifests"},{"name":"git-semver-tags@3.0.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1/manifests"},{"name":"git-raw-commits@2.0.3","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3/manifests"},{"name":"conventional-recommended-bump@6.0.5","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5/manifests"},{"name":"conventional-commits-parser@3.0.8","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.11","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11/manifests"},{"name":"conventional-changelog-core@4.1.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1/manifests"},{"name":"conventional-changelog@3.1.15","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15/manifests"},{"name":"gulp-conventional-changelog@2.0.25","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25/manifests"},{"name":"conventional-changelog@3.1.14","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14/manifests"},{"name":"conventional-changelog-angular@5.0.6","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6/manifests"},{"name":"conventional-changelog-cli@2.0.27","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.3","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3/manifests"},{"name":"conventional-changelog-core@4.1.0","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0/manifests"},{"name":"conventional-commits-parser@3.0.7","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7/manifests"},{"name":"conventional-recommended-bump@6.0.4","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4/manifests"},{"name":"standard-changelog@2.0.17","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17/manifests"},{"name":"conventional-changelog-cli@2.0.26","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.2","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2/manifests"},{"name":"conventional-changelog-core@4.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3/manifests"},{"name":"conventional-commits-parser@3.0.6","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6/manifests"},{"name":"conventional-recommended-bump@6.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.24","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24/manifests"},{"name":"standard-changelog@2.0.16","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16/manifests"},{"name":"conventional-changelog-writer@4.0.10","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10/manifests"},{"name":"conventional-changelog-preset-loader@2.3.0","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0/manifests"},{"name":"conventional-changelog@3.1.13","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13/manifests"},{"name":"conventional-changelog-jshint@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.9","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9/manifests"},{"name":"conventional-commits-parser@3.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5/manifests"},{"name":"conventional-changelog@3.1.12","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12/manifests"},{"name":"conventional-recommended-bump@6.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.23","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23/manifests"},{"name":"standard-changelog@2.0.15","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5/manifests"},{"name":"conventional-changelog-atom@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.25","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25/manifests"},{"name":"conventional-changelog-codemirror@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.1","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1/manifests"},{"name":"conventional-changelog-core@4.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2/manifests"},{"name":"conventional-changelog-ember@2.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4/manifests"},{"name":"conventional-changelog-eslint@3.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.6","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6/manifests"},{"name":"standard-changelog@2.0.14","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14/manifests"},{"name":"gulp-conventional-changelog@2.0.22","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22/manifests"},{"name":"conventional-recommended-bump@6.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1/manifests"},{"name":"conventional-commits-parser@3.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4/manifests"},{"name":"conventional-changelog-writer@4.0.8","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8/manifests"},{"name":"conventional-changelog-jshint@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.5","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5/manifests"},{"name":"conventional-changelog-eslint@3.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3/manifests"},{"name":"conventional-changelog-ember@2.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3/manifests"},{"name":"conventional-changelog-core@4.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.0","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.24","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24/manifests"},{"name":"conventional-changelog-atom@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4/manifests"},{"name":"conventional-changelog@3.1.11","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11/manifests"},{"name":"conventional-changelog-preset-loader@2.2.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0/manifests"},{"name":"standard-changelog@2.0.13","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13/manifests"},{"name":"gulp-conventional-changelog@2.0.21","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21/manifests"},{"name":"git-semver-tags@3.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0/manifests"},{"name":"conventional-recommended-bump@6.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.7","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7/manifests"},{"name":"conventional-changelog@3.1.10","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10/manifests"},{"name":"conventional-changelog-cli@2.0.23","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23/manifests"},{"name":"conventional-changelog-conventionalcommits@4.1.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0/manifests"},{"name":"conventional-changelog-core@4.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.1","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.0.0","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0/manifests"},{"name":"conventional-changelog-core@3.2.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3/manifests"},{"name":"conventional-changelog-writer@4.0.6","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6/manifests"},{"name":"conventional-commits-parser@3.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3/manifests"},{"name":"conventional-changelog@3.1.9","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9/manifests"},{"name":"standard-changelog@2.0.12","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.20","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20/manifests"},{"name":"git-semver-tags@2.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.22","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22/manifests"},{"name":"standard-changelog@2.0.11","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11/manifests"},{"name":"conventional-changelog@3.1.8","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8/manifests"},{"name":"conventional-changelog-cli@2.0.21","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.2","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.19","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19/manifests"},{"name":"conventional-changelog@3.1.7","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7/manifests"},{"name":"conventional-changelog-cli@2.0.20","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.1","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.18","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18/manifests"},{"name":"conventional-changelog-cli@2.0.19","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.17","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17/manifests"},{"name":"conventional-changelog@3.1.6","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6/manifests"},{"name":"conventional-changelog@3.1.5","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5/manifests"},{"name":"conventional-changelog-conventionalcommits@2.0.0","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.16","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.18","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.2","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.17","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17/manifests"},{"name":"conventional-changelog@3.1.4","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.15","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15/manifests"},{"name":"conventional-changelog-writer@4.0.5","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5/manifests"},{"name":"standard-changelog@2.0.10","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10/manifests"},{"name":"gulp-conventional-changelog@2.0.14","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14/manifests"},{"name":"conventional-changelog@3.1.3","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3/manifests"},{"name":"conventional-changelog-core@3.2.2","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2/manifests"},{"name":"conventional-changelog-cli@2.0.16","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.15","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15/manifests"},{"name":"standard-changelog@2.0.9","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.1.2","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2/manifests"},{"name":"conventional-changelog-core@3.2.1","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1/manifests"},{"name":"gulp-conventional-changelog@2.0.13","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13/manifests"},{"name":"conventional-changelog@3.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1/manifests"},{"name":"gulp-conventional-changelog@2.0.12","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12/manifests"},{"name":"conventional-recommended-bump@4.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1/manifests"},{"name":"conventional-changelog-preset-loader@2.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.14","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14/manifests"},{"name":"conventional-changelog-preset-loader@2.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0/manifests"},{"name":"conventional-changelog-writer@4.0.4","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4/manifests"},{"name":"conventional-commits-filter@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2/manifests"},{"name":"conventional-commits-parser@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2/manifests"},{"name":"conventional-recommended-bump@4.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0/manifests"},{"name":"gulp-conventional-changelog@2.0.11","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11/manifests"},{"name":"standard-changelog@2.0.8","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8/manifests"},{"name":"git-raw-commits@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2/manifests"},{"name":"conventional-changelog@3.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0/manifests"},{"name":"conventional-changelog-cli@2.0.13","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0/manifests"},{"name":"conventional-changelog-core@3.2.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0/manifests"},{"name":"conventional-changelog-eslint@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2/manifests"},{"name":"standard-changelog@2.0.7","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6/manifests"},{"name":"conventional-changelog-angular@5.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.12","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.10","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10/manifests"},{"name":"conventional-changelog-writer@4.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3/manifests"},{"name":"conventional-changelog-core@3.1.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6/manifests"},{"name":"conventional-recommended-bump@4.0.4","sha":"da729f68f9dc581623deb587c705ef65d189a9f4","kind":"tag","published_at":"2018-11-01T06:56:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4/manifests"},{"name":"standard-changelog@2.0.6","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6/manifests"},{"name":"conventional-changelog-core@3.1.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5/manifests"},{"name":"conventional-changelog-writer@4.0.2","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.9","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.0.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.11","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.10","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10/manifests"},{"name":"conventional-changelog-core@3.1.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.8","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8/manifests"},{"name":"conventional-changelog@3.0.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4/manifests"},{"name":"git-semver-tags@2.0.2","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.3","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3/manifests"},{"name":"standard-changelog@2.0.5","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5/manifests"},{"name":"standard-changelog@2.0.4","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.7","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3/manifests"},{"name":"conventional-changelog-core@3.1.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.9","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9/manifests"},{"name":"standard-changelog@2.0.3","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.8","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8/manifests"},{"name":"conventional-changelog-core@3.1.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2/manifests"},{"name":"gulp-conventional-changelog@2.0.6","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6/manifests"},{"name":"conventional-changelog@3.0.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.5","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.7","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7/manifests"},{"name":"conventional-changelog@3.0.1","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1/manifests"},{"name":"standard-changelog@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4/manifests"},{"name":"git-semver-tags@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1/manifests"},{"name":"git-raw-commits@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2/manifests"},{"name":"conventional-commits-parser@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1/manifests"},{"name":"conventional-commits-filter@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1/manifests"},{"name":"conventional-changelog-writer@4.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1/manifests"},{"name":"conventional-changelog-preset-loader@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4/manifests"},{"name":"conventional-changelog-express@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1/manifests"},{"name":"conventional-changelog-eslint@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2/manifests"},{"name":"conventional-changelog-core@3.1.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1/manifests"},{"name":"conventional-changelog-codemirror@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.6","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6/manifests"},{"name":"conventional-changelog-atom@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1/manifests"},{"name":"conventional-changelog-angular@5.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2/manifests"},{"name":"conventional-changelog@3.0.0","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.5","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.3","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.2","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.4","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3/manifests"},{"name":"standard-changelog@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3/manifests"},{"name":"conventional-changelog-core@3.1.0","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0/manifests"},{"name":"conventional-changelog-ember@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1/manifests"},{"name":"conventional-changelog-jquery@3.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1/manifests"},{"name":"conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0/manifests"},{"name":"conventional-recommended-bump@4.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0/manifests"},{"name":"conventional-changelog-jquery@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0/manifests"},{"name":"conventional-changelog-express@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0/manifests"},{"name":"conventional-changelog-eslint@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0/manifests"},{"name":"conventional-changelog-ember@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1/manifests"},{"name":"conventional-changelog-atom@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1/manifests"},{"name":"conventional-changelog-angular@4.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1/manifests"},{"name":"conventional-changelog-jquery@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0/manifests"},{"name":"conventional-changelog-jshint@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0/manifests"},{"name":"standard-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0/manifests"},{"name":"conventional-recommended-bump@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0/manifests"},{"name":"conventional-commits-parser@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0/manifests"},{"name":"conventional-commits-filter@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0/manifests"},{"name":"conventional-changelog-ember@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0/manifests"},{"name":"conventional-changelog-express@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0/manifests"},{"name":"git-semver-tags@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0/manifests"},{"name":"git-raw-commits@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0/manifests"},{"name":"conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-angular@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0/manifests"},{"name":"conventional-changelog-atom@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0/manifests"},{"name":"conventional-changelog-core@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0/manifests"},{"name":"conventional-changelog-eslint@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-core@2.0.11","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11/manifests"},{"name":"conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-cli@1.3.22","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22/manifests"},{"name":"conventional-changelog-ember@0.3.12","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12/manifests"},{"name":"conventional-recommended-bump@2.0.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9/manifests"},{"name":"conventional-changelog-angular@3.0.7","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7/manifests"},{"name":"gulp-conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24/manifests"},{"name":"standard-changelog@1.0.19","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19/manifests"},{"name":"conventional-changelog-jquery@1.3.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9/manifests"},{"name":"conventional-changelog-angular@3.0.6","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6/manifests"},{"name":"standard-changelog@1.0.18","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18/manifests"},{"name":"gulp-conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-writer@3.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9/manifests"},{"name":"conventional-changelog-jshint@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8/manifests"},{"name":"conventional-changelog-jquery@1.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8/manifests"},{"name":"conventional-changelog-eslint@1.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9/manifests"},{"name":"conventional-changelog-ember@0.3.11","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11/manifests"},{"name":"conventional-changelog-core@2.0.10","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10/manifests"},{"name":"conventional-changelog-codemirror@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8/manifests"},{"name":"conventional-changelog-cli@1.3.21","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21/manifests"},{"name":"conventional-changelog-atom@0.2.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8/manifests"},{"name":"conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23/manifests"},{"name":"gulp-conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-core@2.0.9","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9/manifests"},{"name":"conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-cli@1.3.20","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20/manifests"},{"name":"conventional-changelog-writer@3.0.8","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8/manifests"},{"name":"standard-changelog@1.0.17","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17/manifests"},{"name":"conventional-changelog-angular@3.0.5","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.10","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10/manifests"},{"name":"conventional-changelog-cli@1.3.19","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19/manifests"},{"name":"conventional-changelog-angular@3.0.4","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4/manifests"},{"name":"conventional-changelog-atom@0.2.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7/manifests"},{"name":"conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-core@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.9","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9/manifests"},{"name":"conventional-changelog-eslint@1.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8/manifests"},{"name":"conventional-changelog-express@0.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6/manifests"},{"name":"conventional-changelog-jquery@1.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7/manifests"},{"name":"conventional-changelog-preset-loader@1.1.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8/manifests"},{"name":"conventional-changelog-writer@3.0.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7/manifests"},{"name":"conventional-commits-parser@2.1.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7/manifests"},{"name":"conventional-recommended-bump@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8/manifests"},{"name":"git-raw-commits@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6/manifests"},{"name":"git-semver-tags@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21/manifests"},{"name":"standard-changelog@1.0.16","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16/manifests"},{"name":"conventional-changelog-codemirror@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6/manifests"},{"name":"conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-core@2.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7/manifests"},{"name":"conventional-changelog-codemirror@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6/manifests"},{"name":"conventional-changelog-cli@1.3.18","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18/manifests"},{"name":"conventional-changelog-ember@0.3.8","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8/manifests"},{"name":"conventional-changelog-writer@3.0.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6/manifests"},{"name":"conventional-changelog-atom@0.2.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6/manifests"},{"name":"conventional-changelog-eslint@1.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7/manifests"},{"name":"standard-changelog@1.0.15","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15/manifests"},{"name":"conventional-changelog-angular@3.0.3","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3/manifests"},{"name":"conventional-changelog-jquery@1.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-angular@3.0.2","sha":"1cc079df803f58b52c8aa997fff43e9c162266e7","kind":"tag","published_at":"2018-03-22T14:14:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2/manifests"},{"name":"conventional-changelog-ember@0.3.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7/manifests"},{"name":"standard-changelog@1.0.14","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14/manifests"},{"name":"gulp-conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19/manifests"},{"name":"git-semver-tags@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5/manifests"},{"name":"git-raw-commits@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7/manifests"},{"name":"conventional-commits-parser@2.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6/manifests"},{"name":"conventional-commits-filter@1.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5/manifests"},{"name":"conventional-changelog-preset-loader@1.1.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7/manifests"},{"name":"conventional-changelog-jshint@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5/manifests"},{"name":"conventional-changelog-jquery@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5/manifests"},{"name":"conventional-changelog-express@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6/manifests"},{"name":"conventional-changelog-core@2.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5/manifests"},{"name":"conventional-changelog-cli@1.3.17","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17/manifests"},{"name":"conventional-changelog-atom@0.2.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5/manifests"},{"name":"conventional-changelog-angular@3.0.1","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1/manifests"},{"name":"conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19/manifests"},{"name":"conventional-changelog-angular@3.0.0","sha":"49997aaba373502e5b38bd366846934641e95799","kind":"tag","published_at":"2018-03-22T13:45:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.16","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16/manifests"},{"name":"conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18/manifests"},{"name":"gulp-conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-eslint@1.0.5","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5/manifests"},{"name":"conventional-changelog-cli@1.3.15","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15/manifests"},{"name":"conventional-changelog-codemirror@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4/manifests"},{"name":"conventional-changelog-express@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4/manifests"},{"name":"conventional-changelog-jquery@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4/manifests"},{"name":"conventional-changelog-jshint@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4/manifests"},{"name":"conventional-commits-filter@1.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5/manifests"},{"name":"conventional-commits-parser@2.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5/manifests"},{"name":"conventional-recommended-bump@2.0.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6/manifests"},{"name":"standard-changelog@1.0.13","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13/manifests"},{"name":"gulp-conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17/manifests"},{"name":"git-semver-tags@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4/manifests"},{"name":"git-raw-commits@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4/manifests"},{"name":"conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17/manifests"},{"name":"conventional-changelog-angular@1.6.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6/manifests"},{"name":"conventional-changelog-atom@0.2.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4/manifests"},{"name":"gulp-conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog-angular@1.6.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5/manifests"},{"name":"conventional-changelog-atom@0.2.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3/manifests"},{"name":"conventional-changelog-cli@1.3.14","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14/manifests"},{"name":"conventional-changelog-codemirror@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4/manifests"},{"name":"conventional-changelog-ember@0.3.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3/manifests"},{"name":"conventional-changelog-express@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3/manifests"},{"name":"conventional-changelog-jshint@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5/manifests"},{"name":"conventional-changelog-writer@3.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3/manifests"},{"name":"conventional-commits-filter@1.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4/manifests"},{"name":"conventional-commits-parser@2.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4/manifests"},{"name":"conventional-recommended-bump@2.0.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5/manifests"},{"name":"git-raw-commits@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3/manifests"},{"name":"git-semver-tags@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3/manifests"},{"name":"standard-changelog@1.0.12","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12/manifests"},{"name":"conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15/manifests"},{"name":"gulp-conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15/manifests"},{"name":"conventional-recommended-bump@2.0.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4/manifests"},{"name":"conventional-changelog-cli@1.3.13","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13/manifests"},{"name":"conventional-changelog-preset-loader@1.1.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4/manifests"},{"name":"git-raw-commits@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2/manifests"},{"name":"standard-changelog@1.0.11","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11/manifests"},{"name":"conventional-recommended-bump@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3/manifests"},{"name":"gulp-conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14/manifests"},{"name":"git-semver-tags@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2/manifests"},{"name":"conventional-changelog-eslint@1.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2/manifests"},{"name":"conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14/manifests"},{"name":"conventional-changelog-angular@1.6.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4/manifests"},{"name":"conventional-changelog-atom@0.2.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2/manifests"},{"name":"conventional-changelog-cli@1.3.12","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12/manifests"},{"name":"conventional-changelog-codemirror@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2/manifests"},{"name":"conventional-changelog-core@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.3.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4/manifests"},{"name":"conventional-changelog-express@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2/manifests"},{"name":"conventional-changelog-jquery@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2/manifests"},{"name":"conventional-changelog-jshint@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3/manifests"},{"name":"conventional-commits-filter@1.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3/manifests"},{"name":"conventional-changelog-writer@3.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13/manifests"},{"name":"standard-changelog@1.0.10","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10/manifests"},{"name":"git-raw-commits@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1/manifests"},{"name":"conventional-commits-parser@2.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2/manifests"},{"name":"conventional-changelog-writer@3.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1/manifests"},{"name":"conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13/manifests"},{"name":"conventional-commits-filter@1.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2/manifests"},{"name":"conventional-recommended-bump@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2/manifests"},{"name":"git-semver-tags@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1/manifests"},{"name":"conventional-changelog-core@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2/manifests"},{"name":"conventional-changelog-codemirror@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1/manifests"},{"name":"conventional-changelog-angular@1.6.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3/manifests"},{"name":"conventional-changelog-cli@1.3.11","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11/manifests"},{"name":"conventional-changelog-atom@0.2.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1/manifests"},{"name":"conventional-changelog-ember@0.3.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1/manifests"},{"name":"conventional-changelog-express@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3/manifests"},{"name":"conventional-changelog-jshint@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1/manifests"},{"name":"conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12/manifests"},{"name":"gulp-conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12/manifests"},{"name":"conventional-changelog-cli@1.3.10","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10/manifests"},{"name":"conventional-recommended-bump@2.0.1","sha":"a4f0aa902d3e966fe6d6b1d46f2130838524cfbf","kind":"tag","published_at":"2018-02-12T14:54:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1/manifests"},{"name":"conventional-recommended-bump@2.0.0","sha":"9885d205ed96338575335652d006f475408e1195","kind":"tag","published_at":"2018-02-12T14:30:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0/manifests"},{"name":"conventional-changelog-preset-loader@1.1.2","sha":"a450d974237d440009ec3fb4c63974cf066e8f79","kind":"tag","published_at":"2018-02-12T04:07:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.1","sha":"5af1f00dcc4e1f9c3299bc7feb322a88b711f042","kind":"tag","published_at":"2018-02-09T04:17:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.0","sha":"c3eb36dbc52f383df6f3dcf3a3870b01ceee0b8b","kind":"tag","published_at":"2018-02-08T14:46:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0/manifests"},{"name":"conventional-changelog-ember@0.3.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1/manifests"},{"name":"conventional-changelog-angular@1.6.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2/manifests"},{"name":"gulp-conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11/manifests"},{"name":"standard-changelog@1.0.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9/manifests"},{"name":"conventional-recommended-bump@1.2.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1/manifests"},{"name":"conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11/manifests"},{"name":"conventional-changelog-cli@1.3.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9/manifests"},{"name":"conventional-changelog-core@2.0.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1/manifests"},{"name":"gulp-conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10/manifests"},{"name":"standard-changelog@1.0.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8/manifests"},{"name":"git-semver-tags@1.3.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.2.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0/manifests"},{"name":"conventional-changelog-writer@3.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0/manifests"},{"name":"conventional-changelog-eslint@1.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.3.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1/manifests"},{"name":"conventional-changelog-core@2.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8/manifests"},{"name":"conventional-changelog-angular@1.6.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1/manifests"},{"name":"conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10/manifests"},{"name":"conventional-changelog-core@1.9.5","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5/manifests"},{"name":"conventional-changelog-ember@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0/manifests"},{"name":"conventional-changelog-eslint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0/manifests"},{"name":"conventional-changelog-cli@1.3.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7/manifests"},{"name":"conventional-changelog-express@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0/manifests"},{"name":"conventional-changelog-jquery@1.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0/manifests"},{"name":"conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-jshint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0/manifests"},{"name":"gulp-conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9/manifests"},{"name":"standard-changelog@1.0.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7/manifests"},{"name":"conventional-changelog-angular@1.6.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0/manifests"},{"name":"conventional-changelog-codemirror@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0/manifests"},{"name":"conventional-changelog-atom@0.2.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0/manifests"},{"name":"conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8/manifests"},{"name":"standard-changelog@1.0.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6/manifests"},{"name":"gulp-conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8/manifests"},{"name":"conventional-recommended-bump@1.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0/manifests"},{"name":"conventional-commits-parser@2.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0/manifests"},{"name":"conventional-commits-filter@1.1.1","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1/manifests"},{"name":"conventional-changelog-writer@2.0.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.2.10","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10/manifests"},{"name":"conventional-changelog-core@1.9.4","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4/manifests"},{"name":"conventional-changelog-cli@1.3.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6/manifests"},{"name":"conventional-changelog-angular@1.5.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3/manifests"},{"name":"conventional-changelog-ember@0.2.9","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9/manifests"},{"name":"standard-changelog@1.0.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5/manifests"},{"name":"gulp-conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7/manifests"},{"name":"git-semver-tags@1.2.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3/manifests"},{"name":"git-raw-commits@1.3.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.0.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3/manifests"},{"name":"conventional-commits-parser@2.0.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1/manifests"},{"name":"conventional-commits-filter@1.1.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0/manifests"},{"name":"conventional-changelog-writer@2.0.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2/manifests"},{"name":"conventional-changelog-jshint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1/manifests"},{"name":"conventional-changelog-jquery@1.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1/manifests"},{"name":"conventional-changelog-express@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1/manifests"},{"name":"conventional-changelog-eslint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1/manifests"},{"name":"conventional-changelog-core@1.9.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3/manifests"},{"name":"conventional-changelog-codemirror@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1/manifests"},{"name":"conventional-changelog-cli@1.3.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5/manifests"},{"name":"conventional-changelog-atom@0.1.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2/manifests"},{"name":"conventional-changelog-angular@1.5.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2/manifests"},{"name":"conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7/manifests"},{"name":"@marionebl/conventional-commits-parser@3.0.0","sha":"edf4068ce4c3ea6ac5b61323473ab655be5eb895","kind":"tag","published_at":"2017-11-01T07:09:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/@marionebl/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/@marionebl/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4/manifests"},{"name":"git-semver-tags@1.2.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2/manifests"},{"name":"conventional-recommended-bump@1.0.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-ember@0.2.8","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8/manifests"},{"name":"conventional-changelog-core@1.9.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2/manifests"},{"name":"standard-changelog@1.0.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4/manifests"},{"name":"conventional-changelog-angular@1.5.1","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1/manifests"},{"name":"conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6/manifests"},{"name":"standard-changelog@1.0.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3/manifests"},{"name":"conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-angular@1.5.0","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0/manifests"},{"name":"conventional-changelog-cli@1.3.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3/manifests"},{"name":"gulp-conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-writer@2.0.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1/manifests"},{"name":"conventional-changelog-core@1.9.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1/manifests"},{"name":"conventional-changelog-ember@0.2.7","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7/manifests"},{"name":"git-semver-tags@1.2.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1/manifests"},{"name":"conventional-changelog-jshint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0/manifests"},{"name":"conventional-changelog-jquery@1.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0/manifests"},{"name":"conventional-changelog-express@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0/manifests"},{"name":"conventional-changelog-eslint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0/manifests"},{"name":"conventional-commits-parser@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0/manifests"},{"name":"conventional-changelog-writer@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1/manifests"},{"name":"conventional-changelog-core@1.9.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0/manifests"},{"name":"conventional-changelog-codemirror@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0/manifests"},{"name":"conventional-changelog-cli@1.3.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2/manifests"},{"name":"conventional-changelog-atom@0.1.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1/manifests"},{"name":"conventional-changelog-angular@1.4.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0/manifests"},{"name":"conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4/manifests"},{"name":"gulp-conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4/manifests"},{"name":"standard-changelog@1.0.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2/manifests"},{"name":"conventional-changelog-ember@0.2.6","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6/manifests"},{"name":"conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3/manifests"},{"name":"conventional-changelog-angular@1.3.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3/manifests"},{"name":"conventional-changelog-cli@1.3.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1/manifests"},{"name":"conventional-changelog-core@1.8.0","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.8.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0/manifests"},{"name":"conventional-changelog-ember@0.2.5","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5/manifests"},{"name":"gulp-conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3/manifests"},{"name":"standard-changelog@1.0.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1/manifests"},{"name":"git-semver-tags@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0/manifests"},{"name":"standard-changelog@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2/manifests"},{"name":"git-raw-commits@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0/manifests"},{"name":"conventional-recommended-bump@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.2.4","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4/manifests"},{"name":"conventional-changelog-core@1.7.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.7.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0/manifests"},{"name":"conventional-changelog-cli@1.3.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0/manifests"},{"name":"conventional-changelog-angular@1.3.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2/manifests"},{"name":"conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2/manifests"},{"name":"gulp-conventional-changelog@1.1.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"tag","published_at":"2017-03-10T05:35:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0/manifests"},{"name":"standard-changelog@0.0.2","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@0.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-ember@0.2.3","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3/manifests"},{"name":"conventional-changelog-core@1.6.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0/manifests"},{"name":"conventional-changelog-angular@1.3.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1/manifests"},{"name":"conventional-changelog-cli@1.2.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1/manifests"},{"name":"conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-cli@1.2.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:01:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0/manifests"},{"name":"conventional-changelog-core@1.5.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:00:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0/manifests"},{"name":"git-raw-commits@1.1.2","sha":"f5fe78b1f15791cb0499744bf278dff22b52732f","kind":"tag","published_at":"2017-03-09T07:37:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2/manifests"},{"name":"git-semver-tags@1.1.2","sha":"7be07c7c0f49572b1c0e9c98f004b599d8b5bb1a","kind":"tag","published_at":"2017-03-09T07:35:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2/manifests"},{"name":"v1.1.0","sha":"600d411569271467389c3cbe71f7f657980e89a1","kind":"tag","published_at":"2016-02-13T06:59:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"9591280a8d09220aced3383abe3bc7ecbb34b503","kind":"tag","published_at":"2016-02-13T06:37:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"beef421f56939190a4ca30c28788eda1b3f9480d","kind":"tag","published_at":"2016-02-05T13:49:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"c8e90ab7fddd0b98855913e73fc12f9dc9dc81b1","kind":"tag","published_at":"2016-02-05T12:59:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0/manifests"},{"name":"v0.5.3","sha":"d79ce243223260b153699b99de0503698546ea63","kind":"tag","published_at":"2015-12-25T05:07:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"9e7b771072a2680c6c335fcad38003aade53213e","kind":"tag","published_at":"2015-12-23T12:24:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"4bf7d8df29f7be29552b82ec2b7112fad0c39a3e","kind":"tag","published_at":"2015-10-20T09:52:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"5ca2204b472704543ebbc744a22f8f90ec659659","kind":"tag","published_at":"2015-09-30T08:49:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"e5f2f3bc675e2c7e5cc6aa0ed50da7941833e492","kind":"tag","published_at":"2015-09-04T03:16:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"7536a0b351cc4f2764e71cbc268a178ab595259d","kind":"tag","published_at":"2015-08-17T01:28:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"56fa3d92620a41a875b3337fa51d04d6df23b1a8","kind":"tag","published_at":"2015-08-15T12:34:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"eefec0ef598a92e78510ee8626fd9bbcdb1398e4","kind":"tag","published_at":"2015-08-15T11:19:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0/manifests"},{"name":"v0.3.2","sha":"74b99dca61eafd56ba93605016b086a1108e77fe","kind":"tag","published_at":"2015-08-13T03:12:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"a1aca9c31a45aded77962bd0defc32e503aec213","kind":"commit","published_at":"2015-08-11T06:23:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"b489672d27ff703337c540f0fbc43f6486a84d99","kind":"commit","published_at":"2015-08-09T03:27:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"12e3cd6b151353dbe7f584adabbe5dd8a28424db","kind":"commit","published_at":"2015-07-24T08:13:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"f437b457b5ea6c105535a360144000f8315db54d","kind":"commit","published_at":"2015-07-24T04:54:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0/manifests"},{"name":"v0.1.3","sha":"c8fa9d0b94f8ac07f162623e4b9e9e68aad82e62","kind":"commit","published_at":"2015-07-22T11:06:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"6ba5d6e4b90a154dbca6ec0f80c66ad5995cd770","kind":"commit","published_at":"2015-07-22T07:10:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c015f8762f70eff2be7b8d7fb82438689239d717","kind":"commit","published_at":"2015-07-20T07:55:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"7253d0fea773e3f7cc0a3fb8278c9da070df26ee","kind":"commit","published_at":"2015-07-20T07:12:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.3","sha":"0c9f1e89bfacec8e08bac8ef96d64e3abdbecda7","kind":"commit","published_at":"2015-07-17T11:02:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"fec1baf43b8c0156682d4014a4fd066bd24ad448","kind":"commit","published_at":"2015-07-17T06:23:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"a5ea0dfada48601b9e3fbec78dd37d70380a2db6","kind":"commit","published_at":"2015-07-15T08:03:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1/manifests"},{"name":"v0.1.0-alpha.3","sha":"9b6cc68a2c17c9671363fe7af5de7ebd3a06aaeb","kind":"commit","published_at":"2015-07-06T01:27:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3/manifests"},{"name":"v0.1.0-alpha.2","sha":"34b0f460c34ecc48af857d8ee5d7038970ba56fb","kind":"commit","published_at":"2015-06-29T12:04:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2/manifests"},{"name":"v0.1.0-alpha.1","sha":"05b3415fc699ab43f3fa33b5ecd040ab5ecdf9e2","kind":"commit","published_at":"2015-06-24T04:42:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1/manifests"},{"name":"v0.0.17","sha":"3cae05244e48af9cf4abbef3114060db585a574c","kind":"commit","published_at":"2015-04-03T02:12:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"c0719ce6ba16778dd34c2cfdc81e7f3c5321409d","kind":"commit","published_at":"2015-03-19T04:15:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"57af04dc3e362c0e327b716279c9143028c6e0da","kind":"commit","published_at":"2015-03-18T20:23:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"69be290efb58a6a92e9ae78d7b37168d293920b5","kind":"commit","published_at":"2015-03-13T21:22:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"15a39d02ba3d666e7820eecbb8c5493ef2f6040a","kind":"commit","published_at":"2015-03-12T23:17:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13/manifests"},{"name":"v0.0.11","sha":"37f5561553c30d8f0f2c949502ea278da64949cd","kind":"tag","published_at":"2014-05-28T13:14:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"ad6f6ec5499d2c902b88da95487862d50e5ad776","kind":"tag","published_at":"2014-05-28T12:51:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"87efbabd9bc2a0fd83255e6cb856961b10aef9eb","kind":"tag","published_at":"2014-05-06T17:11:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"94b12cf69c51264b1edb6c81b50a262f0536894b","kind":"tag","published_at":"2014-04-10T14:45:48.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"1cf17e494fd7d8538c55189c72c0cf57d145ef41","kind":"tag","published_at":"2014-04-10T14:06:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"861f9ec93de28be4185b35815c2b6ab17746eb3f","kind":"commit","published_at":"2014-01-23T19:39:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"3f59f7356c86f30ef8e8754386373c2a8f97b367","kind":"commit","published_at":"2014-01-23T18:59:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6fa2c22464dcd964df604550c2ce2ed1d2f4362b","kind":"commit","published_at":"2014-01-04T21:36:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4/manifests"}]},"repo_metadata_updated_at":"2024-09-05T17:59:51.694Z","dependent_packages_count":2,"downloads":18,"downloads_period":"last-month","dependent_repos_count":1,"rankings":{"downloads":43.77465149826787,"dependent_repos_count":10.767935900085632,"dependent_packages_count":8.786228889746779,"stargazers_count":1.200604311931194,"forks_count":1.4458963804442808,"docker_downloads_count":null,"average":13.19506339609515},"purl":"pkg:npm/%40marionebl/conventional-changelog","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/@marionebl/conventional-changelog","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/@marionebl/conventional-changelog","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/@marionebl/conventional-changelog/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-09-04T23:04:01.314Z","issues_count":175,"pull_requests_count":479,"avg_time_to_close_issue":19345133.890243903,"avg_time_to_close_pull_request":6038480.121447029,"issues_closed_count":82,"pull_requests_closed_count":387,"pull_request_authors_count":71,"issue_authors_count":107,"avg_comments_per_issue":2.12,"avg_comments_per_pull_request":1.3068893528183716,"merged_pull_requests_count":302,"bot_issues_count":3,"bot_pull_requests_count":228,"past_year_issues_count":65,"past_year_pull_requests_count":215,"past_year_avg_time_to_close_issue":881436.8095238095,"past_year_avg_time_to_close_pull_request":919702.6333333333,"past_year_issues_closed_count":42,"past_year_pull_requests_closed_count":180,"past_year_pull_request_authors_count":24,"past_year_issue_authors_count":40,"past_year_avg_comments_per_issue":1.5538461538461539,"past_year_avg_comments_per_pull_request":1.0604651162790697,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":94,"past_year_merged_pull_requests_count":142,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues","maintainers":[{"login":"dangreen","count":83,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"},{"login":"bcoe","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bcoe"},{"login":"tommywo","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tommywo"}],"active_maintainers":[{"login":"dangreen","count":72,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@marionebl%2Fconventional-changelog/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@marionebl%2Fconventional-changelog/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@marionebl%2Fconventional-changelog/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@marionebl%2Fconventional-changelog/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@marionebl%2Fconventional-changelog/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@marionebl%2Fconventional-changelog/codemeta","maintainers":[{"uuid":"marionebl","login":"marionebl","name":null,"email":"hello@mario-nebl.de","url":null,"packages_count":327,"html_url":"https://www.npmjs.com/~marionebl","role":null,"created_at":"2022-11-20T19:20:53.122Z","updated_at":"2022-11-20T19:20:53.122Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/marionebl/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5644415,"maintainers_count":1200486,"namespaces_count":399623,"keywords_count":847874,"github":"npm","metadata":{"funded_packages_count":171745},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-06-10T05:11:46.456Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":1476415,"name":"blacklake-conventional-changelog-cli","ecosystem":"npm","description":"Generate a changelog from git metadata","homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#readme","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"namespace":null,"versions_count":1,"first_release_published_at":"2020-12-02T07:12:12.009Z","latest_release_published_at":"2020-12-02T07:12:12.009Z","latest_release_number":"1.0.0","last_synced_at":"2026-06-03T20:27:00.229Z","created_at":"2022-04-09T02:35:05.012Z","updated_at":"2026-06-03T20:27:00.229Z","registry_url":"https://www.npmjs.com/package/blacklake-conventional-changelog-cli","install_command":"npm install blacklake-conventional-changelog-cli","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"1.0.0"}},"repo_metadata":{"id":12961414,"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2024-06-18T04:54:14.000Z","size":5832,"stargazers_count":7627,"open_issues_count":249,"forks_count":715,"subscribers_count":58,"default_branch":"master","last_synced_at":"2024-06-19T09:40:31.278Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2024-06-19T09:40:44.711Z","dependencies_parsed_at":"2022-07-13T10:30:31.523Z","dependency_job_id":"5f6d159e-c4c6-405b-9fa7-976ffc4dfa04","html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1464,"total_committers":136,"mean_commits":"10.764705882352942","dds":"0.40095628415300544","last_synced_commit":"58f0887283a200d52e49607baf7b352f26177b05"},"previous_names":["ajoslin/conventional-changelog"],"tags_count":777,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":215686924,"owners_count":15916249,"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"},"owner_record":{"login":"conventional-changelog","name":"conventional-changelog","uuid":"16443515","kind":"organization","description":"Tools to generate changelogs and release notes from a project's commit messages and metadata.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16443515?v=4","repositories_count":12,"last_synced_at":"2024-03-25T20:05:25.442Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/conventional-changelog","funding_links":[],"total_stars":31480,"followers":325,"following":0,"created_at":"2022-11-02T16:25:21.572Z","updated_at":"2024-03-25T20:05:26.809Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog/repositories"},"tags":[{"name":"git-client-v1.0.1","sha":"d3b8aaa16337993bbad4d91db1ffac5a7568756b","kind":"commit","published_at":"2024-05-06T14:46:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1/manifests"},{"name":"conventional-changelog-v6.0.0","sha":"83bb15ba5de08f080884fc906c6db3c99c8b2131","kind":"commit","published_at":"2024-04-26T22:08:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0/manifests"},{"name":"conventional-changelog-core-v8.0.0","sha":"7bc92fc05e4447f311ad52b6e39d36f461eaf083","kind":"commit","published_at":"2024-04-26T22:07:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v8.0.0","sha":"3129c812139bf7454a64b4d506e6b85cd5abc77c","kind":"commit","published_at":"2024-04-26T22:06:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0/manifests"},{"name":"git-semver-tags-v8.0.0","sha":"fbd1b3bcd6253a32de89eb21145c2eb70d9396b6","kind":"commit","published_at":"2024-04-26T22:05:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v5.0.0","sha":"e34c96db3dbebedb17a6583aae8855dddd056f83","kind":"commit","published_at":"2024-04-26T22:04:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0/manifests"},{"name":"conventional-changelog-angular-v8.0.0","sha":"2aa6291a93eb881230e896f87a5232873b6a9717","kind":"commit","published_at":"2024-04-26T22:04:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0/manifests"},{"name":"conventional-changelog-jquery-v6.0.0","sha":"1c71cd6d4868ef2e158963e277609a9794806306","kind":"commit","published_at":"2024-04-26T22:03:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v8.0.0","sha":"533e36277d1779a5ac79a06210c603b5f88bc030","kind":"commit","published_at":"2024-04-26T22:00:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0/manifests"},{"name":"conventional-changelog-eslint-v6.0.0","sha":"c7459cd7d1e1ab82c9a5d552b008c02aba290cad","kind":"commit","published_at":"2024-04-26T21:59:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0/manifests"},{"name":"git-raw-commits-v5.0.0","sha":"f61ea377e843db0852c35911785895ec43481f11","kind":"commit","published_at":"2024-04-26T21:58:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0/manifests"},{"name":"conventional-changelog-codemirror-v5.0.0","sha":"77525286ffc8869a6ac351ebe28198842815cb7c","kind":"commit","published_at":"2024-04-26T21:57:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0/manifests"},{"name":"conventional-changelog-cli-v5.0.0","sha":"a75cef688b9a1557ca981178d4d35c18963160b6","kind":"commit","published_at":"2024-04-26T21:53:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0/manifests"},{"name":"conventional-changelog-express-v5.0.0","sha":"a6ab80d6e30091a8b743ee97a87e7400af1ebc53","kind":"commit","published_at":"2024-04-26T21:53:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v10.0.0","sha":"d7c409b02f1d58cf6f0293edcadbe5f00a78a622","kind":"commit","published_at":"2024-04-26T21:52:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v10.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v10.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0/manifests"},{"name":"conventional-changelog-atom-v5.0.0","sha":"3b2b9d0ec2382f73d9cf000a1004596f90ece916","kind":"commit","published_at":"2024-04-26T21:51:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0/manifests"},{"name":"conventional-changelog-jshint-v5.0.0","sha":"d7dae509e72b09d1496ae51f1f04c15581c828fc","kind":"commit","published_at":"2024-04-26T21:50:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0/manifests"},{"name":"conventional-changelog-ember-v5.0.0","sha":"2e99dfa49112ffe6c864dd0e436f0db1e696b1f9","kind":"commit","published_at":"2024-04-26T21:50:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0/manifests"},{"name":"conventional-commits-parser-v6.0.0","sha":"646e1be132ccd0f32e3074de2f511be5c610984f","kind":"commit","published_at":"2024-04-26T21:48:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0/manifests"},{"name":"conventional-commits-filter-v5.0.0","sha":"be4266b7ef7b84ba5c198dfa8c143229f8a5b128","kind":"commit","published_at":"2024-04-26T21:47:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0/manifests"},{"name":"standard-changelog-v6.0.0","sha":"3e9b9387f29e48a508b70b88f26b40a6db9fea16","kind":"commit","published_at":"2024-04-26T21:45:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v5.0.0","sha":"041a1a9b73b201add30494aed19d026b948bd8f1","kind":"commit","published_at":"2024-04-26T21:41:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0/manifests"},{"name":"git-client-v1.0.0","sha":"7e51fe970576503cae3ab94e6e9b3e01017b044d","kind":"commit","published_at":"2024-04-26T21:21:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0/manifests"},{"name":"git-semver-tags-v7.0.1","sha":"fac8045242099c016f5f3905e54e02b7d466bd7b","kind":"commit","published_at":"2023-09-10T23:53:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1/manifests"},{"name":"conventional-changelog-writer-v7.0.1","sha":"e3a643ad39ec3bc4cfb1dff2aa1101333df33dc3","kind":"commit","published_at":"2023-09-10T23:49:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1/manifests"},{"name":"conventional-changelog-cli-v4.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0/manifests"},{"name":"conventional-changelog-v5.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0/manifests"},{"name":"conventional-changelog-core-v7.0.0","sha":"2e467dd39a35c3813597711a37690897183b4abc","kind":"commit","published_at":"2023-09-08T22:03:37.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0/manifests"},{"name":"git-semver-tags-v7.0.0","sha":"a13f788bd505d8253a2d92413fc4a7780e11ec07","kind":"commit","published_at":"2023-09-08T21:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0/manifests"},{"name":"standard-changelog-v5.0.0","sha":"34569c7a3fd2b0362a461517a1f4e20e7eecd9fc","kind":"commit","published_at":"2023-09-08T21:55:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v9.0.0","sha":"ad633d9d81f66ef80d7f77832a264cb0c5b971ef","kind":"commit","published_at":"2023-09-08T21:50:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.2","sha":"50113f9b569259d991f1a734a192964ca71f0118","kind":"commit","published_at":"2023-09-08T21:41:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2/manifests"},{"name":"conventional-changelog-preset-loader-v4.1.0","sha":"a14d2186575f6061f236c9a47d803694b18f8373","kind":"commit","published_at":"2023-09-08T21:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.1","sha":"ca4324b0a690b2595f8b574882ff95329a2dc195","kind":"commit","published_at":"2023-08-27T19:11:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1/manifests"},{"name":"conventional-commits-filter-v4.0.0","sha":"26fc9ea274dc0c62442ec9d97b20a2ebb49138bf","kind":"commit","published_at":"2023-08-27T12:55:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0/manifests"},{"name":"standard-changelog-v4.0.0","sha":"5b788265774bf4b63d3c83a178ca53e8e7095903","kind":"commit","published_at":"2023-08-27T12:50:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-eslint-v5.0.0","sha":"679594c0716275771cc23b314e4362899fe72f87","kind":"commit","published_at":"2023-08-27T12:46:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0/manifests"},{"name":"git-semver-tags-v6.0.0","sha":"1c75c72d9b5d59e3ea4e914c58a85f7559f29602","kind":"commit","published_at":"2023-08-27T12:40:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0/manifests"},{"name":"conventional-recommended-bump-v8.0.0","sha":"624377a24e8e3658bcf2329a9a98f9a7b02a4cb3","kind":"commit","published_at":"2023-08-27T12:33:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0/manifests"},{"name":"conventional-changelog-writer-v7.0.0","sha":"d669bb67dc713cb1e4374e3216ed7d83cde743c5","kind":"commit","published_at":"2023-08-27T12:27:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0/manifests"},{"name":"conventional-changelog-codemirror-v4.0.0","sha":"933fd0b3dd355d648faf57241b796a714004c722","kind":"commit","published_at":"2023-08-27T12:23:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0/manifests"},{"name":"conventional-changelog-express-v4.0.0","sha":"c9e9ceb3a3727659bd117bab01cbc7642d588f06","kind":"commit","published_at":"2023-08-27T12:16:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0/manifests"},{"name":"conventional-changelog-ember-v4.0.0","sha":"5d7c16268f79b7f180e34e997fdb37373d714666","kind":"commit","published_at":"2023-08-27T12:11:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0/manifests"},{"name":"conventional-changelog-jquery-v5.0.0","sha":"d643efb1050dcdaecee626044315644ff9b9e43b","kind":"commit","published_at":"2023-08-27T12:07:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v4.0.0","sha":"636646dd9ae062e9652a7f9ccaf6c329e6e9f924","kind":"commit","published_at":"2023-08-27T12:03:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0/manifests"},{"name":"conventional-changelog-v5.0.0","sha":"7985de3edc9e655369651ad464cb39b791887dc7","kind":"commit","published_at":"2023-08-27T11:58:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.0","sha":"5f0fe40743d8f559ab94ed11bbb4b8bda6fa6dcb","kind":"commit","published_at":"2023-08-27T11:51:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0/manifests"},{"name":"conventional-changelog-angular-v7.0.0","sha":"6c7a2e1a8807988bcb1a9842f72d14be3b1a89e3","kind":"commit","published_at":"2023-08-27T11:46:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0/manifests"},{"name":"conventional-changelog-jshint-v4.0.0","sha":"0204a9a340d2c85411e8de8905bc74c6146e5618","kind":"commit","published_at":"2023-08-27T11:41:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0/manifests"},{"name":"conventional-changelog-atom-v4.0.0","sha":"ab9b2c10e098ec8837d141102549f3eef698364c","kind":"commit","published_at":"2023-08-27T11:36:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0/manifests"},{"name":"conventional-changelog-cli-v4.0.0","sha":"29df6c4597afad27b9cda06f58eb564bcca609c4","kind":"commit","published_at":"2023-08-27T11:21:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0/manifests"},{"name":"conventional-changelog-core-v6.0.0","sha":"45613bbc2d13c798732e4b2bd4b2fa9ea67157d6","kind":"commit","published_at":"2023-08-27T11:17:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v4.0.0","sha":"5a896e3ef3aa9e751fcc74d7c76fa21d6d526cb0","kind":"commit","published_at":"2023-08-27T11:08:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0/manifests"},{"name":"git-raw-commits-v4.0.0","sha":"878fc56b43bc617177bf47fd8643a3b8b86078e5","kind":"commit","published_at":"2023-08-27T11:01:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0/manifests"},{"name":"conventional-commits-parser-v5.0.0","sha":"299de5acbe55a7d19dcdd2adc34681eae7264abf","kind":"commit","published_at":"2023-08-26T17:50:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0/manifests"},{"name":"git-semver-tags-v5.0.1","sha":"87914a362866a380e98a29edf19b2173e0911d8a","kind":"commit","published_at":"2023-07-09T19:10:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1/manifests"},{"name":"conventional-changelog-writer-v6.0.1","sha":"c123edea220b450cfa26813b6f198c3e8ebbd2b4","kind":"commit","published_at":"2023-07-09T14:49:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.2","sha":"83773c5e1a8874ea9809ca9db1dff60b7df1daae","kind":"commit","published_at":"2023-06-28T17:43:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.1.0","sha":"2e5fe6d9574ba896fa90b5bfcb50fb73d28af6d6","kind":"commit","published_at":"2023-06-17T21:30:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v7.0.1","sha":"f251b6899e313a9b23f3c8deb8b8b57217040892","kind":"commit","published_at":"2023-06-06T23:24:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.1","sha":"5b458dff9edf766446449acd1bbb8027a1e39fa5","kind":"commit","published_at":"2023-06-06T23:17:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1/manifests"},{"name":"gulp-conventional-changelog-v3.0.0","sha":"8ef6232797e5bf7c80422221374c53c03d5df36d","kind":"commit","published_at":"2023-06-06T22:50:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0/manifests"},{"name":"standard-changelog-v3.0.0","sha":"ea65f017b42b914ece780fd2fc799a6946912ed8","kind":"commit","published_at":"2023-06-06T22:42:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0/manifests"},{"name":"conventional-changelog-cli-v3.0.0","sha":"f00f4549cee9406054b77057a8135183fcd89710","kind":"commit","published_at":"2023-06-06T22:29:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0/manifests"},{"name":"conventional-changelog-v4.0.0","sha":"1a240f91ed584ed43e7f9c82235ca60eff0f4fa5","kind":"commit","published_at":"2023-06-06T19:50:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-core-v5.0.0","sha":"8507f601486c8ff6806156c50091262dee13ec54","kind":"commit","published_at":"2023-06-06T19:23:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v7.0.0","sha":"e1662ca7a6c688d28a334282a5e863f52866f3e8","kind":"commit","published_at":"2023-06-06T18:39:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v3.0.0","sha":"5d80d155425147a0b045af09536e5962cbfff620","kind":"commit","published_at":"2023-06-06T15:08:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.0.0","sha":"a30fc7ae219cf871b46cbe9d2c76a9730b70e272","kind":"commit","published_at":"2023-06-06T14:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v6.0.0","sha":"aa5d46c7b13b7b31f78af4b3c31c087c39eea41d","kind":"commit","published_at":"2023-06-06T14:46:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0/manifests"},{"name":"conventional-commits-filter-v3.0.0","sha":"502a73fe41aebb7b563c5ca69521e0b1bab904df","kind":"commit","published_at":"2023-06-06T14:32:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0/manifests"},{"name":"conventional-commits-parser-v4.0.0","sha":"9f7fe891e75c64937c28baa39a6c795a01603ab7","kind":"commit","published_at":"2023-06-06T14:24:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0/manifests"},{"name":"git-raw-commits-v3.0.0","sha":"571f2d549f10744a12ab3bc5dc5e0b749cb72667","kind":"commit","published_at":"2023-06-06T14:16:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0/manifests"},{"name":"git-semver-tags-v5.0.0","sha":"445c796d04105d10dd62d07039bc6a7fc9f263a5","kind":"commit","published_at":"2023-06-06T13:51:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0/manifests"},{"name":"conventional-changelog-atom-v3.0.0","sha":"208787aa2f5db8de1c2d43c56d71e6dfb9510781","kind":"commit","published_at":"2023-06-06T13:43:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0/manifests"},{"name":"conventional-changelog-angular-v6.0.0","sha":"c4ebf98acc15f37154aae5de53a225e896c4a157","kind":"commit","published_at":"2023-06-06T13:36:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0/manifests"},{"name":"conventional-changelog-codemirror-v3.0.0","sha":"0772453bee083917a05b9696d063ee3dc69957f9","kind":"commit","published_at":"2023-06-06T13:25:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0/manifests"},{"name":"conventional-changelog-ember-v3.0.0","sha":"e473d0c8af7c0cf8a54f775556796f50f3e695c2","kind":"commit","published_at":"2023-06-06T13:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0/manifests"},{"name":"conventional-changelog-eslint-v4.0.0","sha":"b3b896bc5b9e3ed65dcfc08c57967a252f37cfd1","kind":"commit","published_at":"2023-06-06T12:56:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0/manifests"},{"name":"conventional-changelog-express-v3.0.0","sha":"5594385d1dd2490b0fb508a60b6f30e8be6616ce","kind":"commit","published_at":"2023-06-06T12:37:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0/manifests"},{"name":"conventional-changelog-jquery-v4.0.0","sha":"51a3015a907b2cea900114359c36ce0e9664b72d","kind":"commit","published_at":"2023-06-06T12:17:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0/manifests"},{"name":"conventional-changelog-jshint-v3.0.0","sha":"281e5f883476e90b75cae4373a67436c86e94f6a","kind":"commit","published_at":"2023-06-06T12:02:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v5.0.0","sha":"ba6df7cf62de5f448368bed4398f6ddf633d2cbd","kind":"commit","published_at":"2022-05-27T18:02:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0/manifests"},{"name":"conventional-changelog-writer-v5.0.1","sha":"21b73f974adc4490a318d9c892055655cb82c538","kind":"commit","published_at":"2021-12-29T21:36:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.3","sha":"02757d342290bcf51a49d49e5e72f5eae6c6f6da","kind":"commit","published_at":"2021-12-29T19:52:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3/manifests"},{"name":"conventional-commits-parser-v3.2.4","sha":"1d0f62d4ac4911ef0d912d5401f783b152cee624","kind":"commit","published_at":"2021-12-29T19:46:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4/manifests"},{"name":"git-raw-commits-v2.0.11","sha":"95384dbd105ffe4f86bbc6ccad3e5405a1cbfe04","kind":"commit","published_at":"2021-12-29T19:39:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.2","sha":"1827696185192a8dd258ea7c3370090238b0fb76","kind":"commit","published_at":"2021-12-25T18:06:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2/manifests"},{"name":"conventional-changelog-cli-v2.2.2","sha":"8ce6a7bbd3fae87aa9d56fca68c2e16fbb2cace5","kind":"commit","published_at":"2021-12-25T17:22:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2/manifests"},{"name":"conventional-changelog-v3.1.25","sha":"8e9c3d76aaffd7fe67a78270b3ad9b881e953e7e","kind":"commit","published_at":"2021-12-24T18:50:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25/manifests"},{"name":"conventional-commits-parser-v3.2.3","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3/manifests"},{"name":"conventional-changelog-cli-v2.2.1","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.1","sha":"c35708d56a55e31b750aec1f745e5be52f0a75f2","kind":"commit","published_at":"2021-09-09T19:06:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1/manifests"},{"name":"conventional-commits-parser-v3.2.2","sha":"1bae48ff85eff0736ea6691b7214f3fc9c026256","kind":"commit","published_at":"2021-09-09T14:45:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2/manifests"},{"name":"conventional-changelog-core-v4.2.4","sha":"02fbc2d42d0faf53d4b7a2b0525626088a6ac8ba","kind":"commit","published_at":"2021-09-09T14:37:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4/manifests"},{"name":"conventional-changelog-angular-v5.0.13","sha":"e30343b4676d26b416080294dc74ebba001c0716","kind":"commit","published_at":"2021-09-09T14:31:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v5.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13/manifests"},{"name":"conventional-changelog-core-v4.2.3","sha":"318b555b6ef3aebdb5a8d4c7c734fd7234712dd3","kind":"commit","published_at":"2021-07-03T00:24:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.0","sha":"537c37d7801872c3e57e4200c64154a4d2ea042a","kind":"commit","published_at":"2021-04-30T00:15:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0/manifests"},{"name":"conventional-commits-parser-v3.2.1","sha":"758dda2937b6784f0cc6a535286862fcf95b6f06","kind":"commit","published_at":"2021-02-15T21:32:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1/manifests"},{"name":"git-raw-commits-v2.0.10","sha":"ffecaccb6e117afae9f68f1d48ff9a69554da950","kind":"commit","published_at":"2021-01-27T16:36:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10/manifests"},{"name":"conventional-changelog-writer-v5.0.0","sha":"61ef6491add84b841e1797baf09f62bbdd90dcd4","kind":"commit","published_at":"2020-12-30T22:40:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v6.1.0","sha":"3b0fb22b0bb49137b9ecddaeb349f66025205c57","kind":"commit","published_at":"2020-12-30T16:58:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0/manifests"},{"name":"conventional-changelog-core-v4.2.2","sha":"317eeb3137caff69bcc9a67fce3dc67663a010db","kind":"commit","published_at":"2020-12-30T00:53:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2/manifests"},{"name":"conventional-recommended-bump-v6.0.12","sha":"90ecc5d93bfd7626857eda5d240f92393d896be0","kind":"commit","published_at":"2020-12-30T00:43:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12/manifests"},{"name":"git-raw-commits-v2.0.9","sha":"227f3e23af86912c0cd64fdb1a820ac92e5757c5","kind":"commit","published_at":"2020-12-29T23:59:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9/manifests"},{"name":"conventional-changelog-writer-v4.1.0","sha":"77725cfb12ca3ca22abb9421b4af012a49207e7a","kind":"commit","published_at":"2020-12-29T23:41:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0/manifests"},{"name":"conventional-changelog-atom@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8/manifests"},{"name":"conventional-changelog-angular@5.0.12","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12/manifests"},{"name":"conventional-changelog@3.1.24","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24/manifests"},{"name":"git-raw-commits@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8/manifests"},{"name":"standard-changelog@2.0.27","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27/manifests"},{"name":"gulp-conventional-changelog@2.0.35","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35/manifests"},{"name":"git-semver-tags@4.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1/manifests"},{"name":"conventional-recommended-bump@6.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11/manifests"},{"name":"conventional-commits-parser@3.2.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0/manifests"},{"name":"conventional-commits-filter@2.0.7","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7/manifests"},{"name":"conventional-changelog-writer@4.0.18","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18/manifests"},{"name":"conventional-changelog-jshint@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9/manifests"},{"name":"conventional-changelog-jquery@3.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11/manifests"},{"name":"conventional-changelog-express@2.0.6","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9/manifests"},{"name":"conventional-changelog-ember@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9/manifests"},{"name":"conventional-changelog-core@4.2.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.5.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1/manifests"},{"name":"conventional-changelog-v3.1.24","sha":"f8fcbc2e8b0834c29178ace6382b438a020ad828","kind":"commit","published_at":"2020-10-25T02:45:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24/manifests"},{"name":"conventional-recommended-bump@6.0.10","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10/manifests"},{"name":"standard-changelog@2.0.26","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26/manifests"},{"name":"gulp-conventional-changelog@2.0.34","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34/manifests"},{"name":"git-semver-tags@4.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0/manifests"},{"name":"conventional-changelog-core@4.2.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.4.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0/manifests"},{"name":"conventional-changelog-cli@2.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0/manifests"},{"name":"conventional-changelog@3.1.23","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23/manifests"},{"name":"standard-changelog@2.0.25","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25/manifests"},{"name":"conventional-changelog-writer@4.0.17","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17/manifests"},{"name":"conventional-changelog-jshint@2.0.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8/manifests"},{"name":"conventional-changelog-core@4.1.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8/manifests"},{"name":"conventional-changelog@3.1.22","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22/manifests"},{"name":"conventional-changelog-angular@5.0.11","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.35","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35/manifests"},{"name":"gulp-conventional-changelog@2.0.33","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.1","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1/manifests"},{"name":"conventional-changelog-core@4.1.7","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7/manifests"},{"name":"conventional-changelog@3.1.21","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21/manifests"},{"name":"conventional-changelog-writer@4.0.16","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.34","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34/manifests"},{"name":"standard-changelog@2.0.24","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24/manifests"},{"name":"gulp-conventional-changelog@2.0.32","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32/manifests"},{"name":"git-semver-tags@4.0.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.3.4","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4/manifests"},{"name":"standard-changelog@2.0.23","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23/manifests"},{"name":"gulp-conventional-changelog@2.0.31","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31/manifests"},{"name":"conventional-changelog-eslint@3.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.15","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10/manifests"},{"name":"conventional-changelog@3.1.20","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20/manifests"},{"name":"conventional-changelog-atom@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7/manifests"},{"name":"conventional-changelog-cli@2.0.33","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33/manifests"},{"name":"conventional-changelog-codemirror@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0/manifests"},{"name":"conventional-changelog-core@4.1.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6/manifests"},{"name":"conventional-changelog-ember@2.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8/manifests"},{"name":"conventional-commits-filter@2.0.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6/manifests"},{"name":"conventional-commits-parser@3.1.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.9","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9/manifests"},{"name":"git-raw-commits@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7/manifests"},{"name":"conventional-changelog-express@2.0.5","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10/manifests"},{"name":"conventional-changelog-jshint@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7/manifests"},{"name":"conventional-changelog-preset-loader-v2.3.2","sha":"9f6c56cb960a5043823cfb85b9843991201cbb51","kind":"commit","published_at":"2020-05-08T19:21:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v2.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2/manifests"},{"name":"conventional-changelog-core@4.1.5","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5/manifests"},{"name":"gulp-conventional-changelog@2.0.30","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30/manifests"},{"name":"standard-changelog@2.0.22","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22/manifests"},{"name":"conventional-changelog@3.1.19","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19/manifests"},{"name":"conventional-changelog-cli@2.0.32","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32/manifests"},{"name":"conventional-changelog-cli@2.0.31","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31/manifests"},{"name":"standard-changelog@2.0.21","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21/manifests"},{"name":"gulp-conventional-changelog@2.0.29","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29/manifests"},{"name":"conventional-changelog-core@4.1.4","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4/manifests"},{"name":"conventional-changelog@3.1.18","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18/manifests"},{"name":"conventional-changelog@3.1.17","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17/manifests"},{"name":"standard-changelog@2.0.20","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20/manifests"},{"name":"gulp-conventional-changelog@2.0.28","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28/manifests"},{"name":"conventional-changelog-core@4.1.3","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.30","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30/manifests"},{"name":"conventional-changelog-cli@2.0.29","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29/manifests"},{"name":"standard-changelog@2.0.19","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19/manifests"},{"name":"gulp-conventional-changelog@2.0.27","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27/manifests"},{"name":"conventional-changelog-core@4.1.2","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2/manifests"},{"name":"conventional-changelog@3.1.16","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16/manifests"},{"name":"conventional-changelog-cli@2.0.28","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28/manifests"},{"name":"standard-changelog@2.0.18","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18/manifests"},{"name":"gulp-conventional-changelog@2.0.26","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26/manifests"},{"name":"git-semver-tags@3.0.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1/manifests"},{"name":"git-raw-commits@2.0.3","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3/manifests"},{"name":"conventional-recommended-bump@6.0.5","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5/manifests"},{"name":"conventional-commits-parser@3.0.8","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.11","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11/manifests"},{"name":"conventional-changelog-core@4.1.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1/manifests"},{"name":"conventional-changelog@3.1.15","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15/manifests"},{"name":"gulp-conventional-changelog@2.0.25","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25/manifests"},{"name":"conventional-changelog@3.1.14","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14/manifests"},{"name":"conventional-changelog-angular@5.0.6","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6/manifests"},{"name":"conventional-changelog-cli@2.0.27","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.3","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3/manifests"},{"name":"conventional-changelog-core@4.1.0","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0/manifests"},{"name":"conventional-commits-parser@3.0.7","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7/manifests"},{"name":"conventional-recommended-bump@6.0.4","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4/manifests"},{"name":"standard-changelog@2.0.17","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17/manifests"},{"name":"conventional-changelog-cli@2.0.26","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.2","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2/manifests"},{"name":"conventional-changelog-core@4.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3/manifests"},{"name":"conventional-commits-parser@3.0.6","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6/manifests"},{"name":"conventional-recommended-bump@6.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.24","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24/manifests"},{"name":"standard-changelog@2.0.16","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16/manifests"},{"name":"conventional-changelog-writer@4.0.10","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10/manifests"},{"name":"conventional-changelog-preset-loader@2.3.0","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0/manifests"},{"name":"conventional-changelog@3.1.13","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13/manifests"},{"name":"conventional-changelog-jshint@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.9","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9/manifests"},{"name":"conventional-commits-parser@3.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5/manifests"},{"name":"conventional-changelog@3.1.12","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12/manifests"},{"name":"conventional-recommended-bump@6.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.23","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23/manifests"},{"name":"standard-changelog@2.0.15","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5/manifests"},{"name":"conventional-changelog-atom@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.25","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25/manifests"},{"name":"conventional-changelog-codemirror@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.1","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1/manifests"},{"name":"conventional-changelog-core@4.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2/manifests"},{"name":"conventional-changelog-ember@2.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4/manifests"},{"name":"conventional-changelog-eslint@3.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.6","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6/manifests"},{"name":"standard-changelog@2.0.14","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14/manifests"},{"name":"gulp-conventional-changelog@2.0.22","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22/manifests"},{"name":"conventional-recommended-bump@6.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1/manifests"},{"name":"conventional-commits-parser@3.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4/manifests"},{"name":"conventional-changelog-writer@4.0.8","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8/manifests"},{"name":"conventional-changelog-jshint@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.5","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5/manifests"},{"name":"conventional-changelog-eslint@3.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3/manifests"},{"name":"conventional-changelog-ember@2.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3/manifests"},{"name":"conventional-changelog-core@4.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.0","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.24","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24/manifests"},{"name":"conventional-changelog-atom@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4/manifests"},{"name":"conventional-changelog@3.1.11","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11/manifests"},{"name":"conventional-changelog-preset-loader@2.2.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0/manifests"},{"name":"standard-changelog@2.0.13","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13/manifests"},{"name":"gulp-conventional-changelog@2.0.21","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21/manifests"},{"name":"git-semver-tags@3.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0/manifests"},{"name":"conventional-recommended-bump@6.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.7","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7/manifests"},{"name":"conventional-changelog@3.1.10","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10/manifests"},{"name":"conventional-changelog-cli@2.0.23","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23/manifests"},{"name":"conventional-changelog-conventionalcommits@4.1.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0/manifests"},{"name":"conventional-changelog-core@4.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.1","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.0.0","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0/manifests"},{"name":"conventional-changelog-core@3.2.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3/manifests"},{"name":"conventional-changelog-writer@4.0.6","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6/manifests"},{"name":"conventional-commits-parser@3.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3/manifests"},{"name":"conventional-changelog@3.1.9","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9/manifests"},{"name":"standard-changelog@2.0.12","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.20","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20/manifests"},{"name":"git-semver-tags@2.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.22","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22/manifests"},{"name":"standard-changelog@2.0.11","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11/manifests"},{"name":"conventional-changelog@3.1.8","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8/manifests"},{"name":"conventional-changelog-cli@2.0.21","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.2","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.19","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19/manifests"},{"name":"conventional-changelog@3.1.7","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7/manifests"},{"name":"conventional-changelog-cli@2.0.20","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.1","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.18","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18/manifests"},{"name":"conventional-changelog-cli@2.0.19","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.17","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17/manifests"},{"name":"conventional-changelog@3.1.6","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6/manifests"},{"name":"conventional-changelog@3.1.5","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5/manifests"},{"name":"conventional-changelog-conventionalcommits@2.0.0","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.16","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.18","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.2","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.17","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17/manifests"},{"name":"conventional-changelog@3.1.4","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.15","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15/manifests"},{"name":"conventional-changelog-writer@4.0.5","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5/manifests"},{"name":"standard-changelog@2.0.10","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10/manifests"},{"name":"gulp-conventional-changelog@2.0.14","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14/manifests"},{"name":"conventional-changelog@3.1.3","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3/manifests"},{"name":"conventional-changelog-core@3.2.2","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2/manifests"},{"name":"conventional-changelog-cli@2.0.16","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.15","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15/manifests"},{"name":"standard-changelog@2.0.9","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.1.2","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2/manifests"},{"name":"conventional-changelog-core@3.2.1","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1/manifests"},{"name":"gulp-conventional-changelog@2.0.13","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13/manifests"},{"name":"conventional-changelog@3.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1/manifests"},{"name":"gulp-conventional-changelog@2.0.12","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12/manifests"},{"name":"conventional-recommended-bump@4.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1/manifests"},{"name":"conventional-changelog-preset-loader@2.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.14","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14/manifests"},{"name":"conventional-changelog-preset-loader@2.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0/manifests"},{"name":"conventional-changelog-writer@4.0.4","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4/manifests"},{"name":"conventional-commits-filter@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2/manifests"},{"name":"conventional-commits-parser@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2/manifests"},{"name":"conventional-recommended-bump@4.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0/manifests"},{"name":"gulp-conventional-changelog@2.0.11","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11/manifests"},{"name":"standard-changelog@2.0.8","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8/manifests"},{"name":"git-raw-commits@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2/manifests"},{"name":"conventional-changelog@3.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0/manifests"},{"name":"conventional-changelog-cli@2.0.13","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0/manifests"},{"name":"conventional-changelog-core@3.2.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0/manifests"},{"name":"conventional-changelog-eslint@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2/manifests"},{"name":"standard-changelog@2.0.7","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6/manifests"},{"name":"conventional-changelog-angular@5.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.12","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.10","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10/manifests"},{"name":"conventional-changelog-writer@4.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3/manifests"},{"name":"conventional-changelog-core@3.1.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6/manifests"},{"name":"conventional-recommended-bump@4.0.4","sha":"da729f68f9dc581623deb587c705ef65d189a9f4","kind":"tag","published_at":"2018-11-01T06:56:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4/manifests"},{"name":"standard-changelog@2.0.6","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6/manifests"},{"name":"conventional-changelog-core@3.1.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5/manifests"},{"name":"conventional-changelog-writer@4.0.2","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.9","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.0.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.11","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.10","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10/manifests"},{"name":"conventional-changelog-core@3.1.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.8","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8/manifests"},{"name":"conventional-changelog@3.0.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4/manifests"},{"name":"git-semver-tags@2.0.2","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.3","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3/manifests"},{"name":"standard-changelog@2.0.5","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5/manifests"},{"name":"standard-changelog@2.0.4","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.7","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3/manifests"},{"name":"conventional-changelog-core@3.1.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.9","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9/manifests"},{"name":"standard-changelog@2.0.3","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.8","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8/manifests"},{"name":"conventional-changelog-core@3.1.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2/manifests"},{"name":"gulp-conventional-changelog@2.0.6","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6/manifests"},{"name":"conventional-changelog@3.0.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.5","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.7","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7/manifests"},{"name":"conventional-changelog@3.0.1","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1/manifests"},{"name":"standard-changelog@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4/manifests"},{"name":"git-semver-tags@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1/manifests"},{"name":"git-raw-commits@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2/manifests"},{"name":"conventional-commits-parser@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1/manifests"},{"name":"conventional-commits-filter@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1/manifests"},{"name":"conventional-changelog-writer@4.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1/manifests"},{"name":"conventional-changelog-preset-loader@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4/manifests"},{"name":"conventional-changelog-express@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1/manifests"},{"name":"conventional-changelog-eslint@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2/manifests"},{"name":"conventional-changelog-core@3.1.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1/manifests"},{"name":"conventional-changelog-codemirror@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.6","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6/manifests"},{"name":"conventional-changelog-atom@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1/manifests"},{"name":"conventional-changelog-angular@5.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2/manifests"},{"name":"conventional-changelog@3.0.0","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.5","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.3","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.2","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.4","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3/manifests"},{"name":"standard-changelog@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3/manifests"},{"name":"conventional-changelog-core@3.1.0","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0/manifests"},{"name":"conventional-changelog-ember@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1/manifests"},{"name":"conventional-changelog-jquery@3.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1/manifests"},{"name":"conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0/manifests"},{"name":"conventional-recommended-bump@4.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0/manifests"},{"name":"conventional-changelog-jquery@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0/manifests"},{"name":"conventional-changelog-express@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0/manifests"},{"name":"conventional-changelog-eslint@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0/manifests"},{"name":"conventional-changelog-ember@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1/manifests"},{"name":"conventional-changelog-atom@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1/manifests"},{"name":"conventional-changelog-angular@4.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1/manifests"},{"name":"conventional-changelog-jquery@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0/manifests"},{"name":"conventional-changelog-jshint@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0/manifests"},{"name":"standard-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0/manifests"},{"name":"conventional-recommended-bump@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0/manifests"},{"name":"conventional-commits-parser@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0/manifests"},{"name":"conventional-commits-filter@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0/manifests"},{"name":"conventional-changelog-ember@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0/manifests"},{"name":"conventional-changelog-express@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0/manifests"},{"name":"git-semver-tags@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0/manifests"},{"name":"git-raw-commits@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0/manifests"},{"name":"conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-angular@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0/manifests"},{"name":"conventional-changelog-atom@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0/manifests"},{"name":"conventional-changelog-core@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0/manifests"},{"name":"conventional-changelog-eslint@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-core@2.0.11","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11/manifests"},{"name":"conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-cli@1.3.22","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22/manifests"},{"name":"conventional-changelog-ember@0.3.12","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12/manifests"},{"name":"conventional-recommended-bump@2.0.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9/manifests"},{"name":"conventional-changelog-angular@3.0.7","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7/manifests"},{"name":"gulp-conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24/manifests"},{"name":"standard-changelog@1.0.19","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19/manifests"},{"name":"conventional-changelog-jquery@1.3.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9/manifests"},{"name":"conventional-changelog-angular@3.0.6","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6/manifests"},{"name":"standard-changelog@1.0.18","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18/manifests"},{"name":"gulp-conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-writer@3.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9/manifests"},{"name":"conventional-changelog-jshint@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8/manifests"},{"name":"conventional-changelog-jquery@1.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8/manifests"},{"name":"conventional-changelog-eslint@1.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9/manifests"},{"name":"conventional-changelog-ember@0.3.11","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11/manifests"},{"name":"conventional-changelog-core@2.0.10","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10/manifests"},{"name":"conventional-changelog-codemirror@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8/manifests"},{"name":"conventional-changelog-cli@1.3.21","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21/manifests"},{"name":"conventional-changelog-atom@0.2.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8/manifests"},{"name":"conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23/manifests"},{"name":"gulp-conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-core@2.0.9","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9/manifests"},{"name":"conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-cli@1.3.20","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20/manifests"},{"name":"conventional-changelog-writer@3.0.8","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8/manifests"},{"name":"standard-changelog@1.0.17","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17/manifests"},{"name":"conventional-changelog-angular@3.0.5","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.10","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10/manifests"},{"name":"conventional-changelog-cli@1.3.19","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19/manifests"},{"name":"conventional-changelog-angular@3.0.4","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4/manifests"},{"name":"conventional-changelog-atom@0.2.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7/manifests"},{"name":"conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-core@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.9","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9/manifests"},{"name":"conventional-changelog-eslint@1.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8/manifests"},{"name":"conventional-changelog-express@0.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6/manifests"},{"name":"conventional-changelog-jquery@1.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7/manifests"},{"name":"conventional-changelog-preset-loader@1.1.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8/manifests"},{"name":"conventional-changelog-writer@3.0.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7/manifests"},{"name":"conventional-commits-parser@2.1.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7/manifests"},{"name":"conventional-recommended-bump@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8/manifests"},{"name":"git-raw-commits@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6/manifests"},{"name":"git-semver-tags@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21/manifests"},{"name":"standard-changelog@1.0.16","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16/manifests"},{"name":"conventional-changelog-codemirror@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6/manifests"},{"name":"conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-core@2.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7/manifests"},{"name":"conventional-changelog-codemirror@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6/manifests"},{"name":"conventional-changelog-cli@1.3.18","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18/manifests"},{"name":"conventional-changelog-ember@0.3.8","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8/manifests"},{"name":"conventional-changelog-writer@3.0.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6/manifests"},{"name":"conventional-changelog-atom@0.2.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6/manifests"},{"name":"conventional-changelog-eslint@1.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7/manifests"},{"name":"standard-changelog@1.0.15","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15/manifests"},{"name":"conventional-changelog-angular@3.0.3","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3/manifests"},{"name":"conventional-changelog-jquery@1.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-angular@3.0.2","sha":"1cc079df803f58b52c8aa997fff43e9c162266e7","kind":"tag","published_at":"2018-03-22T14:14:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2/manifests"},{"name":"conventional-changelog-ember@0.3.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7/manifests"},{"name":"standard-changelog@1.0.14","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14/manifests"},{"name":"gulp-conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19/manifests"},{"name":"git-semver-tags@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5/manifests"},{"name":"git-raw-commits@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7/manifests"},{"name":"conventional-commits-parser@2.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6/manifests"},{"name":"conventional-commits-filter@1.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5/manifests"},{"name":"conventional-changelog-preset-loader@1.1.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7/manifests"},{"name":"conventional-changelog-jshint@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5/manifests"},{"name":"conventional-changelog-jquery@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5/manifests"},{"name":"conventional-changelog-express@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6/manifests"},{"name":"conventional-changelog-core@2.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5/manifests"},{"name":"conventional-changelog-cli@1.3.17","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17/manifests"},{"name":"conventional-changelog-atom@0.2.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5/manifests"},{"name":"conventional-changelog-angular@3.0.1","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1/manifests"},{"name":"conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19/manifests"},{"name":"conventional-changelog-angular@3.0.0","sha":"49997aaba373502e5b38bd366846934641e95799","kind":"tag","published_at":"2018-03-22T13:45:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.16","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16/manifests"},{"name":"conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18/manifests"},{"name":"gulp-conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-eslint@1.0.5","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5/manifests"},{"name":"conventional-changelog-cli@1.3.15","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15/manifests"},{"name":"conventional-changelog-codemirror@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4/manifests"},{"name":"conventional-changelog-express@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4/manifests"},{"name":"conventional-changelog-jquery@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4/manifests"},{"name":"conventional-changelog-jshint@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4/manifests"},{"name":"conventional-commits-filter@1.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5/manifests"},{"name":"conventional-commits-parser@2.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5/manifests"},{"name":"conventional-recommended-bump@2.0.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6/manifests"},{"name":"standard-changelog@1.0.13","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13/manifests"},{"name":"gulp-conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17/manifests"},{"name":"git-semver-tags@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4/manifests"},{"name":"git-raw-commits@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4/manifests"},{"name":"conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17/manifests"},{"name":"conventional-changelog-angular@1.6.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6/manifests"},{"name":"conventional-changelog-atom@0.2.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4/manifests"},{"name":"gulp-conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog-angular@1.6.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5/manifests"},{"name":"conventional-changelog-atom@0.2.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3/manifests"},{"name":"conventional-changelog-cli@1.3.14","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14/manifests"},{"name":"conventional-changelog-codemirror@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4/manifests"},{"name":"conventional-changelog-ember@0.3.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3/manifests"},{"name":"conventional-changelog-express@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3/manifests"},{"name":"conventional-changelog-jshint@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5/manifests"},{"name":"conventional-changelog-writer@3.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3/manifests"},{"name":"conventional-commits-filter@1.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4/manifests"},{"name":"conventional-commits-parser@2.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4/manifests"},{"name":"conventional-recommended-bump@2.0.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5/manifests"},{"name":"git-raw-commits@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3/manifests"},{"name":"git-semver-tags@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3/manifests"},{"name":"standard-changelog@1.0.12","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12/manifests"},{"name":"conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15/manifests"},{"name":"gulp-conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15/manifests"},{"name":"conventional-recommended-bump@2.0.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4/manifests"},{"name":"conventional-changelog-cli@1.3.13","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13/manifests"},{"name":"conventional-changelog-preset-loader@1.1.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4/manifests"},{"name":"git-raw-commits@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2/manifests"},{"name":"standard-changelog@1.0.11","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11/manifests"},{"name":"conventional-recommended-bump@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3/manifests"},{"name":"gulp-conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14/manifests"},{"name":"git-semver-tags@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2/manifests"},{"name":"conventional-changelog-eslint@1.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2/manifests"},{"name":"conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14/manifests"},{"name":"conventional-changelog-angular@1.6.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4/manifests"},{"name":"conventional-changelog-atom@0.2.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2/manifests"},{"name":"conventional-changelog-cli@1.3.12","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12/manifests"},{"name":"conventional-changelog-codemirror@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2/manifests"},{"name":"conventional-changelog-core@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.3.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4/manifests"},{"name":"conventional-changelog-express@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2/manifests"},{"name":"conventional-changelog-jquery@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2/manifests"},{"name":"conventional-changelog-jshint@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3/manifests"},{"name":"conventional-commits-filter@1.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3/manifests"},{"name":"conventional-changelog-writer@3.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13/manifests"},{"name":"standard-changelog@1.0.10","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10/manifests"},{"name":"git-raw-commits@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1/manifests"},{"name":"conventional-commits-parser@2.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2/manifests"},{"name":"conventional-changelog-writer@3.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1/manifests"},{"name":"conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13/manifests"},{"name":"conventional-commits-filter@1.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2/manifests"},{"name":"conventional-recommended-bump@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2/manifests"},{"name":"git-semver-tags@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1/manifests"},{"name":"conventional-changelog-core@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2/manifests"},{"name":"conventional-changelog-codemirror@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1/manifests"},{"name":"conventional-changelog-angular@1.6.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3/manifests"},{"name":"conventional-changelog-cli@1.3.11","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11/manifests"},{"name":"conventional-changelog-atom@0.2.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1/manifests"},{"name":"conventional-changelog-ember@0.3.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1/manifests"},{"name":"conventional-changelog-express@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3/manifests"},{"name":"conventional-changelog-jshint@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1/manifests"},{"name":"conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12/manifests"},{"name":"gulp-conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12/manifests"},{"name":"conventional-changelog-cli@1.3.10","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10/manifests"},{"name":"conventional-recommended-bump@2.0.1","sha":"a4f0aa902d3e966fe6d6b1d46f2130838524cfbf","kind":"tag","published_at":"2018-02-12T14:54:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1/manifests"},{"name":"conventional-recommended-bump@2.0.0","sha":"9885d205ed96338575335652d006f475408e1195","kind":"tag","published_at":"2018-02-12T14:30:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0/manifests"},{"name":"conventional-changelog-preset-loader@1.1.2","sha":"a450d974237d440009ec3fb4c63974cf066e8f79","kind":"tag","published_at":"2018-02-12T04:07:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.1","sha":"5af1f00dcc4e1f9c3299bc7feb322a88b711f042","kind":"tag","published_at":"2018-02-09T04:17:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.0","sha":"c3eb36dbc52f383df6f3dcf3a3870b01ceee0b8b","kind":"tag","published_at":"2018-02-08T14:46:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0/manifests"},{"name":"conventional-changelog-ember@0.3.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1/manifests"},{"name":"conventional-changelog-angular@1.6.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2/manifests"},{"name":"gulp-conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11/manifests"},{"name":"standard-changelog@1.0.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9/manifests"},{"name":"conventional-recommended-bump@1.2.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1/manifests"},{"name":"conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11/manifests"},{"name":"conventional-changelog-cli@1.3.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9/manifests"},{"name":"conventional-changelog-core@2.0.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1/manifests"},{"name":"gulp-conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10/manifests"},{"name":"standard-changelog@1.0.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8/manifests"},{"name":"git-semver-tags@1.3.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.2.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0/manifests"},{"name":"conventional-changelog-writer@3.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0/manifests"},{"name":"conventional-changelog-eslint@1.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.3.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1/manifests"},{"name":"conventional-changelog-core@2.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8/manifests"},{"name":"conventional-changelog-angular@1.6.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1/manifests"},{"name":"conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10/manifests"},{"name":"conventional-changelog-core@1.9.5","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5/manifests"},{"name":"conventional-changelog-ember@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0/manifests"},{"name":"conventional-changelog-eslint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0/manifests"},{"name":"conventional-changelog-cli@1.3.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7/manifests"},{"name":"conventional-changelog-express@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0/manifests"},{"name":"conventional-changelog-jquery@1.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0/manifests"},{"name":"conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-jshint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0/manifests"},{"name":"gulp-conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9/manifests"},{"name":"standard-changelog@1.0.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7/manifests"},{"name":"conventional-changelog-angular@1.6.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0/manifests"},{"name":"conventional-changelog-codemirror@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0/manifests"},{"name":"conventional-changelog-atom@0.2.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0/manifests"},{"name":"conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8/manifests"},{"name":"standard-changelog@1.0.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6/manifests"},{"name":"gulp-conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8/manifests"},{"name":"conventional-recommended-bump@1.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0/manifests"},{"name":"conventional-commits-parser@2.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0/manifests"},{"name":"conventional-commits-filter@1.1.1","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1/manifests"},{"name":"conventional-changelog-writer@2.0.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.2.10","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10/manifests"},{"name":"conventional-changelog-core@1.9.4","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4/manifests"},{"name":"conventional-changelog-cli@1.3.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6/manifests"},{"name":"conventional-changelog-angular@1.5.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3/manifests"},{"name":"conventional-changelog-ember@0.2.9","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9/manifests"},{"name":"standard-changelog@1.0.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5/manifests"},{"name":"gulp-conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7/manifests"},{"name":"git-semver-tags@1.2.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3/manifests"},{"name":"git-raw-commits@1.3.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.0.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3/manifests"},{"name":"conventional-commits-parser@2.0.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1/manifests"},{"name":"conventional-commits-filter@1.1.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0/manifests"},{"name":"conventional-changelog-writer@2.0.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2/manifests"},{"name":"conventional-changelog-jshint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1/manifests"},{"name":"conventional-changelog-jquery@1.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1/manifests"},{"name":"conventional-changelog-express@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1/manifests"},{"name":"conventional-changelog-eslint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1/manifests"},{"name":"conventional-changelog-core@1.9.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3/manifests"},{"name":"conventional-changelog-codemirror@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1/manifests"},{"name":"conventional-changelog-cli@1.3.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5/manifests"},{"name":"conventional-changelog-atom@0.1.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2/manifests"},{"name":"conventional-changelog-angular@1.5.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2/manifests"},{"name":"conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7/manifests"},{"name":"@marionebl/conventional-commits-parser@3.0.0","sha":"edf4068ce4c3ea6ac5b61323473ab655be5eb895","kind":"tag","published_at":"2017-11-01T07:09:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/@marionebl/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/@marionebl/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4/manifests"},{"name":"git-semver-tags@1.2.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2/manifests"},{"name":"conventional-recommended-bump@1.0.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-ember@0.2.8","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8/manifests"},{"name":"conventional-changelog-core@1.9.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2/manifests"},{"name":"standard-changelog@1.0.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4/manifests"},{"name":"conventional-changelog-angular@1.5.1","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1/manifests"},{"name":"conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6/manifests"},{"name":"standard-changelog@1.0.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3/manifests"},{"name":"conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-angular@1.5.0","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0/manifests"},{"name":"conventional-changelog-cli@1.3.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3/manifests"},{"name":"gulp-conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-writer@2.0.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1/manifests"},{"name":"conventional-changelog-core@1.9.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1/manifests"},{"name":"conventional-changelog-ember@0.2.7","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7/manifests"},{"name":"git-semver-tags@1.2.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1/manifests"},{"name":"conventional-changelog-jshint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0/manifests"},{"name":"conventional-changelog-jquery@1.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0/manifests"},{"name":"conventional-changelog-express@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0/manifests"},{"name":"conventional-changelog-eslint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0/manifests"},{"name":"conventional-commits-parser@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0/manifests"},{"name":"conventional-changelog-writer@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1/manifests"},{"name":"conventional-changelog-core@1.9.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0/manifests"},{"name":"conventional-changelog-codemirror@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0/manifests"},{"name":"conventional-changelog-cli@1.3.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2/manifests"},{"name":"conventional-changelog-atom@0.1.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1/manifests"},{"name":"conventional-changelog-angular@1.4.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0/manifests"},{"name":"conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4/manifests"},{"name":"gulp-conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4/manifests"},{"name":"standard-changelog@1.0.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2/manifests"},{"name":"conventional-changelog-ember@0.2.6","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6/manifests"},{"name":"conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3/manifests"},{"name":"conventional-changelog-angular@1.3.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3/manifests"},{"name":"conventional-changelog-cli@1.3.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1/manifests"},{"name":"conventional-changelog-core@1.8.0","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.8.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0/manifests"},{"name":"conventional-changelog-ember@0.2.5","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5/manifests"},{"name":"gulp-conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3/manifests"},{"name":"standard-changelog@1.0.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1/manifests"},{"name":"git-semver-tags@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0/manifests"},{"name":"standard-changelog@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2/manifests"},{"name":"git-raw-commits@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0/manifests"},{"name":"conventional-recommended-bump@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.2.4","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4/manifests"},{"name":"conventional-changelog-core@1.7.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.7.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0/manifests"},{"name":"conventional-changelog-cli@1.3.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0/manifests"},{"name":"conventional-changelog-angular@1.3.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2/manifests"},{"name":"conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2/manifests"},{"name":"gulp-conventional-changelog@1.1.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"tag","published_at":"2017-03-10T05:35:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0/manifests"},{"name":"standard-changelog@0.0.2","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@0.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-ember@0.2.3","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3/manifests"},{"name":"conventional-changelog-core@1.6.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0/manifests"},{"name":"conventional-changelog-angular@1.3.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1/manifests"},{"name":"conventional-changelog-cli@1.2.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1/manifests"},{"name":"conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-cli@1.2.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:01:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0/manifests"},{"name":"conventional-changelog-core@1.5.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:00:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0/manifests"},{"name":"git-raw-commits@1.1.2","sha":"f5fe78b1f15791cb0499744bf278dff22b52732f","kind":"tag","published_at":"2017-03-09T07:37:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2/manifests"},{"name":"git-semver-tags@1.1.2","sha":"7be07c7c0f49572b1c0e9c98f004b599d8b5bb1a","kind":"tag","published_at":"2017-03-09T07:35:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2/manifests"},{"name":"v1.1.0","sha":"600d411569271467389c3cbe71f7f657980e89a1","kind":"tag","published_at":"2016-02-13T06:59:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"9591280a8d09220aced3383abe3bc7ecbb34b503","kind":"tag","published_at":"2016-02-13T06:37:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"beef421f56939190a4ca30c28788eda1b3f9480d","kind":"tag","published_at":"2016-02-05T13:49:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"c8e90ab7fddd0b98855913e73fc12f9dc9dc81b1","kind":"tag","published_at":"2016-02-05T12:59:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0/manifests"},{"name":"v0.5.3","sha":"d79ce243223260b153699b99de0503698546ea63","kind":"tag","published_at":"2015-12-25T05:07:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"9e7b771072a2680c6c335fcad38003aade53213e","kind":"tag","published_at":"2015-12-23T12:24:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"4bf7d8df29f7be29552b82ec2b7112fad0c39a3e","kind":"tag","published_at":"2015-10-20T09:52:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"5ca2204b472704543ebbc744a22f8f90ec659659","kind":"tag","published_at":"2015-09-30T08:49:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"e5f2f3bc675e2c7e5cc6aa0ed50da7941833e492","kind":"tag","published_at":"2015-09-04T03:16:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"7536a0b351cc4f2764e71cbc268a178ab595259d","kind":"tag","published_at":"2015-08-17T01:28:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"56fa3d92620a41a875b3337fa51d04d6df23b1a8","kind":"tag","published_at":"2015-08-15T12:34:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"eefec0ef598a92e78510ee8626fd9bbcdb1398e4","kind":"tag","published_at":"2015-08-15T11:19:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0/manifests"},{"name":"v0.3.2","sha":"74b99dca61eafd56ba93605016b086a1108e77fe","kind":"tag","published_at":"2015-08-13T03:12:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"a1aca9c31a45aded77962bd0defc32e503aec213","kind":"commit","published_at":"2015-08-11T06:23:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"b489672d27ff703337c540f0fbc43f6486a84d99","kind":"commit","published_at":"2015-08-09T03:27:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"12e3cd6b151353dbe7f584adabbe5dd8a28424db","kind":"commit","published_at":"2015-07-24T08:13:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"f437b457b5ea6c105535a360144000f8315db54d","kind":"commit","published_at":"2015-07-24T04:54:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0/manifests"},{"name":"v0.1.3","sha":"c8fa9d0b94f8ac07f162623e4b9e9e68aad82e62","kind":"commit","published_at":"2015-07-22T11:06:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"6ba5d6e4b90a154dbca6ec0f80c66ad5995cd770","kind":"commit","published_at":"2015-07-22T07:10:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c015f8762f70eff2be7b8d7fb82438689239d717","kind":"commit","published_at":"2015-07-20T07:55:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"7253d0fea773e3f7cc0a3fb8278c9da070df26ee","kind":"commit","published_at":"2015-07-20T07:12:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.3","sha":"0c9f1e89bfacec8e08bac8ef96d64e3abdbecda7","kind":"commit","published_at":"2015-07-17T11:02:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"fec1baf43b8c0156682d4014a4fd066bd24ad448","kind":"commit","published_at":"2015-07-17T06:23:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"a5ea0dfada48601b9e3fbec78dd37d70380a2db6","kind":"commit","published_at":"2015-07-15T08:03:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1/manifests"},{"name":"v0.1.0-alpha.3","sha":"9b6cc68a2c17c9671363fe7af5de7ebd3a06aaeb","kind":"commit","published_at":"2015-07-06T01:27:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3/manifests"},{"name":"v0.1.0-alpha.2","sha":"34b0f460c34ecc48af857d8ee5d7038970ba56fb","kind":"commit","published_at":"2015-06-29T12:04:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2/manifests"},{"name":"v0.1.0-alpha.1","sha":"05b3415fc699ab43f3fa33b5ecd040ab5ecdf9e2","kind":"commit","published_at":"2015-06-24T04:42:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1/manifests"},{"name":"v0.0.17","sha":"3cae05244e48af9cf4abbef3114060db585a574c","kind":"commit","published_at":"2015-04-03T02:12:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"c0719ce6ba16778dd34c2cfdc81e7f3c5321409d","kind":"commit","published_at":"2015-03-19T04:15:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"57af04dc3e362c0e327b716279c9143028c6e0da","kind":"commit","published_at":"2015-03-18T20:23:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"69be290efb58a6a92e9ae78d7b37168d293920b5","kind":"commit","published_at":"2015-03-13T21:22:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"15a39d02ba3d666e7820eecbb8c5493ef2f6040a","kind":"commit","published_at":"2015-03-12T23:17:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13/manifests"},{"name":"v0.0.11","sha":"37f5561553c30d8f0f2c949502ea278da64949cd","kind":"tag","published_at":"2014-05-28T13:14:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"ad6f6ec5499d2c902b88da95487862d50e5ad776","kind":"tag","published_at":"2014-05-28T12:51:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"87efbabd9bc2a0fd83255e6cb856961b10aef9eb","kind":"tag","published_at":"2014-05-06T17:11:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"94b12cf69c51264b1edb6c81b50a262f0536894b","kind":"tag","published_at":"2014-04-10T14:45:48.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"1cf17e494fd7d8538c55189c72c0cf57d145ef41","kind":"tag","published_at":"2014-04-10T14:06:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"861f9ec93de28be4185b35815c2b6ab17746eb3f","kind":"commit","published_at":"2014-01-23T19:39:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"3f59f7356c86f30ef8e8754386373c2a8f97b367","kind":"commit","published_at":"2014-01-23T18:59:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6fa2c22464dcd964df604550c2ce2ed1d2f4362b","kind":"commit","published_at":"2014-01-04T21:36:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4/manifests"}]},"repo_metadata_updated_at":"2024-09-05T17:59:45.395Z","dependent_packages_count":1,"downloads":12,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":51.222151958299555,"dependent_repos_count":25.32799796580169,"dependent_packages_count":16.223928578504864,"stargazers_count":1.4484219277323067,"forks_count":1.6607559649976493,"average":19.17665127906721},"purl":"pkg:npm/blacklake-conventional-changelog-cli","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/blacklake-conventional-changelog-cli","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/blacklake-conventional-changelog-cli","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/blacklake-conventional-changelog-cli/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-09-04T23:04:01.314Z","issues_count":175,"pull_requests_count":479,"avg_time_to_close_issue":19345133.890243903,"avg_time_to_close_pull_request":6038480.121447029,"issues_closed_count":82,"pull_requests_closed_count":387,"pull_request_authors_count":71,"issue_authors_count":107,"avg_comments_per_issue":2.12,"avg_comments_per_pull_request":1.3068893528183716,"merged_pull_requests_count":302,"bot_issues_count":3,"bot_pull_requests_count":228,"past_year_issues_count":65,"past_year_pull_requests_count":215,"past_year_avg_time_to_close_issue":881436.8095238095,"past_year_avg_time_to_close_pull_request":919702.6333333333,"past_year_issues_closed_count":42,"past_year_pull_requests_closed_count":180,"past_year_pull_request_authors_count":24,"past_year_issue_authors_count":40,"past_year_avg_comments_per_issue":1.5538461538461539,"past_year_avg_comments_per_pull_request":1.0604651162790697,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":94,"past_year_merged_pull_requests_count":142,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues","maintainers":[{"login":"dangreen","count":83,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"},{"login":"bcoe","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bcoe"},{"login":"tommywo","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tommywo"}],"active_maintainers":[{"login":"dangreen","count":72,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/blacklake-conventional-changelog-cli/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/blacklake-conventional-changelog-cli/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/blacklake-conventional-changelog-cli/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/blacklake-conventional-changelog-cli/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/blacklake-conventional-changelog-cli/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/blacklake-conventional-changelog-cli/codemeta","maintainers":[{"uuid":"leomyili","login":"leomyili","name":null,"email":"leomy@outlook.com","url":null,"packages_count":35,"html_url":"https://www.npmjs.com/~leomyili","role":null,"created_at":"2022-11-11T14:49:10.720Z","updated_at":"2022-11-11T14:49:10.720Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/leomyili/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5644415,"maintainers_count":1200486,"namespaces_count":399623,"keywords_count":847874,"github":"npm","metadata":{"funded_packages_count":171745},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-06-10T05:11:46.456Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":13285469,"name":"nodePackages_latest.conventional-changelog-cli","ecosystem":"nixpkgs","description":"Generate a changelog from git metadata","homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#readme","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-02T05:46:09.909Z","latest_release_published_at":"2026-02-02T05:46:09.909Z","latest_release_number":"4.1.0","last_synced_at":"2026-03-08T04:49:24.155Z","created_at":"2026-02-02T05:46:06.473Z","updated_at":"2026-03-10T18:02:40.236Z","registry_url":"https://search.nixos.org/packages?channel=23.11\u0026query=nodePackages_latest.conventional-changelog-cli","install_command":"nix-env -iA nixpkgs.nodePackages_latest.conventional-changelog-cli","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-23.11/pkgs/development/node-packages/node-packages.nix#L71331","metadata":{"nix_attribute":"conventional-changelog-cli-4.1.0","position":"pkgs/development/node-packages/node-packages.nix:71331","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin"],"broken":false,"insecure":false,"unfree":false,"outputs":["out"],"upstream_ecosystem":"npm","upstream_name":"conventional-changelog-cli","upstream_purl":"pkg:npm/conventional-changelog-cli"},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:nix/nodePackages_latest.conventional-changelog-cli?channel=23.11\u0026repository_url=https://channels.nixos.org/nixos-23.11","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/nodePackages_latest.conventional-changelog-cli","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/nodePackages_latest.conventional-changelog-cli","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/nodePackages_latest.conventional-changelog-cli/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/nodePackages_latest.conventional-changelog-cli/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/nodePackages_latest.conventional-changelog-cli/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/nodePackages_latest.conventional-changelog-cli/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/nodePackages_latest.conventional-changelog-cli/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/nodePackages_latest.conventional-changelog-cli/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/nodePackages_latest.conventional-changelog-cli/codemeta","maintainers":[],"registry":{"name":"nixpkgs-23.11","url":"https://channels.nixos.org/nixos-23.11","ecosystem":"nixpkgs","default":false,"packages_count":108178,"maintainers_count":2997,"namespaces_count":0,"keywords_count":569,"github":"NixOS","metadata":{"funded_packages_count":229},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.577Z","updated_at":"2026-06-10T05:16:53.702Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/namespaces"}},{"id":1554998,"name":"conventional-changelog-monorepo","ecosystem":"npm","description":"conventional-changelog angular preset","homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-angular#readme","licenses":"ISC","normalized_licenses":["ISC"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":["conventional-changelog","angular","preset"],"namespace":null,"versions_count":1,"first_release_published_at":"2019-05-02T21:34:16.797Z","latest_release_published_at":"2019-05-02T21:34:16.797Z","latest_release_number":"1.0.0","last_synced_at":"2026-06-03T20:26:52.970Z","created_at":"2022-04-09T05:41:31.311Z","updated_at":"2026-06-03T20:26:52.970Z","registry_url":"https://www.npmjs.com/package/conventional-changelog-monorepo","install_command":"npm install conventional-changelog-monorepo","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"1.0.0"}},"repo_metadata":{"id":12961414,"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2024-06-18T04:54:14.000Z","size":5832,"stargazers_count":7627,"open_issues_count":249,"forks_count":715,"subscribers_count":58,"default_branch":"master","last_synced_at":"2024-06-19T09:40:31.278Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2024-06-19T09:40:44.711Z","dependencies_parsed_at":"2022-07-13T10:30:31.523Z","dependency_job_id":"5f6d159e-c4c6-405b-9fa7-976ffc4dfa04","html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1464,"total_committers":136,"mean_commits":"10.764705882352942","dds":"0.40095628415300544","last_synced_commit":"58f0887283a200d52e49607baf7b352f26177b05"},"previous_names":["ajoslin/conventional-changelog"],"tags_count":777,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":215686924,"owners_count":15916249,"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"},"owner_record":{"login":"conventional-changelog","name":"conventional-changelog","uuid":"16443515","kind":"organization","description":"Tools to generate changelogs and release notes from a project's commit messages and metadata.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16443515?v=4","repositories_count":12,"last_synced_at":"2024-03-25T20:05:25.442Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/conventional-changelog","funding_links":[],"total_stars":31480,"followers":325,"following":0,"created_at":"2022-11-02T16:25:21.572Z","updated_at":"2024-03-25T20:05:26.809Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog/repositories"},"tags":[{"name":"git-client-v1.0.1","sha":"d3b8aaa16337993bbad4d91db1ffac5a7568756b","kind":"commit","published_at":"2024-05-06T14:46:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1/manifests"},{"name":"conventional-changelog-v6.0.0","sha":"83bb15ba5de08f080884fc906c6db3c99c8b2131","kind":"commit","published_at":"2024-04-26T22:08:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0/manifests"},{"name":"conventional-changelog-core-v8.0.0","sha":"7bc92fc05e4447f311ad52b6e39d36f461eaf083","kind":"commit","published_at":"2024-04-26T22:07:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v8.0.0","sha":"3129c812139bf7454a64b4d506e6b85cd5abc77c","kind":"commit","published_at":"2024-04-26T22:06:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0/manifests"},{"name":"git-semver-tags-v8.0.0","sha":"fbd1b3bcd6253a32de89eb21145c2eb70d9396b6","kind":"commit","published_at":"2024-04-26T22:05:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v5.0.0","sha":"e34c96db3dbebedb17a6583aae8855dddd056f83","kind":"commit","published_at":"2024-04-26T22:04:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0/manifests"},{"name":"conventional-changelog-angular-v8.0.0","sha":"2aa6291a93eb881230e896f87a5232873b6a9717","kind":"commit","published_at":"2024-04-26T22:04:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0/manifests"},{"name":"conventional-changelog-jquery-v6.0.0","sha":"1c71cd6d4868ef2e158963e277609a9794806306","kind":"commit","published_at":"2024-04-26T22:03:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v8.0.0","sha":"533e36277d1779a5ac79a06210c603b5f88bc030","kind":"commit","published_at":"2024-04-26T22:00:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0/manifests"},{"name":"conventional-changelog-eslint-v6.0.0","sha":"c7459cd7d1e1ab82c9a5d552b008c02aba290cad","kind":"commit","published_at":"2024-04-26T21:59:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0/manifests"},{"name":"git-raw-commits-v5.0.0","sha":"f61ea377e843db0852c35911785895ec43481f11","kind":"commit","published_at":"2024-04-26T21:58:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0/manifests"},{"name":"conventional-changelog-codemirror-v5.0.0","sha":"77525286ffc8869a6ac351ebe28198842815cb7c","kind":"commit","published_at":"2024-04-26T21:57:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0/manifests"},{"name":"conventional-changelog-cli-v5.0.0","sha":"a75cef688b9a1557ca981178d4d35c18963160b6","kind":"commit","published_at":"2024-04-26T21:53:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0/manifests"},{"name":"conventional-changelog-express-v5.0.0","sha":"a6ab80d6e30091a8b743ee97a87e7400af1ebc53","kind":"commit","published_at":"2024-04-26T21:53:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v10.0.0","sha":"d7c409b02f1d58cf6f0293edcadbe5f00a78a622","kind":"commit","published_at":"2024-04-26T21:52:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v10.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v10.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0/manifests"},{"name":"conventional-changelog-atom-v5.0.0","sha":"3b2b9d0ec2382f73d9cf000a1004596f90ece916","kind":"commit","published_at":"2024-04-26T21:51:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0/manifests"},{"name":"conventional-changelog-jshint-v5.0.0","sha":"d7dae509e72b09d1496ae51f1f04c15581c828fc","kind":"commit","published_at":"2024-04-26T21:50:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0/manifests"},{"name":"conventional-changelog-ember-v5.0.0","sha":"2e99dfa49112ffe6c864dd0e436f0db1e696b1f9","kind":"commit","published_at":"2024-04-26T21:50:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0/manifests"},{"name":"conventional-commits-parser-v6.0.0","sha":"646e1be132ccd0f32e3074de2f511be5c610984f","kind":"commit","published_at":"2024-04-26T21:48:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0/manifests"},{"name":"conventional-commits-filter-v5.0.0","sha":"be4266b7ef7b84ba5c198dfa8c143229f8a5b128","kind":"commit","published_at":"2024-04-26T21:47:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0/manifests"},{"name":"standard-changelog-v6.0.0","sha":"3e9b9387f29e48a508b70b88f26b40a6db9fea16","kind":"commit","published_at":"2024-04-26T21:45:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v5.0.0","sha":"041a1a9b73b201add30494aed19d026b948bd8f1","kind":"commit","published_at":"2024-04-26T21:41:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0/manifests"},{"name":"git-client-v1.0.0","sha":"7e51fe970576503cae3ab94e6e9b3e01017b044d","kind":"commit","published_at":"2024-04-26T21:21:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0/manifests"},{"name":"git-semver-tags-v7.0.1","sha":"fac8045242099c016f5f3905e54e02b7d466bd7b","kind":"commit","published_at":"2023-09-10T23:53:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1/manifests"},{"name":"conventional-changelog-writer-v7.0.1","sha":"e3a643ad39ec3bc4cfb1dff2aa1101333df33dc3","kind":"commit","published_at":"2023-09-10T23:49:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1/manifests"},{"name":"conventional-changelog-cli-v4.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0/manifests"},{"name":"conventional-changelog-v5.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0/manifests"},{"name":"conventional-changelog-core-v7.0.0","sha":"2e467dd39a35c3813597711a37690897183b4abc","kind":"commit","published_at":"2023-09-08T22:03:37.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0/manifests"},{"name":"git-semver-tags-v7.0.0","sha":"a13f788bd505d8253a2d92413fc4a7780e11ec07","kind":"commit","published_at":"2023-09-08T21:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0/manifests"},{"name":"standard-changelog-v5.0.0","sha":"34569c7a3fd2b0362a461517a1f4e20e7eecd9fc","kind":"commit","published_at":"2023-09-08T21:55:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v9.0.0","sha":"ad633d9d81f66ef80d7f77832a264cb0c5b971ef","kind":"commit","published_at":"2023-09-08T21:50:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.2","sha":"50113f9b569259d991f1a734a192964ca71f0118","kind":"commit","published_at":"2023-09-08T21:41:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2/manifests"},{"name":"conventional-changelog-preset-loader-v4.1.0","sha":"a14d2186575f6061f236c9a47d803694b18f8373","kind":"commit","published_at":"2023-09-08T21:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.1","sha":"ca4324b0a690b2595f8b574882ff95329a2dc195","kind":"commit","published_at":"2023-08-27T19:11:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1/manifests"},{"name":"conventional-commits-filter-v4.0.0","sha":"26fc9ea274dc0c62442ec9d97b20a2ebb49138bf","kind":"commit","published_at":"2023-08-27T12:55:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0/manifests"},{"name":"standard-changelog-v4.0.0","sha":"5b788265774bf4b63d3c83a178ca53e8e7095903","kind":"commit","published_at":"2023-08-27T12:50:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-eslint-v5.0.0","sha":"679594c0716275771cc23b314e4362899fe72f87","kind":"commit","published_at":"2023-08-27T12:46:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0/manifests"},{"name":"git-semver-tags-v6.0.0","sha":"1c75c72d9b5d59e3ea4e914c58a85f7559f29602","kind":"commit","published_at":"2023-08-27T12:40:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0/manifests"},{"name":"conventional-recommended-bump-v8.0.0","sha":"624377a24e8e3658bcf2329a9a98f9a7b02a4cb3","kind":"commit","published_at":"2023-08-27T12:33:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0/manifests"},{"name":"conventional-changelog-writer-v7.0.0","sha":"d669bb67dc713cb1e4374e3216ed7d83cde743c5","kind":"commit","published_at":"2023-08-27T12:27:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0/manifests"},{"name":"conventional-changelog-codemirror-v4.0.0","sha":"933fd0b3dd355d648faf57241b796a714004c722","kind":"commit","published_at":"2023-08-27T12:23:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0/manifests"},{"name":"conventional-changelog-express-v4.0.0","sha":"c9e9ceb3a3727659bd117bab01cbc7642d588f06","kind":"commit","published_at":"2023-08-27T12:16:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0/manifests"},{"name":"conventional-changelog-ember-v4.0.0","sha":"5d7c16268f79b7f180e34e997fdb37373d714666","kind":"commit","published_at":"2023-08-27T12:11:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0/manifests"},{"name":"conventional-changelog-jquery-v5.0.0","sha":"d643efb1050dcdaecee626044315644ff9b9e43b","kind":"commit","published_at":"2023-08-27T12:07:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v4.0.0","sha":"636646dd9ae062e9652a7f9ccaf6c329e6e9f924","kind":"commit","published_at":"2023-08-27T12:03:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0/manifests"},{"name":"conventional-changelog-v5.0.0","sha":"7985de3edc9e655369651ad464cb39b791887dc7","kind":"commit","published_at":"2023-08-27T11:58:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.0","sha":"5f0fe40743d8f559ab94ed11bbb4b8bda6fa6dcb","kind":"commit","published_at":"2023-08-27T11:51:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0/manifests"},{"name":"conventional-changelog-angular-v7.0.0","sha":"6c7a2e1a8807988bcb1a9842f72d14be3b1a89e3","kind":"commit","published_at":"2023-08-27T11:46:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0/manifests"},{"name":"conventional-changelog-jshint-v4.0.0","sha":"0204a9a340d2c85411e8de8905bc74c6146e5618","kind":"commit","published_at":"2023-08-27T11:41:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0/manifests"},{"name":"conventional-changelog-atom-v4.0.0","sha":"ab9b2c10e098ec8837d141102549f3eef698364c","kind":"commit","published_at":"2023-08-27T11:36:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0/manifests"},{"name":"conventional-changelog-cli-v4.0.0","sha":"29df6c4597afad27b9cda06f58eb564bcca609c4","kind":"commit","published_at":"2023-08-27T11:21:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0/manifests"},{"name":"conventional-changelog-core-v6.0.0","sha":"45613bbc2d13c798732e4b2bd4b2fa9ea67157d6","kind":"commit","published_at":"2023-08-27T11:17:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v4.0.0","sha":"5a896e3ef3aa9e751fcc74d7c76fa21d6d526cb0","kind":"commit","published_at":"2023-08-27T11:08:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0/manifests"},{"name":"git-raw-commits-v4.0.0","sha":"878fc56b43bc617177bf47fd8643a3b8b86078e5","kind":"commit","published_at":"2023-08-27T11:01:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0/manifests"},{"name":"conventional-commits-parser-v5.0.0","sha":"299de5acbe55a7d19dcdd2adc34681eae7264abf","kind":"commit","published_at":"2023-08-26T17:50:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0/manifests"},{"name":"git-semver-tags-v5.0.1","sha":"87914a362866a380e98a29edf19b2173e0911d8a","kind":"commit","published_at":"2023-07-09T19:10:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1/manifests"},{"name":"conventional-changelog-writer-v6.0.1","sha":"c123edea220b450cfa26813b6f198c3e8ebbd2b4","kind":"commit","published_at":"2023-07-09T14:49:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.2","sha":"83773c5e1a8874ea9809ca9db1dff60b7df1daae","kind":"commit","published_at":"2023-06-28T17:43:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.1.0","sha":"2e5fe6d9574ba896fa90b5bfcb50fb73d28af6d6","kind":"commit","published_at":"2023-06-17T21:30:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v7.0.1","sha":"f251b6899e313a9b23f3c8deb8b8b57217040892","kind":"commit","published_at":"2023-06-06T23:24:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.1","sha":"5b458dff9edf766446449acd1bbb8027a1e39fa5","kind":"commit","published_at":"2023-06-06T23:17:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1/manifests"},{"name":"gulp-conventional-changelog-v3.0.0","sha":"8ef6232797e5bf7c80422221374c53c03d5df36d","kind":"commit","published_at":"2023-06-06T22:50:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0/manifests"},{"name":"standard-changelog-v3.0.0","sha":"ea65f017b42b914ece780fd2fc799a6946912ed8","kind":"commit","published_at":"2023-06-06T22:42:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0/manifests"},{"name":"conventional-changelog-cli-v3.0.0","sha":"f00f4549cee9406054b77057a8135183fcd89710","kind":"commit","published_at":"2023-06-06T22:29:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0/manifests"},{"name":"conventional-changelog-v4.0.0","sha":"1a240f91ed584ed43e7f9c82235ca60eff0f4fa5","kind":"commit","published_at":"2023-06-06T19:50:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-core-v5.0.0","sha":"8507f601486c8ff6806156c50091262dee13ec54","kind":"commit","published_at":"2023-06-06T19:23:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v7.0.0","sha":"e1662ca7a6c688d28a334282a5e863f52866f3e8","kind":"commit","published_at":"2023-06-06T18:39:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v3.0.0","sha":"5d80d155425147a0b045af09536e5962cbfff620","kind":"commit","published_at":"2023-06-06T15:08:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.0.0","sha":"a30fc7ae219cf871b46cbe9d2c76a9730b70e272","kind":"commit","published_at":"2023-06-06T14:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v6.0.0","sha":"aa5d46c7b13b7b31f78af4b3c31c087c39eea41d","kind":"commit","published_at":"2023-06-06T14:46:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0/manifests"},{"name":"conventional-commits-filter-v3.0.0","sha":"502a73fe41aebb7b563c5ca69521e0b1bab904df","kind":"commit","published_at":"2023-06-06T14:32:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0/manifests"},{"name":"conventional-commits-parser-v4.0.0","sha":"9f7fe891e75c64937c28baa39a6c795a01603ab7","kind":"commit","published_at":"2023-06-06T14:24:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0/manifests"},{"name":"git-raw-commits-v3.0.0","sha":"571f2d549f10744a12ab3bc5dc5e0b749cb72667","kind":"commit","published_at":"2023-06-06T14:16:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0/manifests"},{"name":"git-semver-tags-v5.0.0","sha":"445c796d04105d10dd62d07039bc6a7fc9f263a5","kind":"commit","published_at":"2023-06-06T13:51:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0/manifests"},{"name":"conventional-changelog-atom-v3.0.0","sha":"208787aa2f5db8de1c2d43c56d71e6dfb9510781","kind":"commit","published_at":"2023-06-06T13:43:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0/manifests"},{"name":"conventional-changelog-angular-v6.0.0","sha":"c4ebf98acc15f37154aae5de53a225e896c4a157","kind":"commit","published_at":"2023-06-06T13:36:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0/manifests"},{"name":"conventional-changelog-codemirror-v3.0.0","sha":"0772453bee083917a05b9696d063ee3dc69957f9","kind":"commit","published_at":"2023-06-06T13:25:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0/manifests"},{"name":"conventional-changelog-ember-v3.0.0","sha":"e473d0c8af7c0cf8a54f775556796f50f3e695c2","kind":"commit","published_at":"2023-06-06T13:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0/manifests"},{"name":"conventional-changelog-eslint-v4.0.0","sha":"b3b896bc5b9e3ed65dcfc08c57967a252f37cfd1","kind":"commit","published_at":"2023-06-06T12:56:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0/manifests"},{"name":"conventional-changelog-express-v3.0.0","sha":"5594385d1dd2490b0fb508a60b6f30e8be6616ce","kind":"commit","published_at":"2023-06-06T12:37:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0/manifests"},{"name":"conventional-changelog-jquery-v4.0.0","sha":"51a3015a907b2cea900114359c36ce0e9664b72d","kind":"commit","published_at":"2023-06-06T12:17:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0/manifests"},{"name":"conventional-changelog-jshint-v3.0.0","sha":"281e5f883476e90b75cae4373a67436c86e94f6a","kind":"commit","published_at":"2023-06-06T12:02:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v5.0.0","sha":"ba6df7cf62de5f448368bed4398f6ddf633d2cbd","kind":"commit","published_at":"2022-05-27T18:02:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0/manifests"},{"name":"conventional-changelog-writer-v5.0.1","sha":"21b73f974adc4490a318d9c892055655cb82c538","kind":"commit","published_at":"2021-12-29T21:36:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.3","sha":"02757d342290bcf51a49d49e5e72f5eae6c6f6da","kind":"commit","published_at":"2021-12-29T19:52:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3/manifests"},{"name":"conventional-commits-parser-v3.2.4","sha":"1d0f62d4ac4911ef0d912d5401f783b152cee624","kind":"commit","published_at":"2021-12-29T19:46:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4/manifests"},{"name":"git-raw-commits-v2.0.11","sha":"95384dbd105ffe4f86bbc6ccad3e5405a1cbfe04","kind":"commit","published_at":"2021-12-29T19:39:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.2","sha":"1827696185192a8dd258ea7c3370090238b0fb76","kind":"commit","published_at":"2021-12-25T18:06:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2/manifests"},{"name":"conventional-changelog-cli-v2.2.2","sha":"8ce6a7bbd3fae87aa9d56fca68c2e16fbb2cace5","kind":"commit","published_at":"2021-12-25T17:22:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2/manifests"},{"name":"conventional-changelog-v3.1.25","sha":"8e9c3d76aaffd7fe67a78270b3ad9b881e953e7e","kind":"commit","published_at":"2021-12-24T18:50:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25/manifests"},{"name":"conventional-commits-parser-v3.2.3","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3/manifests"},{"name":"conventional-changelog-cli-v2.2.1","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.1","sha":"c35708d56a55e31b750aec1f745e5be52f0a75f2","kind":"commit","published_at":"2021-09-09T19:06:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1/manifests"},{"name":"conventional-commits-parser-v3.2.2","sha":"1bae48ff85eff0736ea6691b7214f3fc9c026256","kind":"commit","published_at":"2021-09-09T14:45:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2/manifests"},{"name":"conventional-changelog-core-v4.2.4","sha":"02fbc2d42d0faf53d4b7a2b0525626088a6ac8ba","kind":"commit","published_at":"2021-09-09T14:37:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4/manifests"},{"name":"conventional-changelog-angular-v5.0.13","sha":"e30343b4676d26b416080294dc74ebba001c0716","kind":"commit","published_at":"2021-09-09T14:31:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v5.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13/manifests"},{"name":"conventional-changelog-core-v4.2.3","sha":"318b555b6ef3aebdb5a8d4c7c734fd7234712dd3","kind":"commit","published_at":"2021-07-03T00:24:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.0","sha":"537c37d7801872c3e57e4200c64154a4d2ea042a","kind":"commit","published_at":"2021-04-30T00:15:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0/manifests"},{"name":"conventional-commits-parser-v3.2.1","sha":"758dda2937b6784f0cc6a535286862fcf95b6f06","kind":"commit","published_at":"2021-02-15T21:32:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1/manifests"},{"name":"git-raw-commits-v2.0.10","sha":"ffecaccb6e117afae9f68f1d48ff9a69554da950","kind":"commit","published_at":"2021-01-27T16:36:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10/manifests"},{"name":"conventional-changelog-writer-v5.0.0","sha":"61ef6491add84b841e1797baf09f62bbdd90dcd4","kind":"commit","published_at":"2020-12-30T22:40:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v6.1.0","sha":"3b0fb22b0bb49137b9ecddaeb349f66025205c57","kind":"commit","published_at":"2020-12-30T16:58:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0/manifests"},{"name":"conventional-changelog-core-v4.2.2","sha":"317eeb3137caff69bcc9a67fce3dc67663a010db","kind":"commit","published_at":"2020-12-30T00:53:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2/manifests"},{"name":"conventional-recommended-bump-v6.0.12","sha":"90ecc5d93bfd7626857eda5d240f92393d896be0","kind":"commit","published_at":"2020-12-30T00:43:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12/manifests"},{"name":"git-raw-commits-v2.0.9","sha":"227f3e23af86912c0cd64fdb1a820ac92e5757c5","kind":"commit","published_at":"2020-12-29T23:59:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9/manifests"},{"name":"conventional-changelog-writer-v4.1.0","sha":"77725cfb12ca3ca22abb9421b4af012a49207e7a","kind":"commit","published_at":"2020-12-29T23:41:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0/manifests"},{"name":"conventional-changelog-atom@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8/manifests"},{"name":"conventional-changelog-angular@5.0.12","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12/manifests"},{"name":"conventional-changelog@3.1.24","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24/manifests"},{"name":"git-raw-commits@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8/manifests"},{"name":"standard-changelog@2.0.27","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27/manifests"},{"name":"gulp-conventional-changelog@2.0.35","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35/manifests"},{"name":"git-semver-tags@4.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1/manifests"},{"name":"conventional-recommended-bump@6.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11/manifests"},{"name":"conventional-commits-parser@3.2.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0/manifests"},{"name":"conventional-commits-filter@2.0.7","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7/manifests"},{"name":"conventional-changelog-writer@4.0.18","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18/manifests"},{"name":"conventional-changelog-jshint@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9/manifests"},{"name":"conventional-changelog-jquery@3.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11/manifests"},{"name":"conventional-changelog-express@2.0.6","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9/manifests"},{"name":"conventional-changelog-ember@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9/manifests"},{"name":"conventional-changelog-core@4.2.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.5.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1/manifests"},{"name":"conventional-changelog-v3.1.24","sha":"f8fcbc2e8b0834c29178ace6382b438a020ad828","kind":"commit","published_at":"2020-10-25T02:45:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24/manifests"},{"name":"conventional-recommended-bump@6.0.10","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10/manifests"},{"name":"standard-changelog@2.0.26","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26/manifests"},{"name":"gulp-conventional-changelog@2.0.34","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34/manifests"},{"name":"git-semver-tags@4.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0/manifests"},{"name":"conventional-changelog-core@4.2.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.4.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0/manifests"},{"name":"conventional-changelog-cli@2.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0/manifests"},{"name":"conventional-changelog@3.1.23","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23/manifests"},{"name":"standard-changelog@2.0.25","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25/manifests"},{"name":"conventional-changelog-writer@4.0.17","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17/manifests"},{"name":"conventional-changelog-jshint@2.0.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8/manifests"},{"name":"conventional-changelog-core@4.1.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8/manifests"},{"name":"conventional-changelog@3.1.22","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22/manifests"},{"name":"conventional-changelog-angular@5.0.11","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.35","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35/manifests"},{"name":"gulp-conventional-changelog@2.0.33","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.1","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1/manifests"},{"name":"conventional-changelog-core@4.1.7","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7/manifests"},{"name":"conventional-changelog@3.1.21","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21/manifests"},{"name":"conventional-changelog-writer@4.0.16","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.34","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34/manifests"},{"name":"standard-changelog@2.0.24","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24/manifests"},{"name":"gulp-conventional-changelog@2.0.32","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32/manifests"},{"name":"git-semver-tags@4.0.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.3.4","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4/manifests"},{"name":"standard-changelog@2.0.23","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23/manifests"},{"name":"gulp-conventional-changelog@2.0.31","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31/manifests"},{"name":"conventional-changelog-eslint@3.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.15","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10/manifests"},{"name":"conventional-changelog@3.1.20","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20/manifests"},{"name":"conventional-changelog-atom@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7/manifests"},{"name":"conventional-changelog-cli@2.0.33","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33/manifests"},{"name":"conventional-changelog-codemirror@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0/manifests"},{"name":"conventional-changelog-core@4.1.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6/manifests"},{"name":"conventional-changelog-ember@2.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8/manifests"},{"name":"conventional-commits-filter@2.0.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6/manifests"},{"name":"conventional-commits-parser@3.1.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.9","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9/manifests"},{"name":"git-raw-commits@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7/manifests"},{"name":"conventional-changelog-express@2.0.5","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10/manifests"},{"name":"conventional-changelog-jshint@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7/manifests"},{"name":"conventional-changelog-preset-loader-v2.3.2","sha":"9f6c56cb960a5043823cfb85b9843991201cbb51","kind":"commit","published_at":"2020-05-08T19:21:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v2.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2/manifests"},{"name":"conventional-changelog-core@4.1.5","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5/manifests"},{"name":"gulp-conventional-changelog@2.0.30","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30/manifests"},{"name":"standard-changelog@2.0.22","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22/manifests"},{"name":"conventional-changelog@3.1.19","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19/manifests"},{"name":"conventional-changelog-cli@2.0.32","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32/manifests"},{"name":"conventional-changelog-cli@2.0.31","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31/manifests"},{"name":"standard-changelog@2.0.21","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21/manifests"},{"name":"gulp-conventional-changelog@2.0.29","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29/manifests"},{"name":"conventional-changelog-core@4.1.4","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4/manifests"},{"name":"conventional-changelog@3.1.18","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18/manifests"},{"name":"conventional-changelog@3.1.17","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17/manifests"},{"name":"standard-changelog@2.0.20","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20/manifests"},{"name":"gulp-conventional-changelog@2.0.28","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28/manifests"},{"name":"conventional-changelog-core@4.1.3","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.30","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30/manifests"},{"name":"conventional-changelog-cli@2.0.29","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29/manifests"},{"name":"standard-changelog@2.0.19","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19/manifests"},{"name":"gulp-conventional-changelog@2.0.27","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27/manifests"},{"name":"conventional-changelog-core@4.1.2","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2/manifests"},{"name":"conventional-changelog@3.1.16","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16/manifests"},{"name":"conventional-changelog-cli@2.0.28","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28/manifests"},{"name":"standard-changelog@2.0.18","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18/manifests"},{"name":"gulp-conventional-changelog@2.0.26","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26/manifests"},{"name":"git-semver-tags@3.0.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1/manifests"},{"name":"git-raw-commits@2.0.3","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3/manifests"},{"name":"conventional-recommended-bump@6.0.5","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5/manifests"},{"name":"conventional-commits-parser@3.0.8","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.11","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11/manifests"},{"name":"conventional-changelog-core@4.1.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1/manifests"},{"name":"conventional-changelog@3.1.15","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15/manifests"},{"name":"gulp-conventional-changelog@2.0.25","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25/manifests"},{"name":"conventional-changelog@3.1.14","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14/manifests"},{"name":"conventional-changelog-angular@5.0.6","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6/manifests"},{"name":"conventional-changelog-cli@2.0.27","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.3","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3/manifests"},{"name":"conventional-changelog-core@4.1.0","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0/manifests"},{"name":"conventional-commits-parser@3.0.7","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7/manifests"},{"name":"conventional-recommended-bump@6.0.4","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4/manifests"},{"name":"standard-changelog@2.0.17","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17/manifests"},{"name":"conventional-changelog-cli@2.0.26","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.2","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2/manifests"},{"name":"conventional-changelog-core@4.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3/manifests"},{"name":"conventional-commits-parser@3.0.6","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6/manifests"},{"name":"conventional-recommended-bump@6.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.24","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24/manifests"},{"name":"standard-changelog@2.0.16","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16/manifests"},{"name":"conventional-changelog-writer@4.0.10","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10/manifests"},{"name":"conventional-changelog-preset-loader@2.3.0","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0/manifests"},{"name":"conventional-changelog@3.1.13","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13/manifests"},{"name":"conventional-changelog-jshint@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.9","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9/manifests"},{"name":"conventional-commits-parser@3.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5/manifests"},{"name":"conventional-changelog@3.1.12","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12/manifests"},{"name":"conventional-recommended-bump@6.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.23","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23/manifests"},{"name":"standard-changelog@2.0.15","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5/manifests"},{"name":"conventional-changelog-atom@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.25","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25/manifests"},{"name":"conventional-changelog-codemirror@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.1","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1/manifests"},{"name":"conventional-changelog-core@4.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2/manifests"},{"name":"conventional-changelog-ember@2.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4/manifests"},{"name":"conventional-changelog-eslint@3.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.6","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6/manifests"},{"name":"standard-changelog@2.0.14","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14/manifests"},{"name":"gulp-conventional-changelog@2.0.22","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22/manifests"},{"name":"conventional-recommended-bump@6.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1/manifests"},{"name":"conventional-commits-parser@3.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4/manifests"},{"name":"conventional-changelog-writer@4.0.8","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8/manifests"},{"name":"conventional-changelog-jshint@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.5","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5/manifests"},{"name":"conventional-changelog-eslint@3.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3/manifests"},{"name":"conventional-changelog-ember@2.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3/manifests"},{"name":"conventional-changelog-core@4.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.0","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.24","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24/manifests"},{"name":"conventional-changelog-atom@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4/manifests"},{"name":"conventional-changelog@3.1.11","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11/manifests"},{"name":"conventional-changelog-preset-loader@2.2.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0/manifests"},{"name":"standard-changelog@2.0.13","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13/manifests"},{"name":"gulp-conventional-changelog@2.0.21","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21/manifests"},{"name":"git-semver-tags@3.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0/manifests"},{"name":"conventional-recommended-bump@6.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.7","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7/manifests"},{"name":"conventional-changelog@3.1.10","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10/manifests"},{"name":"conventional-changelog-cli@2.0.23","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23/manifests"},{"name":"conventional-changelog-conventionalcommits@4.1.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0/manifests"},{"name":"conventional-changelog-core@4.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.1","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.0.0","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0/manifests"},{"name":"conventional-changelog-core@3.2.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3/manifests"},{"name":"conventional-changelog-writer@4.0.6","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6/manifests"},{"name":"conventional-commits-parser@3.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3/manifests"},{"name":"conventional-changelog@3.1.9","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9/manifests"},{"name":"standard-changelog@2.0.12","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.20","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20/manifests"},{"name":"git-semver-tags@2.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.22","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22/manifests"},{"name":"standard-changelog@2.0.11","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11/manifests"},{"name":"conventional-changelog@3.1.8","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8/manifests"},{"name":"conventional-changelog-cli@2.0.21","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.2","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.19","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19/manifests"},{"name":"conventional-changelog@3.1.7","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7/manifests"},{"name":"conventional-changelog-cli@2.0.20","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.1","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.18","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18/manifests"},{"name":"conventional-changelog-cli@2.0.19","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.17","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17/manifests"},{"name":"conventional-changelog@3.1.6","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6/manifests"},{"name":"conventional-changelog@3.1.5","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5/manifests"},{"name":"conventional-changelog-conventionalcommits@2.0.0","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.16","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.18","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.2","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.17","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17/manifests"},{"name":"conventional-changelog@3.1.4","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.15","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15/manifests"},{"name":"conventional-changelog-writer@4.0.5","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5/manifests"},{"name":"standard-changelog@2.0.10","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10/manifests"},{"name":"gulp-conventional-changelog@2.0.14","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14/manifests"},{"name":"conventional-changelog@3.1.3","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3/manifests"},{"name":"conventional-changelog-core@3.2.2","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2/manifests"},{"name":"conventional-changelog-cli@2.0.16","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.15","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15/manifests"},{"name":"standard-changelog@2.0.9","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.1.2","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2/manifests"},{"name":"conventional-changelog-core@3.2.1","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1/manifests"},{"name":"gulp-conventional-changelog@2.0.13","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13/manifests"},{"name":"conventional-changelog@3.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1/manifests"},{"name":"gulp-conventional-changelog@2.0.12","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12/manifests"},{"name":"conventional-recommended-bump@4.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1/manifests"},{"name":"conventional-changelog-preset-loader@2.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.14","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14/manifests"},{"name":"conventional-changelog-preset-loader@2.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0/manifests"},{"name":"conventional-changelog-writer@4.0.4","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4/manifests"},{"name":"conventional-commits-filter@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2/manifests"},{"name":"conventional-commits-parser@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2/manifests"},{"name":"conventional-recommended-bump@4.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0/manifests"},{"name":"gulp-conventional-changelog@2.0.11","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11/manifests"},{"name":"standard-changelog@2.0.8","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8/manifests"},{"name":"git-raw-commits@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2/manifests"},{"name":"conventional-changelog@3.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0/manifests"},{"name":"conventional-changelog-cli@2.0.13","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0/manifests"},{"name":"conventional-changelog-core@3.2.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0/manifests"},{"name":"conventional-changelog-eslint@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2/manifests"},{"name":"standard-changelog@2.0.7","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6/manifests"},{"name":"conventional-changelog-angular@5.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.12","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.10","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10/manifests"},{"name":"conventional-changelog-writer@4.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3/manifests"},{"name":"conventional-changelog-core@3.1.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6/manifests"},{"name":"conventional-recommended-bump@4.0.4","sha":"da729f68f9dc581623deb587c705ef65d189a9f4","kind":"tag","published_at":"2018-11-01T06:56:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4/manifests"},{"name":"standard-changelog@2.0.6","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6/manifests"},{"name":"conventional-changelog-core@3.1.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5/manifests"},{"name":"conventional-changelog-writer@4.0.2","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.9","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.0.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.11","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.10","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10/manifests"},{"name":"conventional-changelog-core@3.1.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.8","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8/manifests"},{"name":"conventional-changelog@3.0.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4/manifests"},{"name":"git-semver-tags@2.0.2","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.3","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3/manifests"},{"name":"standard-changelog@2.0.5","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5/manifests"},{"name":"standard-changelog@2.0.4","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.7","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3/manifests"},{"name":"conventional-changelog-core@3.1.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.9","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9/manifests"},{"name":"standard-changelog@2.0.3","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.8","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8/manifests"},{"name":"conventional-changelog-core@3.1.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2/manifests"},{"name":"gulp-conventional-changelog@2.0.6","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6/manifests"},{"name":"conventional-changelog@3.0.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.5","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.7","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7/manifests"},{"name":"conventional-changelog@3.0.1","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1/manifests"},{"name":"standard-changelog@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4/manifests"},{"name":"git-semver-tags@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1/manifests"},{"name":"git-raw-commits@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2/manifests"},{"name":"conventional-commits-parser@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1/manifests"},{"name":"conventional-commits-filter@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1/manifests"},{"name":"conventional-changelog-writer@4.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1/manifests"},{"name":"conventional-changelog-preset-loader@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4/manifests"},{"name":"conventional-changelog-express@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1/manifests"},{"name":"conventional-changelog-eslint@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2/manifests"},{"name":"conventional-changelog-core@3.1.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1/manifests"},{"name":"conventional-changelog-codemirror@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.6","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6/manifests"},{"name":"conventional-changelog-atom@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1/manifests"},{"name":"conventional-changelog-angular@5.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2/manifests"},{"name":"conventional-changelog@3.0.0","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.5","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.3","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.2","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.4","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3/manifests"},{"name":"standard-changelog@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3/manifests"},{"name":"conventional-changelog-core@3.1.0","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0/manifests"},{"name":"conventional-changelog-ember@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1/manifests"},{"name":"conventional-changelog-jquery@3.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1/manifests"},{"name":"conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0/manifests"},{"name":"conventional-recommended-bump@4.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0/manifests"},{"name":"conventional-changelog-jquery@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0/manifests"},{"name":"conventional-changelog-express@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0/manifests"},{"name":"conventional-changelog-eslint@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0/manifests"},{"name":"conventional-changelog-ember@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1/manifests"},{"name":"conventional-changelog-atom@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1/manifests"},{"name":"conventional-changelog-angular@4.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1/manifests"},{"name":"conventional-changelog-jquery@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0/manifests"},{"name":"conventional-changelog-jshint@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0/manifests"},{"name":"standard-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0/manifests"},{"name":"conventional-recommended-bump@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0/manifests"},{"name":"conventional-commits-parser@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0/manifests"},{"name":"conventional-commits-filter@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0/manifests"},{"name":"conventional-changelog-ember@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0/manifests"},{"name":"conventional-changelog-express@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0/manifests"},{"name":"git-semver-tags@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0/manifests"},{"name":"git-raw-commits@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0/manifests"},{"name":"conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-angular@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0/manifests"},{"name":"conventional-changelog-atom@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0/manifests"},{"name":"conventional-changelog-core@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0/manifests"},{"name":"conventional-changelog-eslint@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-core@2.0.11","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11/manifests"},{"name":"conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-cli@1.3.22","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22/manifests"},{"name":"conventional-changelog-ember@0.3.12","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12/manifests"},{"name":"conventional-recommended-bump@2.0.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9/manifests"},{"name":"conventional-changelog-angular@3.0.7","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7/manifests"},{"name":"gulp-conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24/manifests"},{"name":"standard-changelog@1.0.19","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19/manifests"},{"name":"conventional-changelog-jquery@1.3.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9/manifests"},{"name":"conventional-changelog-angular@3.0.6","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6/manifests"},{"name":"standard-changelog@1.0.18","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18/manifests"},{"name":"gulp-conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-writer@3.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9/manifests"},{"name":"conventional-changelog-jshint@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8/manifests"},{"name":"conventional-changelog-jquery@1.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8/manifests"},{"name":"conventional-changelog-eslint@1.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9/manifests"},{"name":"conventional-changelog-ember@0.3.11","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11/manifests"},{"name":"conventional-changelog-core@2.0.10","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10/manifests"},{"name":"conventional-changelog-codemirror@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8/manifests"},{"name":"conventional-changelog-cli@1.3.21","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21/manifests"},{"name":"conventional-changelog-atom@0.2.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8/manifests"},{"name":"conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23/manifests"},{"name":"gulp-conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-core@2.0.9","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9/manifests"},{"name":"conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-cli@1.3.20","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20/manifests"},{"name":"conventional-changelog-writer@3.0.8","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8/manifests"},{"name":"standard-changelog@1.0.17","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17/manifests"},{"name":"conventional-changelog-angular@3.0.5","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.10","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10/manifests"},{"name":"conventional-changelog-cli@1.3.19","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19/manifests"},{"name":"conventional-changelog-angular@3.0.4","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4/manifests"},{"name":"conventional-changelog-atom@0.2.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7/manifests"},{"name":"conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-core@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.9","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9/manifests"},{"name":"conventional-changelog-eslint@1.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8/manifests"},{"name":"conventional-changelog-express@0.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6/manifests"},{"name":"conventional-changelog-jquery@1.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7/manifests"},{"name":"conventional-changelog-preset-loader@1.1.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8/manifests"},{"name":"conventional-changelog-writer@3.0.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7/manifests"},{"name":"conventional-commits-parser@2.1.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7/manifests"},{"name":"conventional-recommended-bump@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8/manifests"},{"name":"git-raw-commits@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6/manifests"},{"name":"git-semver-tags@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21/manifests"},{"name":"standard-changelog@1.0.16","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16/manifests"},{"name":"conventional-changelog-codemirror@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6/manifests"},{"name":"conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-core@2.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7/manifests"},{"name":"conventional-changelog-codemirror@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6/manifests"},{"name":"conventional-changelog-cli@1.3.18","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18/manifests"},{"name":"conventional-changelog-ember@0.3.8","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8/manifests"},{"name":"conventional-changelog-writer@3.0.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6/manifests"},{"name":"conventional-changelog-atom@0.2.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6/manifests"},{"name":"conventional-changelog-eslint@1.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7/manifests"},{"name":"standard-changelog@1.0.15","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15/manifests"},{"name":"conventional-changelog-angular@3.0.3","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3/manifests"},{"name":"conventional-changelog-jquery@1.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-angular@3.0.2","sha":"1cc079df803f58b52c8aa997fff43e9c162266e7","kind":"tag","published_at":"2018-03-22T14:14:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2/manifests"},{"name":"conventional-changelog-ember@0.3.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7/manifests"},{"name":"standard-changelog@1.0.14","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14/manifests"},{"name":"gulp-conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19/manifests"},{"name":"git-semver-tags@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5/manifests"},{"name":"git-raw-commits@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7/manifests"},{"name":"conventional-commits-parser@2.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6/manifests"},{"name":"conventional-commits-filter@1.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5/manifests"},{"name":"conventional-changelog-preset-loader@1.1.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7/manifests"},{"name":"conventional-changelog-jshint@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5/manifests"},{"name":"conventional-changelog-jquery@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5/manifests"},{"name":"conventional-changelog-express@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6/manifests"},{"name":"conventional-changelog-core@2.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5/manifests"},{"name":"conventional-changelog-cli@1.3.17","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17/manifests"},{"name":"conventional-changelog-atom@0.2.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5/manifests"},{"name":"conventional-changelog-angular@3.0.1","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1/manifests"},{"name":"conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19/manifests"},{"name":"conventional-changelog-angular@3.0.0","sha":"49997aaba373502e5b38bd366846934641e95799","kind":"tag","published_at":"2018-03-22T13:45:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.16","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16/manifests"},{"name":"conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18/manifests"},{"name":"gulp-conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-eslint@1.0.5","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5/manifests"},{"name":"conventional-changelog-cli@1.3.15","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15/manifests"},{"name":"conventional-changelog-codemirror@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4/manifests"},{"name":"conventional-changelog-express@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4/manifests"},{"name":"conventional-changelog-jquery@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4/manifests"},{"name":"conventional-changelog-jshint@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4/manifests"},{"name":"conventional-commits-filter@1.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5/manifests"},{"name":"conventional-commits-parser@2.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5/manifests"},{"name":"conventional-recommended-bump@2.0.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6/manifests"},{"name":"standard-changelog@1.0.13","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13/manifests"},{"name":"gulp-conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17/manifests"},{"name":"git-semver-tags@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4/manifests"},{"name":"git-raw-commits@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4/manifests"},{"name":"conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17/manifests"},{"name":"conventional-changelog-angular@1.6.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6/manifests"},{"name":"conventional-changelog-atom@0.2.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4/manifests"},{"name":"gulp-conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog-angular@1.6.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5/manifests"},{"name":"conventional-changelog-atom@0.2.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3/manifests"},{"name":"conventional-changelog-cli@1.3.14","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14/manifests"},{"name":"conventional-changelog-codemirror@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4/manifests"},{"name":"conventional-changelog-ember@0.3.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3/manifests"},{"name":"conventional-changelog-express@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3/manifests"},{"name":"conventional-changelog-jshint@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5/manifests"},{"name":"conventional-changelog-writer@3.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3/manifests"},{"name":"conventional-commits-filter@1.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4/manifests"},{"name":"conventional-commits-parser@2.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4/manifests"},{"name":"conventional-recommended-bump@2.0.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5/manifests"},{"name":"git-raw-commits@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3/manifests"},{"name":"git-semver-tags@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3/manifests"},{"name":"standard-changelog@1.0.12","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12/manifests"},{"name":"conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15/manifests"},{"name":"gulp-conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15/manifests"},{"name":"conventional-recommended-bump@2.0.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4/manifests"},{"name":"conventional-changelog-cli@1.3.13","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13/manifests"},{"name":"conventional-changelog-preset-loader@1.1.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4/manifests"},{"name":"git-raw-commits@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2/manifests"},{"name":"standard-changelog@1.0.11","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11/manifests"},{"name":"conventional-recommended-bump@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3/manifests"},{"name":"gulp-conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14/manifests"},{"name":"git-semver-tags@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2/manifests"},{"name":"conventional-changelog-eslint@1.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2/manifests"},{"name":"conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14/manifests"},{"name":"conventional-changelog-angular@1.6.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4/manifests"},{"name":"conventional-changelog-atom@0.2.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2/manifests"},{"name":"conventional-changelog-cli@1.3.12","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12/manifests"},{"name":"conventional-changelog-codemirror@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2/manifests"},{"name":"conventional-changelog-core@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.3.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4/manifests"},{"name":"conventional-changelog-express@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2/manifests"},{"name":"conventional-changelog-jquery@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2/manifests"},{"name":"conventional-changelog-jshint@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3/manifests"},{"name":"conventional-commits-filter@1.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3/manifests"},{"name":"conventional-changelog-writer@3.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13/manifests"},{"name":"standard-changelog@1.0.10","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10/manifests"},{"name":"git-raw-commits@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1/manifests"},{"name":"conventional-commits-parser@2.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2/manifests"},{"name":"conventional-changelog-writer@3.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1/manifests"},{"name":"conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13/manifests"},{"name":"conventional-commits-filter@1.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2/manifests"},{"name":"conventional-recommended-bump@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2/manifests"},{"name":"git-semver-tags@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1/manifests"},{"name":"conventional-changelog-core@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2/manifests"},{"name":"conventional-changelog-codemirror@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1/manifests"},{"name":"conventional-changelog-angular@1.6.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3/manifests"},{"name":"conventional-changelog-cli@1.3.11","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11/manifests"},{"name":"conventional-changelog-atom@0.2.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1/manifests"},{"name":"conventional-changelog-ember@0.3.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1/manifests"},{"name":"conventional-changelog-express@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3/manifests"},{"name":"conventional-changelog-jshint@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1/manifests"},{"name":"conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12/manifests"},{"name":"gulp-conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12/manifests"},{"name":"conventional-changelog-cli@1.3.10","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10/manifests"},{"name":"conventional-recommended-bump@2.0.1","sha":"a4f0aa902d3e966fe6d6b1d46f2130838524cfbf","kind":"tag","published_at":"2018-02-12T14:54:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1/manifests"},{"name":"conventional-recommended-bump@2.0.0","sha":"9885d205ed96338575335652d006f475408e1195","kind":"tag","published_at":"2018-02-12T14:30:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0/manifests"},{"name":"conventional-changelog-preset-loader@1.1.2","sha":"a450d974237d440009ec3fb4c63974cf066e8f79","kind":"tag","published_at":"2018-02-12T04:07:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.1","sha":"5af1f00dcc4e1f9c3299bc7feb322a88b711f042","kind":"tag","published_at":"2018-02-09T04:17:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.0","sha":"c3eb36dbc52f383df6f3dcf3a3870b01ceee0b8b","kind":"tag","published_at":"2018-02-08T14:46:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0/manifests"},{"name":"conventional-changelog-ember@0.3.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1/manifests"},{"name":"conventional-changelog-angular@1.6.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2/manifests"},{"name":"gulp-conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11/manifests"},{"name":"standard-changelog@1.0.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9/manifests"},{"name":"conventional-recommended-bump@1.2.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1/manifests"},{"name":"conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11/manifests"},{"name":"conventional-changelog-cli@1.3.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9/manifests"},{"name":"conventional-changelog-core@2.0.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1/manifests"},{"name":"gulp-conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10/manifests"},{"name":"standard-changelog@1.0.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8/manifests"},{"name":"git-semver-tags@1.3.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.2.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0/manifests"},{"name":"conventional-changelog-writer@3.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0/manifests"},{"name":"conventional-changelog-eslint@1.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.3.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1/manifests"},{"name":"conventional-changelog-core@2.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8/manifests"},{"name":"conventional-changelog-angular@1.6.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1/manifests"},{"name":"conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10/manifests"},{"name":"conventional-changelog-core@1.9.5","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5/manifests"},{"name":"conventional-changelog-ember@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0/manifests"},{"name":"conventional-changelog-eslint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0/manifests"},{"name":"conventional-changelog-cli@1.3.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7/manifests"},{"name":"conventional-changelog-express@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0/manifests"},{"name":"conventional-changelog-jquery@1.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0/manifests"},{"name":"conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-jshint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0/manifests"},{"name":"gulp-conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9/manifests"},{"name":"standard-changelog@1.0.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7/manifests"},{"name":"conventional-changelog-angular@1.6.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0/manifests"},{"name":"conventional-changelog-codemirror@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0/manifests"},{"name":"conventional-changelog-atom@0.2.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0/manifests"},{"name":"conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8/manifests"},{"name":"standard-changelog@1.0.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6/manifests"},{"name":"gulp-conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8/manifests"},{"name":"conventional-recommended-bump@1.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0/manifests"},{"name":"conventional-commits-parser@2.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0/manifests"},{"name":"conventional-commits-filter@1.1.1","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1/manifests"},{"name":"conventional-changelog-writer@2.0.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.2.10","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10/manifests"},{"name":"conventional-changelog-core@1.9.4","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4/manifests"},{"name":"conventional-changelog-cli@1.3.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6/manifests"},{"name":"conventional-changelog-angular@1.5.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3/manifests"},{"name":"conventional-changelog-ember@0.2.9","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9/manifests"},{"name":"standard-changelog@1.0.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5/manifests"},{"name":"gulp-conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7/manifests"},{"name":"git-semver-tags@1.2.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3/manifests"},{"name":"git-raw-commits@1.3.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.0.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3/manifests"},{"name":"conventional-commits-parser@2.0.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1/manifests"},{"name":"conventional-commits-filter@1.1.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0/manifests"},{"name":"conventional-changelog-writer@2.0.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2/manifests"},{"name":"conventional-changelog-jshint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1/manifests"},{"name":"conventional-changelog-jquery@1.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1/manifests"},{"name":"conventional-changelog-express@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1/manifests"},{"name":"conventional-changelog-eslint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1/manifests"},{"name":"conventional-changelog-core@1.9.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3/manifests"},{"name":"conventional-changelog-codemirror@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1/manifests"},{"name":"conventional-changelog-cli@1.3.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5/manifests"},{"name":"conventional-changelog-atom@0.1.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2/manifests"},{"name":"conventional-changelog-angular@1.5.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2/manifests"},{"name":"conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7/manifests"},{"name":"@marionebl/conventional-commits-parser@3.0.0","sha":"edf4068ce4c3ea6ac5b61323473ab655be5eb895","kind":"tag","published_at":"2017-11-01T07:09:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/@marionebl/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/@marionebl/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4/manifests"},{"name":"git-semver-tags@1.2.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2/manifests"},{"name":"conventional-recommended-bump@1.0.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-ember@0.2.8","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8/manifests"},{"name":"conventional-changelog-core@1.9.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2/manifests"},{"name":"standard-changelog@1.0.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4/manifests"},{"name":"conventional-changelog-angular@1.5.1","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1/manifests"},{"name":"conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6/manifests"},{"name":"standard-changelog@1.0.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3/manifests"},{"name":"conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-angular@1.5.0","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0/manifests"},{"name":"conventional-changelog-cli@1.3.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3/manifests"},{"name":"gulp-conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-writer@2.0.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1/manifests"},{"name":"conventional-changelog-core@1.9.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1/manifests"},{"name":"conventional-changelog-ember@0.2.7","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7/manifests"},{"name":"git-semver-tags@1.2.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1/manifests"},{"name":"conventional-changelog-jshint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0/manifests"},{"name":"conventional-changelog-jquery@1.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0/manifests"},{"name":"conventional-changelog-express@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0/manifests"},{"name":"conventional-changelog-eslint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0/manifests"},{"name":"conventional-commits-parser@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0/manifests"},{"name":"conventional-changelog-writer@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1/manifests"},{"name":"conventional-changelog-core@1.9.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0/manifests"},{"name":"conventional-changelog-codemirror@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0/manifests"},{"name":"conventional-changelog-cli@1.3.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2/manifests"},{"name":"conventional-changelog-atom@0.1.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1/manifests"},{"name":"conventional-changelog-angular@1.4.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0/manifests"},{"name":"conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4/manifests"},{"name":"gulp-conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4/manifests"},{"name":"standard-changelog@1.0.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2/manifests"},{"name":"conventional-changelog-ember@0.2.6","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6/manifests"},{"name":"conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3/manifests"},{"name":"conventional-changelog-angular@1.3.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3/manifests"},{"name":"conventional-changelog-cli@1.3.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1/manifests"},{"name":"conventional-changelog-core@1.8.0","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.8.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0/manifests"},{"name":"conventional-changelog-ember@0.2.5","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5/manifests"},{"name":"gulp-conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3/manifests"},{"name":"standard-changelog@1.0.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1/manifests"},{"name":"git-semver-tags@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0/manifests"},{"name":"standard-changelog@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2/manifests"},{"name":"git-raw-commits@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0/manifests"},{"name":"conventional-recommended-bump@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.2.4","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4/manifests"},{"name":"conventional-changelog-core@1.7.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.7.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0/manifests"},{"name":"conventional-changelog-cli@1.3.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0/manifests"},{"name":"conventional-changelog-angular@1.3.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2/manifests"},{"name":"conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2/manifests"},{"name":"gulp-conventional-changelog@1.1.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"tag","published_at":"2017-03-10T05:35:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0/manifests"},{"name":"standard-changelog@0.0.2","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@0.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-ember@0.2.3","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3/manifests"},{"name":"conventional-changelog-core@1.6.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0/manifests"},{"name":"conventional-changelog-angular@1.3.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1/manifests"},{"name":"conventional-changelog-cli@1.2.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1/manifests"},{"name":"conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-cli@1.2.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:01:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0/manifests"},{"name":"conventional-changelog-core@1.5.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:00:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0/manifests"},{"name":"git-raw-commits@1.1.2","sha":"f5fe78b1f15791cb0499744bf278dff22b52732f","kind":"tag","published_at":"2017-03-09T07:37:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2/manifests"},{"name":"git-semver-tags@1.1.2","sha":"7be07c7c0f49572b1c0e9c98f004b599d8b5bb1a","kind":"tag","published_at":"2017-03-09T07:35:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2/manifests"},{"name":"v1.1.0","sha":"600d411569271467389c3cbe71f7f657980e89a1","kind":"tag","published_at":"2016-02-13T06:59:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"9591280a8d09220aced3383abe3bc7ecbb34b503","kind":"tag","published_at":"2016-02-13T06:37:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"beef421f56939190a4ca30c28788eda1b3f9480d","kind":"tag","published_at":"2016-02-05T13:49:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"c8e90ab7fddd0b98855913e73fc12f9dc9dc81b1","kind":"tag","published_at":"2016-02-05T12:59:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0/manifests"},{"name":"v0.5.3","sha":"d79ce243223260b153699b99de0503698546ea63","kind":"tag","published_at":"2015-12-25T05:07:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"9e7b771072a2680c6c335fcad38003aade53213e","kind":"tag","published_at":"2015-12-23T12:24:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"4bf7d8df29f7be29552b82ec2b7112fad0c39a3e","kind":"tag","published_at":"2015-10-20T09:52:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"5ca2204b472704543ebbc744a22f8f90ec659659","kind":"tag","published_at":"2015-09-30T08:49:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"e5f2f3bc675e2c7e5cc6aa0ed50da7941833e492","kind":"tag","published_at":"2015-09-04T03:16:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"7536a0b351cc4f2764e71cbc268a178ab595259d","kind":"tag","published_at":"2015-08-17T01:28:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"56fa3d92620a41a875b3337fa51d04d6df23b1a8","kind":"tag","published_at":"2015-08-15T12:34:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"eefec0ef598a92e78510ee8626fd9bbcdb1398e4","kind":"tag","published_at":"2015-08-15T11:19:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0/manifests"},{"name":"v0.3.2","sha":"74b99dca61eafd56ba93605016b086a1108e77fe","kind":"tag","published_at":"2015-08-13T03:12:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"a1aca9c31a45aded77962bd0defc32e503aec213","kind":"commit","published_at":"2015-08-11T06:23:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"b489672d27ff703337c540f0fbc43f6486a84d99","kind":"commit","published_at":"2015-08-09T03:27:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"12e3cd6b151353dbe7f584adabbe5dd8a28424db","kind":"commit","published_at":"2015-07-24T08:13:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"f437b457b5ea6c105535a360144000f8315db54d","kind":"commit","published_at":"2015-07-24T04:54:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0/manifests"},{"name":"v0.1.3","sha":"c8fa9d0b94f8ac07f162623e4b9e9e68aad82e62","kind":"commit","published_at":"2015-07-22T11:06:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"6ba5d6e4b90a154dbca6ec0f80c66ad5995cd770","kind":"commit","published_at":"2015-07-22T07:10:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c015f8762f70eff2be7b8d7fb82438689239d717","kind":"commit","published_at":"2015-07-20T07:55:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"7253d0fea773e3f7cc0a3fb8278c9da070df26ee","kind":"commit","published_at":"2015-07-20T07:12:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.3","sha":"0c9f1e89bfacec8e08bac8ef96d64e3abdbecda7","kind":"commit","published_at":"2015-07-17T11:02:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"fec1baf43b8c0156682d4014a4fd066bd24ad448","kind":"commit","published_at":"2015-07-17T06:23:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"a5ea0dfada48601b9e3fbec78dd37d70380a2db6","kind":"commit","published_at":"2015-07-15T08:03:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1/manifests"},{"name":"v0.1.0-alpha.3","sha":"9b6cc68a2c17c9671363fe7af5de7ebd3a06aaeb","kind":"commit","published_at":"2015-07-06T01:27:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3/manifests"},{"name":"v0.1.0-alpha.2","sha":"34b0f460c34ecc48af857d8ee5d7038970ba56fb","kind":"commit","published_at":"2015-06-29T12:04:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2/manifests"},{"name":"v0.1.0-alpha.1","sha":"05b3415fc699ab43f3fa33b5ecd040ab5ecdf9e2","kind":"commit","published_at":"2015-06-24T04:42:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1/manifests"},{"name":"v0.0.17","sha":"3cae05244e48af9cf4abbef3114060db585a574c","kind":"commit","published_at":"2015-04-03T02:12:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"c0719ce6ba16778dd34c2cfdc81e7f3c5321409d","kind":"commit","published_at":"2015-03-19T04:15:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"57af04dc3e362c0e327b716279c9143028c6e0da","kind":"commit","published_at":"2015-03-18T20:23:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"69be290efb58a6a92e9ae78d7b37168d293920b5","kind":"commit","published_at":"2015-03-13T21:22:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"15a39d02ba3d666e7820eecbb8c5493ef2f6040a","kind":"commit","published_at":"2015-03-12T23:17:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13/manifests"},{"name":"v0.0.11","sha":"37f5561553c30d8f0f2c949502ea278da64949cd","kind":"tag","published_at":"2014-05-28T13:14:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"ad6f6ec5499d2c902b88da95487862d50e5ad776","kind":"tag","published_at":"2014-05-28T12:51:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"87efbabd9bc2a0fd83255e6cb856961b10aef9eb","kind":"tag","published_at":"2014-05-06T17:11:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"94b12cf69c51264b1edb6c81b50a262f0536894b","kind":"tag","published_at":"2014-04-10T14:45:48.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"1cf17e494fd7d8538c55189c72c0cf57d145ef41","kind":"tag","published_at":"2014-04-10T14:06:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"861f9ec93de28be4185b35815c2b6ab17746eb3f","kind":"commit","published_at":"2014-01-23T19:39:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"3f59f7356c86f30ef8e8754386373c2a8f97b367","kind":"commit","published_at":"2014-01-23T18:59:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6fa2c22464dcd964df604550c2ce2ed1d2f4362b","kind":"commit","published_at":"2014-01-04T21:36:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4/manifests"}]},"repo_metadata_updated_at":"2024-09-05T18:06:35.121Z","dependent_packages_count":1,"downloads":13,"downloads_period":"last-month","dependent_repos_count":2,"rankings":{"downloads":64.27733745101297,"dependent_repos_count":7.988601878970996,"dependent_packages_count":21.30988168970035,"stargazers_count":1.200604311931194,"forks_count":1.4458963804442808,"docker_downloads_count":null,"average":19.24446434241196},"purl":"pkg:npm/conventional-changelog-monorepo","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/conventional-changelog-monorepo","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/conventional-changelog-monorepo","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/conventional-changelog-monorepo/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-09-04T23:04:01.314Z","issues_count":175,"pull_requests_count":479,"avg_time_to_close_issue":19345133.890243903,"avg_time_to_close_pull_request":6038480.121447029,"issues_closed_count":82,"pull_requests_closed_count":387,"pull_request_authors_count":71,"issue_authors_count":107,"avg_comments_per_issue":2.12,"avg_comments_per_pull_request":1.3068893528183716,"merged_pull_requests_count":302,"bot_issues_count":3,"bot_pull_requests_count":228,"past_year_issues_count":65,"past_year_pull_requests_count":215,"past_year_avg_time_to_close_issue":881436.8095238095,"past_year_avg_time_to_close_pull_request":919702.6333333333,"past_year_issues_closed_count":42,"past_year_pull_requests_closed_count":180,"past_year_pull_request_authors_count":24,"past_year_issue_authors_count":40,"past_year_avg_comments_per_issue":1.5538461538461539,"past_year_avg_comments_per_pull_request":1.0604651162790697,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":94,"past_year_merged_pull_requests_count":142,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues","maintainers":[{"login":"dangreen","count":83,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"},{"login":"bcoe","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bcoe"},{"login":"tommywo","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tommywo"}],"active_maintainers":[{"login":"dangreen","count":72,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-monorepo/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-monorepo/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-monorepo/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-monorepo/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-monorepo/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-monorepo/codemeta","maintainers":[{"uuid":"pandelis","login":"pandelis","name":null,"email":"info@pandelis.me","url":null,"packages_count":14,"html_url":"https://www.npmjs.com/~pandelis","role":null,"created_at":"2022-11-11T20:38:48.926Z","updated_at":"2022-11-11T20:38:48.926Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/pandelis/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5644415,"maintainers_count":1200486,"namespaces_count":399623,"keywords_count":847874,"github":"npm","metadata":{"funded_packages_count":171745},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-06-10T05:11:46.456Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":4998109,"name":"org.webjars.npm:conventional-commits-filter","ecosystem":"maven","description":"WebJar for conventional-commits-filter","homepage":"https://www.webjars.org","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":[],"namespace":"org.webjars.npm","versions_count":1,"first_release_published_at":"2021-04-05T09:39:43.000Z","latest_release_published_at":"2021-04-05T09:39:43.000Z","latest_release_number":"2.0.7","last_synced_at":"2026-06-03T20:26:43.993Z","created_at":"2022-07-27T10:53:48.185Z","updated_at":"2026-06-03T20:26:43.993Z","registry_url":"https://central.sonatype.com/artifact/org.webjars.npm/conventional-commits-filter/","install_command":null,"documentation_url":"https://appdoc.app/artifact/org.webjars.npm/conventional-commits-filter/","metadata":{"repositories":["https://repo.maven.apache.org/maven2"]},"repo_metadata":{"id":12961414,"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2025-10-23T17:43:12.000Z","size":6366,"stargazers_count":8280,"open_issues_count":245,"forks_count":731,"subscribers_count":51,"default_branch":"master","last_synced_at":"2025-10-24T01:48:17.818Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2025-10-23T01:16:08.000Z","dependencies_parsed_at":"2022-07-13T10:30:31.523Z","dependency_job_id":"5f6d159e-c4c6-405b-9fa7-976ffc4dfa04","html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1686,"total_committers":150,"mean_commits":11.24,"dds":0.4792408066429419,"last_synced_commit":"65550d9a30cfab4b00b3e982e42bd68fedafcefc"},"previous_names":["ajoslin/conventional-changelog"],"tags_count":804,"template":false,"template_full_name":null,"purl":"pkg:github/conventional-changelog/conventional-changelog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/sbom","scorecard":{"id":174827,"data":{"date":"2025-08-11","repo":{"name":"github.com/conventional-changelog/conventional-changelog","commit":"1552de5434163eb63d3bf73d97bcb3bf34de8586"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 7 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":1,"reason":"Found 4/22 approved changesets -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/checks.yml:1","Warn: no topLevel permission defined: .github/workflows/commit.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Warn: no topLevel permission defined: .github/workflows/tests.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/checks.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/checks.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/commit.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/commit.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/commit.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:50: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:85: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:87: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:91: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:102: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Info:   0 out of  17 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  14 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: ISC License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 16 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":7,"reason":"3 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-xffm-g5w8-qvg7","Warn: Project is vulnerable to: GHSA-67mh-4wv8-2f99","Warn: Project is vulnerable to: GHSA-52f5-9888-hmc6"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-16T17:26:40.503Z","repository_id":12961414,"created_at":"2025-08-16T17:26:40.503Z","updated_at":"2025-08-16T17:26:40.503Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281931845,"owners_count":26585822,"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","status":"online","status_checked_at":"2025-10-31T02:00:07.401Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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"},"owner_record":{"login":"conventional-changelog","name":"conventional-changelog","uuid":"16443515","kind":"organization","description":"Tools to generate changelogs and release notes from a project's commit messages and metadata.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16443515?v=4","repositories_count":12,"last_synced_at":"2025-04-05T03:02:08.595Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/conventional-changelog","funding_links":[],"total_stars":33067,"followers":419,"following":0,"created_at":"2022-11-02T16:25:21.572Z","updated_at":"2025-04-05T03:02:08.596Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog/repositories"},"tags":[{"name":"conventional-changelog-angular-v8.1.0","sha":"4a8c5d57a058c5b103a8ebddf94e19cf67a58a18","kind":"commit","published_at":"2025-10-20T20:40:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v8.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v8.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular-v8.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.1.0/manifests"},{"name":"conventional-commits-parser-v6.2.1","sha":"4a8c5d57a058c5b103a8ebddf94e19cf67a58a18","kind":"commit","published_at":"2025-10-20T20:40:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v6.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.2.1/manifests"},{"name":"conventional-changelog-v7.1.1","sha":"d3934017f5c8987a0b4a5fdf3782f26cd43ab486","kind":"commit","published_at":"2025-07-10T17:30:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v7.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v7.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v7.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.1.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v9.1.0","sha":"b3bec6cd666605edb0727765637d8de30a672b86","kind":"commit","published_at":"2025-07-10T15:38:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v9.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v9.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v9.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v9.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v9.1.0/manifests"},{"name":"conventional-changelog-writer-v8.2.0","sha":"429fa80cf3232ddc89ad2e6593a5087da55f2192","kind":"commit","published_at":"2025-07-09T21:51:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v8.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.2.0/manifests"},{"name":"conventional-commits-parser-v6.2.0","sha":"a10c63faccc776bfc941a54dbcfa2d128bbfb374","kind":"commit","published_at":"2025-06-09T09:39:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v6.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.2.0/manifests"},{"name":"conventional-changelog-v7.1.0","sha":"549320cb33c00bea312fcf70c31d3ee6973ba488","kind":"commit","published_at":"2025-06-07T17:07:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v7.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v7.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v7.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.1.0/manifests"},{"name":"conventional-recommended-bump-v11.2.0","sha":"549320cb33c00bea312fcf70c31d3ee6973ba488","kind":"commit","published_at":"2025-06-07T17:07:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v11.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v11.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v11.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.2.0/manifests"},{"name":"git-client-v2.5.1","sha":"07103bc206c6b75af47183a700868d69424c5f5f","kind":"commit","published_at":"2025-06-02T10:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.5.1/manifests"},{"name":"git-client-v2.5.0","sha":"7926760758a6635d423d91288a11253bb663698c","kind":"commit","published_at":"2025-06-02T00:10:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.5.0/manifests"},{"name":"git-client-v2.4.0","sha":"81588478678c36e7465a90cfe56e4981c13729a9","kind":"commit","published_at":"2025-05-27T19:05:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.4.0/manifests"},{"name":"git-client-v2.3.0","sha":"abf8f2b4f11a8c4dcee54346fb39cee04c05242b","kind":"commit","published_at":"2025-05-23T19:01:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.3.0/manifests"},{"name":"conventional-changelog-v7.0.2","sha":"d42c917ee7b2732b9e4bc42bf70f6700ac028e1b","kind":"commit","published_at":"2025-05-22T20:08:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v7.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.2/manifests"},{"name":"conventional-changelog-v7.0.1","sha":"2dcae156d1dc9c40a2392c3dd9363449f3f59f75","kind":"commit","published_at":"2025-05-19T22:26:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.1/manifests"},{"name":"standard-changelog-v7.0.1","sha":"2dcae156d1dc9c40a2392c3dd9363449f3f59f75","kind":"commit","published_at":"2025-05-19T22:26:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v7.0.1/manifests"},{"name":"git-client-v2.2.0","sha":"2dcae156d1dc9c40a2392c3dd9363449f3f59f75","kind":"commit","published_at":"2025-05-19T22:26:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.2.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v9.0.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v9.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v9.0.0/manifests"},{"name":"conventional-changelog-writer-v8.1.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v8.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.1.0/manifests"},{"name":"conventional-recommended-bump-v11.1.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v11.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v11.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v11.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.1.0/manifests"},{"name":"git-client-v2.1.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.1.0/manifests"},{"name":"standard-changelog-v7.0.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v7.0.0/manifests"},{"name":"conventional-changelog-v7.0.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.0/manifests"},{"name":"conventional-commits-parser-v6.1.0","sha":"641a04473146d99189ec31d948202f8ef973da37","kind":"commit","published_at":"2025-01-15T16:19:55.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v6.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v11.0.0","sha":"3abb8c6494cd57fd52755d00669c10e4cc25a034","kind":"commit","published_at":"2025-01-15T16:19:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v11.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v11.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v11.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.0.0/manifests"},{"name":"conventional-changelog-writer-v8.0.1","sha":"fe3da2f131673200f695d6c9f34d8d0303042329","kind":"commit","published_at":"2025-01-15T16:14:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v8.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.1/manifests"},{"name":"git-client-v2.0.0","sha":"2ea0eec3e46bb9de9d57001d3aac074076e668a7","kind":"commit","published_at":"2025-01-15T16:13:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.0.0/manifests"},{"name":"conventional-changelog-core-v9.0.0","sha":"1ac3f1268140c999c669908085d0879b5d294c1a","kind":"commit","published_at":"2025-01-15T16:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v9.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v9.0.0/manifests"},{"name":"git-client-v1.0.1","sha":"d3b8aaa16337993bbad4d91db1ffac5a7568756b","kind":"commit","published_at":"2024-05-06T14:46:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1/manifests"},{"name":"conventional-changelog-v6.0.0","sha":"83bb15ba5de08f080884fc906c6db3c99c8b2131","kind":"commit","published_at":"2024-04-26T22:08:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0/manifests"},{"name":"conventional-changelog-core-v8.0.0","sha":"7bc92fc05e4447f311ad52b6e39d36f461eaf083","kind":"commit","published_at":"2024-04-26T22:07:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v8.0.0","sha":"3129c812139bf7454a64b4d506e6b85cd5abc77c","kind":"commit","published_at":"2024-04-26T22:06:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0/manifests"},{"name":"git-semver-tags-v8.0.0","sha":"fbd1b3bcd6253a32de89eb21145c2eb70d9396b6","kind":"commit","published_at":"2024-04-26T22:05:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v5.0.0","sha":"e34c96db3dbebedb17a6583aae8855dddd056f83","kind":"commit","published_at":"2024-04-26T22:04:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0/manifests"},{"name":"conventional-changelog-angular-v8.0.0","sha":"2aa6291a93eb881230e896f87a5232873b6a9717","kind":"commit","published_at":"2024-04-26T22:04:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0/manifests"},{"name":"conventional-changelog-jquery-v6.0.0","sha":"1c71cd6d4868ef2e158963e277609a9794806306","kind":"commit","published_at":"2024-04-26T22:03:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v8.0.0","sha":"533e36277d1779a5ac79a06210c603b5f88bc030","kind":"commit","published_at":"2024-04-26T22:00:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0/manifests"},{"name":"conventional-changelog-eslint-v6.0.0","sha":"c7459cd7d1e1ab82c9a5d552b008c02aba290cad","kind":"commit","published_at":"2024-04-26T21:59:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0/manifests"},{"name":"git-raw-commits-v5.0.0","sha":"f61ea377e843db0852c35911785895ec43481f11","kind":"commit","published_at":"2024-04-26T21:58:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0/manifests"},{"name":"conventional-changelog-codemirror-v5.0.0","sha":"77525286ffc8869a6ac351ebe28198842815cb7c","kind":"commit","published_at":"2024-04-26T21:57:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0/manifests"},{"name":"conventional-changelog-cli-v5.0.0","sha":"a75cef688b9a1557ca981178d4d35c18963160b6","kind":"commit","published_at":"2024-04-26T21:53:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0/manifests"},{"name":"conventional-changelog-express-v5.0.0","sha":"a6ab80d6e30091a8b743ee97a87e7400af1ebc53","kind":"commit","published_at":"2024-04-26T21:53:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v10.0.0","sha":"d7c409b02f1d58cf6f0293edcadbe5f00a78a622","kind":"commit","published_at":"2024-04-26T21:52:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v10.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v10.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v10.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0/manifests"},{"name":"conventional-changelog-atom-v5.0.0","sha":"3b2b9d0ec2382f73d9cf000a1004596f90ece916","kind":"commit","published_at":"2024-04-26T21:51:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0/manifests"},{"name":"conventional-changelog-jshint-v5.0.0","sha":"d7dae509e72b09d1496ae51f1f04c15581c828fc","kind":"commit","published_at":"2024-04-26T21:50:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0/manifests"},{"name":"conventional-changelog-ember-v5.0.0","sha":"2e99dfa49112ffe6c864dd0e436f0db1e696b1f9","kind":"commit","published_at":"2024-04-26T21:50:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0/manifests"},{"name":"conventional-commits-parser-v6.0.0","sha":"646e1be132ccd0f32e3074de2f511be5c610984f","kind":"commit","published_at":"2024-04-26T21:48:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0/manifests"},{"name":"conventional-commits-filter-v5.0.0","sha":"be4266b7ef7b84ba5c198dfa8c143229f8a5b128","kind":"commit","published_at":"2024-04-26T21:47:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0/manifests"},{"name":"standard-changelog-v6.0.0","sha":"3e9b9387f29e48a508b70b88f26b40a6db9fea16","kind":"commit","published_at":"2024-04-26T21:45:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v5.0.0","sha":"041a1a9b73b201add30494aed19d026b948bd8f1","kind":"commit","published_at":"2024-04-26T21:41:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0/manifests"},{"name":"git-client-v1.0.0","sha":"7e51fe970576503cae3ab94e6e9b3e01017b044d","kind":"commit","published_at":"2024-04-26T21:21:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0/manifests"},{"name":"git-semver-tags-v7.0.1","sha":"fac8045242099c016f5f3905e54e02b7d466bd7b","kind":"commit","published_at":"2023-09-10T23:53:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1/manifests"},{"name":"conventional-changelog-writer-v7.0.1","sha":"e3a643ad39ec3bc4cfb1dff2aa1101333df33dc3","kind":"commit","published_at":"2023-09-10T23:49:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1/manifests"},{"name":"conventional-changelog-v5.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0/manifests"},{"name":"conventional-changelog-cli-v4.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0/manifests"},{"name":"conventional-changelog-core-v7.0.0","sha":"2e467dd39a35c3813597711a37690897183b4abc","kind":"commit","published_at":"2023-09-08T22:03:37.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0/manifests"},{"name":"git-semver-tags-v7.0.0","sha":"a13f788bd505d8253a2d92413fc4a7780e11ec07","kind":"commit","published_at":"2023-09-08T21:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0/manifests"},{"name":"standard-changelog-v5.0.0","sha":"34569c7a3fd2b0362a461517a1f4e20e7eecd9fc","kind":"commit","published_at":"2023-09-08T21:55:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v9.0.0","sha":"ad633d9d81f66ef80d7f77832a264cb0c5b971ef","kind":"commit","published_at":"2023-09-08T21:50:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v9.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.2","sha":"50113f9b569259d991f1a734a192964ca71f0118","kind":"commit","published_at":"2023-09-08T21:41:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v7.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2/manifests"},{"name":"conventional-changelog-preset-loader-v4.1.0","sha":"a14d2186575f6061f236c9a47d803694b18f8373","kind":"commit","published_at":"2023-09-08T21:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader-v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.1","sha":"ca4324b0a690b2595f8b574882ff95329a2dc195","kind":"commit","published_at":"2023-08-27T19:11:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1/manifests"},{"name":"conventional-commits-filter-v4.0.0","sha":"26fc9ea274dc0c62442ec9d97b20a2ebb49138bf","kind":"commit","published_at":"2023-08-27T12:55:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0/manifests"},{"name":"standard-changelog-v4.0.0","sha":"5b788265774bf4b63d3c83a178ca53e8e7095903","kind":"commit","published_at":"2023-08-27T12:50:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-eslint-v5.0.0","sha":"679594c0716275771cc23b314e4362899fe72f87","kind":"commit","published_at":"2023-08-27T12:46:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0/manifests"},{"name":"git-semver-tags-v6.0.0","sha":"1c75c72d9b5d59e3ea4e914c58a85f7559f29602","kind":"commit","published_at":"2023-08-27T12:40:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0/manifests"},{"name":"conventional-recommended-bump-v8.0.0","sha":"624377a24e8e3658bcf2329a9a98f9a7b02a4cb3","kind":"commit","published_at":"2023-08-27T12:33:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0/manifests"},{"name":"conventional-changelog-writer-v7.0.0","sha":"d669bb67dc713cb1e4374e3216ed7d83cde743c5","kind":"commit","published_at":"2023-08-27T12:27:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0/manifests"},{"name":"conventional-changelog-codemirror-v4.0.0","sha":"933fd0b3dd355d648faf57241b796a714004c722","kind":"commit","published_at":"2023-08-27T12:23:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0/manifests"},{"name":"conventional-changelog-express-v4.0.0","sha":"c9e9ceb3a3727659bd117bab01cbc7642d588f06","kind":"commit","published_at":"2023-08-27T12:16:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0/manifests"},{"name":"conventional-changelog-ember-v4.0.0","sha":"5d7c16268f79b7f180e34e997fdb37373d714666","kind":"commit","published_at":"2023-08-27T12:11:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0/manifests"},{"name":"conventional-changelog-jquery-v5.0.0","sha":"d643efb1050dcdaecee626044315644ff9b9e43b","kind":"commit","published_at":"2023-08-27T12:07:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v4.0.0","sha":"636646dd9ae062e9652a7f9ccaf6c329e6e9f924","kind":"commit","published_at":"2023-08-27T12:03:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0/manifests"},{"name":"conventional-changelog-v5.0.0","sha":"7985de3edc9e655369651ad464cb39b791887dc7","kind":"commit","published_at":"2023-08-27T11:58:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.0","sha":"5f0fe40743d8f559ab94ed11bbb4b8bda6fa6dcb","kind":"commit","published_at":"2023-08-27T11:51:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0/manifests"},{"name":"conventional-changelog-angular-v7.0.0","sha":"6c7a2e1a8807988bcb1a9842f72d14be3b1a89e3","kind":"commit","published_at":"2023-08-27T11:46:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0/manifests"},{"name":"conventional-changelog-jshint-v4.0.0","sha":"0204a9a340d2c85411e8de8905bc74c6146e5618","kind":"commit","published_at":"2023-08-27T11:41:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0/manifests"},{"name":"conventional-changelog-atom-v4.0.0","sha":"ab9b2c10e098ec8837d141102549f3eef698364c","kind":"commit","published_at":"2023-08-27T11:36:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0/manifests"},{"name":"conventional-changelog-cli-v4.0.0","sha":"29df6c4597afad27b9cda06f58eb564bcca609c4","kind":"commit","published_at":"2023-08-27T11:21:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0/manifests"},{"name":"conventional-changelog-core-v6.0.0","sha":"45613bbc2d13c798732e4b2bd4b2fa9ea67157d6","kind":"commit","published_at":"2023-08-27T11:17:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v4.0.0","sha":"5a896e3ef3aa9e751fcc74d7c76fa21d6d526cb0","kind":"commit","published_at":"2023-08-27T11:08:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0/manifests"},{"name":"git-raw-commits-v4.0.0","sha":"878fc56b43bc617177bf47fd8643a3b8b86078e5","kind":"commit","published_at":"2023-08-27T11:01:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0/manifests"},{"name":"conventional-commits-parser-v5.0.0","sha":"299de5acbe55a7d19dcdd2adc34681eae7264abf","kind":"commit","published_at":"2023-08-26T17:50:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0/manifests"},{"name":"git-semver-tags-v5.0.1","sha":"87914a362866a380e98a29edf19b2173e0911d8a","kind":"commit","published_at":"2023-07-09T19:10:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1/manifests"},{"name":"conventional-changelog-writer-v6.0.1","sha":"c123edea220b450cfa26813b6f198c3e8ebbd2b4","kind":"commit","published_at":"2023-07-09T14:49:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v6.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.2","sha":"83773c5e1a8874ea9809ca9db1dff60b7df1daae","kind":"commit","published_at":"2023-06-28T17:43:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v5.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.1.0","sha":"2e5fe6d9574ba896fa90b5bfcb50fb73d28af6d6","kind":"commit","published_at":"2023-06-17T21:30:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v6.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v7.0.1","sha":"f251b6899e313a9b23f3c8deb8b8b57217040892","kind":"commit","published_at":"2023-06-06T23:24:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.1","sha":"5b458dff9edf766446449acd1bbb8027a1e39fa5","kind":"commit","published_at":"2023-06-06T23:17:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1/manifests"},{"name":"gulp-conventional-changelog-v3.0.0","sha":"8ef6232797e5bf7c80422221374c53c03d5df36d","kind":"commit","published_at":"2023-06-06T22:50:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0/manifests"},{"name":"standard-changelog-v3.0.0","sha":"ea65f017b42b914ece780fd2fc799a6946912ed8","kind":"commit","published_at":"2023-06-06T22:42:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0/manifests"},{"name":"conventional-changelog-cli-v3.0.0","sha":"f00f4549cee9406054b77057a8135183fcd89710","kind":"commit","published_at":"2023-06-06T22:29:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0/manifests"},{"name":"conventional-changelog-v4.0.0","sha":"1a240f91ed584ed43e7f9c82235ca60eff0f4fa5","kind":"commit","published_at":"2023-06-06T19:50:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-core-v5.0.0","sha":"8507f601486c8ff6806156c50091262dee13ec54","kind":"commit","published_at":"2023-06-06T19:23:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v7.0.0","sha":"e1662ca7a6c688d28a334282a5e863f52866f3e8","kind":"commit","published_at":"2023-06-06T18:39:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v3.0.0","sha":"5d80d155425147a0b045af09536e5962cbfff620","kind":"commit","published_at":"2023-06-06T15:08:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.0.0","sha":"a30fc7ae219cf871b46cbe9d2c76a9730b70e272","kind":"commit","published_at":"2023-06-06T14:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v6.0.0","sha":"aa5d46c7b13b7b31f78af4b3c31c087c39eea41d","kind":"commit","published_at":"2023-06-06T14:46:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0/manifests"},{"name":"conventional-commits-filter-v3.0.0","sha":"502a73fe41aebb7b563c5ca69521e0b1bab904df","kind":"commit","published_at":"2023-06-06T14:32:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0/manifests"},{"name":"conventional-commits-parser-v4.0.0","sha":"9f7fe891e75c64937c28baa39a6c795a01603ab7","kind":"commit","published_at":"2023-06-06T14:24:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0/manifests"},{"name":"git-raw-commits-v3.0.0","sha":"571f2d549f10744a12ab3bc5dc5e0b749cb72667","kind":"commit","published_at":"2023-06-06T14:16:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0/manifests"},{"name":"git-semver-tags-v5.0.0","sha":"445c796d04105d10dd62d07039bc6a7fc9f263a5","kind":"commit","published_at":"2023-06-06T13:51:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0/manifests"},{"name":"conventional-changelog-atom-v3.0.0","sha":"208787aa2f5db8de1c2d43c56d71e6dfb9510781","kind":"commit","published_at":"2023-06-06T13:43:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0/manifests"},{"name":"conventional-changelog-angular-v6.0.0","sha":"c4ebf98acc15f37154aae5de53a225e896c4a157","kind":"commit","published_at":"2023-06-06T13:36:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0/manifests"},{"name":"conventional-changelog-codemirror-v3.0.0","sha":"0772453bee083917a05b9696d063ee3dc69957f9","kind":"commit","published_at":"2023-06-06T13:25:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0/manifests"},{"name":"conventional-changelog-ember-v3.0.0","sha":"e473d0c8af7c0cf8a54f775556796f50f3e695c2","kind":"commit","published_at":"2023-06-06T13:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0/manifests"},{"name":"conventional-changelog-eslint-v4.0.0","sha":"b3b896bc5b9e3ed65dcfc08c57967a252f37cfd1","kind":"commit","published_at":"2023-06-06T12:56:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0/manifests"},{"name":"conventional-changelog-express-v3.0.0","sha":"5594385d1dd2490b0fb508a60b6f30e8be6616ce","kind":"commit","published_at":"2023-06-06T12:37:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0/manifests"},{"name":"conventional-changelog-jquery-v4.0.0","sha":"51a3015a907b2cea900114359c36ce0e9664b72d","kind":"commit","published_at":"2023-06-06T12:17:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0/manifests"},{"name":"conventional-changelog-jshint-v3.0.0","sha":"281e5f883476e90b75cae4373a67436c86e94f6a","kind":"commit","published_at":"2023-06-06T12:02:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v5.0.0","sha":"ba6df7cf62de5f448368bed4398f6ddf633d2cbd","kind":"commit","published_at":"2022-05-27T18:02:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0/manifests"},{"name":"conventional-changelog-writer-v5.0.1","sha":"21b73f974adc4490a318d9c892055655cb82c538","kind":"commit","published_at":"2021-12-29T21:36:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.3","sha":"02757d342290bcf51a49d49e5e72f5eae6c6f6da","kind":"commit","published_at":"2021-12-29T19:52:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v4.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3/manifests"},{"name":"conventional-commits-parser-v3.2.4","sha":"1d0f62d4ac4911ef0d912d5401f783b152cee624","kind":"commit","published_at":"2021-12-29T19:46:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v3.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4/manifests"},{"name":"git-raw-commits-v2.0.11","sha":"95384dbd105ffe4f86bbc6ccad3e5405a1cbfe04","kind":"commit","published_at":"2021-12-29T19:39:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v2.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.2","sha":"1827696185192a8dd258ea7c3370090238b0fb76","kind":"commit","published_at":"2021-12-25T18:06:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v4.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2/manifests"},{"name":"conventional-changelog-cli-v2.2.2","sha":"8ce6a7bbd3fae87aa9d56fca68c2e16fbb2cace5","kind":"commit","published_at":"2021-12-25T17:22:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2/manifests"},{"name":"conventional-changelog-v3.1.25","sha":"8e9c3d76aaffd7fe67a78270b3ad9b881e953e7e","kind":"commit","published_at":"2021-12-24T18:50:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v3.1.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25/manifests"},{"name":"conventional-commits-parser-v3.2.3","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v3.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3/manifests"},{"name":"conventional-changelog-cli-v2.2.1","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.1","sha":"c35708d56a55e31b750aec1f745e5be52f0a75f2","kind":"commit","published_at":"2021-09-09T19:06:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v4.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1/manifests"},{"name":"conventional-commits-parser-v3.2.2","sha":"1bae48ff85eff0736ea6691b7214f3fc9c026256","kind":"commit","published_at":"2021-09-09T14:45:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v3.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2/manifests"},{"name":"conventional-changelog-core-v4.2.4","sha":"02fbc2d42d0faf53d4b7a2b0525626088a6ac8ba","kind":"commit","published_at":"2021-09-09T14:37:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v4.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4/manifests"},{"name":"conventional-changelog-angular-v5.0.13","sha":"e30343b4676d26b416080294dc74ebba001c0716","kind":"commit","published_at":"2021-09-09T14:31:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v5.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular-v5.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13/manifests"},{"name":"conventional-changelog-core-v4.2.3","sha":"318b555b6ef3aebdb5a8d4c7c734fd7234712dd3","kind":"commit","published_at":"2021-07-03T00:24:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v4.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.0","sha":"537c37d7801872c3e57e4200c64154a4d2ea042a","kind":"commit","published_at":"2021-04-30T00:15:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v4.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0/manifests"},{"name":"conventional-commits-parser-v3.2.1","sha":"758dda2937b6784f0cc6a535286862fcf95b6f06","kind":"commit","published_at":"2021-02-15T21:32:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1/manifests"},{"name":"git-raw-commits-v2.0.10","sha":"ffecaccb6e117afae9f68f1d48ff9a69554da950","kind":"commit","published_at":"2021-01-27T16:36:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v2.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10/manifests"},{"name":"conventional-changelog-writer-v5.0.0","sha":"61ef6491add84b841e1797baf09f62bbdd90dcd4","kind":"commit","published_at":"2020-12-30T22:40:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v6.1.0","sha":"3b0fb22b0bb49137b9ecddaeb349f66025205c57","kind":"commit","published_at":"2020-12-30T16:58:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v6.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0/manifests"},{"name":"conventional-changelog-core-v4.2.2","sha":"317eeb3137caff69bcc9a67fce3dc67663a010db","kind":"commit","published_at":"2020-12-30T00:53:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v4.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2/manifests"},{"name":"conventional-recommended-bump-v6.0.12","sha":"90ecc5d93bfd7626857eda5d240f92393d896be0","kind":"commit","published_at":"2020-12-30T00:43:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v6.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12/manifests"},{"name":"git-raw-commits-v2.0.9","sha":"227f3e23af86912c0cd64fdb1a820ac92e5757c5","kind":"commit","published_at":"2020-12-29T23:59:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v2.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9/manifests"},{"name":"conventional-changelog-writer-v4.1.0","sha":"77725cfb12ca3ca22abb9421b4af012a49207e7a","kind":"commit","published_at":"2020-12-29T23:41:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0/manifests"},{"name":"conventional-commits-filter@2.0.7","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7/manifests"},{"name":"standard-changelog@2.0.27","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27/manifests"},{"name":"gulp-conventional-changelog@2.0.35","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35/manifests"},{"name":"git-semver-tags@4.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%404.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1/manifests"},{"name":"git-raw-commits@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8/manifests"},{"name":"conventional-recommended-bump@6.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11/manifests"},{"name":"conventional-commits-parser@3.2.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0/manifests"},{"name":"conventional-changelog-writer@4.0.18","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18/manifests"},{"name":"conventional-changelog-jshint@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9/manifests"},{"name":"conventional-changelog-jquery@3.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11/manifests"},{"name":"conventional-changelog-express@2.0.6","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9/manifests"},{"name":"conventional-changelog-ember@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9/manifests"},{"name":"conventional-changelog-core@4.2.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.5.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1/manifests"},{"name":"conventional-changelog-atom@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8/manifests"},{"name":"conventional-changelog-angular@5.0.12","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12/manifests"},{"name":"conventional-changelog@3.1.24","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24/manifests"},{"name":"conventional-changelog-v3.1.24","sha":"f8fcbc2e8b0834c29178ace6382b438a020ad828","kind":"commit","published_at":"2020-10-25T02:45:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v3.1.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24/manifests"},{"name":"conventional-changelog-conventionalcommits@4.4.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0/manifests"},{"name":"conventional-changelog-core@4.2.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0/manifests"},{"name":"conventional-changelog@3.1.23","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23/manifests"},{"name":"conventional-changelog-cli@2.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0/manifests"},{"name":"git-semver-tags@4.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%404.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0/manifests"},{"name":"gulp-conventional-changelog@2.0.34","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34/manifests"},{"name":"standard-changelog@2.0.26","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26/manifests"},{"name":"conventional-recommended-bump@6.0.10","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10/manifests"},{"name":"conventional-changelog-core@4.1.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8/manifests"},{"name":"standard-changelog@2.0.25","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25/manifests"},{"name":"gulp-conventional-changelog@2.0.33","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33/manifests"},{"name":"conventional-changelog-writer@4.0.17","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17/manifests"},{"name":"conventional-changelog-jshint@2.0.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.1","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1/manifests"},{"name":"conventional-changelog-cli@2.0.35","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35/manifests"},{"name":"conventional-changelog-angular@5.0.11","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11/manifests"},{"name":"conventional-changelog@3.1.22","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22/manifests"},{"name":"standard-changelog@2.0.24","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24/manifests"},{"name":"gulp-conventional-changelog@2.0.32","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32/manifests"},{"name":"conventional-changelog-writer@4.0.16","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16/manifests"},{"name":"conventional-changelog-core@4.1.7","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7/manifests"},{"name":"conventional-changelog-cli@2.0.34","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34/manifests"},{"name":"conventional-changelog@3.1.21","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0/manifests"},{"name":"conventional-changelog@3.1.20","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20/manifests"},{"name":"conventional-changelog-cli@2.0.33","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33/manifests"},{"name":"conventional-changelog-atom@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7/manifests"},{"name":"conventional-changelog-eslint@3.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8/manifests"},{"name":"conventional-changelog-express@2.0.5","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10/manifests"},{"name":"conventional-changelog-jshint@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7/manifests"},{"name":"conventional-changelog-preset-loader@2.3.4","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4/manifests"},{"name":"conventional-changelog-writer@4.0.15","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15/manifests"},{"name":"conventional-commits-filter@2.0.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6/manifests"},{"name":"conventional-commits-parser@3.1.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.9","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9/manifests"},{"name":"git-raw-commits@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7/manifests"},{"name":"git-semver-tags@4.0.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.31","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31/manifests"},{"name":"standard-changelog@2.0.23","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23/manifests"},{"name":"conventional-changelog-angular@5.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10/manifests"},{"name":"conventional-changelog-core@4.1.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6/manifests"},{"name":"conventional-changelog-codemirror@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7/manifests"},{"name":"conventional-changelog-ember@2.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8/manifests"},{"name":"conventional-changelog-preset-loader-v2.3.2","sha":"9f6c56cb960a5043823cfb85b9843991201cbb51","kind":"commit","published_at":"2020-05-08T19:21:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v2.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader-v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2/manifests"},{"name":"conventional-changelog-cli@2.0.32","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32/manifests"},{"name":"conventional-changelog-core@4.1.5","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5/manifests"},{"name":"gulp-conventional-changelog@2.0.30","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30/manifests"},{"name":"standard-changelog@2.0.22","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22/manifests"},{"name":"conventional-changelog@3.1.19","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19/manifests"},{"name":"conventional-changelog@3.1.18","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18/manifests"},{"name":"conventional-changelog-core@4.1.4","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.29","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29/manifests"},{"name":"standard-changelog@2.0.21","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21/manifests"},{"name":"conventional-changelog-cli@2.0.31","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31/manifests"},{"name":"conventional-changelog-cli@2.0.30","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30/manifests"},{"name":"conventional-changelog-core@4.1.3","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3/manifests"},{"name":"conventional-changelog@3.1.17","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17/manifests"},{"name":"standard-changelog@2.0.20","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20/manifests"},{"name":"gulp-conventional-changelog@2.0.28","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28/manifests"},{"name":"conventional-changelog-core@4.1.2","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2/manifests"},{"name":"standard-changelog@2.0.19","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19/manifests"},{"name":"gulp-conventional-changelog@2.0.27","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27/manifests"},{"name":"conventional-changelog-cli@2.0.29","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29/manifests"},{"name":"conventional-changelog@3.1.16","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16/manifests"},{"name":"standard-changelog@2.0.18","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18/manifests"},{"name":"gulp-conventional-changelog@2.0.26","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26/manifests"},{"name":"git-semver-tags@3.0.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1/manifests"},{"name":"git-raw-commits@2.0.3","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3/manifests"},{"name":"conventional-changelog@3.1.15","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15/manifests"},{"name":"conventional-recommended-bump@6.0.5","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5/manifests"},{"name":"conventional-commits-parser@3.0.8","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.11","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11/manifests"},{"name":"conventional-changelog-core@4.1.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.28","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28/manifests"},{"name":"conventional-changelog-core@4.1.0","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0/manifests"},{"name":"conventional-changelog@3.1.14","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14/manifests"},{"name":"conventional-changelog-angular@5.0.6","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6/manifests"},{"name":"conventional-changelog-cli@2.0.27","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.3","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3/manifests"},{"name":"conventional-commits-parser@3.0.7","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7/manifests"},{"name":"conventional-recommended-bump@6.0.4","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.25","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25/manifests"},{"name":"standard-changelog@2.0.17","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17/manifests"},{"name":"conventional-changelog@3.1.13","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13/manifests"},{"name":"standard-changelog@2.0.16","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16/manifests"},{"name":"gulp-conventional-changelog@2.0.24","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24/manifests"},{"name":"conventional-recommended-bump@6.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3/manifests"},{"name":"conventional-commits-parser@3.0.6","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6/manifests"},{"name":"conventional-changelog-writer@4.0.10","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10/manifests"},{"name":"conventional-changelog-preset-loader@2.3.0","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0/manifests"},{"name":"conventional-changelog-core@4.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.2","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2/manifests"},{"name":"conventional-changelog-cli@2.0.26","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26/manifests"},{"name":"conventional-changelog-core@4.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2/manifests"},{"name":"standard-changelog@2.0.15","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15/manifests"},{"name":"gulp-conventional-changelog@2.0.23","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23/manifests"},{"name":"conventional-recommended-bump@6.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2/manifests"},{"name":"conventional-commits-parser@3.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5/manifests"},{"name":"conventional-changelog-writer@4.0.9","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9/manifests"},{"name":"conventional-changelog-jshint@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.6","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4/manifests"},{"name":"conventional-changelog-ember@2.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.1","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1/manifests"},{"name":"conventional-changelog-codemirror@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.25","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25/manifests"},{"name":"conventional-changelog-atom@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5/manifests"},{"name":"conventional-changelog@3.1.12","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12/manifests"},{"name":"conventional-commits-parser@3.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4/manifests"},{"name":"conventional-changelog-atom@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.24","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24/manifests"},{"name":"conventional-changelog-codemirror@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.0","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0/manifests"},{"name":"conventional-changelog-core@4.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3/manifests"},{"name":"conventional-changelog-eslint@3.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.5","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5/manifests"},{"name":"conventional-changelog-jshint@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2/manifests"},{"name":"conventional-changelog-writer@4.0.8","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8/manifests"},{"name":"standard-changelog@2.0.14","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14/manifests"},{"name":"gulp-conventional-changelog@2.0.22","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22/manifests"},{"name":"conventional-recommended-bump@6.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1/manifests"},{"name":"conventional-changelog@3.1.11","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11/manifests"},{"name":"conventional-changelog-angular@5.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4/manifests"},{"name":"conventional-changelog@3.1.10","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10/manifests"},{"name":"conventional-changelog-cli@2.0.23","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23/manifests"},{"name":"conventional-changelog-conventionalcommits@4.1.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0/manifests"},{"name":"git-semver-tags@3.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.21","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21/manifests"},{"name":"standard-changelog@2.0.13","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13/manifests"},{"name":"conventional-changelog-core@4.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.2.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0/manifests"},{"name":"conventional-changelog-writer@4.0.7","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7/manifests"},{"name":"conventional-recommended-bump@6.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0/manifests"},{"name":"conventional-changelog-core@3.2.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3/manifests"},{"name":"conventional-changelog@3.1.9","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9/manifests"},{"name":"conventional-changelog-cli@2.0.22","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22/manifests"},{"name":"standard-changelog@2.0.12","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.20","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20/manifests"},{"name":"git-semver-tags@2.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3/manifests"},{"name":"conventional-recommended-bump@5.0.1","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%405.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1/manifests"},{"name":"conventional-commits-parser@3.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.6","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6/manifests"},{"name":"conventional-changelog-conventionalcommits@4.0.0","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.21","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21/manifests"},{"name":"conventional-changelog@3.1.8","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8/manifests"},{"name":"gulp-conventional-changelog@2.0.19","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19/manifests"},{"name":"standard-changelog@2.0.11","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.2","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2/manifests"},{"name":"conventional-changelog@3.1.7","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7/manifests"},{"name":"gulp-conventional-changelog@2.0.18","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18/manifests"},{"name":"conventional-changelog-cli@2.0.20","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.1","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.17","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17/manifests"},{"name":"conventional-recommended-bump@5.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%405.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.19","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19/manifests"},{"name":"conventional-changelog@3.1.6","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6/manifests"},{"name":"conventional-changelog-conventionalcommits@2.0.0","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.16","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.18","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18/manifests"},{"name":"conventional-changelog@3.1.5","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.2","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2/manifests"},{"name":"conventional-changelog@3.1.4","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4/manifests"},{"name":"conventional-changelog-cli@2.0.17","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17/manifests"},{"name":"gulp-conventional-changelog@2.0.15","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15/manifests"},{"name":"conventional-changelog-core@3.2.2","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2/manifests"},{"name":"standard-changelog@2.0.10","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10/manifests"},{"name":"conventional-changelog-writer@4.0.5","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5/manifests"},{"name":"conventional-changelog@3.1.3","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3/manifests"},{"name":"gulp-conventional-changelog@2.0.14","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14/manifests"},{"name":"conventional-changelog-cli@2.0.16","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16/manifests"},{"name":"standard-changelog@2.0.9","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.1.2","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.15","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15/manifests"},{"name":"conventional-changelog-core@3.2.1","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1/manifests"},{"name":"gulp-conventional-changelog@2.0.13","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1/manifests"},{"name":"conventional-recommended-bump@4.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1/manifests"},{"name":"gulp-conventional-changelog@2.0.12","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12/manifests"},{"name":"conventional-changelog@3.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.14","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14/manifests"},{"name":"conventional-changelog-preset-loader@2.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1/manifests"},{"name":"conventional-changelog-core@3.2.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0/manifests"},{"name":"conventional-changelog-preset-loader@2.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0/manifests"},{"name":"conventional-changelog-writer@4.0.4","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4/manifests"},{"name":"conventional-commits-filter@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2/manifests"},{"name":"conventional-commits-parser@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2/manifests"},{"name":"conventional-recommended-bump@4.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0/manifests"},{"name":"git-raw-commits@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.11","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11/manifests"},{"name":"standard-changelog@2.0.8","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8/manifests"},{"name":"conventional-changelog@3.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0/manifests"},{"name":"conventional-changelog-cli@2.0.13","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0/manifests"},{"name":"conventional-changelog-eslint@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2/manifests"},{"name":"standard-changelog@2.0.7","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7/manifests"},{"name":"conventional-changelog-angular@5.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.12","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12/manifests"},{"name":"conventional-changelog-core@3.1.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6/manifests"},{"name":"conventional-changelog-writer@4.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.10","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10/manifests"},{"name":"conventional-changelog@3.0.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6/manifests"},{"name":"conventional-recommended-bump@4.0.4","sha":"da729f68f9dc581623deb587c705ef65d189a9f4","kind":"tag","published_at":"2018-11-01T06:56:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4/manifests"},{"name":"standard-changelog@2.0.6","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6/manifests"},{"name":"gulp-conventional-changelog@2.0.9","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.0.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5/manifests"},{"name":"conventional-changelog-writer@4.0.2","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.11","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11/manifests"},{"name":"conventional-changelog-core@3.1.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5/manifests"},{"name":"conventional-changelog@3.0.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4/manifests"},{"name":"conventional-recommended-bump@4.0.3","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3/manifests"},{"name":"git-semver-tags@2.0.2","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.8","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8/manifests"},{"name":"standard-changelog@2.0.5","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.10","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10/manifests"},{"name":"conventional-changelog-core@3.1.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.7","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7/manifests"},{"name":"standard-changelog@2.0.4","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4/manifests"},{"name":"conventional-changelog-cli@2.0.9","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9/manifests"},{"name":"conventional-changelog@3.0.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3/manifests"},{"name":"conventional-changelog-core@3.1.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.8","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8/manifests"},{"name":"conventional-changelog@3.0.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2/manifests"},{"name":"conventional-changelog-core@3.1.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2/manifests"},{"name":"standard-changelog@2.0.3","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.6","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6/manifests"},{"name":"conventional-changelog@3.0.1","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.5","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.7","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7/manifests"},{"name":"conventional-changelog-express@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1/manifests"},{"name":"git-raw-commits@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4/manifests"},{"name":"git-semver-tags@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1/manifests"},{"name":"conventional-changelog-core@3.1.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1/manifests"},{"name":"conventional-changelog-eslint@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1/manifests"},{"name":"conventional-changelog@3.0.0","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0/manifests"},{"name":"conventional-changelog-jquery@3.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4/manifests"},{"name":"conventional-changelog-jshint@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1/manifests"},{"name":"conventional-changelog-preset-loader@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2/manifests"},{"name":"conventional-changelog-writer@4.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2/manifests"},{"name":"standard-changelog@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2/manifests"},{"name":"conventional-commits-filter@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1/manifests"},{"name":"conventional-commits-parser@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2/manifests"},{"name":"conventional-changelog-atom@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.6","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1/manifests"},{"name":"conventional-changelog-jquery@3.0.3","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.5","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.4","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.2","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1/manifests"},{"name":"conventional-changelog-core@3.1.0","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0/manifests"},{"name":"conventional-changelog-ember@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1/manifests"},{"name":"standard-changelog@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2/manifests"},{"name":"conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1/manifests"},{"name":"conventional-changelog-angular@5.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0/manifests"},{"name":"conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1/manifests"},{"name":"conventional-changelog-codemirror@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0/manifests"},{"name":"conventional-changelog-ember@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-atom@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0/manifests"},{"name":"conventional-changelog-eslint@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0/manifests"},{"name":"conventional-changelog-express@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0/manifests"},{"name":"conventional-changelog-jquery@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0/manifests"},{"name":"conventional-changelog-jshint@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0/manifests"},{"name":"conventional-recommended-bump@4.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1/manifests"},{"name":"conventional-changelog-angular@4.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%404.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1/manifests"},{"name":"conventional-changelog-eslint@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0/manifests"},{"name":"standard-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0/manifests"},{"name":"git-semver-tags@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0/manifests"},{"name":"git-raw-commits@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0/manifests"},{"name":"conventional-recommended-bump@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0/manifests"},{"name":"conventional-commits-parser@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0/manifests"},{"name":"conventional-commits-filter@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0/manifests"},{"name":"conventional-changelog-jshint@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0/manifests"},{"name":"conventional-changelog-express@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0/manifests"},{"name":"conventional-changelog-ember@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0/manifests"},{"name":"conventional-changelog-core@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0/manifests"},{"name":"conventional-changelog-codemirror@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0/manifests"},{"name":"conventional-changelog-atom@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0/manifests"},{"name":"conventional-changelog-angular@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0/manifests"},{"name":"conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.22","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22/manifests"},{"name":"conventional-changelog-ember@0.3.12","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12/manifests"},{"name":"conventional-changelog-jquery@1.3.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9/manifests"},{"name":"conventional-recommended-bump@2.0.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9/manifests"},{"name":"gulp-conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-angular@3.0.7","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7/manifests"},{"name":"standard-changelog@1.0.19","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19/manifests"},{"name":"conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-core@2.0.11","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11/manifests"},{"name":"conventional-changelog-angular@3.0.6","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6/manifests"},{"name":"conventional-changelog-atom@0.2.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8/manifests"},{"name":"conventional-changelog-jshint@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8/manifests"},{"name":"gulp-conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-writer@3.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9/manifests"},{"name":"conventional-changelog-cli@1.3.21","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21/manifests"},{"name":"standard-changelog@1.0.18","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18/manifests"},{"name":"conventional-changelog-codemirror@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8/manifests"},{"name":"conventional-changelog-core@2.0.10","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10/manifests"},{"name":"conventional-changelog-ember@0.3.11","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11/manifests"},{"name":"conventional-changelog-eslint@1.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9/manifests"},{"name":"conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-jquery@1.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8/manifests"},{"name":"conventional-changelog-writer@3.0.8","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.10","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10/manifests"},{"name":"conventional-changelog-core@2.0.9","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9/manifests"},{"name":"conventional-changelog-cli@1.3.20","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20/manifests"},{"name":"conventional-changelog-angular@3.0.5","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5/manifests"},{"name":"conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22/manifests"},{"name":"standard-changelog@1.0.17","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17/manifests"},{"name":"gulp-conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-jshint@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7/manifests"},{"name":"conventional-changelog-preset-loader@1.1.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8/manifests"},{"name":"conventional-changelog-angular@3.0.4","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4/manifests"},{"name":"conventional-commits-parser@2.1.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7/manifests"},{"name":"standard-changelog@1.0.16","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16/manifests"},{"name":"conventional-changelog-core@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8/manifests"},{"name":"conventional-changelog-writer@3.0.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7/manifests"},{"name":"gulp-conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-cli@1.3.19","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19/manifests"},{"name":"git-semver-tags@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6/manifests"},{"name":"git-raw-commits@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6/manifests"},{"name":"conventional-recommended-bump@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.9","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9/manifests"},{"name":"conventional-changelog-atom@0.2.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7/manifests"},{"name":"conventional-changelog-eslint@1.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8/manifests"},{"name":"conventional-changelog-express@0.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6/manifests"},{"name":"conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-jquery@1.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7/manifests"},{"name":"conventional-changelog-codemirror@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7/manifests"},{"name":"conventional-changelog-jquery@1.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6/manifests"},{"name":"conventional-changelog-angular@3.0.3","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3/manifests"},{"name":"conventional-changelog-atom@0.2.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6/manifests"},{"name":"conventional-changelog-cli@1.3.18","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18/manifests"},{"name":"conventional-changelog-codemirror@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6/manifests"},{"name":"conventional-changelog-core@2.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7/manifests"},{"name":"conventional-changelog-ember@0.3.8","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8/manifests"},{"name":"conventional-changelog-eslint@1.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7/manifests"},{"name":"conventional-changelog-jshint@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6/manifests"},{"name":"conventional-changelog-writer@3.0.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6/manifests"},{"name":"standard-changelog@1.0.15","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15/manifests"},{"name":"gulp-conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-angular@3.0.2","sha":"1cc079df803f58b52c8aa997fff43e9c162266e7","kind":"tag","published_at":"2018-03-22T14:14:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2/manifests"},{"name":"conventional-changelog-jshint@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5/manifests"},{"name":"standard-changelog@1.0.14","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14/manifests"},{"name":"gulp-conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19/manifests"},{"name":"git-semver-tags@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5/manifests"},{"name":"git-raw-commits@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7/manifests"},{"name":"conventional-commits-parser@2.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6/manifests"},{"name":"conventional-commits-filter@1.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5/manifests"},{"name":"conventional-changelog-preset-loader@1.1.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7/manifests"},{"name":"conventional-changelog-jquery@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5/manifests"},{"name":"conventional-changelog-express@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6/manifests"},{"name":"conventional-changelog-ember@0.3.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7/manifests"},{"name":"conventional-changelog-core@2.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5/manifests"},{"name":"conventional-changelog-cli@1.3.17","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17/manifests"},{"name":"conventional-changelog-atom@0.2.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5/manifests"},{"name":"conventional-changelog-angular@3.0.1","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1/manifests"},{"name":"conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19/manifests"},{"name":"conventional-changelog-angular@3.0.0","sha":"49997aaba373502e5b38bd366846934641e95799","kind":"tag","published_at":"2018-03-22T13:45:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0/manifests"},{"name":"conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-cli@1.3.16","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16/manifests"},{"name":"conventional-changelog-eslint@1.0.5","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5/manifests"},{"name":"gulp-conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18/manifests"},{"name":"conventional-commits-parser@2.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5/manifests"},{"name":"conventional-commits-filter@1.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5/manifests"},{"name":"conventional-changelog-writer@3.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6/manifests"},{"name":"conventional-changelog-jshint@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4/manifests"},{"name":"conventional-changelog-jquery@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4/manifests"},{"name":"conventional-changelog-express@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4/manifests"},{"name":"standard-changelog@1.0.13","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13/manifests"},{"name":"conventional-changelog-ember@0.3.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4/manifests"},{"name":"gulp-conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17/manifests"},{"name":"git-semver-tags@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4/manifests"},{"name":"git-raw-commits@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4/manifests"},{"name":"conventional-recommended-bump@2.0.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6/manifests"},{"name":"conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17/manifests"},{"name":"conventional-changelog-angular@1.6.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6/manifests"},{"name":"conventional-changelog-atom@0.2.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4/manifests"},{"name":"conventional-changelog-cli@1.3.15","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15/manifests"},{"name":"conventional-changelog-codemirror@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5/manifests"},{"name":"conventional-changelog-core@2.0.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4/manifests"},{"name":"conventional-changelog-ember@0.3.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5/manifests"},{"name":"conventional-changelog-eslint@1.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3/manifests"},{"name":"git-raw-commits@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3/manifests"},{"name":"conventional-changelog-atom@0.2.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3/manifests"},{"name":"conventional-changelog-jshint@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3/manifests"},{"name":"conventional-changelog-angular@1.6.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5/manifests"},{"name":"conventional-changelog-jquery@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5/manifests"},{"name":"conventional-changelog-cli@1.3.14","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14/manifests"},{"name":"conventional-changelog-writer@3.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3/manifests"},{"name":"conventional-changelog-codemirror@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3/manifests"},{"name":"conventional-commits-filter@1.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4/manifests"},{"name":"conventional-commits-parser@2.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4/manifests"},{"name":"git-semver-tags@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3/manifests"},{"name":"gulp-conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16/manifests"},{"name":"standard-changelog@1.0.12","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12/manifests"},{"name":"conventional-changelog-express@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3/manifests"},{"name":"conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15/manifests"},{"name":"gulp-conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15/manifests"},{"name":"conventional-changelog-cli@1.3.13","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13/manifests"},{"name":"conventional-recommended-bump@2.0.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4/manifests"},{"name":"gulp-conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14/manifests"},{"name":"git-semver-tags@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2/manifests"},{"name":"git-raw-commits@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2/manifests"},{"name":"conventional-recommended-bump@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3/manifests"},{"name":"standard-changelog@1.0.11","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11/manifests"},{"name":"conventional-changelog-writer@3.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2/manifests"},{"name":"conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14/manifests"},{"name":"conventional-changelog-angular@1.6.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4/manifests"},{"name":"conventional-changelog-atom@0.2.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2/manifests"},{"name":"conventional-changelog-cli@1.3.12","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12/manifests"},{"name":"conventional-changelog-codemirror@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2/manifests"},{"name":"conventional-changelog-core@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.3.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4/manifests"},{"name":"conventional-changelog-eslint@1.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2/manifests"},{"name":"conventional-changelog-express@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2/manifests"},{"name":"conventional-changelog-jquery@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2/manifests"},{"name":"conventional-changelog-jshint@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2/manifests"},{"name":"conventional-commits-filter@1.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3/manifests"},{"name":"conventional-commits-parser@2.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3/manifests"},{"name":"gulp-conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13/manifests"},{"name":"git-semver-tags@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1/manifests"},{"name":"git-raw-commits@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1/manifests"},{"name":"conventional-recommended-bump@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2/manifests"},{"name":"conventional-commits-parser@2.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2/manifests"},{"name":"conventional-commits-filter@1.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2/manifests"},{"name":"conventional-changelog-writer@3.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1/manifests"},{"name":"conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13/manifests"},{"name":"standard-changelog@1.0.10","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10/manifests"},{"name":"conventional-changelog-jquery@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1/manifests"},{"name":"conventional-changelog-express@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1/manifests"},{"name":"conventional-changelog-ember@0.3.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2/manifests"},{"name":"conventional-changelog-codemirror@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1/manifests"},{"name":"conventional-changelog-cli@1.3.11","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11/manifests"},{"name":"conventional-changelog-atom@0.2.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1/manifests"},{"name":"conventional-changelog-angular@1.6.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3/manifests"},{"name":"conventional-changelog-jshint@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1/manifests"},{"name":"gulp-conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12/manifests"},{"name":"conventional-changelog-cli@1.3.10","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10/manifests"},{"name":"conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12/manifests"},{"name":"conventional-recommended-bump@2.0.1","sha":"a4f0aa902d3e966fe6d6b1d46f2130838524cfbf","kind":"tag","published_at":"2018-02-12T14:54:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1/manifests"},{"name":"conventional-recommended-bump@2.0.0","sha":"9885d205ed96338575335652d006f475408e1195","kind":"tag","published_at":"2018-02-12T14:30:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0/manifests"},{"name":"conventional-changelog-preset-loader@1.1.2","sha":"a450d974237d440009ec3fb4c63974cf066e8f79","kind":"tag","published_at":"2018-02-12T04:07:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.1","sha":"5af1f00dcc4e1f9c3299bc7feb322a88b711f042","kind":"tag","published_at":"2018-02-09T04:17:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.0","sha":"c3eb36dbc52f383df6f3dcf3a3870b01ceee0b8b","kind":"tag","published_at":"2018-02-08T14:46:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0/manifests"},{"name":"conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11/manifests"},{"name":"standard-changelog@1.0.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9/manifests"},{"name":"gulp-conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11/manifests"},{"name":"conventional-recommended-bump@1.2.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1/manifests"},{"name":"conventional-commits-parser@2.1.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1/manifests"},{"name":"conventional-changelog-ember@0.3.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2/manifests"},{"name":"conventional-changelog-core@2.0.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1/manifests"},{"name":"conventional-changelog-cli@1.3.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9/manifests"},{"name":"conventional-changelog-angular@1.6.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2/manifests"},{"name":"conventional-changelog-cli@1.3.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8/manifests"},{"name":"conventional-changelog-core@2.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0/manifests"},{"name":"conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10/manifests"},{"name":"conventional-changelog-angular@1.6.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1/manifests"},{"name":"conventional-recommended-bump@1.2.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0/manifests"},{"name":"git-semver-tags@1.3.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0/manifests"},{"name":"gulp-conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10/manifests"},{"name":"standard-changelog@1.0.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0/manifests"},{"name":"conventional-changelog-writer@3.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0/manifests"},{"name":"conventional-changelog-atom@0.2.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0/manifests"},{"name":"conventional-changelog-codemirror@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0/manifests"},{"name":"conventional-changelog-cli@1.3.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7/manifests"},{"name":"conventional-changelog-core@1.9.5","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5/manifests"},{"name":"conventional-changelog-ember@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0/manifests"},{"name":"conventional-changelog-eslint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0/manifests"},{"name":"conventional-changelog-express@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0/manifests"},{"name":"conventional-changelog-jquery@1.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0/manifests"},{"name":"conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9/manifests"},{"name":"gulp-conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-jshint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0/manifests"},{"name":"standard-changelog@1.0.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7/manifests"},{"name":"conventional-changelog-angular@1.6.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0/manifests"},{"name":"conventional-commits-parser@2.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0/manifests"},{"name":"conventional-changelog-writer@2.0.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.2.10","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10/manifests"},{"name":"conventional-changelog-core@1.9.4","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4/manifests"},{"name":"conventional-changelog-cli@1.3.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6/manifests"},{"name":"conventional-changelog-angular@1.5.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3/manifests"},{"name":"conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8/manifests"},{"name":"conventional-recommended-bump@1.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0/manifests"},{"name":"gulp-conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8/manifests"},{"name":"standard-changelog@1.0.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6/manifests"},{"name":"conventional-commits-filter@1.1.1","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1/manifests"},{"name":"conventional-changelog-angular@1.5.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2/manifests"},{"name":"conventional-changelog-core@1.9.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3/manifests"},{"name":"conventional-changelog-ember@0.2.9","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9/manifests"},{"name":"conventional-changelog-eslint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%400.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1/manifests"},{"name":"conventional-changelog-express@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1/manifests"},{"name":"conventional-changelog-jquery@1.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1/manifests"},{"name":"conventional-changelog-jshint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1/manifests"},{"name":"conventional-changelog-writer@2.0.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2/manifests"},{"name":"conventional-commits-filter@1.1.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0/manifests"},{"name":"conventional-commits-parser@2.0.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1/manifests"},{"name":"conventional-recommended-bump@1.0.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3/manifests"},{"name":"git-raw-commits@1.3.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0/manifests"},{"name":"git-semver-tags@1.2.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3/manifests"},{"name":"gulp-conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7/manifests"},{"name":"standard-changelog@1.0.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5/manifests"},{"name":"conventional-changelog-codemirror@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1/manifests"},{"name":"conventional-changelog-cli@1.3.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5/manifests"},{"name":"conventional-changelog-atom@0.1.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2/manifests"},{"name":"conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7/manifests"},{"name":"@marionebl/conventional-commits-parser@3.0.0","sha":"edf4068ce4c3ea6ac5b61323473ab655be5eb895","kind":"tag","published_at":"2017-11-01T07:09:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/@marionebl/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/@marionebl/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@%40marionebl%2Fconventional-commits-parser%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2/manifests"},{"name":"git-semver-tags@1.2.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2/manifests"},{"name":"gulp-conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-ember@0.2.8","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8/manifests"},{"name":"conventional-changelog-core@1.9.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2/manifests"},{"name":"standard-changelog@1.0.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4/manifests"},{"name":"conventional-changelog-cli@1.3.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4/manifests"},{"name":"conventional-changelog-angular@1.5.1","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1/manifests"},{"name":"conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5/manifests"},{"name":"standard-changelog@1.0.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3/manifests"},{"name":"conventional-changelog-writer@2.0.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1/manifests"},{"name":"conventional-changelog-angular@1.5.0","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0/manifests"},{"name":"conventional-changelog-cli@1.3.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3/manifests"},{"name":"conventional-changelog-core@1.9.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1/manifests"},{"name":"conventional-changelog-ember@0.2.7","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7/manifests"},{"name":"gulp-conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5/manifests"},{"name":"gulp-conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4/manifests"},{"name":"conventional-changelog-writer@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0/manifests"},{"name":"conventional-commits-parser@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1/manifests"},{"name":"git-semver-tags@1.2.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1/manifests"},{"name":"standard-changelog@1.0.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2/manifests"},{"name":"conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4/manifests"},{"name":"conventional-changelog-angular@1.4.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0/manifests"},{"name":"conventional-changelog-atom@0.1.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1/manifests"},{"name":"conventional-changelog-cli@1.3.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2/manifests"},{"name":"conventional-changelog-codemirror@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0/manifests"},{"name":"conventional-changelog-core@1.9.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0/manifests"},{"name":"conventional-changelog-ember@0.2.6","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6/manifests"},{"name":"conventional-changelog-eslint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%400.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0/manifests"},{"name":"conventional-changelog-express@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0/manifests"},{"name":"conventional-changelog-jquery@1.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0/manifests"},{"name":"conventional-changelog-jshint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0/manifests"},{"name":"conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3/manifests"},{"name":"standard-changelog@1.0.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1/manifests"},{"name":"gulp-conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3/manifests"},{"name":"conventional-changelog-ember@0.2.5","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5/manifests"},{"name":"conventional-changelog-core@1.8.0","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.8.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0/manifests"},{"name":"conventional-changelog-cli@1.3.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1/manifests"},{"name":"conventional-changelog-angular@1.3.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3/manifests"},{"name":"standard-changelog@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0/manifests"},{"name":"conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2/manifests"},{"name":"conventional-changelog-angular@1.3.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2/manifests"},{"name":"conventional-changelog-cli@1.3.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0/manifests"},{"name":"conventional-changelog-core@1.7.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.7.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0/manifests"},{"name":"conventional-changelog-ember@0.2.4","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4/manifests"},{"name":"conventional-recommended-bump@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0/manifests"},{"name":"git-raw-commits@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0/manifests"},{"name":"git-semver-tags@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0/manifests"},{"name":"gulp-conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2/manifests"},{"name":"gulp-conventional-changelog@1.1.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"tag","published_at":"2017-03-10T05:35:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0/manifests"},{"name":"conventional-changelog-angular@1.3.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1/manifests"},{"name":"gulp-conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1/manifests"},{"name":"standard-changelog@0.0.2","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@0.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%400.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2/manifests"},{"name":"conventional-changelog-cli@1.2.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1/manifests"},{"name":"conventional-changelog-ember@0.2.3","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3/manifests"},{"name":"conventional-changelog-core@1.6.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0/manifests"},{"name":"conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-cli@1.2.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:01:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0/manifests"},{"name":"conventional-changelog-core@1.5.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:00:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0/manifests"},{"name":"git-raw-commits@1.1.2","sha":"f5fe78b1f15791cb0499744bf278dff22b52732f","kind":"tag","published_at":"2017-03-09T07:37:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2/manifests"},{"name":"git-semver-tags@1.1.2","sha":"7be07c7c0f49572b1c0e9c98f004b599d8b5bb1a","kind":"tag","published_at":"2017-03-09T07:35:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2/manifests"},{"name":"v1.1.0","sha":"600d411569271467389c3cbe71f7f657980e89a1","kind":"tag","published_at":"2016-02-13T06:59:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"9591280a8d09220aced3383abe3bc7ecbb34b503","kind":"tag","published_at":"2016-02-13T06:37:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"beef421f56939190a4ca30c28788eda1b3f9480d","kind":"tag","published_at":"2016-02-05T13:49:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"c8e90ab7fddd0b98855913e73fc12f9dc9dc81b1","kind":"tag","published_at":"2016-02-05T12:59:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0/manifests"},{"name":"v0.5.3","sha":"d79ce243223260b153699b99de0503698546ea63","kind":"tag","published_at":"2015-12-25T05:07:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"9e7b771072a2680c6c335fcad38003aade53213e","kind":"tag","published_at":"2015-12-23T12:24:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"4bf7d8df29f7be29552b82ec2b7112fad0c39a3e","kind":"tag","published_at":"2015-10-20T09:52:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"5ca2204b472704543ebbc744a22f8f90ec659659","kind":"tag","published_at":"2015-09-30T08:49:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"e5f2f3bc675e2c7e5cc6aa0ed50da7941833e492","kind":"tag","published_at":"2015-09-04T03:16:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"7536a0b351cc4f2764e71cbc268a178ab595259d","kind":"tag","published_at":"2015-08-17T01:28:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"56fa3d92620a41a875b3337fa51d04d6df23b1a8","kind":"tag","published_at":"2015-08-15T12:34:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"eefec0ef598a92e78510ee8626fd9bbcdb1398e4","kind":"tag","published_at":"2015-08-15T11:19:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0/manifests"},{"name":"v0.3.2","sha":"74b99dca61eafd56ba93605016b086a1108e77fe","kind":"tag","published_at":"2015-08-13T03:12:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"a1aca9c31a45aded77962bd0defc32e503aec213","kind":"commit","published_at":"2015-08-11T06:23:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"b489672d27ff703337c540f0fbc43f6486a84d99","kind":"commit","published_at":"2015-08-09T03:27:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"12e3cd6b151353dbe7f584adabbe5dd8a28424db","kind":"commit","published_at":"2015-07-24T08:13:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"f437b457b5ea6c105535a360144000f8315db54d","kind":"commit","published_at":"2015-07-24T04:54:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0/manifests"},{"name":"v0.1.3","sha":"c8fa9d0b94f8ac07f162623e4b9e9e68aad82e62","kind":"commit","published_at":"2015-07-22T11:06:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"6ba5d6e4b90a154dbca6ec0f80c66ad5995cd770","kind":"commit","published_at":"2015-07-22T07:10:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c015f8762f70eff2be7b8d7fb82438689239d717","kind":"commit","published_at":"2015-07-20T07:55:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"7253d0fea773e3f7cc0a3fb8278c9da070df26ee","kind":"commit","published_at":"2015-07-20T07:12:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.3","sha":"0c9f1e89bfacec8e08bac8ef96d64e3abdbecda7","kind":"commit","published_at":"2015-07-17T11:02:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"fec1baf43b8c0156682d4014a4fd066bd24ad448","kind":"commit","published_at":"2015-07-17T06:23:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"a5ea0dfada48601b9e3fbec78dd37d70380a2db6","kind":"commit","published_at":"2015-07-15T08:03:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1/manifests"},{"name":"v0.1.0-alpha.3","sha":"9b6cc68a2c17c9671363fe7af5de7ebd3a06aaeb","kind":"commit","published_at":"2015-07-06T01:27:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-alpha.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3/manifests"},{"name":"v0.1.0-alpha.2","sha":"34b0f460c34ecc48af857d8ee5d7038970ba56fb","kind":"commit","published_at":"2015-06-29T12:04:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-alpha.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2/manifests"},{"name":"v0.1.0-alpha.1","sha":"05b3415fc699ab43f3fa33b5ecd040ab5ecdf9e2","kind":"commit","published_at":"2015-06-24T04:42:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-alpha.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1/manifests"},{"name":"v0.0.17","sha":"3cae05244e48af9cf4abbef3114060db585a574c","kind":"commit","published_at":"2015-04-03T02:12:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"c0719ce6ba16778dd34c2cfdc81e7f3c5321409d","kind":"commit","published_at":"2015-03-19T04:15:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"57af04dc3e362c0e327b716279c9143028c6e0da","kind":"commit","published_at":"2015-03-18T20:23:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"69be290efb58a6a92e9ae78d7b37168d293920b5","kind":"commit","published_at":"2015-03-13T21:22:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"15a39d02ba3d666e7820eecbb8c5493ef2f6040a","kind":"commit","published_at":"2015-03-12T23:17:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13/manifests"},{"name":"v0.0.11","sha":"37f5561553c30d8f0f2c949502ea278da64949cd","kind":"tag","published_at":"2014-05-28T13:14:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"ad6f6ec5499d2c902b88da95487862d50e5ad776","kind":"tag","published_at":"2014-05-28T12:51:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"87efbabd9bc2a0fd83255e6cb856961b10aef9eb","kind":"tag","published_at":"2014-05-06T17:11:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"94b12cf69c51264b1edb6c81b50a262f0536894b","kind":"tag","published_at":"2014-04-10T14:45:48.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"1cf17e494fd7d8538c55189c72c0cf57d145ef41","kind":"tag","published_at":"2014-04-10T14:06:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"861f9ec93de28be4185b35815c2b6ab17746eb3f","kind":"commit","published_at":"2014-01-23T19:39:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"3f59f7356c86f30ef8e8754386373c2a8f97b367","kind":"commit","published_at":"2014-01-23T18:59:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6fa2c22464dcd964df604550c2ce2ed1d2f4362b","kind":"commit","published_at":"2014-01-04T21:36:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4/manifests"}]},"repo_metadata_updated_at":"2025-10-31T05:40:13.386Z","dependent_packages_count":1,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":31.979943940947386,"dependent_packages_count":31.998402898858956,"stargazers_count":2.8388673422912785,"forks_count":5.638609719443903,"average":18.11395597538538},"purl":"pkg:maven/org.webjars.npm/conventional-commits-filter","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/maven/org.webjars.npm:conventional-commits-filter","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/maven/org.webjars.npm:conventional-commits-filter","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/maven/org.webjars.npm:conventional-commits-filter/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-10-29T14:29:47.234Z","issues_count":160,"pull_requests_count":531,"avg_time_to_close_issue":29861598.337837838,"avg_time_to_close_pull_request":12509911.262582056,"issues_closed_count":74,"pull_requests_closed_count":457,"pull_request_authors_count":84,"issue_authors_count":135,"avg_comments_per_issue":2.0125,"avg_comments_per_pull_request":1.2391713747645952,"merged_pull_requests_count":337,"bot_issues_count":3,"bot_pull_requests_count":268,"past_year_issues_count":30,"past_year_pull_requests_count":110,"past_year_avg_time_to_close_issue":3046943.3636363638,"past_year_avg_time_to_close_pull_request":1239705.430379747,"past_year_issues_closed_count":11,"past_year_pull_requests_closed_count":79,"past_year_pull_request_authors_count":18,"past_year_issue_authors_count":24,"past_year_avg_comments_per_issue":1.6,"past_year_avg_comments_per_pull_request":0.9181818181818182,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":66,"past_year_merged_pull_requests_count":66,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues","maintainers":[{"login":"dangreen","count":93,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"},{"login":"bcoe","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bcoe"},{"login":"tommywo","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tommywo"}],"active_maintainers":[{"login":"dangreen","count":22,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:conventional-commits-filter/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:conventional-commits-filter/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:conventional-commits-filter/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:conventional-commits-filter/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:conventional-commits-filter/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:conventional-commits-filter/codemeta","maintainers":[],"registry":{"name":"repo1.maven.org","url":"https://repo.maven.apache.org/maven2","ecosystem":"maven","default":true,"packages_count":608406,"maintainers_count":0,"namespaces_count":80807,"keywords_count":34879,"github":"maven-central","metadata":{"funded_packages_count":37828},"icon_url":"https://github.com/maven-central.png","created_at":"2022-07-21T16:40:13.074Z","updated_at":"2026-06-10T05:05:55.821Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/namespaces"}},{"id":1554922,"name":"conventional-changelog-blackie","ecosystem":"npm","description":"conventional-changelog conventionalcommits.org preset","homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-angular#readme","licenses":"ISC","normalized_licenses":["ISC"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":["conventional-changelog","conventionalcommits.org","preset"],"namespace":null,"versions_count":2,"first_release_published_at":"2020-05-27T17:06:37.188Z","latest_release_published_at":"2020-06-02T13:55:17.228Z","latest_release_number":"0.0.2","last_synced_at":"2026-06-03T20:26:54.108Z","created_at":"2022-04-09T05:41:20.584Z","updated_at":"2026-06-03T20:26:54.108Z","registry_url":"https://www.npmjs.com/package/conventional-changelog-blackie","install_command":"npm install conventional-changelog-blackie","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"0.0.2"}},"repo_metadata":{"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2023-12-13T14:01:16.000Z","size":5365,"stargazers_count":7390,"open_issues_count":248,"forks_count":730,"subscribers_count":56,"default_branch":"master","last_synced_at":"2023-12-18T23:28:48.481Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2023-12-18T11:14:08.000Z","dependencies_parsed_at":"2022-07-13T10:30:31.523Z","dependency_job_id":"5f6d159e-c4c6-405b-9fa7-976ffc4dfa04","html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1464,"total_committers":136,"mean_commits":"10.764705882352942","dds":"0.40095628415300544","last_synced_commit":"58f0887283a200d52e49607baf7b352f26177b05"},"previous_names":[],"tags_count":754,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":176979785,"owners_count":10476948,"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"},"owner_record":{"login":"conventional-changelog","name":"conventional-changelog","uuid":"16443515","kind":"organization","description":"Tools to generate changelogs and release notes from a project's commit messages and metadata.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16443515?v=4","repositories_count":12,"last_synced_at":"2023-04-09T10:54:05.213Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/conventional-changelog","created_at":"2022-11-02T16:25:21.572Z","updated_at":"2023-04-09T10:54:05.313Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog/repositories"},"tags":[{"name":"git-semver-tags-v7.0.1","sha":"fac8045242099c016f5f3905e54e02b7d466bd7b","kind":"commit","published_at":"2023-09-10T23:53:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1/manifests"},{"name":"conventional-changelog-writer-v7.0.1","sha":"e3a643ad39ec3bc4cfb1dff2aa1101333df33dc3","kind":"commit","published_at":"2023-09-10T23:49:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1/manifests"},{"name":"conventional-changelog-v5.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0/manifests"},{"name":"conventional-changelog-cli-v4.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0/manifests"},{"name":"conventional-changelog-core-v7.0.0","sha":"2e467dd39a35c3813597711a37690897183b4abc","kind":"commit","published_at":"2023-09-08T22:03:37.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0/manifests"},{"name":"git-semver-tags-v7.0.0","sha":"a13f788bd505d8253a2d92413fc4a7780e11ec07","kind":"commit","published_at":"2023-09-08T21:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0/manifests"},{"name":"standard-changelog-v5.0.0","sha":"34569c7a3fd2b0362a461517a1f4e20e7eecd9fc","kind":"commit","published_at":"2023-09-08T21:55:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v9.0.0","sha":"ad633d9d81f66ef80d7f77832a264cb0c5b971ef","kind":"commit","published_at":"2023-09-08T21:50:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.2","sha":"50113f9b569259d991f1a734a192964ca71f0118","kind":"commit","published_at":"2023-09-08T21:41:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2/manifests"},{"name":"conventional-changelog-preset-loader-v4.1.0","sha":"a14d2186575f6061f236c9a47d803694b18f8373","kind":"commit","published_at":"2023-09-08T21:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.1","sha":"ca4324b0a690b2595f8b574882ff95329a2dc195","kind":"commit","published_at":"2023-08-27T19:11:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1/manifests"},{"name":"conventional-commits-filter-v4.0.0","sha":"26fc9ea274dc0c62442ec9d97b20a2ebb49138bf","kind":"commit","published_at":"2023-08-27T12:55:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0/manifests"},{"name":"standard-changelog-v4.0.0","sha":"5b788265774bf4b63d3c83a178ca53e8e7095903","kind":"commit","published_at":"2023-08-27T12:50:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-eslint-v5.0.0","sha":"679594c0716275771cc23b314e4362899fe72f87","kind":"commit","published_at":"2023-08-27T12:46:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0/manifests"},{"name":"git-semver-tags-v6.0.0","sha":"1c75c72d9b5d59e3ea4e914c58a85f7559f29602","kind":"commit","published_at":"2023-08-27T12:40:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0/manifests"},{"name":"conventional-recommended-bump-v8.0.0","sha":"624377a24e8e3658bcf2329a9a98f9a7b02a4cb3","kind":"commit","published_at":"2023-08-27T12:33:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0/manifests"},{"name":"conventional-changelog-writer-v7.0.0","sha":"d669bb67dc713cb1e4374e3216ed7d83cde743c5","kind":"commit","published_at":"2023-08-27T12:27:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0/manifests"},{"name":"conventional-changelog-codemirror-v4.0.0","sha":"933fd0b3dd355d648faf57241b796a714004c722","kind":"commit","published_at":"2023-08-27T12:23:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0/manifests"},{"name":"conventional-changelog-express-v4.0.0","sha":"c9e9ceb3a3727659bd117bab01cbc7642d588f06","kind":"commit","published_at":"2023-08-27T12:16:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0/manifests"},{"name":"conventional-changelog-ember-v4.0.0","sha":"5d7c16268f79b7f180e34e997fdb37373d714666","kind":"commit","published_at":"2023-08-27T12:11:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0/manifests"},{"name":"conventional-changelog-jquery-v5.0.0","sha":"d643efb1050dcdaecee626044315644ff9b9e43b","kind":"commit","published_at":"2023-08-27T12:07:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v4.0.0","sha":"636646dd9ae062e9652a7f9ccaf6c329e6e9f924","kind":"commit","published_at":"2023-08-27T12:03:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0/manifests"},{"name":"conventional-changelog-v5.0.0","sha":"7985de3edc9e655369651ad464cb39b791887dc7","kind":"commit","published_at":"2023-08-27T11:58:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.0","sha":"5f0fe40743d8f559ab94ed11bbb4b8bda6fa6dcb","kind":"commit","published_at":"2023-08-27T11:51:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0/manifests"},{"name":"conventional-changelog-angular-v7.0.0","sha":"6c7a2e1a8807988bcb1a9842f72d14be3b1a89e3","kind":"commit","published_at":"2023-08-27T11:46:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0/manifests"},{"name":"conventional-changelog-jshint-v4.0.0","sha":"0204a9a340d2c85411e8de8905bc74c6146e5618","kind":"commit","published_at":"2023-08-27T11:41:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0/manifests"},{"name":"conventional-changelog-atom-v4.0.0","sha":"ab9b2c10e098ec8837d141102549f3eef698364c","kind":"commit","published_at":"2023-08-27T11:36:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0/manifests"},{"name":"conventional-changelog-cli-v4.0.0","sha":"29df6c4597afad27b9cda06f58eb564bcca609c4","kind":"commit","published_at":"2023-08-27T11:21:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0/manifests"},{"name":"conventional-changelog-core-v6.0.0","sha":"45613bbc2d13c798732e4b2bd4b2fa9ea67157d6","kind":"commit","published_at":"2023-08-27T11:17:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v4.0.0","sha":"5a896e3ef3aa9e751fcc74d7c76fa21d6d526cb0","kind":"commit","published_at":"2023-08-27T11:08:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0/manifests"},{"name":"git-raw-commits-v4.0.0","sha":"878fc56b43bc617177bf47fd8643a3b8b86078e5","kind":"commit","published_at":"2023-08-27T11:01:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0/manifests"},{"name":"conventional-commits-parser-v5.0.0","sha":"299de5acbe55a7d19dcdd2adc34681eae7264abf","kind":"commit","published_at":"2023-08-26T17:50:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0/manifests"},{"name":"git-semver-tags-v5.0.1","sha":"87914a362866a380e98a29edf19b2173e0911d8a","kind":"commit","published_at":"2023-07-09T19:10:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1/manifests"},{"name":"conventional-changelog-writer-v6.0.1","sha":"c123edea220b450cfa26813b6f198c3e8ebbd2b4","kind":"commit","published_at":"2023-07-09T14:49:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.2","sha":"83773c5e1a8874ea9809ca9db1dff60b7df1daae","kind":"commit","published_at":"2023-06-28T17:43:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.1.0","sha":"2e5fe6d9574ba896fa90b5bfcb50fb73d28af6d6","kind":"commit","published_at":"2023-06-17T21:30:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v7.0.1","sha":"f251b6899e313a9b23f3c8deb8b8b57217040892","kind":"commit","published_at":"2023-06-06T23:24:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.1","sha":"5b458dff9edf766446449acd1bbb8027a1e39fa5","kind":"commit","published_at":"2023-06-06T23:17:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1/manifests"},{"name":"gulp-conventional-changelog-v3.0.0","sha":"8ef6232797e5bf7c80422221374c53c03d5df36d","kind":"commit","published_at":"2023-06-06T22:50:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0/manifests"},{"name":"standard-changelog-v3.0.0","sha":"ea65f017b42b914ece780fd2fc799a6946912ed8","kind":"commit","published_at":"2023-06-06T22:42:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0/manifests"},{"name":"conventional-changelog-cli-v3.0.0","sha":"f00f4549cee9406054b77057a8135183fcd89710","kind":"commit","published_at":"2023-06-06T22:29:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0/manifests"},{"name":"conventional-changelog-v4.0.0","sha":"1a240f91ed584ed43e7f9c82235ca60eff0f4fa5","kind":"commit","published_at":"2023-06-06T19:50:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-core-v5.0.0","sha":"8507f601486c8ff6806156c50091262dee13ec54","kind":"commit","published_at":"2023-06-06T19:23:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v7.0.0","sha":"e1662ca7a6c688d28a334282a5e863f52866f3e8","kind":"commit","published_at":"2023-06-06T18:39:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v3.0.0","sha":"5d80d155425147a0b045af09536e5962cbfff620","kind":"commit","published_at":"2023-06-06T15:08:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.0.0","sha":"a30fc7ae219cf871b46cbe9d2c76a9730b70e272","kind":"commit","published_at":"2023-06-06T14:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v6.0.0","sha":"aa5d46c7b13b7b31f78af4b3c31c087c39eea41d","kind":"commit","published_at":"2023-06-06T14:46:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0/manifests"},{"name":"conventional-commits-filter-v3.0.0","sha":"502a73fe41aebb7b563c5ca69521e0b1bab904df","kind":"commit","published_at":"2023-06-06T14:32:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0/manifests"},{"name":"conventional-commits-parser-v4.0.0","sha":"9f7fe891e75c64937c28baa39a6c795a01603ab7","kind":"commit","published_at":"2023-06-06T14:24:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0/manifests"},{"name":"git-raw-commits-v3.0.0","sha":"571f2d549f10744a12ab3bc5dc5e0b749cb72667","kind":"commit","published_at":"2023-06-06T14:16:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0/manifests"},{"name":"git-semver-tags-v5.0.0","sha":"445c796d04105d10dd62d07039bc6a7fc9f263a5","kind":"commit","published_at":"2023-06-06T13:51:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0/manifests"},{"name":"conventional-changelog-atom-v3.0.0","sha":"208787aa2f5db8de1c2d43c56d71e6dfb9510781","kind":"commit","published_at":"2023-06-06T13:43:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0/manifests"},{"name":"conventional-changelog-angular-v6.0.0","sha":"c4ebf98acc15f37154aae5de53a225e896c4a157","kind":"commit","published_at":"2023-06-06T13:36:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0/manifests"},{"name":"conventional-changelog-codemirror-v3.0.0","sha":"0772453bee083917a05b9696d063ee3dc69957f9","kind":"commit","published_at":"2023-06-06T13:25:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0/manifests"},{"name":"conventional-changelog-ember-v3.0.0","sha":"e473d0c8af7c0cf8a54f775556796f50f3e695c2","kind":"commit","published_at":"2023-06-06T13:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0/manifests"},{"name":"conventional-changelog-eslint-v4.0.0","sha":"b3b896bc5b9e3ed65dcfc08c57967a252f37cfd1","kind":"commit","published_at":"2023-06-06T12:56:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0/manifests"},{"name":"conventional-changelog-express-v3.0.0","sha":"5594385d1dd2490b0fb508a60b6f30e8be6616ce","kind":"commit","published_at":"2023-06-06T12:37:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0/manifests"},{"name":"conventional-changelog-jquery-v4.0.0","sha":"51a3015a907b2cea900114359c36ce0e9664b72d","kind":"commit","published_at":"2023-06-06T12:17:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0/manifests"},{"name":"conventional-changelog-jshint-v3.0.0","sha":"281e5f883476e90b75cae4373a67436c86e94f6a","kind":"commit","published_at":"2023-06-06T12:02:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v5.0.0","sha":"ba6df7cf62de5f448368bed4398f6ddf633d2cbd","kind":"commit","published_at":"2022-05-27T18:02:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0/manifests"},{"name":"conventional-changelog-writer-v5.0.1","sha":"21b73f974adc4490a318d9c892055655cb82c538","kind":"commit","published_at":"2021-12-29T21:36:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.3","sha":"02757d342290bcf51a49d49e5e72f5eae6c6f6da","kind":"commit","published_at":"2021-12-29T19:52:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3/manifests"},{"name":"conventional-commits-parser-v3.2.4","sha":"1d0f62d4ac4911ef0d912d5401f783b152cee624","kind":"commit","published_at":"2021-12-29T19:46:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4/manifests"},{"name":"git-raw-commits-v2.0.11","sha":"95384dbd105ffe4f86bbc6ccad3e5405a1cbfe04","kind":"commit","published_at":"2021-12-29T19:39:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.2","sha":"1827696185192a8dd258ea7c3370090238b0fb76","kind":"commit","published_at":"2021-12-25T18:06:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2/manifests"},{"name":"conventional-changelog-cli-v2.2.2","sha":"8ce6a7bbd3fae87aa9d56fca68c2e16fbb2cace5","kind":"commit","published_at":"2021-12-25T17:22:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2/manifests"},{"name":"conventional-changelog-v3.1.25","sha":"8e9c3d76aaffd7fe67a78270b3ad9b881e953e7e","kind":"commit","published_at":"2021-12-24T18:50:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25/manifests"},{"name":"conventional-changelog-cli-v2.2.1","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1/manifests"},{"name":"conventional-commits-parser-v3.2.3","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.1","sha":"c35708d56a55e31b750aec1f745e5be52f0a75f2","kind":"commit","published_at":"2021-09-09T19:06:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1/manifests"},{"name":"conventional-commits-parser-v3.2.2","sha":"1bae48ff85eff0736ea6691b7214f3fc9c026256","kind":"commit","published_at":"2021-09-09T14:45:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2/manifests"},{"name":"conventional-changelog-core-v4.2.4","sha":"02fbc2d42d0faf53d4b7a2b0525626088a6ac8ba","kind":"commit","published_at":"2021-09-09T14:37:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4/manifests"},{"name":"conventional-changelog-angular-v5.0.13","sha":"e30343b4676d26b416080294dc74ebba001c0716","kind":"commit","published_at":"2021-09-09T14:31:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v5.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13/manifests"},{"name":"conventional-changelog-core-v4.2.3","sha":"318b555b6ef3aebdb5a8d4c7c734fd7234712dd3","kind":"commit","published_at":"2021-07-03T00:24:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.0","sha":"537c37d7801872c3e57e4200c64154a4d2ea042a","kind":"commit","published_at":"2021-04-30T00:15:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0/manifests"},{"name":"conventional-commits-parser-v3.2.1","sha":"758dda2937b6784f0cc6a535286862fcf95b6f06","kind":"commit","published_at":"2021-02-15T21:32:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1/manifests"},{"name":"git-raw-commits-v2.0.10","sha":"ffecaccb6e117afae9f68f1d48ff9a69554da950","kind":"commit","published_at":"2021-01-27T16:36:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10/manifests"},{"name":"conventional-changelog-writer-v5.0.0","sha":"61ef6491add84b841e1797baf09f62bbdd90dcd4","kind":"commit","published_at":"2020-12-30T22:40:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v6.1.0","sha":"3b0fb22b0bb49137b9ecddaeb349f66025205c57","kind":"commit","published_at":"2020-12-30T16:58:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0/manifests"},{"name":"conventional-changelog-core-v4.2.2","sha":"317eeb3137caff69bcc9a67fce3dc67663a010db","kind":"commit","published_at":"2020-12-30T00:53:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2/manifests"},{"name":"conventional-recommended-bump-v6.0.12","sha":"90ecc5d93bfd7626857eda5d240f92393d896be0","kind":"commit","published_at":"2020-12-30T00:43:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12/manifests"},{"name":"git-raw-commits-v2.0.9","sha":"227f3e23af86912c0cd64fdb1a820ac92e5757c5","kind":"commit","published_at":"2020-12-29T23:59:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9/manifests"},{"name":"conventional-changelog-writer-v4.1.0","sha":"77725cfb12ca3ca22abb9421b4af012a49207e7a","kind":"commit","published_at":"2020-12-29T23:41:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11/manifests"},{"name":"standard-changelog@2.0.27","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27/manifests"},{"name":"gulp-conventional-changelog@2.0.35","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35/manifests"},{"name":"git-semver-tags@4.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1/manifests"},{"name":"git-raw-commits@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8/manifests"},{"name":"conventional-commits-parser@3.2.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0/manifests"},{"name":"conventional-commits-filter@2.0.7","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7/manifests"},{"name":"conventional-changelog-writer@4.0.18","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18/manifests"},{"name":"conventional-changelog-jshint@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9/manifests"},{"name":"conventional-changelog-jquery@3.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11/manifests"},{"name":"conventional-changelog-express@2.0.6","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9/manifests"},{"name":"conventional-changelog-ember@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9/manifests"},{"name":"conventional-changelog-core@4.2.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.5.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1/manifests"},{"name":"conventional-changelog-atom@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8/manifests"},{"name":"conventional-changelog-angular@5.0.12","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12/manifests"},{"name":"conventional-changelog@3.1.24","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24/manifests"},{"name":"conventional-changelog-v3.1.24","sha":"f8fcbc2e8b0834c29178ace6382b438a020ad828","kind":"commit","published_at":"2020-10-25T02:45:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24/manifests"},{"name":"conventional-recommended-bump@6.0.10","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10/manifests"},{"name":"git-semver-tags@4.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0/manifests"},{"name":"standard-changelog@2.0.26","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26/manifests"},{"name":"gulp-conventional-changelog@2.0.34","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34/manifests"},{"name":"conventional-changelog-cli@2.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0/manifests"},{"name":"conventional-changelog@3.1.23","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23/manifests"},{"name":"conventional-changelog-core@4.2.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.4.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.1","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1/manifests"},{"name":"conventional-changelog-angular@5.0.11","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11/manifests"},{"name":"conventional-changelog@3.1.22","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22/manifests"},{"name":"standard-changelog@2.0.25","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25/manifests"},{"name":"conventional-changelog-writer@4.0.17","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17/manifests"},{"name":"gulp-conventional-changelog@2.0.33","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33/manifests"},{"name":"conventional-changelog-jshint@2.0.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8/manifests"},{"name":"conventional-changelog-core@4.1.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8/manifests"},{"name":"conventional-changelog-cli@2.0.35","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35/manifests"},{"name":"conventional-changelog-writer@4.0.16","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16/manifests"},{"name":"conventional-changelog-core@4.1.7","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7/manifests"},{"name":"conventional-changelog@3.1.21","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21/manifests"},{"name":"conventional-changelog-cli@2.0.34","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34/manifests"},{"name":"standard-changelog@2.0.24","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24/manifests"},{"name":"gulp-conventional-changelog@2.0.32","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32/manifests"},{"name":"conventional-changelog-jshint@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7/manifests"},{"name":"conventional-changelog-jquery@3.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10/manifests"},{"name":"conventional-changelog-express@2.0.5","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5/manifests"},{"name":"conventional-changelog-eslint@3.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8/manifests"},{"name":"conventional-changelog-ember@2.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8/manifests"},{"name":"conventional-changelog-core@4.1.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7/manifests"},{"name":"conventional-changelog-cli@2.0.33","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33/manifests"},{"name":"conventional-changelog-atom@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7/manifests"},{"name":"conventional-changelog-angular@5.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10/manifests"},{"name":"conventional-changelog@3.1.20","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20/manifests"},{"name":"conventional-commits-filter@2.0.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6/manifests"},{"name":"conventional-commits-parser@3.1.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.9","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9/manifests"},{"name":"git-raw-commits@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7/manifests"},{"name":"git-semver-tags@4.0.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.31","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31/manifests"},{"name":"standard-changelog@2.0.23","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23/manifests"},{"name":"conventional-changelog-writer@4.0.15","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15/manifests"},{"name":"conventional-changelog-preset-loader@2.3.4","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4/manifests"},{"name":"conventional-changelog-preset-loader-v2.3.2","sha":"9f6c56cb960a5043823cfb85b9843991201cbb51","kind":"commit","published_at":"2020-05-08T19:21:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v2.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2/manifests"},{"name":"conventional-changelog@3.1.19","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19/manifests"},{"name":"conventional-changelog-cli@2.0.32","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32/manifests"},{"name":"conventional-changelog-core@4.1.5","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5/manifests"},{"name":"gulp-conventional-changelog@2.0.30","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30/manifests"},{"name":"standard-changelog@2.0.22","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22/manifests"},{"name":"standard-changelog@2.0.21","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21/manifests"},{"name":"gulp-conventional-changelog@2.0.29","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29/manifests"},{"name":"conventional-changelog@3.1.18","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18/manifests"},{"name":"conventional-changelog-cli@2.0.31","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31/manifests"},{"name":"conventional-changelog-core@4.1.4","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4/manifests"},{"name":"conventional-changelog-core@4.1.3","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.30","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30/manifests"},{"name":"conventional-changelog@3.1.17","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17/manifests"},{"name":"standard-changelog@2.0.20","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20/manifests"},{"name":"gulp-conventional-changelog@2.0.28","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28/manifests"},{"name":"conventional-changelog@3.1.16","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16/manifests"},{"name":"gulp-conventional-changelog@2.0.27","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27/manifests"},{"name":"standard-changelog@2.0.19","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19/manifests"},{"name":"conventional-changelog-core@4.1.2","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.29","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29/manifests"},{"name":"conventional-changelog-cli@2.0.28","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28/manifests"},{"name":"conventional-changelog@3.1.15","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15/manifests"},{"name":"standard-changelog@2.0.18","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18/manifests"},{"name":"conventional-recommended-bump@6.0.5","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5/manifests"},{"name":"git-semver-tags@3.0.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1/manifests"},{"name":"git-raw-commits@2.0.3","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.26","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26/manifests"},{"name":"conventional-commits-parser@3.0.8","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.11","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11/manifests"},{"name":"conventional-changelog-core@4.1.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1/manifests"},{"name":"standard-changelog@2.0.17","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17/manifests"},{"name":"gulp-conventional-changelog@2.0.25","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25/manifests"},{"name":"conventional-recommended-bump@6.0.4","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4/manifests"},{"name":"conventional-commits-parser@3.0.7","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7/manifests"},{"name":"conventional-changelog-core@4.1.0","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.3","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3/manifests"},{"name":"conventional-changelog-cli@2.0.27","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27/manifests"},{"name":"conventional-changelog-angular@5.0.6","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6/manifests"},{"name":"conventional-changelog@3.1.14","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14/manifests"},{"name":"conventional-changelog@3.1.13","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13/manifests"},{"name":"conventional-changelog-cli@2.0.26","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.2","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2/manifests"},{"name":"conventional-changelog-core@4.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3/manifests"},{"name":"conventional-changelog-preset-loader@2.3.0","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0/manifests"},{"name":"conventional-changelog-writer@4.0.10","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10/manifests"},{"name":"conventional-commits-parser@3.0.6","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6/manifests"},{"name":"conventional-recommended-bump@6.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.24","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24/manifests"},{"name":"standard-changelog@2.0.16","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16/manifests"},{"name":"conventional-changelog-jshint@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.9","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9/manifests"},{"name":"conventional-commits-parser@3.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5/manifests"},{"name":"conventional-changelog@3.1.12","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12/manifests"},{"name":"gulp-conventional-changelog@2.0.23","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23/manifests"},{"name":"standard-changelog@2.0.15","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15/manifests"},{"name":"conventional-recommended-bump@6.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5/manifests"},{"name":"conventional-changelog-atom@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.25","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25/manifests"},{"name":"conventional-changelog-codemirror@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.1","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1/manifests"},{"name":"conventional-changelog-core@4.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2/manifests"},{"name":"conventional-changelog-ember@2.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4/manifests"},{"name":"conventional-changelog-eslint@3.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.6","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6/manifests"},{"name":"conventional-changelog-cli@2.0.24","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24/manifests"},{"name":"standard-changelog@2.0.14","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14/manifests"},{"name":"gulp-conventional-changelog@2.0.22","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22/manifests"},{"name":"conventional-recommended-bump@6.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1/manifests"},{"name":"conventional-commits-parser@3.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4/manifests"},{"name":"conventional-changelog-writer@4.0.8","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8/manifests"},{"name":"conventional-changelog-jshint@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.5","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5/manifests"},{"name":"conventional-changelog-eslint@3.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3/manifests"},{"name":"conventional-changelog-ember@2.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3/manifests"},{"name":"conventional-changelog-core@4.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.0","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2/manifests"},{"name":"conventional-changelog-atom@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4/manifests"},{"name":"conventional-changelog@3.1.11","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11/manifests"},{"name":"conventional-recommended-bump@6.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.7","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7/manifests"},{"name":"conventional-changelog-preset-loader@2.2.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0/manifests"},{"name":"conventional-changelog-core@4.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.1.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0/manifests"},{"name":"conventional-changelog-cli@2.0.23","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23/manifests"},{"name":"conventional-changelog@3.1.10","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10/manifests"},{"name":"standard-changelog@2.0.13","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13/manifests"},{"name":"gulp-conventional-changelog@2.0.21","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21/manifests"},{"name":"git-semver-tags@3.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0/manifests"},{"name":"git-semver-tags@2.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3/manifests"},{"name":"conventional-commits-parser@3.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.6","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6/manifests"},{"name":"conventional-changelog@3.1.9","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9/manifests"},{"name":"conventional-changelog-cli@2.0.22","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22/manifests"},{"name":"conventional-changelog-conventionalcommits@4.0.0","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0/manifests"},{"name":"conventional-changelog-core@3.2.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3/manifests"},{"name":"standard-changelog@2.0.12","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.20","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20/manifests"},{"name":"conventional-recommended-bump@5.0.1","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.19","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19/manifests"},{"name":"conventional-changelog-cli@2.0.21","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21/manifests"},{"name":"conventional-changelog@3.1.8","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8/manifests"},{"name":"standard-changelog@2.0.11","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.2","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2/manifests"},{"name":"conventional-changelog@3.1.7","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7/manifests"},{"name":"gulp-conventional-changelog@2.0.18","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18/manifests"},{"name":"conventional-changelog-cli@2.0.20","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.1","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.17","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17/manifests"},{"name":"conventional-changelog-cli@2.0.19","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0/manifests"},{"name":"conventional-changelog@3.1.6","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6/manifests"},{"name":"conventional-recommended-bump@5.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.16","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16/manifests"},{"name":"conventional-changelog@3.1.5","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5/manifests"},{"name":"conventional-changelog-cli@2.0.18","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18/manifests"},{"name":"conventional-changelog-conventionalcommits@2.0.0","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.2","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.17","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17/manifests"},{"name":"conventional-changelog@3.1.4","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.15","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15/manifests"},{"name":"gulp-conventional-changelog@2.0.14","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14/manifests"},{"name":"conventional-changelog-writer@4.0.5","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.16","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16/manifests"},{"name":"conventional-changelog-core@3.2.2","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2/manifests"},{"name":"conventional-changelog@3.1.3","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3/manifests"},{"name":"standard-changelog@2.0.10","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10/manifests"},{"name":"conventional-changelog@3.1.2","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2/manifests"},{"name":"conventional-changelog-core@3.2.1","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1/manifests"},{"name":"conventional-changelog-cli@2.0.15","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15/manifests"},{"name":"standard-changelog@2.0.9","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9/manifests"},{"name":"gulp-conventional-changelog@2.0.13","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13/manifests"},{"name":"conventional-recommended-bump@4.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1/manifests"},{"name":"conventional-changelog-preset-loader@2.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.14","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14/manifests"},{"name":"conventional-changelog@3.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1/manifests"},{"name":"gulp-conventional-changelog@2.0.12","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12/manifests"},{"name":"conventional-changelog-cli@2.0.13","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13/manifests"},{"name":"conventional-changelog-core@3.2.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0/manifests"},{"name":"conventional-changelog-eslint@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0/manifests"},{"name":"conventional-changelog@3.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0/manifests"},{"name":"gulp-conventional-changelog@2.0.11","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11/manifests"},{"name":"git-raw-commits@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0/manifests"},{"name":"standard-changelog@2.0.8","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.4","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4/manifests"},{"name":"conventional-commits-parser@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2/manifests"},{"name":"conventional-commits-filter@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2/manifests"},{"name":"standard-changelog@2.0.7","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7/manifests"},{"name":"conventional-changelog-cli@2.0.12","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.10","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10/manifests"},{"name":"conventional-changelog-writer@4.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3/manifests"},{"name":"conventional-changelog-core@3.1.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6/manifests"},{"name":"conventional-changelog-angular@5.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3/manifests"},{"name":"conventional-changelog@3.0.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6/manifests"},{"name":"conventional-recommended-bump@4.0.4","sha":"da729f68f9dc581623deb587c705ef65d189a9f4","kind":"tag","published_at":"2018-11-01T06:56:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4/manifests"},{"name":"standard-changelog@2.0.6","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6/manifests"},{"name":"conventional-changelog-writer@4.0.2","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2/manifests"},{"name":"conventional-changelog-core@3.1.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5/manifests"},{"name":"conventional-changelog-cli@2.0.11","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11/manifests"},{"name":"gulp-conventional-changelog@2.0.9","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.0.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5/manifests"},{"name":"standard-changelog@2.0.5","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5/manifests"},{"name":"conventional-changelog@3.0.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.8","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.0.10","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10/manifests"},{"name":"git-semver-tags@2.0.2","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.3","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3/manifests"},{"name":"conventional-changelog-core@3.1.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.7","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7/manifests"},{"name":"standard-changelog@2.0.4","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4/manifests"},{"name":"conventional-changelog@3.0.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3/manifests"},{"name":"conventional-changelog-core@3.1.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.9","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9/manifests"},{"name":"conventional-changelog-cli@2.0.8","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8/manifests"},{"name":"conventional-changelog-core@3.1.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2/manifests"},{"name":"gulp-conventional-changelog@2.0.6","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6/manifests"},{"name":"conventional-changelog@3.0.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2/manifests"},{"name":"standard-changelog@2.0.3","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.5","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.7","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7/manifests"},{"name":"conventional-changelog@3.0.1","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1/manifests"},{"name":"conventional-changelog-jquery@3.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4/manifests"},{"name":"conventional-changelog@3.0.0","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0/manifests"},{"name":"conventional-changelog-angular@5.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2/manifests"},{"name":"conventional-changelog-atom@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.6","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1/manifests"},{"name":"conventional-changelog-core@3.1.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1/manifests"},{"name":"conventional-changelog-ember@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2/manifests"},{"name":"conventional-changelog-eslint@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1/manifests"},{"name":"conventional-changelog-express@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1/manifests"},{"name":"conventional-changelog-preset-loader@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2/manifests"},{"name":"conventional-changelog-writer@4.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1/manifests"},{"name":"conventional-commits-filter@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1/manifests"},{"name":"conventional-commits-parser@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2/manifests"},{"name":"git-raw-commits@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1/manifests"},{"name":"git-semver-tags@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4/manifests"},{"name":"standard-changelog@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.3","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.5","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.4","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.2","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2/manifests"},{"name":"standard-changelog@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1/manifests"},{"name":"conventional-changelog-core@3.1.0","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0/manifests"},{"name":"conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1/manifests"},{"name":"conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0/manifests"},{"name":"conventional-changelog-jshint@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0/manifests"},{"name":"conventional-changelog-express@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0/manifests"},{"name":"conventional-changelog-eslint@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0/manifests"},{"name":"conventional-changelog-ember@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1/manifests"},{"name":"conventional-changelog-atom@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0/manifests"},{"name":"conventional-changelog-angular@5.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0/manifests"},{"name":"conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-angular@4.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1/manifests"},{"name":"conventional-changelog-jquery@2.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1/manifests"},{"name":"conventional-changelog-core@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0/manifests"},{"name":"conventional-changelog-codemirror@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0/manifests"},{"name":"conventional-commits-parser@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0/manifests"},{"name":"conventional-changelog-atom@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0/manifests"},{"name":"conventional-recommended-bump@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0/manifests"},{"name":"git-raw-commits@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0/manifests"},{"name":"conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0/manifests"},{"name":"standard-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0/manifests"},{"name":"conventional-commits-filter@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0/manifests"},{"name":"conventional-changelog-express@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0/manifests"},{"name":"conventional-changelog-eslint@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0/manifests"},{"name":"conventional-changelog-angular@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0/manifests"},{"name":"conventional-changelog-ember@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0/manifests"},{"name":"git-semver-tags@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0/manifests"},{"name":"conventional-changelog-jshint@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-angular@3.0.7","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7/manifests"},{"name":"conventional-changelog-cli@1.3.22","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22/manifests"},{"name":"conventional-changelog-core@2.0.11","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11/manifests"},{"name":"conventional-changelog-ember@0.3.12","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12/manifests"},{"name":"conventional-changelog-jquery@1.3.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9/manifests"},{"name":"conventional-recommended-bump@2.0.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9/manifests"},{"name":"gulp-conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24/manifests"},{"name":"standard-changelog@1.0.19","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19/manifests"},{"name":"conventional-changelog-jshint@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8/manifests"},{"name":"conventional-changelog-codemirror@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8/manifests"},{"name":"conventional-changelog-core@2.0.10","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10/manifests"},{"name":"conventional-changelog-ember@0.3.11","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11/manifests"},{"name":"conventional-changelog-eslint@1.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9/manifests"},{"name":"conventional-changelog-jquery@1.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8/manifests"},{"name":"conventional-changelog-cli@1.3.21","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21/manifests"},{"name":"conventional-changelog-writer@3.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9/manifests"},{"name":"gulp-conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23/manifests"},{"name":"standard-changelog@1.0.18","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18/manifests"},{"name":"conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-angular@3.0.6","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6/manifests"},{"name":"conventional-changelog-atom@0.2.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8/manifests"},{"name":"conventional-changelog-cli@1.3.20","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20/manifests"},{"name":"gulp-conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-writer@3.0.8","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8/manifests"},{"name":"conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22/manifests"},{"name":"standard-changelog@1.0.17","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17/manifests"},{"name":"conventional-changelog-ember@0.3.10","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10/manifests"},{"name":"conventional-changelog-core@2.0.9","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9/manifests"},{"name":"conventional-changelog-angular@3.0.5","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5/manifests"},{"name":"conventional-changelog-express@0.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6/manifests"},{"name":"git-semver-tags@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6/manifests"},{"name":"git-raw-commits@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6/manifests"},{"name":"conventional-changelog-jquery@1.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7/manifests"},{"name":"conventional-recommended-bump@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8/manifests"},{"name":"conventional-commits-parser@2.1.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7/manifests"},{"name":"conventional-changelog-writer@3.0.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7/manifests"},{"name":"conventional-changelog-preset-loader@1.1.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8/manifests"},{"name":"conventional-changelog-jshint@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7/manifests"},{"name":"conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-cli@1.3.19","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19/manifests"},{"name":"conventional-changelog-atom@0.2.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7/manifests"},{"name":"conventional-changelog-angular@3.0.4","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4/manifests"},{"name":"conventional-changelog-codemirror@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7/manifests"},{"name":"conventional-changelog-core@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.9","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9/manifests"},{"name":"conventional-changelog-eslint@1.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8/manifests"},{"name":"gulp-conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21/manifests"},{"name":"standard-changelog@1.0.16","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16/manifests"},{"name":"gulp-conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-jquery@1.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7/manifests"},{"name":"conventional-changelog-ember@0.3.8","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8/manifests"},{"name":"conventional-changelog-core@2.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7/manifests"},{"name":"conventional-changelog-angular@3.0.3","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3/manifests"},{"name":"standard-changelog@1.0.15","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15/manifests"},{"name":"conventional-changelog-atom@0.2.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6/manifests"},{"name":"conventional-changelog-cli@1.3.18","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18/manifests"},{"name":"conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-codemirror@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6/manifests"},{"name":"conventional-changelog-jshint@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6/manifests"},{"name":"conventional-changelog-writer@3.0.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6/manifests"},{"name":"conventional-changelog-angular@3.0.2","sha":"1cc079df803f58b52c8aa997fff43e9c162266e7","kind":"tag","published_at":"2018-03-22T14:14:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7/manifests"},{"name":"standard-changelog@1.0.14","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14/manifests"},{"name":"gulp-conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19/manifests"},{"name":"git-semver-tags@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5/manifests"},{"name":"git-raw-commits@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7/manifests"},{"name":"conventional-commits-parser@2.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6/manifests"},{"name":"conventional-commits-filter@1.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5/manifests"},{"name":"conventional-changelog-jshint@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5/manifests"},{"name":"conventional-changelog-jquery@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5/manifests"},{"name":"conventional-changelog-express@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6/manifests"},{"name":"conventional-changelog-ember@0.3.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7/manifests"},{"name":"conventional-changelog-core@2.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5/manifests"},{"name":"conventional-changelog-cli@1.3.17","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17/manifests"},{"name":"conventional-changelog-atom@0.2.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5/manifests"},{"name":"conventional-changelog-angular@3.0.1","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1/manifests"},{"name":"conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19/manifests"},{"name":"conventional-changelog-angular@3.0.0","sha":"49997aaba373502e5b38bd366846934641e95799","kind":"tag","published_at":"2018-03-22T13:45:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-eslint@1.0.5","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5/manifests"},{"name":"conventional-changelog-cli@1.3.16","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16/manifests"},{"name":"conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-angular@1.6.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6/manifests"},{"name":"conventional-changelog-atom@0.2.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4/manifests"},{"name":"conventional-changelog-cli@1.3.15","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15/manifests"},{"name":"conventional-changelog-codemirror@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4/manifests"},{"name":"conventional-changelog-express@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4/manifests"},{"name":"conventional-changelog-jquery@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4/manifests"},{"name":"conventional-changelog-jshint@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4/manifests"},{"name":"conventional-commits-filter@1.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5/manifests"},{"name":"conventional-commits-parser@2.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5/manifests"},{"name":"gulp-conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17/manifests"},{"name":"standard-changelog@1.0.13","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13/manifests"},{"name":"git-semver-tags@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4/manifests"},{"name":"conventional-recommended-bump@2.0.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6/manifests"},{"name":"git-raw-commits@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4/manifests"},{"name":"conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17/manifests"},{"name":"git-semver-tags@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3/manifests"},{"name":"conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog-angular@1.6.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5/manifests"},{"name":"conventional-changelog-atom@0.2.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3/manifests"},{"name":"conventional-changelog-cli@1.3.14","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14/manifests"},{"name":"conventional-changelog-codemirror@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4/manifests"},{"name":"conventional-changelog-ember@0.3.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3/manifests"},{"name":"conventional-changelog-express@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3/manifests"},{"name":"conventional-changelog-jshint@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5/manifests"},{"name":"conventional-changelog-writer@3.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3/manifests"},{"name":"conventional-commits-filter@1.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4/manifests"},{"name":"conventional-commits-parser@2.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4/manifests"},{"name":"conventional-recommended-bump@2.0.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5/manifests"},{"name":"git-raw-commits@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3/manifests"},{"name":"gulp-conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16/manifests"},{"name":"standard-changelog@1.0.12","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12/manifests"},{"name":"conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15/manifests"},{"name":"gulp-conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15/manifests"},{"name":"conventional-recommended-bump@2.0.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4/manifests"},{"name":"conventional-changelog-cli@1.3.13","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13/manifests"},{"name":"git-raw-commits@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2/manifests"},{"name":"standard-changelog@1.0.11","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11/manifests"},{"name":"conventional-recommended-bump@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3/manifests"},{"name":"gulp-conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14/manifests"},{"name":"git-semver-tags@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2/manifests"},{"name":"conventional-changelog-express@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3/manifests"},{"name":"conventional-commits-filter@1.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3/manifests"},{"name":"conventional-changelog-writer@3.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2/manifests"},{"name":"conventional-changelog-jshint@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2/manifests"},{"name":"conventional-changelog-jquery@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2/manifests"},{"name":"conventional-changelog-eslint@1.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2/manifests"},{"name":"conventional-changelog-ember@0.3.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3/manifests"},{"name":"conventional-changelog-codemirror@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2/manifests"},{"name":"conventional-changelog-cli@1.3.12","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12/manifests"},{"name":"conventional-changelog-atom@0.2.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2/manifests"},{"name":"conventional-changelog-angular@1.6.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4/manifests"},{"name":"conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14/manifests"},{"name":"conventional-recommended-bump@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2/manifests"},{"name":"conventional-commits-parser@2.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2/manifests"},{"name":"standard-changelog@1.0.10","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10/manifests"},{"name":"conventional-commits-filter@1.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2/manifests"},{"name":"conventional-changelog-writer@3.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1/manifests"},{"name":"conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13/manifests"},{"name":"gulp-conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13/manifests"},{"name":"git-semver-tags@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1/manifests"},{"name":"git-raw-commits@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1/manifests"},{"name":"conventional-changelog-jshint@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1/manifests"},{"name":"conventional-changelog-jquery@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1/manifests"},{"name":"conventional-changelog-express@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1/manifests"},{"name":"conventional-changelog-ember@0.3.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2/manifests"},{"name":"conventional-changelog-codemirror@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1/manifests"},{"name":"conventional-changelog-cli@1.3.11","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11/manifests"},{"name":"conventional-changelog-atom@0.2.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1/manifests"},{"name":"conventional-changelog-angular@1.6.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3/manifests"},{"name":"conventional-changelog-cli@1.3.10","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10/manifests"},{"name":"conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12/manifests"},{"name":"gulp-conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12/manifests"},{"name":"conventional-recommended-bump@2.0.1","sha":"a4f0aa902d3e966fe6d6b1d46f2130838524cfbf","kind":"tag","published_at":"2018-02-12T14:54:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1/manifests"},{"name":"conventional-recommended-bump@2.0.0","sha":"9885d205ed96338575335652d006f475408e1195","kind":"tag","published_at":"2018-02-12T14:30:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0/manifests"},{"name":"conventional-changelog-preset-loader@1.1.2","sha":"a450d974237d440009ec3fb4c63974cf066e8f79","kind":"tag","published_at":"2018-02-12T04:07:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.1","sha":"5af1f00dcc4e1f9c3299bc7feb322a88b711f042","kind":"tag","published_at":"2018-02-09T04:17:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.0","sha":"c3eb36dbc52f383df6f3dcf3a3870b01ceee0b8b","kind":"tag","published_at":"2018-02-08T14:46:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0/manifests"},{"name":"conventional-commits-parser@2.1.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1/manifests"},{"name":"conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11/manifests"},{"name":"conventional-changelog-angular@1.6.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2/manifests"},{"name":"conventional-changelog-cli@1.3.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9/manifests"},{"name":"conventional-changelog-core@2.0.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1/manifests"},{"name":"conventional-changelog-ember@0.3.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2/manifests"},{"name":"conventional-recommended-bump@1.2.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1/manifests"},{"name":"gulp-conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11/manifests"},{"name":"standard-changelog@1.0.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9/manifests"},{"name":"standard-changelog@1.0.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8/manifests"},{"name":"gulp-conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10/manifests"},{"name":"git-semver-tags@1.3.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.2.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0/manifests"},{"name":"conventional-changelog-writer@3.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0/manifests"},{"name":"conventional-changelog-eslint@1.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.3.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1/manifests"},{"name":"conventional-changelog-core@2.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8/manifests"},{"name":"conventional-changelog-angular@1.6.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1/manifests"},{"name":"conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10/manifests"},{"name":"standard-changelog@1.0.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7/manifests"},{"name":"gulp-conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-jshint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0/manifests"},{"name":"conventional-changelog-jquery@1.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0/manifests"},{"name":"conventional-changelog-express@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0/manifests"},{"name":"conventional-changelog-eslint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0/manifests"},{"name":"conventional-changelog-ember@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0/manifests"},{"name":"conventional-changelog-core@1.9.5","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5/manifests"},{"name":"conventional-changelog-codemirror@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0/manifests"},{"name":"conventional-changelog-cli@1.3.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7/manifests"},{"name":"conventional-changelog-atom@0.2.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0/manifests"},{"name":"conventional-changelog-angular@1.6.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0/manifests"},{"name":"conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-angular@1.5.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3/manifests"},{"name":"standard-changelog@1.0.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6/manifests"},{"name":"gulp-conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8/manifests"},{"name":"conventional-recommended-bump@1.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0/manifests"},{"name":"conventional-commits-parser@2.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0/manifests"},{"name":"conventional-commits-filter@1.1.1","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1/manifests"},{"name":"conventional-changelog-writer@2.0.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.2.10","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10/manifests"},{"name":"conventional-changelog-core@1.9.4","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4/manifests"},{"name":"conventional-changelog-cli@1.3.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6/manifests"},{"name":"conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8/manifests"},{"name":"conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7/manifests"},{"name":"conventional-changelog-express@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1/manifests"},{"name":"conventional-changelog-eslint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1/manifests"},{"name":"conventional-changelog-jquery@1.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1/manifests"},{"name":"conventional-changelog-ember@0.2.9","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9/manifests"},{"name":"conventional-changelog-jshint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1/manifests"},{"name":"conventional-changelog-writer@2.0.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2/manifests"},{"name":"conventional-changelog-core@1.9.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3/manifests"},{"name":"conventional-commits-filter@1.1.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0/manifests"},{"name":"conventional-changelog-codemirror@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1/manifests"},{"name":"conventional-commits-parser@2.0.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1/manifests"},{"name":"conventional-recommended-bump@1.0.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3/manifests"},{"name":"conventional-changelog-cli@1.3.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5/manifests"},{"name":"git-raw-commits@1.3.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0/manifests"},{"name":"conventional-changelog-atom@0.1.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2/manifests"},{"name":"git-semver-tags@1.2.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3/manifests"},{"name":"conventional-changelog-angular@1.5.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2/manifests"},{"name":"gulp-conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7/manifests"},{"name":"standard-changelog@1.0.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5/manifests"},{"name":"@marionebl/conventional-commits-parser@3.0.0","sha":"edf4068ce4c3ea6ac5b61323473ab655be5eb895","kind":"tag","published_at":"2017-11-01T07:09:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/@marionebl/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/@marionebl/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0/manifests"},{"name":"git-semver-tags@1.2.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2/manifests"},{"name":"standard-changelog@1.0.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4/manifests"},{"name":"conventional-changelog-ember@0.2.8","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8/manifests"},{"name":"gulp-conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-core@1.9.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2/manifests"},{"name":"conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-angular@1.5.1","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1/manifests"},{"name":"conventional-recommended-bump@1.0.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2/manifests"},{"name":"conventional-changelog-cli@1.3.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4/manifests"},{"name":"standard-changelog@1.0.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3/manifests"},{"name":"conventional-changelog-core@1.9.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1/manifests"},{"name":"conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-ember@0.2.7","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7/manifests"},{"name":"conventional-changelog-writer@2.0.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1/manifests"},{"name":"conventional-changelog-angular@1.5.0","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0/manifests"},{"name":"gulp-conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-cli@1.3.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3/manifests"},{"name":"conventional-changelog-angular@1.4.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0/manifests"},{"name":"conventional-changelog-core@1.9.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0/manifests"},{"name":"conventional-changelog-codemirror@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0/manifests"},{"name":"conventional-changelog-cli@1.3.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2/manifests"},{"name":"conventional-changelog-atom@0.1.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1/manifests"},{"name":"standard-changelog@1.0.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2/manifests"},{"name":"conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4/manifests"},{"name":"conventional-changelog-ember@0.2.6","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6/manifests"},{"name":"conventional-changelog-eslint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0/manifests"},{"name":"conventional-changelog-express@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0/manifests"},{"name":"conventional-changelog-jquery@1.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0/manifests"},{"name":"conventional-changelog-jshint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0/manifests"},{"name":"conventional-changelog-writer@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0/manifests"},{"name":"conventional-commits-parser@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1/manifests"},{"name":"git-semver-tags@1.2.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1/manifests"},{"name":"gulp-conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4/manifests"},{"name":"conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3/manifests"},{"name":"conventional-changelog-core@1.8.0","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.8.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0/manifests"},{"name":"conventional-changelog-ember@0.2.5","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5/manifests"},{"name":"gulp-conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3/manifests"},{"name":"standard-changelog@1.0.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1/manifests"},{"name":"conventional-changelog-cli@1.3.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1/manifests"},{"name":"conventional-changelog-angular@1.3.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3/manifests"},{"name":"conventional-changelog-ember@0.2.4","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4/manifests"},{"name":"conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2/manifests"},{"name":"conventional-changelog-angular@1.3.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2/manifests"},{"name":"conventional-changelog-core@1.7.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.7.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0/manifests"},{"name":"conventional-changelog-cli@1.3.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0/manifests"},{"name":"standard-changelog@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2/manifests"},{"name":"git-semver-tags@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0/manifests"},{"name":"git-raw-commits@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0/manifests"},{"name":"conventional-recommended-bump@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"tag","published_at":"2017-03-10T05:35:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0/manifests"},{"name":"conventional-changelog-ember@0.2.3","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3/manifests"},{"name":"gulp-conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1/manifests"},{"name":"standard-changelog@0.0.2","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@0.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2/manifests"},{"name":"conventional-changelog-angular@1.3.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1/manifests"},{"name":"conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-cli@1.2.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1/manifests"},{"name":"conventional-changelog-core@1.6.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0/manifests"},{"name":"conventional-changelog-cli@1.2.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:01:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0/manifests"},{"name":"conventional-changelog-core@1.5.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:00:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0/manifests"},{"name":"git-raw-commits@1.1.2","sha":"f5fe78b1f15791cb0499744bf278dff22b52732f","kind":"tag","published_at":"2017-03-09T07:37:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2/manifests"},{"name":"git-semver-tags@1.1.2","sha":"7be07c7c0f49572b1c0e9c98f004b599d8b5bb1a","kind":"tag","published_at":"2017-03-09T07:35:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2/manifests"},{"name":"v1.1.0","sha":"600d411569271467389c3cbe71f7f657980e89a1","kind":"tag","published_at":"2016-02-13T06:59:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"9591280a8d09220aced3383abe3bc7ecbb34b503","kind":"tag","published_at":"2016-02-13T06:37:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"beef421f56939190a4ca30c28788eda1b3f9480d","kind":"tag","published_at":"2016-02-05T13:49:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"c8e90ab7fddd0b98855913e73fc12f9dc9dc81b1","kind":"tag","published_at":"2016-02-05T12:59:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0/manifests"},{"name":"v0.5.3","sha":"d79ce243223260b153699b99de0503698546ea63","kind":"tag","published_at":"2015-12-25T05:07:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"9e7b771072a2680c6c335fcad38003aade53213e","kind":"tag","published_at":"2015-12-23T12:24:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"4bf7d8df29f7be29552b82ec2b7112fad0c39a3e","kind":"tag","published_at":"2015-10-20T09:52:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"5ca2204b472704543ebbc744a22f8f90ec659659","kind":"tag","published_at":"2015-09-30T08:49:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"e5f2f3bc675e2c7e5cc6aa0ed50da7941833e492","kind":"tag","published_at":"2015-09-04T03:16:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"7536a0b351cc4f2764e71cbc268a178ab595259d","kind":"tag","published_at":"2015-08-17T01:28:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"56fa3d92620a41a875b3337fa51d04d6df23b1a8","kind":"tag","published_at":"2015-08-15T12:34:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"eefec0ef598a92e78510ee8626fd9bbcdb1398e4","kind":"tag","published_at":"2015-08-15T11:19:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0/manifests"},{"name":"v0.3.2","sha":"74b99dca61eafd56ba93605016b086a1108e77fe","kind":"tag","published_at":"2015-08-13T03:12:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"a1aca9c31a45aded77962bd0defc32e503aec213","kind":"commit","published_at":"2015-08-11T06:23:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"b489672d27ff703337c540f0fbc43f6486a84d99","kind":"commit","published_at":"2015-08-09T03:27:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"12e3cd6b151353dbe7f584adabbe5dd8a28424db","kind":"commit","published_at":"2015-07-24T08:13:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"f437b457b5ea6c105535a360144000f8315db54d","kind":"commit","published_at":"2015-07-24T04:54:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0/manifests"},{"name":"v0.1.3","sha":"c8fa9d0b94f8ac07f162623e4b9e9e68aad82e62","kind":"commit","published_at":"2015-07-22T11:06:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"6ba5d6e4b90a154dbca6ec0f80c66ad5995cd770","kind":"commit","published_at":"2015-07-22T07:10:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c015f8762f70eff2be7b8d7fb82438689239d717","kind":"commit","published_at":"2015-07-20T07:55:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"7253d0fea773e3f7cc0a3fb8278c9da070df26ee","kind":"commit","published_at":"2015-07-20T07:12:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.3","sha":"0c9f1e89bfacec8e08bac8ef96d64e3abdbecda7","kind":"commit","published_at":"2015-07-17T11:02:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"fec1baf43b8c0156682d4014a4fd066bd24ad448","kind":"commit","published_at":"2015-07-17T06:23:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"a5ea0dfada48601b9e3fbec78dd37d70380a2db6","kind":"commit","published_at":"2015-07-15T08:03:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1/manifests"},{"name":"v0.1.0-alpha.3","sha":"9b6cc68a2c17c9671363fe7af5de7ebd3a06aaeb","kind":"commit","published_at":"2015-07-06T01:27:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3/manifests"},{"name":"v0.1.0-alpha.2","sha":"34b0f460c34ecc48af857d8ee5d7038970ba56fb","kind":"commit","published_at":"2015-06-29T12:04:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2/manifests"},{"name":"v0.1.0-alpha.1","sha":"05b3415fc699ab43f3fa33b5ecd040ab5ecdf9e2","kind":"commit","published_at":"2015-06-24T04:42:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1/manifests"},{"name":"v0.0.17","sha":"3cae05244e48af9cf4abbef3114060db585a574c","kind":"commit","published_at":"2015-04-03T02:12:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"c0719ce6ba16778dd34c2cfdc81e7f3c5321409d","kind":"commit","published_at":"2015-03-19T04:15:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"57af04dc3e362c0e327b716279c9143028c6e0da","kind":"commit","published_at":"2015-03-18T20:23:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"69be290efb58a6a92e9ae78d7b37168d293920b5","kind":"commit","published_at":"2015-03-13T21:22:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"15a39d02ba3d666e7820eecbb8c5493ef2f6040a","kind":"commit","published_at":"2015-03-12T23:17:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13/manifests"},{"name":"v0.0.11","sha":"37f5561553c30d8f0f2c949502ea278da64949cd","kind":"tag","published_at":"2014-05-28T13:14:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"ad6f6ec5499d2c902b88da95487862d50e5ad776","kind":"tag","published_at":"2014-05-28T12:51:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"87efbabd9bc2a0fd83255e6cb856961b10aef9eb","kind":"tag","published_at":"2014-05-06T17:11:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"94b12cf69c51264b1edb6c81b50a262f0536894b","kind":"tag","published_at":"2014-04-10T14:45:48.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"1cf17e494fd7d8538c55189c72c0cf57d145ef41","kind":"tag","published_at":"2014-04-10T14:06:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"861f9ec93de28be4185b35815c2b6ab17746eb3f","kind":"commit","published_at":"2014-01-23T19:39:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"3f59f7356c86f30ef8e8754386373c2a8f97b367","kind":"commit","published_at":"2014-01-23T18:59:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6fa2c22464dcd964df604550c2ce2ed1d2f4362b","kind":"commit","published_at":"2014-01-04T21:36:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4/manifests"}]},"repo_metadata_updated_at":"2023-12-19T06:10:14.572Z","dependent_packages_count":1,"downloads":28,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":43.5886015547087,"dependent_repos_count":25.32799796580169,"dependent_packages_count":16.223928578504864,"stargazers_count":1.4444284534302032,"forks_count":1.6546204546288672,"average":17.647915401414867},"purl":"pkg:npm/conventional-changelog-blackie","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/conventional-changelog-blackie","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/conventional-changelog-blackie","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/conventional-changelog-blackie/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2023-12-18T22:48:21.480Z","issues_count":104,"pull_requests_count":338,"avg_time_to_close_issue":23444750.564102564,"avg_time_to_close_pull_request":6261417.119850188,"issues_closed_count":39,"pull_requests_closed_count":267,"pull_request_authors_count":58,"issue_authors_count":73,"avg_comments_per_issue":1.8076923076923077,"avg_comments_per_pull_request":1.3875739644970413,"merged_pull_requests_count":209,"bot_issues_count":1,"bot_pull_requests_count":171,"past_year_issues_count":62,"past_year_pull_requests_count":280,"past_year_avg_time_to_close_issue":784912.724137931,"past_year_avg_time_to_close_pull_request":1086635.9458333333,"past_year_issues_closed_count":29,"past_year_pull_requests_closed_count":240,"past_year_pull_request_authors_count":25,"past_year_issue_authors_count":36,"past_year_avg_comments_per_issue":1.370967741935484,"past_year_avg_comments_per_pull_request":1.157142857142857,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":160,"past_year_merged_pull_requests_count":198,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues"},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-blackie/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-blackie/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-blackie/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-blackie/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-blackie/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-blackie/codemeta","maintainers":[{"uuid":"tony_blackie","login":"tony_blackie","name":null,"email":"jim.casey321@gmail.com","url":null,"packages_count":6,"html_url":"https://www.npmjs.com/~tony_blackie","role":null,"created_at":"2022-11-11T20:38:47.912Z","updated_at":"2022-11-11T20:38:47.912Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/tony_blackie/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5644415,"maintainers_count":1200486,"namespaces_count":399623,"keywords_count":847874,"github":"npm","metadata":{"funded_packages_count":171745},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-06-10T05:11:46.456Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":1554899,"name":"conventional-changelog-alifd","ecosystem":"npm","description":"conventional-changelog angular preset","homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-angular#readme","licenses":"ISC","normalized_licenses":["ISC"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":["conventional-changelog","angular","preset"],"namespace":null,"versions_count":1,"first_release_published_at":"2019-03-29T03:43:20.017Z","latest_release_published_at":"2019-03-29T03:43:20.017Z","latest_release_number":"1.0.0","last_synced_at":"2026-06-03T20:26:54.110Z","created_at":"2022-04-09T05:41:17.764Z","updated_at":"2026-06-03T20:26:54.110Z","registry_url":"https://www.npmjs.com/package/conventional-changelog-alifd","install_command":"npm install conventional-changelog-alifd","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"1.0.0"}},"repo_metadata":{"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2023-12-13T14:01:16.000Z","size":5365,"stargazers_count":7390,"open_issues_count":248,"forks_count":730,"subscribers_count":56,"default_branch":"master","last_synced_at":"2023-12-18T23:28:48.481Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2023-12-18T11:14:08.000Z","dependencies_parsed_at":"2022-07-13T10:30:31.523Z","dependency_job_id":"5f6d159e-c4c6-405b-9fa7-976ffc4dfa04","html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1464,"total_committers":136,"mean_commits":"10.764705882352942","dds":"0.40095628415300544","last_synced_commit":"58f0887283a200d52e49607baf7b352f26177b05"},"previous_names":[],"tags_count":754,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":176979785,"owners_count":10476948,"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"},"owner_record":{"login":"conventional-changelog","name":"conventional-changelog","uuid":"16443515","kind":"organization","description":"Tools to generate changelogs and release notes from a project's commit messages and metadata.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16443515?v=4","repositories_count":12,"last_synced_at":"2023-04-09T10:54:05.213Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/conventional-changelog","created_at":"2022-11-02T16:25:21.572Z","updated_at":"2023-04-09T10:54:05.313Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog/repositories"},"tags":[{"name":"git-semver-tags-v7.0.1","sha":"fac8045242099c016f5f3905e54e02b7d466bd7b","kind":"commit","published_at":"2023-09-10T23:53:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1/manifests"},{"name":"conventional-changelog-writer-v7.0.1","sha":"e3a643ad39ec3bc4cfb1dff2aa1101333df33dc3","kind":"commit","published_at":"2023-09-10T23:49:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1/manifests"},{"name":"conventional-changelog-v5.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0/manifests"},{"name":"conventional-changelog-cli-v4.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0/manifests"},{"name":"conventional-changelog-core-v7.0.0","sha":"2e467dd39a35c3813597711a37690897183b4abc","kind":"commit","published_at":"2023-09-08T22:03:37.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0/manifests"},{"name":"git-semver-tags-v7.0.0","sha":"a13f788bd505d8253a2d92413fc4a7780e11ec07","kind":"commit","published_at":"2023-09-08T21:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0/manifests"},{"name":"standard-changelog-v5.0.0","sha":"34569c7a3fd2b0362a461517a1f4e20e7eecd9fc","kind":"commit","published_at":"2023-09-08T21:55:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v9.0.0","sha":"ad633d9d81f66ef80d7f77832a264cb0c5b971ef","kind":"commit","published_at":"2023-09-08T21:50:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.2","sha":"50113f9b569259d991f1a734a192964ca71f0118","kind":"commit","published_at":"2023-09-08T21:41:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2/manifests"},{"name":"conventional-changelog-preset-loader-v4.1.0","sha":"a14d2186575f6061f236c9a47d803694b18f8373","kind":"commit","published_at":"2023-09-08T21:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.1","sha":"ca4324b0a690b2595f8b574882ff95329a2dc195","kind":"commit","published_at":"2023-08-27T19:11:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1/manifests"},{"name":"conventional-commits-filter-v4.0.0","sha":"26fc9ea274dc0c62442ec9d97b20a2ebb49138bf","kind":"commit","published_at":"2023-08-27T12:55:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0/manifests"},{"name":"standard-changelog-v4.0.0","sha":"5b788265774bf4b63d3c83a178ca53e8e7095903","kind":"commit","published_at":"2023-08-27T12:50:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-eslint-v5.0.0","sha":"679594c0716275771cc23b314e4362899fe72f87","kind":"commit","published_at":"2023-08-27T12:46:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0/manifests"},{"name":"git-semver-tags-v6.0.0","sha":"1c75c72d9b5d59e3ea4e914c58a85f7559f29602","kind":"commit","published_at":"2023-08-27T12:40:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0/manifests"},{"name":"conventional-recommended-bump-v8.0.0","sha":"624377a24e8e3658bcf2329a9a98f9a7b02a4cb3","kind":"commit","published_at":"2023-08-27T12:33:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0/manifests"},{"name":"conventional-changelog-writer-v7.0.0","sha":"d669bb67dc713cb1e4374e3216ed7d83cde743c5","kind":"commit","published_at":"2023-08-27T12:27:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0/manifests"},{"name":"conventional-changelog-codemirror-v4.0.0","sha":"933fd0b3dd355d648faf57241b796a714004c722","kind":"commit","published_at":"2023-08-27T12:23:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0/manifests"},{"name":"conventional-changelog-express-v4.0.0","sha":"c9e9ceb3a3727659bd117bab01cbc7642d588f06","kind":"commit","published_at":"2023-08-27T12:16:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0/manifests"},{"name":"conventional-changelog-ember-v4.0.0","sha":"5d7c16268f79b7f180e34e997fdb37373d714666","kind":"commit","published_at":"2023-08-27T12:11:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0/manifests"},{"name":"conventional-changelog-jquery-v5.0.0","sha":"d643efb1050dcdaecee626044315644ff9b9e43b","kind":"commit","published_at":"2023-08-27T12:07:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v4.0.0","sha":"636646dd9ae062e9652a7f9ccaf6c329e6e9f924","kind":"commit","published_at":"2023-08-27T12:03:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0/manifests"},{"name":"conventional-changelog-v5.0.0","sha":"7985de3edc9e655369651ad464cb39b791887dc7","kind":"commit","published_at":"2023-08-27T11:58:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.0","sha":"5f0fe40743d8f559ab94ed11bbb4b8bda6fa6dcb","kind":"commit","published_at":"2023-08-27T11:51:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0/manifests"},{"name":"conventional-changelog-angular-v7.0.0","sha":"6c7a2e1a8807988bcb1a9842f72d14be3b1a89e3","kind":"commit","published_at":"2023-08-27T11:46:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0/manifests"},{"name":"conventional-changelog-jshint-v4.0.0","sha":"0204a9a340d2c85411e8de8905bc74c6146e5618","kind":"commit","published_at":"2023-08-27T11:41:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0/manifests"},{"name":"conventional-changelog-atom-v4.0.0","sha":"ab9b2c10e098ec8837d141102549f3eef698364c","kind":"commit","published_at":"2023-08-27T11:36:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0/manifests"},{"name":"conventional-changelog-cli-v4.0.0","sha":"29df6c4597afad27b9cda06f58eb564bcca609c4","kind":"commit","published_at":"2023-08-27T11:21:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0/manifests"},{"name":"conventional-changelog-core-v6.0.0","sha":"45613bbc2d13c798732e4b2bd4b2fa9ea67157d6","kind":"commit","published_at":"2023-08-27T11:17:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v4.0.0","sha":"5a896e3ef3aa9e751fcc74d7c76fa21d6d526cb0","kind":"commit","published_at":"2023-08-27T11:08:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0/manifests"},{"name":"git-raw-commits-v4.0.0","sha":"878fc56b43bc617177bf47fd8643a3b8b86078e5","kind":"commit","published_at":"2023-08-27T11:01:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0/manifests"},{"name":"conventional-commits-parser-v5.0.0","sha":"299de5acbe55a7d19dcdd2adc34681eae7264abf","kind":"commit","published_at":"2023-08-26T17:50:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0/manifests"},{"name":"git-semver-tags-v5.0.1","sha":"87914a362866a380e98a29edf19b2173e0911d8a","kind":"commit","published_at":"2023-07-09T19:10:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1/manifests"},{"name":"conventional-changelog-writer-v6.0.1","sha":"c123edea220b450cfa26813b6f198c3e8ebbd2b4","kind":"commit","published_at":"2023-07-09T14:49:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.2","sha":"83773c5e1a8874ea9809ca9db1dff60b7df1daae","kind":"commit","published_at":"2023-06-28T17:43:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.1.0","sha":"2e5fe6d9574ba896fa90b5bfcb50fb73d28af6d6","kind":"commit","published_at":"2023-06-17T21:30:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v7.0.1","sha":"f251b6899e313a9b23f3c8deb8b8b57217040892","kind":"commit","published_at":"2023-06-06T23:24:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.1","sha":"5b458dff9edf766446449acd1bbb8027a1e39fa5","kind":"commit","published_at":"2023-06-06T23:17:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1/manifests"},{"name":"gulp-conventional-changelog-v3.0.0","sha":"8ef6232797e5bf7c80422221374c53c03d5df36d","kind":"commit","published_at":"2023-06-06T22:50:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0/manifests"},{"name":"standard-changelog-v3.0.0","sha":"ea65f017b42b914ece780fd2fc799a6946912ed8","kind":"commit","published_at":"2023-06-06T22:42:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0/manifests"},{"name":"conventional-changelog-cli-v3.0.0","sha":"f00f4549cee9406054b77057a8135183fcd89710","kind":"commit","published_at":"2023-06-06T22:29:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0/manifests"},{"name":"conventional-changelog-v4.0.0","sha":"1a240f91ed584ed43e7f9c82235ca60eff0f4fa5","kind":"commit","published_at":"2023-06-06T19:50:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-core-v5.0.0","sha":"8507f601486c8ff6806156c50091262dee13ec54","kind":"commit","published_at":"2023-06-06T19:23:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v7.0.0","sha":"e1662ca7a6c688d28a334282a5e863f52866f3e8","kind":"commit","published_at":"2023-06-06T18:39:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v3.0.0","sha":"5d80d155425147a0b045af09536e5962cbfff620","kind":"commit","published_at":"2023-06-06T15:08:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.0.0","sha":"a30fc7ae219cf871b46cbe9d2c76a9730b70e272","kind":"commit","published_at":"2023-06-06T14:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v6.0.0","sha":"aa5d46c7b13b7b31f78af4b3c31c087c39eea41d","kind":"commit","published_at":"2023-06-06T14:46:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0/manifests"},{"name":"conventional-commits-filter-v3.0.0","sha":"502a73fe41aebb7b563c5ca69521e0b1bab904df","kind":"commit","published_at":"2023-06-06T14:32:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0/manifests"},{"name":"conventional-commits-parser-v4.0.0","sha":"9f7fe891e75c64937c28baa39a6c795a01603ab7","kind":"commit","published_at":"2023-06-06T14:24:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0/manifests"},{"name":"git-raw-commits-v3.0.0","sha":"571f2d549f10744a12ab3bc5dc5e0b749cb72667","kind":"commit","published_at":"2023-06-06T14:16:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0/manifests"},{"name":"git-semver-tags-v5.0.0","sha":"445c796d04105d10dd62d07039bc6a7fc9f263a5","kind":"commit","published_at":"2023-06-06T13:51:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0/manifests"},{"name":"conventional-changelog-atom-v3.0.0","sha":"208787aa2f5db8de1c2d43c56d71e6dfb9510781","kind":"commit","published_at":"2023-06-06T13:43:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0/manifests"},{"name":"conventional-changelog-angular-v6.0.0","sha":"c4ebf98acc15f37154aae5de53a225e896c4a157","kind":"commit","published_at":"2023-06-06T13:36:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0/manifests"},{"name":"conventional-changelog-codemirror-v3.0.0","sha":"0772453bee083917a05b9696d063ee3dc69957f9","kind":"commit","published_at":"2023-06-06T13:25:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0/manifests"},{"name":"conventional-changelog-ember-v3.0.0","sha":"e473d0c8af7c0cf8a54f775556796f50f3e695c2","kind":"commit","published_at":"2023-06-06T13:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0/manifests"},{"name":"conventional-changelog-eslint-v4.0.0","sha":"b3b896bc5b9e3ed65dcfc08c57967a252f37cfd1","kind":"commit","published_at":"2023-06-06T12:56:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0/manifests"},{"name":"conventional-changelog-express-v3.0.0","sha":"5594385d1dd2490b0fb508a60b6f30e8be6616ce","kind":"commit","published_at":"2023-06-06T12:37:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0/manifests"},{"name":"conventional-changelog-jquery-v4.0.0","sha":"51a3015a907b2cea900114359c36ce0e9664b72d","kind":"commit","published_at":"2023-06-06T12:17:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0/manifests"},{"name":"conventional-changelog-jshint-v3.0.0","sha":"281e5f883476e90b75cae4373a67436c86e94f6a","kind":"commit","published_at":"2023-06-06T12:02:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v5.0.0","sha":"ba6df7cf62de5f448368bed4398f6ddf633d2cbd","kind":"commit","published_at":"2022-05-27T18:02:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0/manifests"},{"name":"conventional-changelog-writer-v5.0.1","sha":"21b73f974adc4490a318d9c892055655cb82c538","kind":"commit","published_at":"2021-12-29T21:36:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.3","sha":"02757d342290bcf51a49d49e5e72f5eae6c6f6da","kind":"commit","published_at":"2021-12-29T19:52:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3/manifests"},{"name":"conventional-commits-parser-v3.2.4","sha":"1d0f62d4ac4911ef0d912d5401f783b152cee624","kind":"commit","published_at":"2021-12-29T19:46:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4/manifests"},{"name":"git-raw-commits-v2.0.11","sha":"95384dbd105ffe4f86bbc6ccad3e5405a1cbfe04","kind":"commit","published_at":"2021-12-29T19:39:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.2","sha":"1827696185192a8dd258ea7c3370090238b0fb76","kind":"commit","published_at":"2021-12-25T18:06:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2/manifests"},{"name":"conventional-changelog-cli-v2.2.2","sha":"8ce6a7bbd3fae87aa9d56fca68c2e16fbb2cace5","kind":"commit","published_at":"2021-12-25T17:22:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2/manifests"},{"name":"conventional-changelog-v3.1.25","sha":"8e9c3d76aaffd7fe67a78270b3ad9b881e953e7e","kind":"commit","published_at":"2021-12-24T18:50:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25/manifests"},{"name":"conventional-changelog-cli-v2.2.1","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1/manifests"},{"name":"conventional-commits-parser-v3.2.3","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.1","sha":"c35708d56a55e31b750aec1f745e5be52f0a75f2","kind":"commit","published_at":"2021-09-09T19:06:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1/manifests"},{"name":"conventional-commits-parser-v3.2.2","sha":"1bae48ff85eff0736ea6691b7214f3fc9c026256","kind":"commit","published_at":"2021-09-09T14:45:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2/manifests"},{"name":"conventional-changelog-core-v4.2.4","sha":"02fbc2d42d0faf53d4b7a2b0525626088a6ac8ba","kind":"commit","published_at":"2021-09-09T14:37:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4/manifests"},{"name":"conventional-changelog-angular-v5.0.13","sha":"e30343b4676d26b416080294dc74ebba001c0716","kind":"commit","published_at":"2021-09-09T14:31:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v5.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13/manifests"},{"name":"conventional-changelog-core-v4.2.3","sha":"318b555b6ef3aebdb5a8d4c7c734fd7234712dd3","kind":"commit","published_at":"2021-07-03T00:24:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.0","sha":"537c37d7801872c3e57e4200c64154a4d2ea042a","kind":"commit","published_at":"2021-04-30T00:15:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0/manifests"},{"name":"conventional-commits-parser-v3.2.1","sha":"758dda2937b6784f0cc6a535286862fcf95b6f06","kind":"commit","published_at":"2021-02-15T21:32:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1/manifests"},{"name":"git-raw-commits-v2.0.10","sha":"ffecaccb6e117afae9f68f1d48ff9a69554da950","kind":"commit","published_at":"2021-01-27T16:36:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10/manifests"},{"name":"conventional-changelog-writer-v5.0.0","sha":"61ef6491add84b841e1797baf09f62bbdd90dcd4","kind":"commit","published_at":"2020-12-30T22:40:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v6.1.0","sha":"3b0fb22b0bb49137b9ecddaeb349f66025205c57","kind":"commit","published_at":"2020-12-30T16:58:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0/manifests"},{"name":"conventional-changelog-core-v4.2.2","sha":"317eeb3137caff69bcc9a67fce3dc67663a010db","kind":"commit","published_at":"2020-12-30T00:53:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2/manifests"},{"name":"conventional-recommended-bump-v6.0.12","sha":"90ecc5d93bfd7626857eda5d240f92393d896be0","kind":"commit","published_at":"2020-12-30T00:43:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12/manifests"},{"name":"git-raw-commits-v2.0.9","sha":"227f3e23af86912c0cd64fdb1a820ac92e5757c5","kind":"commit","published_at":"2020-12-29T23:59:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9/manifests"},{"name":"conventional-changelog-writer-v4.1.0","sha":"77725cfb12ca3ca22abb9421b4af012a49207e7a","kind":"commit","published_at":"2020-12-29T23:41:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11/manifests"},{"name":"standard-changelog@2.0.27","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27/manifests"},{"name":"gulp-conventional-changelog@2.0.35","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35/manifests"},{"name":"git-semver-tags@4.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1/manifests"},{"name":"git-raw-commits@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8/manifests"},{"name":"conventional-commits-parser@3.2.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0/manifests"},{"name":"conventional-commits-filter@2.0.7","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7/manifests"},{"name":"conventional-changelog-writer@4.0.18","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18/manifests"},{"name":"conventional-changelog-jshint@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9/manifests"},{"name":"conventional-changelog-jquery@3.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11/manifests"},{"name":"conventional-changelog-express@2.0.6","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9/manifests"},{"name":"conventional-changelog-ember@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9/manifests"},{"name":"conventional-changelog-core@4.2.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.5.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1/manifests"},{"name":"conventional-changelog-atom@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8/manifests"},{"name":"conventional-changelog-angular@5.0.12","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12/manifests"},{"name":"conventional-changelog@3.1.24","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24/manifests"},{"name":"conventional-changelog-v3.1.24","sha":"f8fcbc2e8b0834c29178ace6382b438a020ad828","kind":"commit","published_at":"2020-10-25T02:45:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24/manifests"},{"name":"conventional-recommended-bump@6.0.10","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10/manifests"},{"name":"git-semver-tags@4.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0/manifests"},{"name":"standard-changelog@2.0.26","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26/manifests"},{"name":"gulp-conventional-changelog@2.0.34","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34/manifests"},{"name":"conventional-changelog-cli@2.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0/manifests"},{"name":"conventional-changelog@3.1.23","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23/manifests"},{"name":"conventional-changelog-core@4.2.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.4.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.1","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1/manifests"},{"name":"conventional-changelog-angular@5.0.11","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11/manifests"},{"name":"conventional-changelog@3.1.22","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22/manifests"},{"name":"standard-changelog@2.0.25","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25/manifests"},{"name":"conventional-changelog-writer@4.0.17","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17/manifests"},{"name":"gulp-conventional-changelog@2.0.33","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33/manifests"},{"name":"conventional-changelog-jshint@2.0.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8/manifests"},{"name":"conventional-changelog-core@4.1.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8/manifests"},{"name":"conventional-changelog-cli@2.0.35","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35/manifests"},{"name":"conventional-changelog-writer@4.0.16","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16/manifests"},{"name":"conventional-changelog-core@4.1.7","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7/manifests"},{"name":"conventional-changelog@3.1.21","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21/manifests"},{"name":"conventional-changelog-cli@2.0.34","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34/manifests"},{"name":"standard-changelog@2.0.24","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24/manifests"},{"name":"gulp-conventional-changelog@2.0.32","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32/manifests"},{"name":"conventional-changelog-jshint@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7/manifests"},{"name":"conventional-changelog-jquery@3.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10/manifests"},{"name":"conventional-changelog-express@2.0.5","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5/manifests"},{"name":"conventional-changelog-eslint@3.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8/manifests"},{"name":"conventional-changelog-ember@2.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8/manifests"},{"name":"conventional-changelog-core@4.1.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7/manifests"},{"name":"conventional-changelog-cli@2.0.33","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33/manifests"},{"name":"conventional-changelog-atom@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7/manifests"},{"name":"conventional-changelog-angular@5.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10/manifests"},{"name":"conventional-changelog@3.1.20","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20/manifests"},{"name":"conventional-commits-filter@2.0.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6/manifests"},{"name":"conventional-commits-parser@3.1.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.9","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9/manifests"},{"name":"git-raw-commits@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7/manifests"},{"name":"git-semver-tags@4.0.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.31","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31/manifests"},{"name":"standard-changelog@2.0.23","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23/manifests"},{"name":"conventional-changelog-writer@4.0.15","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15/manifests"},{"name":"conventional-changelog-preset-loader@2.3.4","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4/manifests"},{"name":"conventional-changelog-preset-loader-v2.3.2","sha":"9f6c56cb960a5043823cfb85b9843991201cbb51","kind":"commit","published_at":"2020-05-08T19:21:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v2.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2/manifests"},{"name":"conventional-changelog@3.1.19","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19/manifests"},{"name":"conventional-changelog-cli@2.0.32","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32/manifests"},{"name":"conventional-changelog-core@4.1.5","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5/manifests"},{"name":"gulp-conventional-changelog@2.0.30","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30/manifests"},{"name":"standard-changelog@2.0.22","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22/manifests"},{"name":"standard-changelog@2.0.21","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21/manifests"},{"name":"gulp-conventional-changelog@2.0.29","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29/manifests"},{"name":"conventional-changelog@3.1.18","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18/manifests"},{"name":"conventional-changelog-cli@2.0.31","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31/manifests"},{"name":"conventional-changelog-core@4.1.4","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4/manifests"},{"name":"conventional-changelog-core@4.1.3","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.30","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30/manifests"},{"name":"conventional-changelog@3.1.17","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17/manifests"},{"name":"standard-changelog@2.0.20","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20/manifests"},{"name":"gulp-conventional-changelog@2.0.28","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28/manifests"},{"name":"conventional-changelog@3.1.16","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16/manifests"},{"name":"gulp-conventional-changelog@2.0.27","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27/manifests"},{"name":"standard-changelog@2.0.19","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19/manifests"},{"name":"conventional-changelog-core@4.1.2","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.29","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29/manifests"},{"name":"conventional-changelog-cli@2.0.28","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28/manifests"},{"name":"conventional-changelog@3.1.15","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15/manifests"},{"name":"standard-changelog@2.0.18","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18/manifests"},{"name":"conventional-recommended-bump@6.0.5","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5/manifests"},{"name":"git-semver-tags@3.0.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1/manifests"},{"name":"git-raw-commits@2.0.3","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.26","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26/manifests"},{"name":"conventional-commits-parser@3.0.8","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.11","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11/manifests"},{"name":"conventional-changelog-core@4.1.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1/manifests"},{"name":"standard-changelog@2.0.17","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17/manifests"},{"name":"gulp-conventional-changelog@2.0.25","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25/manifests"},{"name":"conventional-recommended-bump@6.0.4","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4/manifests"},{"name":"conventional-commits-parser@3.0.7","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7/manifests"},{"name":"conventional-changelog-core@4.1.0","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.3","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3/manifests"},{"name":"conventional-changelog-cli@2.0.27","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27/manifests"},{"name":"conventional-changelog-angular@5.0.6","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6/manifests"},{"name":"conventional-changelog@3.1.14","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14/manifests"},{"name":"conventional-changelog@3.1.13","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13/manifests"},{"name":"conventional-changelog-cli@2.0.26","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.2","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2/manifests"},{"name":"conventional-changelog-core@4.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3/manifests"},{"name":"conventional-changelog-preset-loader@2.3.0","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0/manifests"},{"name":"conventional-changelog-writer@4.0.10","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10/manifests"},{"name":"conventional-commits-parser@3.0.6","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6/manifests"},{"name":"conventional-recommended-bump@6.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.24","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24/manifests"},{"name":"standard-changelog@2.0.16","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16/manifests"},{"name":"conventional-changelog-jshint@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.9","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9/manifests"},{"name":"conventional-commits-parser@3.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5/manifests"},{"name":"conventional-changelog@3.1.12","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12/manifests"},{"name":"gulp-conventional-changelog@2.0.23","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23/manifests"},{"name":"standard-changelog@2.0.15","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15/manifests"},{"name":"conventional-recommended-bump@6.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5/manifests"},{"name":"conventional-changelog-atom@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.25","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25/manifests"},{"name":"conventional-changelog-codemirror@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.1","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1/manifests"},{"name":"conventional-changelog-core@4.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2/manifests"},{"name":"conventional-changelog-ember@2.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4/manifests"},{"name":"conventional-changelog-eslint@3.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.6","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6/manifests"},{"name":"conventional-changelog-cli@2.0.24","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24/manifests"},{"name":"standard-changelog@2.0.14","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14/manifests"},{"name":"gulp-conventional-changelog@2.0.22","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22/manifests"},{"name":"conventional-recommended-bump@6.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1/manifests"},{"name":"conventional-commits-parser@3.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4/manifests"},{"name":"conventional-changelog-writer@4.0.8","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8/manifests"},{"name":"conventional-changelog-jshint@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.5","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5/manifests"},{"name":"conventional-changelog-eslint@3.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3/manifests"},{"name":"conventional-changelog-ember@2.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3/manifests"},{"name":"conventional-changelog-core@4.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.0","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2/manifests"},{"name":"conventional-changelog-atom@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4/manifests"},{"name":"conventional-changelog@3.1.11","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11/manifests"},{"name":"conventional-recommended-bump@6.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.7","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7/manifests"},{"name":"conventional-changelog-preset-loader@2.2.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0/manifests"},{"name":"conventional-changelog-core@4.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.1.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0/manifests"},{"name":"conventional-changelog-cli@2.0.23","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23/manifests"},{"name":"conventional-changelog@3.1.10","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10/manifests"},{"name":"standard-changelog@2.0.13","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13/manifests"},{"name":"gulp-conventional-changelog@2.0.21","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21/manifests"},{"name":"git-semver-tags@3.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0/manifests"},{"name":"git-semver-tags@2.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3/manifests"},{"name":"conventional-commits-parser@3.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.6","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6/manifests"},{"name":"conventional-changelog@3.1.9","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9/manifests"},{"name":"conventional-changelog-cli@2.0.22","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22/manifests"},{"name":"conventional-changelog-conventionalcommits@4.0.0","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0/manifests"},{"name":"conventional-changelog-core@3.2.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3/manifests"},{"name":"standard-changelog@2.0.12","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.20","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20/manifests"},{"name":"conventional-recommended-bump@5.0.1","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.19","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19/manifests"},{"name":"conventional-changelog-cli@2.0.21","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21/manifests"},{"name":"conventional-changelog@3.1.8","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8/manifests"},{"name":"standard-changelog@2.0.11","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.2","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2/manifests"},{"name":"conventional-changelog@3.1.7","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7/manifests"},{"name":"gulp-conventional-changelog@2.0.18","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18/manifests"},{"name":"conventional-changelog-cli@2.0.20","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.1","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.17","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17/manifests"},{"name":"conventional-changelog-cli@2.0.19","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0/manifests"},{"name":"conventional-changelog@3.1.6","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6/manifests"},{"name":"conventional-recommended-bump@5.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.16","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16/manifests"},{"name":"conventional-changelog@3.1.5","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5/manifests"},{"name":"conventional-changelog-cli@2.0.18","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18/manifests"},{"name":"conventional-changelog-conventionalcommits@2.0.0","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.2","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.17","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17/manifests"},{"name":"conventional-changelog@3.1.4","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.15","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15/manifests"},{"name":"gulp-conventional-changelog@2.0.14","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14/manifests"},{"name":"conventional-changelog-writer@4.0.5","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.16","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16/manifests"},{"name":"conventional-changelog-core@3.2.2","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2/manifests"},{"name":"conventional-changelog@3.1.3","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3/manifests"},{"name":"standard-changelog@2.0.10","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10/manifests"},{"name":"conventional-changelog@3.1.2","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2/manifests"},{"name":"conventional-changelog-core@3.2.1","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1/manifests"},{"name":"conventional-changelog-cli@2.0.15","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15/manifests"},{"name":"standard-changelog@2.0.9","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9/manifests"},{"name":"gulp-conventional-changelog@2.0.13","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13/manifests"},{"name":"conventional-recommended-bump@4.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1/manifests"},{"name":"conventional-changelog-preset-loader@2.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.14","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14/manifests"},{"name":"conventional-changelog@3.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1/manifests"},{"name":"gulp-conventional-changelog@2.0.12","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12/manifests"},{"name":"conventional-changelog-cli@2.0.13","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13/manifests"},{"name":"conventional-changelog-core@3.2.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0/manifests"},{"name":"conventional-changelog-eslint@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0/manifests"},{"name":"conventional-changelog@3.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0/manifests"},{"name":"gulp-conventional-changelog@2.0.11","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11/manifests"},{"name":"git-raw-commits@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0/manifests"},{"name":"standard-changelog@2.0.8","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.4","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4/manifests"},{"name":"conventional-commits-parser@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2/manifests"},{"name":"conventional-commits-filter@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2/manifests"},{"name":"standard-changelog@2.0.7","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7/manifests"},{"name":"conventional-changelog-cli@2.0.12","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.10","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10/manifests"},{"name":"conventional-changelog-writer@4.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3/manifests"},{"name":"conventional-changelog-core@3.1.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6/manifests"},{"name":"conventional-changelog-angular@5.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3/manifests"},{"name":"conventional-changelog@3.0.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6/manifests"},{"name":"conventional-recommended-bump@4.0.4","sha":"da729f68f9dc581623deb587c705ef65d189a9f4","kind":"tag","published_at":"2018-11-01T06:56:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4/manifests"},{"name":"standard-changelog@2.0.6","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6/manifests"},{"name":"conventional-changelog-writer@4.0.2","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2/manifests"},{"name":"conventional-changelog-core@3.1.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5/manifests"},{"name":"conventional-changelog-cli@2.0.11","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11/manifests"},{"name":"gulp-conventional-changelog@2.0.9","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.0.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5/manifests"},{"name":"standard-changelog@2.0.5","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5/manifests"},{"name":"conventional-changelog@3.0.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.8","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.0.10","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10/manifests"},{"name":"git-semver-tags@2.0.2","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.3","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3/manifests"},{"name":"conventional-changelog-core@3.1.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.7","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7/manifests"},{"name":"standard-changelog@2.0.4","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4/manifests"},{"name":"conventional-changelog@3.0.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3/manifests"},{"name":"conventional-changelog-core@3.1.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.9","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9/manifests"},{"name":"conventional-changelog-cli@2.0.8","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8/manifests"},{"name":"conventional-changelog-core@3.1.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2/manifests"},{"name":"gulp-conventional-changelog@2.0.6","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6/manifests"},{"name":"conventional-changelog@3.0.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2/manifests"},{"name":"standard-changelog@2.0.3","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.5","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.7","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7/manifests"},{"name":"conventional-changelog@3.0.1","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1/manifests"},{"name":"conventional-changelog-jquery@3.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4/manifests"},{"name":"conventional-changelog@3.0.0","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0/manifests"},{"name":"conventional-changelog-angular@5.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2/manifests"},{"name":"conventional-changelog-atom@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.6","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1/manifests"},{"name":"conventional-changelog-core@3.1.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1/manifests"},{"name":"conventional-changelog-ember@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2/manifests"},{"name":"conventional-changelog-eslint@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1/manifests"},{"name":"conventional-changelog-express@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1/manifests"},{"name":"conventional-changelog-preset-loader@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2/manifests"},{"name":"conventional-changelog-writer@4.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1/manifests"},{"name":"conventional-commits-filter@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1/manifests"},{"name":"conventional-commits-parser@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2/manifests"},{"name":"git-raw-commits@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1/manifests"},{"name":"git-semver-tags@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4/manifests"},{"name":"standard-changelog@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.3","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.5","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.4","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.2","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2/manifests"},{"name":"standard-changelog@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1/manifests"},{"name":"conventional-changelog-core@3.1.0","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0/manifests"},{"name":"conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1/manifests"},{"name":"conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0/manifests"},{"name":"conventional-changelog-jshint@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0/manifests"},{"name":"conventional-changelog-express@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0/manifests"},{"name":"conventional-changelog-eslint@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0/manifests"},{"name":"conventional-changelog-ember@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1/manifests"},{"name":"conventional-changelog-atom@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0/manifests"},{"name":"conventional-changelog-angular@5.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0/manifests"},{"name":"conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-angular@4.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1/manifests"},{"name":"conventional-changelog-jquery@2.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1/manifests"},{"name":"conventional-changelog-core@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0/manifests"},{"name":"conventional-changelog-codemirror@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0/manifests"},{"name":"conventional-commits-parser@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0/manifests"},{"name":"conventional-changelog-atom@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0/manifests"},{"name":"conventional-recommended-bump@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0/manifests"},{"name":"git-raw-commits@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0/manifests"},{"name":"conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0/manifests"},{"name":"standard-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0/manifests"},{"name":"conventional-commits-filter@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0/manifests"},{"name":"conventional-changelog-express@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0/manifests"},{"name":"conventional-changelog-eslint@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0/manifests"},{"name":"conventional-changelog-angular@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0/manifests"},{"name":"conventional-changelog-ember@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0/manifests"},{"name":"git-semver-tags@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0/manifests"},{"name":"conventional-changelog-jshint@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-angular@3.0.7","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7/manifests"},{"name":"conventional-changelog-cli@1.3.22","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22/manifests"},{"name":"conventional-changelog-core@2.0.11","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11/manifests"},{"name":"conventional-changelog-ember@0.3.12","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12/manifests"},{"name":"conventional-changelog-jquery@1.3.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9/manifests"},{"name":"conventional-recommended-bump@2.0.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9/manifests"},{"name":"gulp-conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24/manifests"},{"name":"standard-changelog@1.0.19","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19/manifests"},{"name":"conventional-changelog-jshint@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8/manifests"},{"name":"conventional-changelog-codemirror@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8/manifests"},{"name":"conventional-changelog-core@2.0.10","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10/manifests"},{"name":"conventional-changelog-ember@0.3.11","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11/manifests"},{"name":"conventional-changelog-eslint@1.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9/manifests"},{"name":"conventional-changelog-jquery@1.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8/manifests"},{"name":"conventional-changelog-cli@1.3.21","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21/manifests"},{"name":"conventional-changelog-writer@3.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9/manifests"},{"name":"gulp-conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23/manifests"},{"name":"standard-changelog@1.0.18","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18/manifests"},{"name":"conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-angular@3.0.6","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6/manifests"},{"name":"conventional-changelog-atom@0.2.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8/manifests"},{"name":"conventional-changelog-cli@1.3.20","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20/manifests"},{"name":"gulp-conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-writer@3.0.8","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8/manifests"},{"name":"conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22/manifests"},{"name":"standard-changelog@1.0.17","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17/manifests"},{"name":"conventional-changelog-ember@0.3.10","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10/manifests"},{"name":"conventional-changelog-core@2.0.9","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9/manifests"},{"name":"conventional-changelog-angular@3.0.5","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5/manifests"},{"name":"conventional-changelog-express@0.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6/manifests"},{"name":"git-semver-tags@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6/manifests"},{"name":"git-raw-commits@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6/manifests"},{"name":"conventional-changelog-jquery@1.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7/manifests"},{"name":"conventional-recommended-bump@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8/manifests"},{"name":"conventional-commits-parser@2.1.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7/manifests"},{"name":"conventional-changelog-writer@3.0.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7/manifests"},{"name":"conventional-changelog-preset-loader@1.1.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8/manifests"},{"name":"conventional-changelog-jshint@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7/manifests"},{"name":"conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-cli@1.3.19","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19/manifests"},{"name":"conventional-changelog-atom@0.2.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7/manifests"},{"name":"conventional-changelog-angular@3.0.4","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4/manifests"},{"name":"conventional-changelog-codemirror@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7/manifests"},{"name":"conventional-changelog-core@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.9","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9/manifests"},{"name":"conventional-changelog-eslint@1.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8/manifests"},{"name":"gulp-conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21/manifests"},{"name":"standard-changelog@1.0.16","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16/manifests"},{"name":"gulp-conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-jquery@1.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7/manifests"},{"name":"conventional-changelog-ember@0.3.8","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8/manifests"},{"name":"conventional-changelog-core@2.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7/manifests"},{"name":"conventional-changelog-angular@3.0.3","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3/manifests"},{"name":"standard-changelog@1.0.15","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15/manifests"},{"name":"conventional-changelog-atom@0.2.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6/manifests"},{"name":"conventional-changelog-cli@1.3.18","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18/manifests"},{"name":"conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-codemirror@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6/manifests"},{"name":"conventional-changelog-jshint@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6/manifests"},{"name":"conventional-changelog-writer@3.0.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6/manifests"},{"name":"conventional-changelog-angular@3.0.2","sha":"1cc079df803f58b52c8aa997fff43e9c162266e7","kind":"tag","published_at":"2018-03-22T14:14:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7/manifests"},{"name":"standard-changelog@1.0.14","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14/manifests"},{"name":"gulp-conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19/manifests"},{"name":"git-semver-tags@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5/manifests"},{"name":"git-raw-commits@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7/manifests"},{"name":"conventional-commits-parser@2.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6/manifests"},{"name":"conventional-commits-filter@1.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5/manifests"},{"name":"conventional-changelog-jshint@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5/manifests"},{"name":"conventional-changelog-jquery@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5/manifests"},{"name":"conventional-changelog-express@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6/manifests"},{"name":"conventional-changelog-ember@0.3.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7/manifests"},{"name":"conventional-changelog-core@2.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5/manifests"},{"name":"conventional-changelog-cli@1.3.17","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17/manifests"},{"name":"conventional-changelog-atom@0.2.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5/manifests"},{"name":"conventional-changelog-angular@3.0.1","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1/manifests"},{"name":"conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19/manifests"},{"name":"conventional-changelog-angular@3.0.0","sha":"49997aaba373502e5b38bd366846934641e95799","kind":"tag","published_at":"2018-03-22T13:45:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-eslint@1.0.5","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5/manifests"},{"name":"conventional-changelog-cli@1.3.16","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16/manifests"},{"name":"conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-angular@1.6.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6/manifests"},{"name":"conventional-changelog-atom@0.2.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4/manifests"},{"name":"conventional-changelog-cli@1.3.15","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15/manifests"},{"name":"conventional-changelog-codemirror@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4/manifests"},{"name":"conventional-changelog-express@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4/manifests"},{"name":"conventional-changelog-jquery@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4/manifests"},{"name":"conventional-changelog-jshint@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4/manifests"},{"name":"conventional-commits-filter@1.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5/manifests"},{"name":"conventional-commits-parser@2.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5/manifests"},{"name":"gulp-conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17/manifests"},{"name":"standard-changelog@1.0.13","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13/manifests"},{"name":"git-semver-tags@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4/manifests"},{"name":"conventional-recommended-bump@2.0.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6/manifests"},{"name":"git-raw-commits@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4/manifests"},{"name":"conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17/manifests"},{"name":"git-semver-tags@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3/manifests"},{"name":"conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog-angular@1.6.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5/manifests"},{"name":"conventional-changelog-atom@0.2.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3/manifests"},{"name":"conventional-changelog-cli@1.3.14","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14/manifests"},{"name":"conventional-changelog-codemirror@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4/manifests"},{"name":"conventional-changelog-ember@0.3.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3/manifests"},{"name":"conventional-changelog-express@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3/manifests"},{"name":"conventional-changelog-jshint@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5/manifests"},{"name":"conventional-changelog-writer@3.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3/manifests"},{"name":"conventional-commits-filter@1.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4/manifests"},{"name":"conventional-commits-parser@2.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4/manifests"},{"name":"conventional-recommended-bump@2.0.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5/manifests"},{"name":"git-raw-commits@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3/manifests"},{"name":"gulp-conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16/manifests"},{"name":"standard-changelog@1.0.12","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12/manifests"},{"name":"conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15/manifests"},{"name":"gulp-conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15/manifests"},{"name":"conventional-recommended-bump@2.0.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4/manifests"},{"name":"conventional-changelog-cli@1.3.13","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13/manifests"},{"name":"git-raw-commits@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2/manifests"},{"name":"standard-changelog@1.0.11","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11/manifests"},{"name":"conventional-recommended-bump@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3/manifests"},{"name":"gulp-conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14/manifests"},{"name":"git-semver-tags@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2/manifests"},{"name":"conventional-changelog-express@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3/manifests"},{"name":"conventional-commits-filter@1.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3/manifests"},{"name":"conventional-changelog-writer@3.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2/manifests"},{"name":"conventional-changelog-jshint@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2/manifests"},{"name":"conventional-changelog-jquery@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2/manifests"},{"name":"conventional-changelog-eslint@1.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2/manifests"},{"name":"conventional-changelog-ember@0.3.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3/manifests"},{"name":"conventional-changelog-codemirror@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2/manifests"},{"name":"conventional-changelog-cli@1.3.12","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12/manifests"},{"name":"conventional-changelog-atom@0.2.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2/manifests"},{"name":"conventional-changelog-angular@1.6.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4/manifests"},{"name":"conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14/manifests"},{"name":"conventional-recommended-bump@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2/manifests"},{"name":"conventional-commits-parser@2.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2/manifests"},{"name":"standard-changelog@1.0.10","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10/manifests"},{"name":"conventional-commits-filter@1.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2/manifests"},{"name":"conventional-changelog-writer@3.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1/manifests"},{"name":"conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13/manifests"},{"name":"gulp-conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13/manifests"},{"name":"git-semver-tags@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1/manifests"},{"name":"git-raw-commits@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1/manifests"},{"name":"conventional-changelog-jshint@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1/manifests"},{"name":"conventional-changelog-jquery@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1/manifests"},{"name":"conventional-changelog-express@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1/manifests"},{"name":"conventional-changelog-ember@0.3.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2/manifests"},{"name":"conventional-changelog-codemirror@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1/manifests"},{"name":"conventional-changelog-cli@1.3.11","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11/manifests"},{"name":"conventional-changelog-atom@0.2.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1/manifests"},{"name":"conventional-changelog-angular@1.6.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3/manifests"},{"name":"conventional-changelog-cli@1.3.10","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10/manifests"},{"name":"conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12/manifests"},{"name":"gulp-conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12/manifests"},{"name":"conventional-recommended-bump@2.0.1","sha":"a4f0aa902d3e966fe6d6b1d46f2130838524cfbf","kind":"tag","published_at":"2018-02-12T14:54:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1/manifests"},{"name":"conventional-recommended-bump@2.0.0","sha":"9885d205ed96338575335652d006f475408e1195","kind":"tag","published_at":"2018-02-12T14:30:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0/manifests"},{"name":"conventional-changelog-preset-loader@1.1.2","sha":"a450d974237d440009ec3fb4c63974cf066e8f79","kind":"tag","published_at":"2018-02-12T04:07:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.1","sha":"5af1f00dcc4e1f9c3299bc7feb322a88b711f042","kind":"tag","published_at":"2018-02-09T04:17:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.0","sha":"c3eb36dbc52f383df6f3dcf3a3870b01ceee0b8b","kind":"tag","published_at":"2018-02-08T14:46:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0/manifests"},{"name":"conventional-commits-parser@2.1.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1/manifests"},{"name":"conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11/manifests"},{"name":"conventional-changelog-angular@1.6.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2/manifests"},{"name":"conventional-changelog-cli@1.3.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9/manifests"},{"name":"conventional-changelog-core@2.0.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1/manifests"},{"name":"conventional-changelog-ember@0.3.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2/manifests"},{"name":"conventional-recommended-bump@1.2.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1/manifests"},{"name":"gulp-conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11/manifests"},{"name":"standard-changelog@1.0.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9/manifests"},{"name":"standard-changelog@1.0.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8/manifests"},{"name":"gulp-conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10/manifests"},{"name":"git-semver-tags@1.3.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.2.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0/manifests"},{"name":"conventional-changelog-writer@3.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0/manifests"},{"name":"conventional-changelog-eslint@1.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.3.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1/manifests"},{"name":"conventional-changelog-core@2.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8/manifests"},{"name":"conventional-changelog-angular@1.6.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1/manifests"},{"name":"conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10/manifests"},{"name":"standard-changelog@1.0.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7/manifests"},{"name":"gulp-conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-jshint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0/manifests"},{"name":"conventional-changelog-jquery@1.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0/manifests"},{"name":"conventional-changelog-express@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0/manifests"},{"name":"conventional-changelog-eslint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0/manifests"},{"name":"conventional-changelog-ember@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0/manifests"},{"name":"conventional-changelog-core@1.9.5","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5/manifests"},{"name":"conventional-changelog-codemirror@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0/manifests"},{"name":"conventional-changelog-cli@1.3.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7/manifests"},{"name":"conventional-changelog-atom@0.2.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0/manifests"},{"name":"conventional-changelog-angular@1.6.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0/manifests"},{"name":"conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-angular@1.5.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3/manifests"},{"name":"standard-changelog@1.0.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6/manifests"},{"name":"gulp-conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8/manifests"},{"name":"conventional-recommended-bump@1.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0/manifests"},{"name":"conventional-commits-parser@2.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0/manifests"},{"name":"conventional-commits-filter@1.1.1","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1/manifests"},{"name":"conventional-changelog-writer@2.0.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.2.10","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10/manifests"},{"name":"conventional-changelog-core@1.9.4","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4/manifests"},{"name":"conventional-changelog-cli@1.3.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6/manifests"},{"name":"conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8/manifests"},{"name":"conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7/manifests"},{"name":"conventional-changelog-express@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1/manifests"},{"name":"conventional-changelog-eslint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1/manifests"},{"name":"conventional-changelog-jquery@1.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1/manifests"},{"name":"conventional-changelog-ember@0.2.9","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9/manifests"},{"name":"conventional-changelog-jshint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1/manifests"},{"name":"conventional-changelog-writer@2.0.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2/manifests"},{"name":"conventional-changelog-core@1.9.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3/manifests"},{"name":"conventional-commits-filter@1.1.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0/manifests"},{"name":"conventional-changelog-codemirror@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1/manifests"},{"name":"conventional-commits-parser@2.0.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1/manifests"},{"name":"conventional-recommended-bump@1.0.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3/manifests"},{"name":"conventional-changelog-cli@1.3.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5/manifests"},{"name":"git-raw-commits@1.3.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0/manifests"},{"name":"conventional-changelog-atom@0.1.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2/manifests"},{"name":"git-semver-tags@1.2.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3/manifests"},{"name":"conventional-changelog-angular@1.5.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2/manifests"},{"name":"gulp-conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7/manifests"},{"name":"standard-changelog@1.0.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5/manifests"},{"name":"@marionebl/conventional-commits-parser@3.0.0","sha":"edf4068ce4c3ea6ac5b61323473ab655be5eb895","kind":"tag","published_at":"2017-11-01T07:09:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/@marionebl/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/@marionebl/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0/manifests"},{"name":"git-semver-tags@1.2.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2/manifests"},{"name":"standard-changelog@1.0.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4/manifests"},{"name":"conventional-changelog-ember@0.2.8","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8/manifests"},{"name":"gulp-conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-core@1.9.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2/manifests"},{"name":"conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-angular@1.5.1","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1/manifests"},{"name":"conventional-recommended-bump@1.0.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2/manifests"},{"name":"conventional-changelog-cli@1.3.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4/manifests"},{"name":"standard-changelog@1.0.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3/manifests"},{"name":"conventional-changelog-core@1.9.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1/manifests"},{"name":"conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-ember@0.2.7","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7/manifests"},{"name":"conventional-changelog-writer@2.0.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1/manifests"},{"name":"conventional-changelog-angular@1.5.0","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0/manifests"},{"name":"gulp-conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-cli@1.3.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3/manifests"},{"name":"conventional-changelog-angular@1.4.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0/manifests"},{"name":"conventional-changelog-core@1.9.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0/manifests"},{"name":"conventional-changelog-codemirror@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0/manifests"},{"name":"conventional-changelog-cli@1.3.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2/manifests"},{"name":"conventional-changelog-atom@0.1.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1/manifests"},{"name":"standard-changelog@1.0.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2/manifests"},{"name":"conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4/manifests"},{"name":"conventional-changelog-ember@0.2.6","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6/manifests"},{"name":"conventional-changelog-eslint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0/manifests"},{"name":"conventional-changelog-express@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0/manifests"},{"name":"conventional-changelog-jquery@1.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0/manifests"},{"name":"conventional-changelog-jshint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0/manifests"},{"name":"conventional-changelog-writer@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0/manifests"},{"name":"conventional-commits-parser@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1/manifests"},{"name":"git-semver-tags@1.2.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1/manifests"},{"name":"gulp-conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4/manifests"},{"name":"conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3/manifests"},{"name":"conventional-changelog-core@1.8.0","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.8.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0/manifests"},{"name":"conventional-changelog-ember@0.2.5","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5/manifests"},{"name":"gulp-conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3/manifests"},{"name":"standard-changelog@1.0.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1/manifests"},{"name":"conventional-changelog-cli@1.3.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1/manifests"},{"name":"conventional-changelog-angular@1.3.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3/manifests"},{"name":"conventional-changelog-ember@0.2.4","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4/manifests"},{"name":"conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2/manifests"},{"name":"conventional-changelog-angular@1.3.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2/manifests"},{"name":"conventional-changelog-core@1.7.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.7.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0/manifests"},{"name":"conventional-changelog-cli@1.3.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0/manifests"},{"name":"standard-changelog@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2/manifests"},{"name":"git-semver-tags@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0/manifests"},{"name":"git-raw-commits@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0/manifests"},{"name":"conventional-recommended-bump@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"tag","published_at":"2017-03-10T05:35:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0/manifests"},{"name":"conventional-changelog-ember@0.2.3","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3/manifests"},{"name":"gulp-conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1/manifests"},{"name":"standard-changelog@0.0.2","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@0.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2/manifests"},{"name":"conventional-changelog-angular@1.3.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1/manifests"},{"name":"conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-cli@1.2.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1/manifests"},{"name":"conventional-changelog-core@1.6.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0/manifests"},{"name":"conventional-changelog-cli@1.2.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:01:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0/manifests"},{"name":"conventional-changelog-core@1.5.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:00:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0/manifests"},{"name":"git-raw-commits@1.1.2","sha":"f5fe78b1f15791cb0499744bf278dff22b52732f","kind":"tag","published_at":"2017-03-09T07:37:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2/manifests"},{"name":"git-semver-tags@1.1.2","sha":"7be07c7c0f49572b1c0e9c98f004b599d8b5bb1a","kind":"tag","published_at":"2017-03-09T07:35:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2/manifests"},{"name":"v1.1.0","sha":"600d411569271467389c3cbe71f7f657980e89a1","kind":"tag","published_at":"2016-02-13T06:59:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"9591280a8d09220aced3383abe3bc7ecbb34b503","kind":"tag","published_at":"2016-02-13T06:37:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"beef421f56939190a4ca30c28788eda1b3f9480d","kind":"tag","published_at":"2016-02-05T13:49:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"c8e90ab7fddd0b98855913e73fc12f9dc9dc81b1","kind":"tag","published_at":"2016-02-05T12:59:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0/manifests"},{"name":"v0.5.3","sha":"d79ce243223260b153699b99de0503698546ea63","kind":"tag","published_at":"2015-12-25T05:07:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"9e7b771072a2680c6c335fcad38003aade53213e","kind":"tag","published_at":"2015-12-23T12:24:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"4bf7d8df29f7be29552b82ec2b7112fad0c39a3e","kind":"tag","published_at":"2015-10-20T09:52:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"5ca2204b472704543ebbc744a22f8f90ec659659","kind":"tag","published_at":"2015-09-30T08:49:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"e5f2f3bc675e2c7e5cc6aa0ed50da7941833e492","kind":"tag","published_at":"2015-09-04T03:16:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"7536a0b351cc4f2764e71cbc268a178ab595259d","kind":"tag","published_at":"2015-08-17T01:28:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"56fa3d92620a41a875b3337fa51d04d6df23b1a8","kind":"tag","published_at":"2015-08-15T12:34:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"eefec0ef598a92e78510ee8626fd9bbcdb1398e4","kind":"tag","published_at":"2015-08-15T11:19:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0/manifests"},{"name":"v0.3.2","sha":"74b99dca61eafd56ba93605016b086a1108e77fe","kind":"tag","published_at":"2015-08-13T03:12:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"a1aca9c31a45aded77962bd0defc32e503aec213","kind":"commit","published_at":"2015-08-11T06:23:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"b489672d27ff703337c540f0fbc43f6486a84d99","kind":"commit","published_at":"2015-08-09T03:27:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"12e3cd6b151353dbe7f584adabbe5dd8a28424db","kind":"commit","published_at":"2015-07-24T08:13:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"f437b457b5ea6c105535a360144000f8315db54d","kind":"commit","published_at":"2015-07-24T04:54:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0/manifests"},{"name":"v0.1.3","sha":"c8fa9d0b94f8ac07f162623e4b9e9e68aad82e62","kind":"commit","published_at":"2015-07-22T11:06:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"6ba5d6e4b90a154dbca6ec0f80c66ad5995cd770","kind":"commit","published_at":"2015-07-22T07:10:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c015f8762f70eff2be7b8d7fb82438689239d717","kind":"commit","published_at":"2015-07-20T07:55:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"7253d0fea773e3f7cc0a3fb8278c9da070df26ee","kind":"commit","published_at":"2015-07-20T07:12:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.3","sha":"0c9f1e89bfacec8e08bac8ef96d64e3abdbecda7","kind":"commit","published_at":"2015-07-17T11:02:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"fec1baf43b8c0156682d4014a4fd066bd24ad448","kind":"commit","published_at":"2015-07-17T06:23:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"a5ea0dfada48601b9e3fbec78dd37d70380a2db6","kind":"commit","published_at":"2015-07-15T08:03:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1/manifests"},{"name":"v0.1.0-alpha.3","sha":"9b6cc68a2c17c9671363fe7af5de7ebd3a06aaeb","kind":"commit","published_at":"2015-07-06T01:27:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3/manifests"},{"name":"v0.1.0-alpha.2","sha":"34b0f460c34ecc48af857d8ee5d7038970ba56fb","kind":"commit","published_at":"2015-06-29T12:04:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2/manifests"},{"name":"v0.1.0-alpha.1","sha":"05b3415fc699ab43f3fa33b5ecd040ab5ecdf9e2","kind":"commit","published_at":"2015-06-24T04:42:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1/manifests"},{"name":"v0.0.17","sha":"3cae05244e48af9cf4abbef3114060db585a574c","kind":"commit","published_at":"2015-04-03T02:12:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"c0719ce6ba16778dd34c2cfdc81e7f3c5321409d","kind":"commit","published_at":"2015-03-19T04:15:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"57af04dc3e362c0e327b716279c9143028c6e0da","kind":"commit","published_at":"2015-03-18T20:23:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"69be290efb58a6a92e9ae78d7b37168d293920b5","kind":"commit","published_at":"2015-03-13T21:22:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"15a39d02ba3d666e7820eecbb8c5493ef2f6040a","kind":"commit","published_at":"2015-03-12T23:17:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13/manifests"},{"name":"v0.0.11","sha":"37f5561553c30d8f0f2c949502ea278da64949cd","kind":"tag","published_at":"2014-05-28T13:14:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"ad6f6ec5499d2c902b88da95487862d50e5ad776","kind":"tag","published_at":"2014-05-28T12:51:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"87efbabd9bc2a0fd83255e6cb856961b10aef9eb","kind":"tag","published_at":"2014-05-06T17:11:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"94b12cf69c51264b1edb6c81b50a262f0536894b","kind":"tag","published_at":"2014-04-10T14:45:48.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"1cf17e494fd7d8538c55189c72c0cf57d145ef41","kind":"tag","published_at":"2014-04-10T14:06:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"861f9ec93de28be4185b35815c2b6ab17746eb3f","kind":"commit","published_at":"2014-01-23T19:39:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"3f59f7356c86f30ef8e8754386373c2a8f97b367","kind":"commit","published_at":"2014-01-23T18:59:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6fa2c22464dcd964df604550c2ce2ed1d2f4362b","kind":"commit","published_at":"2014-01-04T21:36:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4/manifests"}]},"repo_metadata_updated_at":"2023-12-19T06:10:14.359Z","dependent_packages_count":13,"downloads":1882,"downloads_period":"last-month","dependent_repos_count":4,"rankings":{"downloads":8.11236602386487,"dependent_repos_count":5.831095361873015,"dependent_packages_count":1.6311319792066385,"stargazers_count":1.200604311931194,"forks_count":1.4451913051652208,"docker_downloads_count":null,"average":3.6440777964081876},"purl":"pkg:npm/conventional-changelog-alifd","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/conventional-changelog-alifd","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/conventional-changelog-alifd","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/conventional-changelog-alifd/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2023-12-18T22:48:21.480Z","issues_count":104,"pull_requests_count":338,"avg_time_to_close_issue":23444750.564102564,"avg_time_to_close_pull_request":6261417.119850188,"issues_closed_count":39,"pull_requests_closed_count":267,"pull_request_authors_count":58,"issue_authors_count":73,"avg_comments_per_issue":1.8076923076923077,"avg_comments_per_pull_request":1.3875739644970413,"merged_pull_requests_count":209,"bot_issues_count":1,"bot_pull_requests_count":171,"past_year_issues_count":62,"past_year_pull_requests_count":280,"past_year_avg_time_to_close_issue":784912.724137931,"past_year_avg_time_to_close_pull_request":1086635.9458333333,"past_year_issues_closed_count":29,"past_year_pull_requests_closed_count":240,"past_year_pull_request_authors_count":25,"past_year_issue_authors_count":36,"past_year_avg_comments_per_issue":1.370967741935484,"past_year_avg_comments_per_pull_request":1.157142857142857,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":160,"past_year_merged_pull_requests_count":198,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues"},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-alifd/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-alifd/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-alifd/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-alifd/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-alifd/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-alifd/codemeta","maintainers":[{"uuid":"aboutblank","login":"aboutblank","name":null,"email":"njuzhaoguoyan@foxmail.com","url":null,"packages_count":8905,"html_url":"https://www.npmjs.com/~aboutblank","role":null,"created_at":"2022-11-11T20:38:45.915Z","updated_at":"2022-11-11T20:38:45.915Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/aboutblank/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5644415,"maintainers_count":1200486,"namespaces_count":399623,"keywords_count":847874,"github":"npm","metadata":{"funded_packages_count":171745},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-06-10T05:11:46.456Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":4998097,"name":"org.webjars.npm:conventional-recommended-bump","ecosystem":"maven","description":"WebJar for conventional-recommended-bump","homepage":"https://www.webjars.org","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":[],"namespace":"org.webjars.npm","versions_count":1,"first_release_published_at":"2021-04-05T08:21:26.000Z","latest_release_published_at":"2021-04-05T08:21:26.000Z","latest_release_number":"5.0.1","last_synced_at":"2026-06-03T20:26:43.892Z","created_at":"2022-07-27T10:53:45.781Z","updated_at":"2026-06-03T20:26:43.892Z","registry_url":"https://central.sonatype.com/artifact/org.webjars.npm/conventional-recommended-bump/","install_command":null,"documentation_url":"https://appdoc.app/artifact/org.webjars.npm/conventional-recommended-bump/","metadata":{"repositories":["https://repo.maven.apache.org/maven2"]},"repo_metadata":{"id":12961414,"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2025-10-23T17:43:12.000Z","size":6366,"stargazers_count":8280,"open_issues_count":245,"forks_count":731,"subscribers_count":51,"default_branch":"master","last_synced_at":"2025-10-24T01:48:17.818Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2025-10-23T01:16:08.000Z","dependencies_parsed_at":"2022-07-13T10:30:31.523Z","dependency_job_id":"5f6d159e-c4c6-405b-9fa7-976ffc4dfa04","html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1686,"total_committers":150,"mean_commits":11.24,"dds":0.4792408066429419,"last_synced_commit":"65550d9a30cfab4b00b3e982e42bd68fedafcefc"},"previous_names":["ajoslin/conventional-changelog"],"tags_count":804,"template":false,"template_full_name":null,"purl":"pkg:github/conventional-changelog/conventional-changelog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/sbom","scorecard":{"id":174827,"data":{"date":"2025-08-11","repo":{"name":"github.com/conventional-changelog/conventional-changelog","commit":"1552de5434163eb63d3bf73d97bcb3bf34de8586"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 7 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":1,"reason":"Found 4/22 approved changesets -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/checks.yml:1","Warn: no topLevel permission defined: .github/workflows/commit.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Warn: no topLevel permission defined: .github/workflows/tests.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/checks.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/checks.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/commit.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/commit.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/commit.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:50: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:85: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:87: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:91: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:102: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Info:   0 out of  17 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  14 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: ISC License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 16 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":7,"reason":"3 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-xffm-g5w8-qvg7","Warn: Project is vulnerable to: GHSA-67mh-4wv8-2f99","Warn: Project is vulnerable to: GHSA-52f5-9888-hmc6"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-16T17:26:40.503Z","repository_id":12961414,"created_at":"2025-08-16T17:26:40.503Z","updated_at":"2025-08-16T17:26:40.503Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281931845,"owners_count":26585822,"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","status":"online","status_checked_at":"2025-10-31T02:00:07.401Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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"},"owner_record":{"login":"conventional-changelog","name":"conventional-changelog","uuid":"16443515","kind":"organization","description":"Tools to generate changelogs and release notes from a project's commit messages and metadata.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16443515?v=4","repositories_count":12,"last_synced_at":"2025-04-05T03:02:08.595Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/conventional-changelog","funding_links":[],"total_stars":33067,"followers":419,"following":0,"created_at":"2022-11-02T16:25:21.572Z","updated_at":"2025-04-05T03:02:08.596Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog/repositories"},"tags":[{"name":"conventional-changelog-angular-v8.1.0","sha":"4a8c5d57a058c5b103a8ebddf94e19cf67a58a18","kind":"commit","published_at":"2025-10-20T20:40:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v8.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v8.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular-v8.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.1.0/manifests"},{"name":"conventional-commits-parser-v6.2.1","sha":"4a8c5d57a058c5b103a8ebddf94e19cf67a58a18","kind":"commit","published_at":"2025-10-20T20:40:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v6.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.2.1/manifests"},{"name":"conventional-changelog-v7.1.1","sha":"d3934017f5c8987a0b4a5fdf3782f26cd43ab486","kind":"commit","published_at":"2025-07-10T17:30:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v7.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v7.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v7.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.1.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v9.1.0","sha":"b3bec6cd666605edb0727765637d8de30a672b86","kind":"commit","published_at":"2025-07-10T15:38:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v9.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v9.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v9.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v9.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v9.1.0/manifests"},{"name":"conventional-changelog-writer-v8.2.0","sha":"429fa80cf3232ddc89ad2e6593a5087da55f2192","kind":"commit","published_at":"2025-07-09T21:51:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v8.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.2.0/manifests"},{"name":"conventional-commits-parser-v6.2.0","sha":"a10c63faccc776bfc941a54dbcfa2d128bbfb374","kind":"commit","published_at":"2025-06-09T09:39:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v6.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.2.0/manifests"},{"name":"conventional-changelog-v7.1.0","sha":"549320cb33c00bea312fcf70c31d3ee6973ba488","kind":"commit","published_at":"2025-06-07T17:07:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v7.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v7.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v7.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.1.0/manifests"},{"name":"conventional-recommended-bump-v11.2.0","sha":"549320cb33c00bea312fcf70c31d3ee6973ba488","kind":"commit","published_at":"2025-06-07T17:07:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v11.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v11.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v11.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.2.0/manifests"},{"name":"git-client-v2.5.1","sha":"07103bc206c6b75af47183a700868d69424c5f5f","kind":"commit","published_at":"2025-06-02T10:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.5.1/manifests"},{"name":"git-client-v2.5.0","sha":"7926760758a6635d423d91288a11253bb663698c","kind":"commit","published_at":"2025-06-02T00:10:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.5.0/manifests"},{"name":"git-client-v2.4.0","sha":"81588478678c36e7465a90cfe56e4981c13729a9","kind":"commit","published_at":"2025-05-27T19:05:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.4.0/manifests"},{"name":"git-client-v2.3.0","sha":"abf8f2b4f11a8c4dcee54346fb39cee04c05242b","kind":"commit","published_at":"2025-05-23T19:01:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.3.0/manifests"},{"name":"conventional-changelog-v7.0.2","sha":"d42c917ee7b2732b9e4bc42bf70f6700ac028e1b","kind":"commit","published_at":"2025-05-22T20:08:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v7.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.2/manifests"},{"name":"conventional-changelog-v7.0.1","sha":"2dcae156d1dc9c40a2392c3dd9363449f3f59f75","kind":"commit","published_at":"2025-05-19T22:26:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.1/manifests"},{"name":"standard-changelog-v7.0.1","sha":"2dcae156d1dc9c40a2392c3dd9363449f3f59f75","kind":"commit","published_at":"2025-05-19T22:26:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v7.0.1/manifests"},{"name":"git-client-v2.2.0","sha":"2dcae156d1dc9c40a2392c3dd9363449f3f59f75","kind":"commit","published_at":"2025-05-19T22:26:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.2.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v9.0.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v9.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v9.0.0/manifests"},{"name":"conventional-changelog-writer-v8.1.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v8.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.1.0/manifests"},{"name":"conventional-recommended-bump-v11.1.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v11.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v11.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v11.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.1.0/manifests"},{"name":"git-client-v2.1.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.1.0/manifests"},{"name":"standard-changelog-v7.0.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v7.0.0/manifests"},{"name":"conventional-changelog-v7.0.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.0/manifests"},{"name":"conventional-commits-parser-v6.1.0","sha":"641a04473146d99189ec31d948202f8ef973da37","kind":"commit","published_at":"2025-01-15T16:19:55.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v6.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v11.0.0","sha":"3abb8c6494cd57fd52755d00669c10e4cc25a034","kind":"commit","published_at":"2025-01-15T16:19:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v11.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v11.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v11.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.0.0/manifests"},{"name":"conventional-changelog-writer-v8.0.1","sha":"fe3da2f131673200f695d6c9f34d8d0303042329","kind":"commit","published_at":"2025-01-15T16:14:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v8.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.1/manifests"},{"name":"git-client-v2.0.0","sha":"2ea0eec3e46bb9de9d57001d3aac074076e668a7","kind":"commit","published_at":"2025-01-15T16:13:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.0.0/manifests"},{"name":"conventional-changelog-core-v9.0.0","sha":"1ac3f1268140c999c669908085d0879b5d294c1a","kind":"commit","published_at":"2025-01-15T16:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v9.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v9.0.0/manifests"},{"name":"git-client-v1.0.1","sha":"d3b8aaa16337993bbad4d91db1ffac5a7568756b","kind":"commit","published_at":"2024-05-06T14:46:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1/manifests"},{"name":"conventional-changelog-v6.0.0","sha":"83bb15ba5de08f080884fc906c6db3c99c8b2131","kind":"commit","published_at":"2024-04-26T22:08:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0/manifests"},{"name":"conventional-changelog-core-v8.0.0","sha":"7bc92fc05e4447f311ad52b6e39d36f461eaf083","kind":"commit","published_at":"2024-04-26T22:07:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v8.0.0","sha":"3129c812139bf7454a64b4d506e6b85cd5abc77c","kind":"commit","published_at":"2024-04-26T22:06:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0/manifests"},{"name":"git-semver-tags-v8.0.0","sha":"fbd1b3bcd6253a32de89eb21145c2eb70d9396b6","kind":"commit","published_at":"2024-04-26T22:05:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v5.0.0","sha":"e34c96db3dbebedb17a6583aae8855dddd056f83","kind":"commit","published_at":"2024-04-26T22:04:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0/manifests"},{"name":"conventional-changelog-angular-v8.0.0","sha":"2aa6291a93eb881230e896f87a5232873b6a9717","kind":"commit","published_at":"2024-04-26T22:04:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0/manifests"},{"name":"conventional-changelog-jquery-v6.0.0","sha":"1c71cd6d4868ef2e158963e277609a9794806306","kind":"commit","published_at":"2024-04-26T22:03:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v8.0.0","sha":"533e36277d1779a5ac79a06210c603b5f88bc030","kind":"commit","published_at":"2024-04-26T22:00:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0/manifests"},{"name":"conventional-changelog-eslint-v6.0.0","sha":"c7459cd7d1e1ab82c9a5d552b008c02aba290cad","kind":"commit","published_at":"2024-04-26T21:59:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0/manifests"},{"name":"git-raw-commits-v5.0.0","sha":"f61ea377e843db0852c35911785895ec43481f11","kind":"commit","published_at":"2024-04-26T21:58:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0/manifests"},{"name":"conventional-changelog-codemirror-v5.0.0","sha":"77525286ffc8869a6ac351ebe28198842815cb7c","kind":"commit","published_at":"2024-04-26T21:57:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0/manifests"},{"name":"conventional-changelog-cli-v5.0.0","sha":"a75cef688b9a1557ca981178d4d35c18963160b6","kind":"commit","published_at":"2024-04-26T21:53:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0/manifests"},{"name":"conventional-changelog-express-v5.0.0","sha":"a6ab80d6e30091a8b743ee97a87e7400af1ebc53","kind":"commit","published_at":"2024-04-26T21:53:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v10.0.0","sha":"d7c409b02f1d58cf6f0293edcadbe5f00a78a622","kind":"commit","published_at":"2024-04-26T21:52:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v10.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v10.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v10.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0/manifests"},{"name":"conventional-changelog-atom-v5.0.0","sha":"3b2b9d0ec2382f73d9cf000a1004596f90ece916","kind":"commit","published_at":"2024-04-26T21:51:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0/manifests"},{"name":"conventional-changelog-jshint-v5.0.0","sha":"d7dae509e72b09d1496ae51f1f04c15581c828fc","kind":"commit","published_at":"2024-04-26T21:50:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0/manifests"},{"name":"conventional-changelog-ember-v5.0.0","sha":"2e99dfa49112ffe6c864dd0e436f0db1e696b1f9","kind":"commit","published_at":"2024-04-26T21:50:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0/manifests"},{"name":"conventional-commits-parser-v6.0.0","sha":"646e1be132ccd0f32e3074de2f511be5c610984f","kind":"commit","published_at":"2024-04-26T21:48:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0/manifests"},{"name":"conventional-commits-filter-v5.0.0","sha":"be4266b7ef7b84ba5c198dfa8c143229f8a5b128","kind":"commit","published_at":"2024-04-26T21:47:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0/manifests"},{"name":"standard-changelog-v6.0.0","sha":"3e9b9387f29e48a508b70b88f26b40a6db9fea16","kind":"commit","published_at":"2024-04-26T21:45:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v5.0.0","sha":"041a1a9b73b201add30494aed19d026b948bd8f1","kind":"commit","published_at":"2024-04-26T21:41:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0/manifests"},{"name":"git-client-v1.0.0","sha":"7e51fe970576503cae3ab94e6e9b3e01017b044d","kind":"commit","published_at":"2024-04-26T21:21:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0/manifests"},{"name":"git-semver-tags-v7.0.1","sha":"fac8045242099c016f5f3905e54e02b7d466bd7b","kind":"commit","published_at":"2023-09-10T23:53:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1/manifests"},{"name":"conventional-changelog-writer-v7.0.1","sha":"e3a643ad39ec3bc4cfb1dff2aa1101333df33dc3","kind":"commit","published_at":"2023-09-10T23:49:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1/manifests"},{"name":"conventional-changelog-v5.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0/manifests"},{"name":"conventional-changelog-cli-v4.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0/manifests"},{"name":"conventional-changelog-core-v7.0.0","sha":"2e467dd39a35c3813597711a37690897183b4abc","kind":"commit","published_at":"2023-09-08T22:03:37.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0/manifests"},{"name":"git-semver-tags-v7.0.0","sha":"a13f788bd505d8253a2d92413fc4a7780e11ec07","kind":"commit","published_at":"2023-09-08T21:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0/manifests"},{"name":"standard-changelog-v5.0.0","sha":"34569c7a3fd2b0362a461517a1f4e20e7eecd9fc","kind":"commit","published_at":"2023-09-08T21:55:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v9.0.0","sha":"ad633d9d81f66ef80d7f77832a264cb0c5b971ef","kind":"commit","published_at":"2023-09-08T21:50:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v9.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.2","sha":"50113f9b569259d991f1a734a192964ca71f0118","kind":"commit","published_at":"2023-09-08T21:41:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v7.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2/manifests"},{"name":"conventional-changelog-preset-loader-v4.1.0","sha":"a14d2186575f6061f236c9a47d803694b18f8373","kind":"commit","published_at":"2023-09-08T21:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader-v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.1","sha":"ca4324b0a690b2595f8b574882ff95329a2dc195","kind":"commit","published_at":"2023-08-27T19:11:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1/manifests"},{"name":"conventional-commits-filter-v4.0.0","sha":"26fc9ea274dc0c62442ec9d97b20a2ebb49138bf","kind":"commit","published_at":"2023-08-27T12:55:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0/manifests"},{"name":"standard-changelog-v4.0.0","sha":"5b788265774bf4b63d3c83a178ca53e8e7095903","kind":"commit","published_at":"2023-08-27T12:50:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-eslint-v5.0.0","sha":"679594c0716275771cc23b314e4362899fe72f87","kind":"commit","published_at":"2023-08-27T12:46:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0/manifests"},{"name":"git-semver-tags-v6.0.0","sha":"1c75c72d9b5d59e3ea4e914c58a85f7559f29602","kind":"commit","published_at":"2023-08-27T12:40:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0/manifests"},{"name":"conventional-recommended-bump-v8.0.0","sha":"624377a24e8e3658bcf2329a9a98f9a7b02a4cb3","kind":"commit","published_at":"2023-08-27T12:33:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0/manifests"},{"name":"conventional-changelog-writer-v7.0.0","sha":"d669bb67dc713cb1e4374e3216ed7d83cde743c5","kind":"commit","published_at":"2023-08-27T12:27:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0/manifests"},{"name":"conventional-changelog-codemirror-v4.0.0","sha":"933fd0b3dd355d648faf57241b796a714004c722","kind":"commit","published_at":"2023-08-27T12:23:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0/manifests"},{"name":"conventional-changelog-express-v4.0.0","sha":"c9e9ceb3a3727659bd117bab01cbc7642d588f06","kind":"commit","published_at":"2023-08-27T12:16:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0/manifests"},{"name":"conventional-changelog-ember-v4.0.0","sha":"5d7c16268f79b7f180e34e997fdb37373d714666","kind":"commit","published_at":"2023-08-27T12:11:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0/manifests"},{"name":"conventional-changelog-jquery-v5.0.0","sha":"d643efb1050dcdaecee626044315644ff9b9e43b","kind":"commit","published_at":"2023-08-27T12:07:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v4.0.0","sha":"636646dd9ae062e9652a7f9ccaf6c329e6e9f924","kind":"commit","published_at":"2023-08-27T12:03:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0/manifests"},{"name":"conventional-changelog-v5.0.0","sha":"7985de3edc9e655369651ad464cb39b791887dc7","kind":"commit","published_at":"2023-08-27T11:58:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.0","sha":"5f0fe40743d8f559ab94ed11bbb4b8bda6fa6dcb","kind":"commit","published_at":"2023-08-27T11:51:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0/manifests"},{"name":"conventional-changelog-angular-v7.0.0","sha":"6c7a2e1a8807988bcb1a9842f72d14be3b1a89e3","kind":"commit","published_at":"2023-08-27T11:46:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0/manifests"},{"name":"conventional-changelog-jshint-v4.0.0","sha":"0204a9a340d2c85411e8de8905bc74c6146e5618","kind":"commit","published_at":"2023-08-27T11:41:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0/manifests"},{"name":"conventional-changelog-atom-v4.0.0","sha":"ab9b2c10e098ec8837d141102549f3eef698364c","kind":"commit","published_at":"2023-08-27T11:36:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0/manifests"},{"name":"conventional-changelog-cli-v4.0.0","sha":"29df6c4597afad27b9cda06f58eb564bcca609c4","kind":"commit","published_at":"2023-08-27T11:21:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0/manifests"},{"name":"conventional-changelog-core-v6.0.0","sha":"45613bbc2d13c798732e4b2bd4b2fa9ea67157d6","kind":"commit","published_at":"2023-08-27T11:17:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v4.0.0","sha":"5a896e3ef3aa9e751fcc74d7c76fa21d6d526cb0","kind":"commit","published_at":"2023-08-27T11:08:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0/manifests"},{"name":"git-raw-commits-v4.0.0","sha":"878fc56b43bc617177bf47fd8643a3b8b86078e5","kind":"commit","published_at":"2023-08-27T11:01:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0/manifests"},{"name":"conventional-commits-parser-v5.0.0","sha":"299de5acbe55a7d19dcdd2adc34681eae7264abf","kind":"commit","published_at":"2023-08-26T17:50:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0/manifests"},{"name":"git-semver-tags-v5.0.1","sha":"87914a362866a380e98a29edf19b2173e0911d8a","kind":"commit","published_at":"2023-07-09T19:10:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1/manifests"},{"name":"conventional-changelog-writer-v6.0.1","sha":"c123edea220b450cfa26813b6f198c3e8ebbd2b4","kind":"commit","published_at":"2023-07-09T14:49:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v6.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.2","sha":"83773c5e1a8874ea9809ca9db1dff60b7df1daae","kind":"commit","published_at":"2023-06-28T17:43:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v5.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.1.0","sha":"2e5fe6d9574ba896fa90b5bfcb50fb73d28af6d6","kind":"commit","published_at":"2023-06-17T21:30:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v6.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v7.0.1","sha":"f251b6899e313a9b23f3c8deb8b8b57217040892","kind":"commit","published_at":"2023-06-06T23:24:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.1","sha":"5b458dff9edf766446449acd1bbb8027a1e39fa5","kind":"commit","published_at":"2023-06-06T23:17:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1/manifests"},{"name":"gulp-conventional-changelog-v3.0.0","sha":"8ef6232797e5bf7c80422221374c53c03d5df36d","kind":"commit","published_at":"2023-06-06T22:50:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0/manifests"},{"name":"standard-changelog-v3.0.0","sha":"ea65f017b42b914ece780fd2fc799a6946912ed8","kind":"commit","published_at":"2023-06-06T22:42:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0/manifests"},{"name":"conventional-changelog-cli-v3.0.0","sha":"f00f4549cee9406054b77057a8135183fcd89710","kind":"commit","published_at":"2023-06-06T22:29:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0/manifests"},{"name":"conventional-changelog-v4.0.0","sha":"1a240f91ed584ed43e7f9c82235ca60eff0f4fa5","kind":"commit","published_at":"2023-06-06T19:50:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-core-v5.0.0","sha":"8507f601486c8ff6806156c50091262dee13ec54","kind":"commit","published_at":"2023-06-06T19:23:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v7.0.0","sha":"e1662ca7a6c688d28a334282a5e863f52866f3e8","kind":"commit","published_at":"2023-06-06T18:39:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v3.0.0","sha":"5d80d155425147a0b045af09536e5962cbfff620","kind":"commit","published_at":"2023-06-06T15:08:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.0.0","sha":"a30fc7ae219cf871b46cbe9d2c76a9730b70e272","kind":"commit","published_at":"2023-06-06T14:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v6.0.0","sha":"aa5d46c7b13b7b31f78af4b3c31c087c39eea41d","kind":"commit","published_at":"2023-06-06T14:46:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0/manifests"},{"name":"conventional-commits-filter-v3.0.0","sha":"502a73fe41aebb7b563c5ca69521e0b1bab904df","kind":"commit","published_at":"2023-06-06T14:32:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0/manifests"},{"name":"conventional-commits-parser-v4.0.0","sha":"9f7fe891e75c64937c28baa39a6c795a01603ab7","kind":"commit","published_at":"2023-06-06T14:24:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0/manifests"},{"name":"git-raw-commits-v3.0.0","sha":"571f2d549f10744a12ab3bc5dc5e0b749cb72667","kind":"commit","published_at":"2023-06-06T14:16:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0/manifests"},{"name":"git-semver-tags-v5.0.0","sha":"445c796d04105d10dd62d07039bc6a7fc9f263a5","kind":"commit","published_at":"2023-06-06T13:51:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0/manifests"},{"name":"conventional-changelog-atom-v3.0.0","sha":"208787aa2f5db8de1c2d43c56d71e6dfb9510781","kind":"commit","published_at":"2023-06-06T13:43:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0/manifests"},{"name":"conventional-changelog-angular-v6.0.0","sha":"c4ebf98acc15f37154aae5de53a225e896c4a157","kind":"commit","published_at":"2023-06-06T13:36:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0/manifests"},{"name":"conventional-changelog-codemirror-v3.0.0","sha":"0772453bee083917a05b9696d063ee3dc69957f9","kind":"commit","published_at":"2023-06-06T13:25:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0/manifests"},{"name":"conventional-changelog-ember-v3.0.0","sha":"e473d0c8af7c0cf8a54f775556796f50f3e695c2","kind":"commit","published_at":"2023-06-06T13:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0/manifests"},{"name":"conventional-changelog-eslint-v4.0.0","sha":"b3b896bc5b9e3ed65dcfc08c57967a252f37cfd1","kind":"commit","published_at":"2023-06-06T12:56:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0/manifests"},{"name":"conventional-changelog-express-v3.0.0","sha":"5594385d1dd2490b0fb508a60b6f30e8be6616ce","kind":"commit","published_at":"2023-06-06T12:37:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0/manifests"},{"name":"conventional-changelog-jquery-v4.0.0","sha":"51a3015a907b2cea900114359c36ce0e9664b72d","kind":"commit","published_at":"2023-06-06T12:17:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0/manifests"},{"name":"conventional-changelog-jshint-v3.0.0","sha":"281e5f883476e90b75cae4373a67436c86e94f6a","kind":"commit","published_at":"2023-06-06T12:02:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v5.0.0","sha":"ba6df7cf62de5f448368bed4398f6ddf633d2cbd","kind":"commit","published_at":"2022-05-27T18:02:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0/manifests"},{"name":"conventional-changelog-writer-v5.0.1","sha":"21b73f974adc4490a318d9c892055655cb82c538","kind":"commit","published_at":"2021-12-29T21:36:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.3","sha":"02757d342290bcf51a49d49e5e72f5eae6c6f6da","kind":"commit","published_at":"2021-12-29T19:52:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v4.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3/manifests"},{"name":"conventional-commits-parser-v3.2.4","sha":"1d0f62d4ac4911ef0d912d5401f783b152cee624","kind":"commit","published_at":"2021-12-29T19:46:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v3.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4/manifests"},{"name":"git-raw-commits-v2.0.11","sha":"95384dbd105ffe4f86bbc6ccad3e5405a1cbfe04","kind":"commit","published_at":"2021-12-29T19:39:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v2.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.2","sha":"1827696185192a8dd258ea7c3370090238b0fb76","kind":"commit","published_at":"2021-12-25T18:06:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v4.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2/manifests"},{"name":"conventional-changelog-cli-v2.2.2","sha":"8ce6a7bbd3fae87aa9d56fca68c2e16fbb2cace5","kind":"commit","published_at":"2021-12-25T17:22:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2/manifests"},{"name":"conventional-changelog-v3.1.25","sha":"8e9c3d76aaffd7fe67a78270b3ad9b881e953e7e","kind":"commit","published_at":"2021-12-24T18:50:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v3.1.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25/manifests"},{"name":"conventional-commits-parser-v3.2.3","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v3.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3/manifests"},{"name":"conventional-changelog-cli-v2.2.1","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.1","sha":"c35708d56a55e31b750aec1f745e5be52f0a75f2","kind":"commit","published_at":"2021-09-09T19:06:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v4.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1/manifests"},{"name":"conventional-commits-parser-v3.2.2","sha":"1bae48ff85eff0736ea6691b7214f3fc9c026256","kind":"commit","published_at":"2021-09-09T14:45:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v3.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2/manifests"},{"name":"conventional-changelog-core-v4.2.4","sha":"02fbc2d42d0faf53d4b7a2b0525626088a6ac8ba","kind":"commit","published_at":"2021-09-09T14:37:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v4.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4/manifests"},{"name":"conventional-changelog-angular-v5.0.13","sha":"e30343b4676d26b416080294dc74ebba001c0716","kind":"commit","published_at":"2021-09-09T14:31:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v5.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular-v5.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13/manifests"},{"name":"conventional-changelog-core-v4.2.3","sha":"318b555b6ef3aebdb5a8d4c7c734fd7234712dd3","kind":"commit","published_at":"2021-07-03T00:24:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v4.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.0","sha":"537c37d7801872c3e57e4200c64154a4d2ea042a","kind":"commit","published_at":"2021-04-30T00:15:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v4.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0/manifests"},{"name":"conventional-commits-parser-v3.2.1","sha":"758dda2937b6784f0cc6a535286862fcf95b6f06","kind":"commit","published_at":"2021-02-15T21:32:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1/manifests"},{"name":"git-raw-commits-v2.0.10","sha":"ffecaccb6e117afae9f68f1d48ff9a69554da950","kind":"commit","published_at":"2021-01-27T16:36:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v2.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10/manifests"},{"name":"conventional-changelog-writer-v5.0.0","sha":"61ef6491add84b841e1797baf09f62bbdd90dcd4","kind":"commit","published_at":"2020-12-30T22:40:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v6.1.0","sha":"3b0fb22b0bb49137b9ecddaeb349f66025205c57","kind":"commit","published_at":"2020-12-30T16:58:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v6.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0/manifests"},{"name":"conventional-changelog-core-v4.2.2","sha":"317eeb3137caff69bcc9a67fce3dc67663a010db","kind":"commit","published_at":"2020-12-30T00:53:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v4.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2/manifests"},{"name":"conventional-recommended-bump-v6.0.12","sha":"90ecc5d93bfd7626857eda5d240f92393d896be0","kind":"commit","published_at":"2020-12-30T00:43:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v6.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12/manifests"},{"name":"git-raw-commits-v2.0.9","sha":"227f3e23af86912c0cd64fdb1a820ac92e5757c5","kind":"commit","published_at":"2020-12-29T23:59:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v2.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9/manifests"},{"name":"conventional-changelog-writer-v4.1.0","sha":"77725cfb12ca3ca22abb9421b4af012a49207e7a","kind":"commit","published_at":"2020-12-29T23:41:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0/manifests"},{"name":"conventional-commits-filter@2.0.7","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7/manifests"},{"name":"standard-changelog@2.0.27","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27/manifests"},{"name":"gulp-conventional-changelog@2.0.35","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35/manifests"},{"name":"git-semver-tags@4.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%404.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1/manifests"},{"name":"git-raw-commits@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8/manifests"},{"name":"conventional-recommended-bump@6.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11/manifests"},{"name":"conventional-commits-parser@3.2.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0/manifests"},{"name":"conventional-changelog-writer@4.0.18","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18/manifests"},{"name":"conventional-changelog-jshint@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9/manifests"},{"name":"conventional-changelog-jquery@3.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11/manifests"},{"name":"conventional-changelog-express@2.0.6","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9/manifests"},{"name":"conventional-changelog-ember@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9/manifests"},{"name":"conventional-changelog-core@4.2.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.5.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1/manifests"},{"name":"conventional-changelog-atom@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8/manifests"},{"name":"conventional-changelog-angular@5.0.12","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12/manifests"},{"name":"conventional-changelog@3.1.24","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24/manifests"},{"name":"conventional-changelog-v3.1.24","sha":"f8fcbc2e8b0834c29178ace6382b438a020ad828","kind":"commit","published_at":"2020-10-25T02:45:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v3.1.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24/manifests"},{"name":"conventional-changelog-conventionalcommits@4.4.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0/manifests"},{"name":"conventional-changelog-core@4.2.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0/manifests"},{"name":"conventional-changelog@3.1.23","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23/manifests"},{"name":"conventional-changelog-cli@2.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0/manifests"},{"name":"git-semver-tags@4.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%404.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0/manifests"},{"name":"gulp-conventional-changelog@2.0.34","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34/manifests"},{"name":"standard-changelog@2.0.26","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26/manifests"},{"name":"conventional-recommended-bump@6.0.10","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10/manifests"},{"name":"conventional-changelog-core@4.1.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8/manifests"},{"name":"standard-changelog@2.0.25","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25/manifests"},{"name":"gulp-conventional-changelog@2.0.33","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33/manifests"},{"name":"conventional-changelog-writer@4.0.17","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17/manifests"},{"name":"conventional-changelog-jshint@2.0.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.1","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1/manifests"},{"name":"conventional-changelog-cli@2.0.35","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35/manifests"},{"name":"conventional-changelog-angular@5.0.11","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11/manifests"},{"name":"conventional-changelog@3.1.22","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22/manifests"},{"name":"standard-changelog@2.0.24","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24/manifests"},{"name":"gulp-conventional-changelog@2.0.32","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32/manifests"},{"name":"conventional-changelog-writer@4.0.16","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16/manifests"},{"name":"conventional-changelog-core@4.1.7","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7/manifests"},{"name":"conventional-changelog-cli@2.0.34","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34/manifests"},{"name":"conventional-changelog@3.1.21","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0/manifests"},{"name":"conventional-changelog@3.1.20","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20/manifests"},{"name":"conventional-changelog-cli@2.0.33","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33/manifests"},{"name":"conventional-changelog-atom@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7/manifests"},{"name":"conventional-changelog-eslint@3.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8/manifests"},{"name":"conventional-changelog-express@2.0.5","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10/manifests"},{"name":"conventional-changelog-jshint@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7/manifests"},{"name":"conventional-changelog-preset-loader@2.3.4","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4/manifests"},{"name":"conventional-changelog-writer@4.0.15","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15/manifests"},{"name":"conventional-commits-filter@2.0.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6/manifests"},{"name":"conventional-commits-parser@3.1.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.9","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9/manifests"},{"name":"git-raw-commits@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7/manifests"},{"name":"git-semver-tags@4.0.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.31","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31/manifests"},{"name":"standard-changelog@2.0.23","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23/manifests"},{"name":"conventional-changelog-angular@5.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10/manifests"},{"name":"conventional-changelog-core@4.1.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6/manifests"},{"name":"conventional-changelog-codemirror@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7/manifests"},{"name":"conventional-changelog-ember@2.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8/manifests"},{"name":"conventional-changelog-preset-loader-v2.3.2","sha":"9f6c56cb960a5043823cfb85b9843991201cbb51","kind":"commit","published_at":"2020-05-08T19:21:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v2.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader-v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2/manifests"},{"name":"conventional-changelog-cli@2.0.32","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32/manifests"},{"name":"conventional-changelog-core@4.1.5","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5/manifests"},{"name":"gulp-conventional-changelog@2.0.30","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30/manifests"},{"name":"standard-changelog@2.0.22","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22/manifests"},{"name":"conventional-changelog@3.1.19","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19/manifests"},{"name":"conventional-changelog@3.1.18","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18/manifests"},{"name":"conventional-changelog-core@4.1.4","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.29","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29/manifests"},{"name":"standard-changelog@2.0.21","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21/manifests"},{"name":"conventional-changelog-cli@2.0.31","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31/manifests"},{"name":"conventional-changelog-cli@2.0.30","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30/manifests"},{"name":"conventional-changelog-core@4.1.3","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3/manifests"},{"name":"conventional-changelog@3.1.17","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17/manifests"},{"name":"standard-changelog@2.0.20","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20/manifests"},{"name":"gulp-conventional-changelog@2.0.28","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28/manifests"},{"name":"conventional-changelog-core@4.1.2","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2/manifests"},{"name":"standard-changelog@2.0.19","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19/manifests"},{"name":"gulp-conventional-changelog@2.0.27","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27/manifests"},{"name":"conventional-changelog-cli@2.0.29","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29/manifests"},{"name":"conventional-changelog@3.1.16","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16/manifests"},{"name":"standard-changelog@2.0.18","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18/manifests"},{"name":"gulp-conventional-changelog@2.0.26","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26/manifests"},{"name":"git-semver-tags@3.0.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1/manifests"},{"name":"git-raw-commits@2.0.3","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3/manifests"},{"name":"conventional-changelog@3.1.15","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15/manifests"},{"name":"conventional-recommended-bump@6.0.5","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5/manifests"},{"name":"conventional-commits-parser@3.0.8","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.11","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11/manifests"},{"name":"conventional-changelog-core@4.1.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.28","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28/manifests"},{"name":"conventional-changelog-core@4.1.0","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0/manifests"},{"name":"conventional-changelog@3.1.14","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14/manifests"},{"name":"conventional-changelog-angular@5.0.6","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6/manifests"},{"name":"conventional-changelog-cli@2.0.27","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.3","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3/manifests"},{"name":"conventional-commits-parser@3.0.7","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7/manifests"},{"name":"conventional-recommended-bump@6.0.4","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.25","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25/manifests"},{"name":"standard-changelog@2.0.17","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17/manifests"},{"name":"conventional-changelog@3.1.13","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13/manifests"},{"name":"standard-changelog@2.0.16","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16/manifests"},{"name":"gulp-conventional-changelog@2.0.24","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24/manifests"},{"name":"conventional-recommended-bump@6.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3/manifests"},{"name":"conventional-commits-parser@3.0.6","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6/manifests"},{"name":"conventional-changelog-writer@4.0.10","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10/manifests"},{"name":"conventional-changelog-preset-loader@2.3.0","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0/manifests"},{"name":"conventional-changelog-core@4.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.2","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2/manifests"},{"name":"conventional-changelog-cli@2.0.26","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26/manifests"},{"name":"conventional-changelog-core@4.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2/manifests"},{"name":"standard-changelog@2.0.15","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15/manifests"},{"name":"gulp-conventional-changelog@2.0.23","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23/manifests"},{"name":"conventional-recommended-bump@6.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2/manifests"},{"name":"conventional-commits-parser@3.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5/manifests"},{"name":"conventional-changelog-writer@4.0.9","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9/manifests"},{"name":"conventional-changelog-jshint@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.6","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4/manifests"},{"name":"conventional-changelog-ember@2.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.1","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1/manifests"},{"name":"conventional-changelog-codemirror@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.25","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25/manifests"},{"name":"conventional-changelog-atom@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5/manifests"},{"name":"conventional-changelog@3.1.12","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12/manifests"},{"name":"conventional-commits-parser@3.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4/manifests"},{"name":"conventional-changelog-atom@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.24","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24/manifests"},{"name":"conventional-changelog-codemirror@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.0","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0/manifests"},{"name":"conventional-changelog-core@4.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3/manifests"},{"name":"conventional-changelog-eslint@3.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.5","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5/manifests"},{"name":"conventional-changelog-jshint@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2/manifests"},{"name":"conventional-changelog-writer@4.0.8","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8/manifests"},{"name":"standard-changelog@2.0.14","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14/manifests"},{"name":"gulp-conventional-changelog@2.0.22","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22/manifests"},{"name":"conventional-recommended-bump@6.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1/manifests"},{"name":"conventional-changelog@3.1.11","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11/manifests"},{"name":"conventional-changelog-angular@5.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4/manifests"},{"name":"conventional-changelog@3.1.10","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10/manifests"},{"name":"conventional-changelog-cli@2.0.23","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23/manifests"},{"name":"conventional-changelog-conventionalcommits@4.1.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0/manifests"},{"name":"git-semver-tags@3.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.21","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21/manifests"},{"name":"standard-changelog@2.0.13","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13/manifests"},{"name":"conventional-changelog-core@4.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.2.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0/manifests"},{"name":"conventional-changelog-writer@4.0.7","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7/manifests"},{"name":"conventional-recommended-bump@6.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0/manifests"},{"name":"conventional-changelog-core@3.2.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3/manifests"},{"name":"conventional-changelog@3.1.9","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9/manifests"},{"name":"conventional-changelog-cli@2.0.22","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22/manifests"},{"name":"standard-changelog@2.0.12","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.20","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20/manifests"},{"name":"git-semver-tags@2.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3/manifests"},{"name":"conventional-recommended-bump@5.0.1","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%405.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1/manifests"},{"name":"conventional-commits-parser@3.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.6","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6/manifests"},{"name":"conventional-changelog-conventionalcommits@4.0.0","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.21","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21/manifests"},{"name":"conventional-changelog@3.1.8","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8/manifests"},{"name":"gulp-conventional-changelog@2.0.19","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19/manifests"},{"name":"standard-changelog@2.0.11","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.2","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2/manifests"},{"name":"conventional-changelog@3.1.7","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7/manifests"},{"name":"gulp-conventional-changelog@2.0.18","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18/manifests"},{"name":"conventional-changelog-cli@2.0.20","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.1","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.17","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17/manifests"},{"name":"conventional-recommended-bump@5.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%405.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.19","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19/manifests"},{"name":"conventional-changelog@3.1.6","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6/manifests"},{"name":"conventional-changelog-conventionalcommits@2.0.0","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.16","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.18","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18/manifests"},{"name":"conventional-changelog@3.1.5","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.2","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2/manifests"},{"name":"conventional-changelog@3.1.4","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4/manifests"},{"name":"conventional-changelog-cli@2.0.17","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17/manifests"},{"name":"gulp-conventional-changelog@2.0.15","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15/manifests"},{"name":"conventional-changelog-core@3.2.2","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2/manifests"},{"name":"standard-changelog@2.0.10","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10/manifests"},{"name":"conventional-changelog-writer@4.0.5","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5/manifests"},{"name":"conventional-changelog@3.1.3","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3/manifests"},{"name":"gulp-conventional-changelog@2.0.14","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14/manifests"},{"name":"conventional-changelog-cli@2.0.16","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16/manifests"},{"name":"standard-changelog@2.0.9","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.1.2","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.15","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15/manifests"},{"name":"conventional-changelog-core@3.2.1","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1/manifests"},{"name":"gulp-conventional-changelog@2.0.13","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1/manifests"},{"name":"conventional-recommended-bump@4.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1/manifests"},{"name":"gulp-conventional-changelog@2.0.12","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12/manifests"},{"name":"conventional-changelog@3.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.14","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14/manifests"},{"name":"conventional-changelog-preset-loader@2.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1/manifests"},{"name":"conventional-changelog-core@3.2.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0/manifests"},{"name":"conventional-changelog-preset-loader@2.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0/manifests"},{"name":"conventional-changelog-writer@4.0.4","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4/manifests"},{"name":"conventional-commits-filter@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2/manifests"},{"name":"conventional-commits-parser@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2/manifests"},{"name":"conventional-recommended-bump@4.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0/manifests"},{"name":"git-raw-commits@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.11","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11/manifests"},{"name":"standard-changelog@2.0.8","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8/manifests"},{"name":"conventional-changelog@3.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0/manifests"},{"name":"conventional-changelog-cli@2.0.13","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0/manifests"},{"name":"conventional-changelog-eslint@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2/manifests"},{"name":"standard-changelog@2.0.7","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7/manifests"},{"name":"conventional-changelog-angular@5.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.12","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12/manifests"},{"name":"conventional-changelog-core@3.1.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6/manifests"},{"name":"conventional-changelog-writer@4.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.10","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10/manifests"},{"name":"conventional-changelog@3.0.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6/manifests"},{"name":"conventional-recommended-bump@4.0.4","sha":"da729f68f9dc581623deb587c705ef65d189a9f4","kind":"tag","published_at":"2018-11-01T06:56:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4/manifests"},{"name":"standard-changelog@2.0.6","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6/manifests"},{"name":"gulp-conventional-changelog@2.0.9","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.0.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5/manifests"},{"name":"conventional-changelog-writer@4.0.2","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.11","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11/manifests"},{"name":"conventional-changelog-core@3.1.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5/manifests"},{"name":"conventional-changelog@3.0.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4/manifests"},{"name":"conventional-recommended-bump@4.0.3","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3/manifests"},{"name":"git-semver-tags@2.0.2","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.8","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8/manifests"},{"name":"standard-changelog@2.0.5","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.10","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10/manifests"},{"name":"conventional-changelog-core@3.1.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.7","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7/manifests"},{"name":"standard-changelog@2.0.4","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4/manifests"},{"name":"conventional-changelog-cli@2.0.9","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9/manifests"},{"name":"conventional-changelog@3.0.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3/manifests"},{"name":"conventional-changelog-core@3.1.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.8","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8/manifests"},{"name":"conventional-changelog@3.0.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2/manifests"},{"name":"conventional-changelog-core@3.1.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2/manifests"},{"name":"standard-changelog@2.0.3","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.6","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6/manifests"},{"name":"conventional-changelog@3.0.1","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.5","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.7","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7/manifests"},{"name":"conventional-changelog-express@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1/manifests"},{"name":"git-raw-commits@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4/manifests"},{"name":"git-semver-tags@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1/manifests"},{"name":"conventional-changelog-core@3.1.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1/manifests"},{"name":"conventional-changelog-eslint@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1/manifests"},{"name":"conventional-changelog@3.0.0","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0/manifests"},{"name":"conventional-changelog-jquery@3.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4/manifests"},{"name":"conventional-changelog-jshint@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1/manifests"},{"name":"conventional-changelog-preset-loader@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2/manifests"},{"name":"conventional-changelog-writer@4.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2/manifests"},{"name":"standard-changelog@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2/manifests"},{"name":"conventional-commits-filter@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1/manifests"},{"name":"conventional-commits-parser@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2/manifests"},{"name":"conventional-changelog-atom@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.6","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1/manifests"},{"name":"conventional-changelog-jquery@3.0.3","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.5","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.4","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.2","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1/manifests"},{"name":"conventional-changelog-core@3.1.0","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0/manifests"},{"name":"conventional-changelog-ember@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1/manifests"},{"name":"standard-changelog@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2/manifests"},{"name":"conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1/manifests"},{"name":"conventional-changelog-angular@5.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0/manifests"},{"name":"conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1/manifests"},{"name":"conventional-changelog-codemirror@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0/manifests"},{"name":"conventional-changelog-ember@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-atom@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0/manifests"},{"name":"conventional-changelog-eslint@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0/manifests"},{"name":"conventional-changelog-express@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0/manifests"},{"name":"conventional-changelog-jquery@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0/manifests"},{"name":"conventional-changelog-jshint@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0/manifests"},{"name":"conventional-recommended-bump@4.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1/manifests"},{"name":"conventional-changelog-angular@4.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%404.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1/manifests"},{"name":"conventional-changelog-eslint@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0/manifests"},{"name":"standard-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0/manifests"},{"name":"git-semver-tags@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0/manifests"},{"name":"git-raw-commits@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0/manifests"},{"name":"conventional-recommended-bump@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0/manifests"},{"name":"conventional-commits-parser@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0/manifests"},{"name":"conventional-commits-filter@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0/manifests"},{"name":"conventional-changelog-jshint@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0/manifests"},{"name":"conventional-changelog-express@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0/manifests"},{"name":"conventional-changelog-ember@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0/manifests"},{"name":"conventional-changelog-core@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0/manifests"},{"name":"conventional-changelog-codemirror@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0/manifests"},{"name":"conventional-changelog-atom@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0/manifests"},{"name":"conventional-changelog-angular@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0/manifests"},{"name":"conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.22","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22/manifests"},{"name":"conventional-changelog-ember@0.3.12","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12/manifests"},{"name":"conventional-changelog-jquery@1.3.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9/manifests"},{"name":"conventional-recommended-bump@2.0.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9/manifests"},{"name":"gulp-conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-angular@3.0.7","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7/manifests"},{"name":"standard-changelog@1.0.19","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19/manifests"},{"name":"conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-core@2.0.11","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11/manifests"},{"name":"conventional-changelog-angular@3.0.6","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6/manifests"},{"name":"conventional-changelog-atom@0.2.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8/manifests"},{"name":"conventional-changelog-jshint@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8/manifests"},{"name":"gulp-conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-writer@3.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9/manifests"},{"name":"conventional-changelog-cli@1.3.21","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21/manifests"},{"name":"standard-changelog@1.0.18","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18/manifests"},{"name":"conventional-changelog-codemirror@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8/manifests"},{"name":"conventional-changelog-core@2.0.10","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10/manifests"},{"name":"conventional-changelog-ember@0.3.11","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11/manifests"},{"name":"conventional-changelog-eslint@1.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9/manifests"},{"name":"conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-jquery@1.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8/manifests"},{"name":"conventional-changelog-writer@3.0.8","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.10","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10/manifests"},{"name":"conventional-changelog-core@2.0.9","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9/manifests"},{"name":"conventional-changelog-cli@1.3.20","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20/manifests"},{"name":"conventional-changelog-angular@3.0.5","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5/manifests"},{"name":"conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22/manifests"},{"name":"standard-changelog@1.0.17","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17/manifests"},{"name":"gulp-conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-jshint@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7/manifests"},{"name":"conventional-changelog-preset-loader@1.1.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8/manifests"},{"name":"conventional-changelog-angular@3.0.4","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4/manifests"},{"name":"conventional-commits-parser@2.1.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7/manifests"},{"name":"standard-changelog@1.0.16","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16/manifests"},{"name":"conventional-changelog-core@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8/manifests"},{"name":"conventional-changelog-writer@3.0.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7/manifests"},{"name":"gulp-conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-cli@1.3.19","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19/manifests"},{"name":"git-semver-tags@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6/manifests"},{"name":"git-raw-commits@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6/manifests"},{"name":"conventional-recommended-bump@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.9","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9/manifests"},{"name":"conventional-changelog-atom@0.2.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7/manifests"},{"name":"conventional-changelog-eslint@1.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8/manifests"},{"name":"conventional-changelog-express@0.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6/manifests"},{"name":"conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-jquery@1.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7/manifests"},{"name":"conventional-changelog-codemirror@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7/manifests"},{"name":"conventional-changelog-jquery@1.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6/manifests"},{"name":"conventional-changelog-angular@3.0.3","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3/manifests"},{"name":"conventional-changelog-atom@0.2.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6/manifests"},{"name":"conventional-changelog-cli@1.3.18","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18/manifests"},{"name":"conventional-changelog-codemirror@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6/manifests"},{"name":"conventional-changelog-core@2.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7/manifests"},{"name":"conventional-changelog-ember@0.3.8","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8/manifests"},{"name":"conventional-changelog-eslint@1.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7/manifests"},{"name":"conventional-changelog-jshint@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6/manifests"},{"name":"conventional-changelog-writer@3.0.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6/manifests"},{"name":"standard-changelog@1.0.15","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15/manifests"},{"name":"gulp-conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-angular@3.0.2","sha":"1cc079df803f58b52c8aa997fff43e9c162266e7","kind":"tag","published_at":"2018-03-22T14:14:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2/manifests"},{"name":"conventional-changelog-jshint@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5/manifests"},{"name":"standard-changelog@1.0.14","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14/manifests"},{"name":"gulp-conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19/manifests"},{"name":"git-semver-tags@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5/manifests"},{"name":"git-raw-commits@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7/manifests"},{"name":"conventional-commits-parser@2.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6/manifests"},{"name":"conventional-commits-filter@1.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5/manifests"},{"name":"conventional-changelog-preset-loader@1.1.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7/manifests"},{"name":"conventional-changelog-jquery@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5/manifests"},{"name":"conventional-changelog-express@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6/manifests"},{"name":"conventional-changelog-ember@0.3.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7/manifests"},{"name":"conventional-changelog-core@2.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5/manifests"},{"name":"conventional-changelog-cli@1.3.17","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17/manifests"},{"name":"conventional-changelog-atom@0.2.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5/manifests"},{"name":"conventional-changelog-angular@3.0.1","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1/manifests"},{"name":"conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19/manifests"},{"name":"conventional-changelog-angular@3.0.0","sha":"49997aaba373502e5b38bd366846934641e95799","kind":"tag","published_at":"2018-03-22T13:45:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0/manifests"},{"name":"conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-cli@1.3.16","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16/manifests"},{"name":"conventional-changelog-eslint@1.0.5","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5/manifests"},{"name":"gulp-conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18/manifests"},{"name":"conventional-commits-parser@2.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5/manifests"},{"name":"conventional-commits-filter@1.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5/manifests"},{"name":"conventional-changelog-writer@3.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6/manifests"},{"name":"conventional-changelog-jshint@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4/manifests"},{"name":"conventional-changelog-jquery@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4/manifests"},{"name":"conventional-changelog-express@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4/manifests"},{"name":"standard-changelog@1.0.13","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13/manifests"},{"name":"conventional-changelog-ember@0.3.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4/manifests"},{"name":"gulp-conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17/manifests"},{"name":"git-semver-tags@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4/manifests"},{"name":"git-raw-commits@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4/manifests"},{"name":"conventional-recommended-bump@2.0.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6/manifests"},{"name":"conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17/manifests"},{"name":"conventional-changelog-angular@1.6.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6/manifests"},{"name":"conventional-changelog-atom@0.2.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4/manifests"},{"name":"conventional-changelog-cli@1.3.15","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15/manifests"},{"name":"conventional-changelog-codemirror@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5/manifests"},{"name":"conventional-changelog-core@2.0.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4/manifests"},{"name":"conventional-changelog-ember@0.3.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5/manifests"},{"name":"conventional-changelog-eslint@1.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3/manifests"},{"name":"git-raw-commits@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3/manifests"},{"name":"conventional-changelog-atom@0.2.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3/manifests"},{"name":"conventional-changelog-jshint@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3/manifests"},{"name":"conventional-changelog-angular@1.6.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5/manifests"},{"name":"conventional-changelog-jquery@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5/manifests"},{"name":"conventional-changelog-cli@1.3.14","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14/manifests"},{"name":"conventional-changelog-writer@3.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3/manifests"},{"name":"conventional-changelog-codemirror@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3/manifests"},{"name":"conventional-commits-filter@1.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4/manifests"},{"name":"conventional-commits-parser@2.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4/manifests"},{"name":"git-semver-tags@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3/manifests"},{"name":"gulp-conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16/manifests"},{"name":"standard-changelog@1.0.12","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12/manifests"},{"name":"conventional-changelog-express@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3/manifests"},{"name":"conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15/manifests"},{"name":"gulp-conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15/manifests"},{"name":"conventional-changelog-cli@1.3.13","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13/manifests"},{"name":"conventional-recommended-bump@2.0.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4/manifests"},{"name":"gulp-conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14/manifests"},{"name":"git-semver-tags@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2/manifests"},{"name":"git-raw-commits@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2/manifests"},{"name":"conventional-recommended-bump@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3/manifests"},{"name":"standard-changelog@1.0.11","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11/manifests"},{"name":"conventional-changelog-writer@3.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2/manifests"},{"name":"conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14/manifests"},{"name":"conventional-changelog-angular@1.6.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4/manifests"},{"name":"conventional-changelog-atom@0.2.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2/manifests"},{"name":"conventional-changelog-cli@1.3.12","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12/manifests"},{"name":"conventional-changelog-codemirror@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2/manifests"},{"name":"conventional-changelog-core@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.3.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4/manifests"},{"name":"conventional-changelog-eslint@1.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2/manifests"},{"name":"conventional-changelog-express@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2/manifests"},{"name":"conventional-changelog-jquery@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2/manifests"},{"name":"conventional-changelog-jshint@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2/manifests"},{"name":"conventional-commits-filter@1.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3/manifests"},{"name":"conventional-commits-parser@2.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3/manifests"},{"name":"gulp-conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13/manifests"},{"name":"git-semver-tags@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1/manifests"},{"name":"git-raw-commits@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1/manifests"},{"name":"conventional-recommended-bump@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2/manifests"},{"name":"conventional-commits-parser@2.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2/manifests"},{"name":"conventional-commits-filter@1.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2/manifests"},{"name":"conventional-changelog-writer@3.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1/manifests"},{"name":"conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13/manifests"},{"name":"standard-changelog@1.0.10","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10/manifests"},{"name":"conventional-changelog-jquery@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1/manifests"},{"name":"conventional-changelog-express@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1/manifests"},{"name":"conventional-changelog-ember@0.3.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2/manifests"},{"name":"conventional-changelog-codemirror@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1/manifests"},{"name":"conventional-changelog-cli@1.3.11","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11/manifests"},{"name":"conventional-changelog-atom@0.2.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1/manifests"},{"name":"conventional-changelog-angular@1.6.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3/manifests"},{"name":"conventional-changelog-jshint@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1/manifests"},{"name":"gulp-conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12/manifests"},{"name":"conventional-changelog-cli@1.3.10","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10/manifests"},{"name":"conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12/manifests"},{"name":"conventional-recommended-bump@2.0.1","sha":"a4f0aa902d3e966fe6d6b1d46f2130838524cfbf","kind":"tag","published_at":"2018-02-12T14:54:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1/manifests"},{"name":"conventional-recommended-bump@2.0.0","sha":"9885d205ed96338575335652d006f475408e1195","kind":"tag","published_at":"2018-02-12T14:30:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0/manifests"},{"name":"conventional-changelog-preset-loader@1.1.2","sha":"a450d974237d440009ec3fb4c63974cf066e8f79","kind":"tag","published_at":"2018-02-12T04:07:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.1","sha":"5af1f00dcc4e1f9c3299bc7feb322a88b711f042","kind":"tag","published_at":"2018-02-09T04:17:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.0","sha":"c3eb36dbc52f383df6f3dcf3a3870b01ceee0b8b","kind":"tag","published_at":"2018-02-08T14:46:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0/manifests"},{"name":"conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11/manifests"},{"name":"standard-changelog@1.0.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9/manifests"},{"name":"gulp-conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11/manifests"},{"name":"conventional-recommended-bump@1.2.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1/manifests"},{"name":"conventional-commits-parser@2.1.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1/manifests"},{"name":"conventional-changelog-ember@0.3.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2/manifests"},{"name":"conventional-changelog-core@2.0.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1/manifests"},{"name":"conventional-changelog-cli@1.3.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9/manifests"},{"name":"conventional-changelog-angular@1.6.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2/manifests"},{"name":"conventional-changelog-cli@1.3.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8/manifests"},{"name":"conventional-changelog-core@2.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0/manifests"},{"name":"conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10/manifests"},{"name":"conventional-changelog-angular@1.6.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1/manifests"},{"name":"conventional-recommended-bump@1.2.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0/manifests"},{"name":"git-semver-tags@1.3.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0/manifests"},{"name":"gulp-conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10/manifests"},{"name":"standard-changelog@1.0.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0/manifests"},{"name":"conventional-changelog-writer@3.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0/manifests"},{"name":"conventional-changelog-atom@0.2.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0/manifests"},{"name":"conventional-changelog-codemirror@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0/manifests"},{"name":"conventional-changelog-cli@1.3.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7/manifests"},{"name":"conventional-changelog-core@1.9.5","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5/manifests"},{"name":"conventional-changelog-ember@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0/manifests"},{"name":"conventional-changelog-eslint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0/manifests"},{"name":"conventional-changelog-express@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0/manifests"},{"name":"conventional-changelog-jquery@1.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0/manifests"},{"name":"conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9/manifests"},{"name":"gulp-conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-jshint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0/manifests"},{"name":"standard-changelog@1.0.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7/manifests"},{"name":"conventional-changelog-angular@1.6.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0/manifests"},{"name":"conventional-commits-parser@2.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0/manifests"},{"name":"conventional-changelog-writer@2.0.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.2.10","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10/manifests"},{"name":"conventional-changelog-core@1.9.4","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4/manifests"},{"name":"conventional-changelog-cli@1.3.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6/manifests"},{"name":"conventional-changelog-angular@1.5.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3/manifests"},{"name":"conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8/manifests"},{"name":"conventional-recommended-bump@1.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0/manifests"},{"name":"gulp-conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8/manifests"},{"name":"standard-changelog@1.0.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6/manifests"},{"name":"conventional-commits-filter@1.1.1","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1/manifests"},{"name":"conventional-changelog-angular@1.5.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2/manifests"},{"name":"conventional-changelog-core@1.9.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3/manifests"},{"name":"conventional-changelog-ember@0.2.9","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9/manifests"},{"name":"conventional-changelog-eslint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%400.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1/manifests"},{"name":"conventional-changelog-express@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1/manifests"},{"name":"conventional-changelog-jquery@1.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1/manifests"},{"name":"conventional-changelog-jshint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1/manifests"},{"name":"conventional-changelog-writer@2.0.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2/manifests"},{"name":"conventional-commits-filter@1.1.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0/manifests"},{"name":"conventional-commits-parser@2.0.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1/manifests"},{"name":"conventional-recommended-bump@1.0.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3/manifests"},{"name":"git-raw-commits@1.3.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0/manifests"},{"name":"git-semver-tags@1.2.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3/manifests"},{"name":"gulp-conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7/manifests"},{"name":"standard-changelog@1.0.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5/manifests"},{"name":"conventional-changelog-codemirror@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1/manifests"},{"name":"conventional-changelog-cli@1.3.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5/manifests"},{"name":"conventional-changelog-atom@0.1.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2/manifests"},{"name":"conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7/manifests"},{"name":"@marionebl/conventional-commits-parser@3.0.0","sha":"edf4068ce4c3ea6ac5b61323473ab655be5eb895","kind":"tag","published_at":"2017-11-01T07:09:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/@marionebl/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/@marionebl/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@%40marionebl%2Fconventional-commits-parser%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2/manifests"},{"name":"git-semver-tags@1.2.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2/manifests"},{"name":"gulp-conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-ember@0.2.8","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8/manifests"},{"name":"conventional-changelog-core@1.9.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2/manifests"},{"name":"standard-changelog@1.0.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4/manifests"},{"name":"conventional-changelog-cli@1.3.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4/manifests"},{"name":"conventional-changelog-angular@1.5.1","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1/manifests"},{"name":"conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5/manifests"},{"name":"standard-changelog@1.0.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3/manifests"},{"name":"conventional-changelog-writer@2.0.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1/manifests"},{"name":"conventional-changelog-angular@1.5.0","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0/manifests"},{"name":"conventional-changelog-cli@1.3.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3/manifests"},{"name":"conventional-changelog-core@1.9.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1/manifests"},{"name":"conventional-changelog-ember@0.2.7","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7/manifests"},{"name":"gulp-conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5/manifests"},{"name":"gulp-conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4/manifests"},{"name":"conventional-changelog-writer@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0/manifests"},{"name":"conventional-commits-parser@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1/manifests"},{"name":"git-semver-tags@1.2.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1/manifests"},{"name":"standard-changelog@1.0.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2/manifests"},{"name":"conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4/manifests"},{"name":"conventional-changelog-angular@1.4.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0/manifests"},{"name":"conventional-changelog-atom@0.1.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1/manifests"},{"name":"conventional-changelog-cli@1.3.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2/manifests"},{"name":"conventional-changelog-codemirror@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0/manifests"},{"name":"conventional-changelog-core@1.9.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0/manifests"},{"name":"conventional-changelog-ember@0.2.6","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6/manifests"},{"name":"conventional-changelog-eslint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%400.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0/manifests"},{"name":"conventional-changelog-express@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0/manifests"},{"name":"conventional-changelog-jquery@1.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0/manifests"},{"name":"conventional-changelog-jshint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0/manifests"},{"name":"conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3/manifests"},{"name":"standard-changelog@1.0.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1/manifests"},{"name":"gulp-conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3/manifests"},{"name":"conventional-changelog-ember@0.2.5","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5/manifests"},{"name":"conventional-changelog-core@1.8.0","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.8.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0/manifests"},{"name":"conventional-changelog-cli@1.3.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1/manifests"},{"name":"conventional-changelog-angular@1.3.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3/manifests"},{"name":"standard-changelog@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0/manifests"},{"name":"conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2/manifests"},{"name":"conventional-changelog-angular@1.3.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2/manifests"},{"name":"conventional-changelog-cli@1.3.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0/manifests"},{"name":"conventional-changelog-core@1.7.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.7.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0/manifests"},{"name":"conventional-changelog-ember@0.2.4","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4/manifests"},{"name":"conventional-recommended-bump@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0/manifests"},{"name":"git-raw-commits@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0/manifests"},{"name":"git-semver-tags@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0/manifests"},{"name":"gulp-conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2/manifests"},{"name":"gulp-conventional-changelog@1.1.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"tag","published_at":"2017-03-10T05:35:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0/manifests"},{"name":"conventional-changelog-angular@1.3.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1/manifests"},{"name":"gulp-conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1/manifests"},{"name":"standard-changelog@0.0.2","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@0.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%400.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2/manifests"},{"name":"conventional-changelog-cli@1.2.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1/manifests"},{"name":"conventional-changelog-ember@0.2.3","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3/manifests"},{"name":"conventional-changelog-core@1.6.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0/manifests"},{"name":"conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-cli@1.2.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:01:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0/manifests"},{"name":"conventional-changelog-core@1.5.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:00:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0/manifests"},{"name":"git-raw-commits@1.1.2","sha":"f5fe78b1f15791cb0499744bf278dff22b52732f","kind":"tag","published_at":"2017-03-09T07:37:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2/manifests"},{"name":"git-semver-tags@1.1.2","sha":"7be07c7c0f49572b1c0e9c98f004b599d8b5bb1a","kind":"tag","published_at":"2017-03-09T07:35:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2/manifests"},{"name":"v1.1.0","sha":"600d411569271467389c3cbe71f7f657980e89a1","kind":"tag","published_at":"2016-02-13T06:59:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"9591280a8d09220aced3383abe3bc7ecbb34b503","kind":"tag","published_at":"2016-02-13T06:37:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"beef421f56939190a4ca30c28788eda1b3f9480d","kind":"tag","published_at":"2016-02-05T13:49:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"c8e90ab7fddd0b98855913e73fc12f9dc9dc81b1","kind":"tag","published_at":"2016-02-05T12:59:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0/manifests"},{"name":"v0.5.3","sha":"d79ce243223260b153699b99de0503698546ea63","kind":"tag","published_at":"2015-12-25T05:07:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"9e7b771072a2680c6c335fcad38003aade53213e","kind":"tag","published_at":"2015-12-23T12:24:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"4bf7d8df29f7be29552b82ec2b7112fad0c39a3e","kind":"tag","published_at":"2015-10-20T09:52:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"5ca2204b472704543ebbc744a22f8f90ec659659","kind":"tag","published_at":"2015-09-30T08:49:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"e5f2f3bc675e2c7e5cc6aa0ed50da7941833e492","kind":"tag","published_at":"2015-09-04T03:16:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"7536a0b351cc4f2764e71cbc268a178ab595259d","kind":"tag","published_at":"2015-08-17T01:28:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"56fa3d92620a41a875b3337fa51d04d6df23b1a8","kind":"tag","published_at":"2015-08-15T12:34:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"eefec0ef598a92e78510ee8626fd9bbcdb1398e4","kind":"tag","published_at":"2015-08-15T11:19:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0/manifests"},{"name":"v0.3.2","sha":"74b99dca61eafd56ba93605016b086a1108e77fe","kind":"tag","published_at":"2015-08-13T03:12:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"a1aca9c31a45aded77962bd0defc32e503aec213","kind":"commit","published_at":"2015-08-11T06:23:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"b489672d27ff703337c540f0fbc43f6486a84d99","kind":"commit","published_at":"2015-08-09T03:27:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"12e3cd6b151353dbe7f584adabbe5dd8a28424db","kind":"commit","published_at":"2015-07-24T08:13:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"f437b457b5ea6c105535a360144000f8315db54d","kind":"commit","published_at":"2015-07-24T04:54:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0/manifests"},{"name":"v0.1.3","sha":"c8fa9d0b94f8ac07f162623e4b9e9e68aad82e62","kind":"commit","published_at":"2015-07-22T11:06:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"6ba5d6e4b90a154dbca6ec0f80c66ad5995cd770","kind":"commit","published_at":"2015-07-22T07:10:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c015f8762f70eff2be7b8d7fb82438689239d717","kind":"commit","published_at":"2015-07-20T07:55:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"7253d0fea773e3f7cc0a3fb8278c9da070df26ee","kind":"commit","published_at":"2015-07-20T07:12:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.3","sha":"0c9f1e89bfacec8e08bac8ef96d64e3abdbecda7","kind":"commit","published_at":"2015-07-17T11:02:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"fec1baf43b8c0156682d4014a4fd066bd24ad448","kind":"commit","published_at":"2015-07-17T06:23:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"a5ea0dfada48601b9e3fbec78dd37d70380a2db6","kind":"commit","published_at":"2015-07-15T08:03:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1/manifests"},{"name":"v0.1.0-alpha.3","sha":"9b6cc68a2c17c9671363fe7af5de7ebd3a06aaeb","kind":"commit","published_at":"2015-07-06T01:27:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-alpha.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3/manifests"},{"name":"v0.1.0-alpha.2","sha":"34b0f460c34ecc48af857d8ee5d7038970ba56fb","kind":"commit","published_at":"2015-06-29T12:04:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-alpha.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2/manifests"},{"name":"v0.1.0-alpha.1","sha":"05b3415fc699ab43f3fa33b5ecd040ab5ecdf9e2","kind":"commit","published_at":"2015-06-24T04:42:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-alpha.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1/manifests"},{"name":"v0.0.17","sha":"3cae05244e48af9cf4abbef3114060db585a574c","kind":"commit","published_at":"2015-04-03T02:12:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"c0719ce6ba16778dd34c2cfdc81e7f3c5321409d","kind":"commit","published_at":"2015-03-19T04:15:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"57af04dc3e362c0e327b716279c9143028c6e0da","kind":"commit","published_at":"2015-03-18T20:23:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"69be290efb58a6a92e9ae78d7b37168d293920b5","kind":"commit","published_at":"2015-03-13T21:22:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"15a39d02ba3d666e7820eecbb8c5493ef2f6040a","kind":"commit","published_at":"2015-03-12T23:17:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13/manifests"},{"name":"v0.0.11","sha":"37f5561553c30d8f0f2c949502ea278da64949cd","kind":"tag","published_at":"2014-05-28T13:14:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"ad6f6ec5499d2c902b88da95487862d50e5ad776","kind":"tag","published_at":"2014-05-28T12:51:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"87efbabd9bc2a0fd83255e6cb856961b10aef9eb","kind":"tag","published_at":"2014-05-06T17:11:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"94b12cf69c51264b1edb6c81b50a262f0536894b","kind":"tag","published_at":"2014-04-10T14:45:48.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"1cf17e494fd7d8538c55189c72c0cf57d145ef41","kind":"tag","published_at":"2014-04-10T14:06:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"861f9ec93de28be4185b35815c2b6ab17746eb3f","kind":"commit","published_at":"2014-01-23T19:39:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"3f59f7356c86f30ef8e8754386373c2a8f97b367","kind":"commit","published_at":"2014-01-23T18:59:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6fa2c22464dcd964df604550c2ce2ed1d2f4362b","kind":"commit","published_at":"2014-01-04T21:36:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4/manifests"}]},"repo_metadata_updated_at":"2025-10-31T05:40:12.983Z","dependent_packages_count":1,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":31.979943940947386,"dependent_packages_count":31.998402898858956,"stargazers_count":2.8388673422912785,"forks_count":5.638609719443903,"average":18.11395597538538},"purl":"pkg:maven/org.webjars.npm/conventional-recommended-bump","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/maven/org.webjars.npm:conventional-recommended-bump","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/maven/org.webjars.npm:conventional-recommended-bump","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/maven/org.webjars.npm:conventional-recommended-bump/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-10-29T14:29:47.234Z","issues_count":160,"pull_requests_count":531,"avg_time_to_close_issue":29861598.337837838,"avg_time_to_close_pull_request":12509911.262582056,"issues_closed_count":74,"pull_requests_closed_count":457,"pull_request_authors_count":84,"issue_authors_count":135,"avg_comments_per_issue":2.0125,"avg_comments_per_pull_request":1.2391713747645952,"merged_pull_requests_count":337,"bot_issues_count":3,"bot_pull_requests_count":268,"past_year_issues_count":30,"past_year_pull_requests_count":110,"past_year_avg_time_to_close_issue":3046943.3636363638,"past_year_avg_time_to_close_pull_request":1239705.430379747,"past_year_issues_closed_count":11,"past_year_pull_requests_closed_count":79,"past_year_pull_request_authors_count":18,"past_year_issue_authors_count":24,"past_year_avg_comments_per_issue":1.6,"past_year_avg_comments_per_pull_request":0.9181818181818182,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":66,"past_year_merged_pull_requests_count":66,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues","maintainers":[{"login":"dangreen","count":93,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"},{"login":"bcoe","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bcoe"},{"login":"tommywo","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tommywo"}],"active_maintainers":[{"login":"dangreen","count":22,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:conventional-recommended-bump/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:conventional-recommended-bump/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:conventional-recommended-bump/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:conventional-recommended-bump/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:conventional-recommended-bump/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:conventional-recommended-bump/codemeta","maintainers":[],"registry":{"name":"repo1.maven.org","url":"https://repo.maven.apache.org/maven2","ecosystem":"maven","default":true,"packages_count":608406,"maintainers_count":0,"namespaces_count":80807,"keywords_count":34879,"github":"maven-central","metadata":{"funded_packages_count":37828},"icon_url":"https://github.com/maven-central.png","created_at":"2022-07-21T16:40:13.074Z","updated_at":"2026-06-10T05:05:55.821Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/namespaces"}},{"id":4998076,"name":"org.webjars.npm:conventional-changelog-preset-loader","ecosystem":"maven","description":"WebJar for conventional-changelog-preset-loader","homepage":"https://www.webjars.org","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":[],"namespace":"org.webjars.npm","versions_count":1,"first_release_published_at":"2021-04-05T06:57:32.000Z","latest_release_published_at":"2021-04-05T06:57:32.000Z","latest_release_number":"2.3.4","last_synced_at":"2026-06-03T20:26:43.838Z","created_at":"2022-07-27T10:53:42.759Z","updated_at":"2026-06-03T20:26:43.838Z","registry_url":"https://central.sonatype.com/artifact/org.webjars.npm/conventional-changelog-preset-loader/","install_command":null,"documentation_url":"https://appdoc.app/artifact/org.webjars.npm/conventional-changelog-preset-loader/","metadata":{"repositories":["https://repo.maven.apache.org/maven2"]},"repo_metadata":{"id":12961414,"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2025-10-23T17:43:12.000Z","size":6366,"stargazers_count":8280,"open_issues_count":245,"forks_count":731,"subscribers_count":51,"default_branch":"master","last_synced_at":"2025-10-24T01:48:17.818Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2025-10-23T01:16:08.000Z","dependencies_parsed_at":"2022-07-13T10:30:31.523Z","dependency_job_id":"5f6d159e-c4c6-405b-9fa7-976ffc4dfa04","html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1686,"total_committers":150,"mean_commits":11.24,"dds":0.4792408066429419,"last_synced_commit":"65550d9a30cfab4b00b3e982e42bd68fedafcefc"},"previous_names":["ajoslin/conventional-changelog"],"tags_count":804,"template":false,"template_full_name":null,"purl":"pkg:github/conventional-changelog/conventional-changelog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/sbom","scorecard":{"id":174827,"data":{"date":"2025-08-11","repo":{"name":"github.com/conventional-changelog/conventional-changelog","commit":"1552de5434163eb63d3bf73d97bcb3bf34de8586"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 7 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":1,"reason":"Found 4/22 approved changesets -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/checks.yml:1","Warn: no topLevel permission defined: .github/workflows/commit.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Warn: no topLevel permission defined: .github/workflows/tests.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/checks.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/checks.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/commit.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/commit.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/commit.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:50: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:85: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:87: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:91: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:102: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Info:   0 out of  17 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  14 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: ISC License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 16 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":7,"reason":"3 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-xffm-g5w8-qvg7","Warn: Project is vulnerable to: GHSA-67mh-4wv8-2f99","Warn: Project is vulnerable to: GHSA-52f5-9888-hmc6"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-16T17:26:40.503Z","repository_id":12961414,"created_at":"2025-08-16T17:26:40.503Z","updated_at":"2025-08-16T17:26:40.503Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281931845,"owners_count":26585822,"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","status":"online","status_checked_at":"2025-10-31T02:00:07.401Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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"},"owner_record":{"login":"conventional-changelog","name":"conventional-changelog","uuid":"16443515","kind":"organization","description":"Tools to generate changelogs and release notes from a project's commit messages and metadata.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16443515?v=4","repositories_count":12,"last_synced_at":"2025-04-05T03:02:08.595Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/conventional-changelog","funding_links":[],"total_stars":33067,"followers":419,"following":0,"created_at":"2022-11-02T16:25:21.572Z","updated_at":"2025-04-05T03:02:08.596Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog/repositories"},"tags":[{"name":"conventional-changelog-angular-v8.1.0","sha":"4a8c5d57a058c5b103a8ebddf94e19cf67a58a18","kind":"commit","published_at":"2025-10-20T20:40:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v8.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v8.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular-v8.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.1.0/manifests"},{"name":"conventional-commits-parser-v6.2.1","sha":"4a8c5d57a058c5b103a8ebddf94e19cf67a58a18","kind":"commit","published_at":"2025-10-20T20:40:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v6.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.2.1/manifests"},{"name":"conventional-changelog-v7.1.1","sha":"d3934017f5c8987a0b4a5fdf3782f26cd43ab486","kind":"commit","published_at":"2025-07-10T17:30:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v7.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v7.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v7.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.1.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v9.1.0","sha":"b3bec6cd666605edb0727765637d8de30a672b86","kind":"commit","published_at":"2025-07-10T15:38:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v9.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v9.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v9.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v9.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v9.1.0/manifests"},{"name":"conventional-changelog-writer-v8.2.0","sha":"429fa80cf3232ddc89ad2e6593a5087da55f2192","kind":"commit","published_at":"2025-07-09T21:51:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v8.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.2.0/manifests"},{"name":"conventional-commits-parser-v6.2.0","sha":"a10c63faccc776bfc941a54dbcfa2d128bbfb374","kind":"commit","published_at":"2025-06-09T09:39:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v6.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.2.0/manifests"},{"name":"conventional-changelog-v7.1.0","sha":"549320cb33c00bea312fcf70c31d3ee6973ba488","kind":"commit","published_at":"2025-06-07T17:07:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v7.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v7.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v7.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.1.0/manifests"},{"name":"conventional-recommended-bump-v11.2.0","sha":"549320cb33c00bea312fcf70c31d3ee6973ba488","kind":"commit","published_at":"2025-06-07T17:07:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v11.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v11.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v11.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.2.0/manifests"},{"name":"git-client-v2.5.1","sha":"07103bc206c6b75af47183a700868d69424c5f5f","kind":"commit","published_at":"2025-06-02T10:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.5.1/manifests"},{"name":"git-client-v2.5.0","sha":"7926760758a6635d423d91288a11253bb663698c","kind":"commit","published_at":"2025-06-02T00:10:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.5.0/manifests"},{"name":"git-client-v2.4.0","sha":"81588478678c36e7465a90cfe56e4981c13729a9","kind":"commit","published_at":"2025-05-27T19:05:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.4.0/manifests"},{"name":"git-client-v2.3.0","sha":"abf8f2b4f11a8c4dcee54346fb39cee04c05242b","kind":"commit","published_at":"2025-05-23T19:01:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.3.0/manifests"},{"name":"conventional-changelog-v7.0.2","sha":"d42c917ee7b2732b9e4bc42bf70f6700ac028e1b","kind":"commit","published_at":"2025-05-22T20:08:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v7.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.2/manifests"},{"name":"conventional-changelog-v7.0.1","sha":"2dcae156d1dc9c40a2392c3dd9363449f3f59f75","kind":"commit","published_at":"2025-05-19T22:26:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.1/manifests"},{"name":"standard-changelog-v7.0.1","sha":"2dcae156d1dc9c40a2392c3dd9363449f3f59f75","kind":"commit","published_at":"2025-05-19T22:26:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v7.0.1/manifests"},{"name":"git-client-v2.2.0","sha":"2dcae156d1dc9c40a2392c3dd9363449f3f59f75","kind":"commit","published_at":"2025-05-19T22:26:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.2.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v9.0.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v9.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v9.0.0/manifests"},{"name":"conventional-changelog-writer-v8.1.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v8.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.1.0/manifests"},{"name":"conventional-recommended-bump-v11.1.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v11.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v11.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v11.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.1.0/manifests"},{"name":"git-client-v2.1.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.1.0/manifests"},{"name":"standard-changelog-v7.0.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v7.0.0/manifests"},{"name":"conventional-changelog-v7.0.0","sha":"c4ee907726e6ac97801324ac10c270aabb4aa581","kind":"commit","published_at":"2025-05-19T19:30:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v7.0.0/manifests"},{"name":"conventional-commits-parser-v6.1.0","sha":"641a04473146d99189ec31d948202f8ef973da37","kind":"commit","published_at":"2025-01-15T16:19:55.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v6.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v11.0.0","sha":"3abb8c6494cd57fd52755d00669c10e4cc25a034","kind":"commit","published_at":"2025-01-15T16:19:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v11.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v11.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v11.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v11.0.0/manifests"},{"name":"conventional-changelog-writer-v8.0.1","sha":"fe3da2f131673200f695d6c9f34d8d0303042329","kind":"commit","published_at":"2025-01-15T16:14:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v8.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.1/manifests"},{"name":"git-client-v2.0.0","sha":"2ea0eec3e46bb9de9d57001d3aac074076e668a7","kind":"commit","published_at":"2025-01-15T16:13:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v2.0.0/manifests"},{"name":"conventional-changelog-core-v9.0.0","sha":"1ac3f1268140c999c669908085d0879b5d294c1a","kind":"commit","published_at":"2025-01-15T16:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v9.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v9.0.0/manifests"},{"name":"git-client-v1.0.1","sha":"d3b8aaa16337993bbad4d91db1ffac5a7568756b","kind":"commit","published_at":"2024-05-06T14:46:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1/manifests"},{"name":"conventional-changelog-v6.0.0","sha":"83bb15ba5de08f080884fc906c6db3c99c8b2131","kind":"commit","published_at":"2024-04-26T22:08:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0/manifests"},{"name":"conventional-changelog-core-v8.0.0","sha":"7bc92fc05e4447f311ad52b6e39d36f461eaf083","kind":"commit","published_at":"2024-04-26T22:07:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v8.0.0","sha":"3129c812139bf7454a64b4d506e6b85cd5abc77c","kind":"commit","published_at":"2024-04-26T22:06:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0/manifests"},{"name":"git-semver-tags-v8.0.0","sha":"fbd1b3bcd6253a32de89eb21145c2eb70d9396b6","kind":"commit","published_at":"2024-04-26T22:05:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v5.0.0","sha":"e34c96db3dbebedb17a6583aae8855dddd056f83","kind":"commit","published_at":"2024-04-26T22:04:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0/manifests"},{"name":"conventional-changelog-angular-v8.0.0","sha":"2aa6291a93eb881230e896f87a5232873b6a9717","kind":"commit","published_at":"2024-04-26T22:04:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0/manifests"},{"name":"conventional-changelog-jquery-v6.0.0","sha":"1c71cd6d4868ef2e158963e277609a9794806306","kind":"commit","published_at":"2024-04-26T22:03:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v8.0.0","sha":"533e36277d1779a5ac79a06210c603b5f88bc030","kind":"commit","published_at":"2024-04-26T22:00:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0/manifests"},{"name":"conventional-changelog-eslint-v6.0.0","sha":"c7459cd7d1e1ab82c9a5d552b008c02aba290cad","kind":"commit","published_at":"2024-04-26T21:59:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0/manifests"},{"name":"git-raw-commits-v5.0.0","sha":"f61ea377e843db0852c35911785895ec43481f11","kind":"commit","published_at":"2024-04-26T21:58:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0/manifests"},{"name":"conventional-changelog-codemirror-v5.0.0","sha":"77525286ffc8869a6ac351ebe28198842815cb7c","kind":"commit","published_at":"2024-04-26T21:57:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0/manifests"},{"name":"conventional-changelog-cli-v5.0.0","sha":"a75cef688b9a1557ca981178d4d35c18963160b6","kind":"commit","published_at":"2024-04-26T21:53:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0/manifests"},{"name":"conventional-changelog-express-v5.0.0","sha":"a6ab80d6e30091a8b743ee97a87e7400af1ebc53","kind":"commit","published_at":"2024-04-26T21:53:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v10.0.0","sha":"d7c409b02f1d58cf6f0293edcadbe5f00a78a622","kind":"commit","published_at":"2024-04-26T21:52:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v10.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v10.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v10.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0/manifests"},{"name":"conventional-changelog-atom-v5.0.0","sha":"3b2b9d0ec2382f73d9cf000a1004596f90ece916","kind":"commit","published_at":"2024-04-26T21:51:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0/manifests"},{"name":"conventional-changelog-jshint-v5.0.0","sha":"d7dae509e72b09d1496ae51f1f04c15581c828fc","kind":"commit","published_at":"2024-04-26T21:50:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0/manifests"},{"name":"conventional-changelog-ember-v5.0.0","sha":"2e99dfa49112ffe6c864dd0e436f0db1e696b1f9","kind":"commit","published_at":"2024-04-26T21:50:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0/manifests"},{"name":"conventional-commits-parser-v6.0.0","sha":"646e1be132ccd0f32e3074de2f511be5c610984f","kind":"commit","published_at":"2024-04-26T21:48:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0/manifests"},{"name":"conventional-commits-filter-v5.0.0","sha":"be4266b7ef7b84ba5c198dfa8c143229f8a5b128","kind":"commit","published_at":"2024-04-26T21:47:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0/manifests"},{"name":"standard-changelog-v6.0.0","sha":"3e9b9387f29e48a508b70b88f26b40a6db9fea16","kind":"commit","published_at":"2024-04-26T21:45:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v5.0.0","sha":"041a1a9b73b201add30494aed19d026b948bd8f1","kind":"commit","published_at":"2024-04-26T21:41:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0/manifests"},{"name":"git-client-v1.0.0","sha":"7e51fe970576503cae3ab94e6e9b3e01017b044d","kind":"commit","published_at":"2024-04-26T21:21:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-client-v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0/manifests"},{"name":"git-semver-tags-v7.0.1","sha":"fac8045242099c016f5f3905e54e02b7d466bd7b","kind":"commit","published_at":"2023-09-10T23:53:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1/manifests"},{"name":"conventional-changelog-writer-v7.0.1","sha":"e3a643ad39ec3bc4cfb1dff2aa1101333df33dc3","kind":"commit","published_at":"2023-09-10T23:49:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1/manifests"},{"name":"conventional-changelog-v5.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0/manifests"},{"name":"conventional-changelog-cli-v4.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0/manifests"},{"name":"conventional-changelog-core-v7.0.0","sha":"2e467dd39a35c3813597711a37690897183b4abc","kind":"commit","published_at":"2023-09-08T22:03:37.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0/manifests"},{"name":"git-semver-tags-v7.0.0","sha":"a13f788bd505d8253a2d92413fc4a7780e11ec07","kind":"commit","published_at":"2023-09-08T21:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0/manifests"},{"name":"standard-changelog-v5.0.0","sha":"34569c7a3fd2b0362a461517a1f4e20e7eecd9fc","kind":"commit","published_at":"2023-09-08T21:55:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v9.0.0","sha":"ad633d9d81f66ef80d7f77832a264cb0c5b971ef","kind":"commit","published_at":"2023-09-08T21:50:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v9.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.2","sha":"50113f9b569259d991f1a734a192964ca71f0118","kind":"commit","published_at":"2023-09-08T21:41:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v7.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2/manifests"},{"name":"conventional-changelog-preset-loader-v4.1.0","sha":"a14d2186575f6061f236c9a47d803694b18f8373","kind":"commit","published_at":"2023-09-08T21:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader-v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.1","sha":"ca4324b0a690b2595f8b574882ff95329a2dc195","kind":"commit","published_at":"2023-08-27T19:11:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1/manifests"},{"name":"conventional-commits-filter-v4.0.0","sha":"26fc9ea274dc0c62442ec9d97b20a2ebb49138bf","kind":"commit","published_at":"2023-08-27T12:55:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0/manifests"},{"name":"standard-changelog-v4.0.0","sha":"5b788265774bf4b63d3c83a178ca53e8e7095903","kind":"commit","published_at":"2023-08-27T12:50:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-eslint-v5.0.0","sha":"679594c0716275771cc23b314e4362899fe72f87","kind":"commit","published_at":"2023-08-27T12:46:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0/manifests"},{"name":"git-semver-tags-v6.0.0","sha":"1c75c72d9b5d59e3ea4e914c58a85f7559f29602","kind":"commit","published_at":"2023-08-27T12:40:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0/manifests"},{"name":"conventional-recommended-bump-v8.0.0","sha":"624377a24e8e3658bcf2329a9a98f9a7b02a4cb3","kind":"commit","published_at":"2023-08-27T12:33:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0/manifests"},{"name":"conventional-changelog-writer-v7.0.0","sha":"d669bb67dc713cb1e4374e3216ed7d83cde743c5","kind":"commit","published_at":"2023-08-27T12:27:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0/manifests"},{"name":"conventional-changelog-codemirror-v4.0.0","sha":"933fd0b3dd355d648faf57241b796a714004c722","kind":"commit","published_at":"2023-08-27T12:23:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0/manifests"},{"name":"conventional-changelog-express-v4.0.0","sha":"c9e9ceb3a3727659bd117bab01cbc7642d588f06","kind":"commit","published_at":"2023-08-27T12:16:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0/manifests"},{"name":"conventional-changelog-ember-v4.0.0","sha":"5d7c16268f79b7f180e34e997fdb37373d714666","kind":"commit","published_at":"2023-08-27T12:11:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0/manifests"},{"name":"conventional-changelog-jquery-v5.0.0","sha":"d643efb1050dcdaecee626044315644ff9b9e43b","kind":"commit","published_at":"2023-08-27T12:07:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v4.0.0","sha":"636646dd9ae062e9652a7f9ccaf6c329e6e9f924","kind":"commit","published_at":"2023-08-27T12:03:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0/manifests"},{"name":"conventional-changelog-v5.0.0","sha":"7985de3edc9e655369651ad464cb39b791887dc7","kind":"commit","published_at":"2023-08-27T11:58:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.0","sha":"5f0fe40743d8f559ab94ed11bbb4b8bda6fa6dcb","kind":"commit","published_at":"2023-08-27T11:51:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0/manifests"},{"name":"conventional-changelog-angular-v7.0.0","sha":"6c7a2e1a8807988bcb1a9842f72d14be3b1a89e3","kind":"commit","published_at":"2023-08-27T11:46:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0/manifests"},{"name":"conventional-changelog-jshint-v4.0.0","sha":"0204a9a340d2c85411e8de8905bc74c6146e5618","kind":"commit","published_at":"2023-08-27T11:41:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0/manifests"},{"name":"conventional-changelog-atom-v4.0.0","sha":"ab9b2c10e098ec8837d141102549f3eef698364c","kind":"commit","published_at":"2023-08-27T11:36:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0/manifests"},{"name":"conventional-changelog-cli-v4.0.0","sha":"29df6c4597afad27b9cda06f58eb564bcca609c4","kind":"commit","published_at":"2023-08-27T11:21:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0/manifests"},{"name":"conventional-changelog-core-v6.0.0","sha":"45613bbc2d13c798732e4b2bd4b2fa9ea67157d6","kind":"commit","published_at":"2023-08-27T11:17:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v4.0.0","sha":"5a896e3ef3aa9e751fcc74d7c76fa21d6d526cb0","kind":"commit","published_at":"2023-08-27T11:08:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0/manifests"},{"name":"git-raw-commits-v4.0.0","sha":"878fc56b43bc617177bf47fd8643a3b8b86078e5","kind":"commit","published_at":"2023-08-27T11:01:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0/manifests"},{"name":"conventional-commits-parser-v5.0.0","sha":"299de5acbe55a7d19dcdd2adc34681eae7264abf","kind":"commit","published_at":"2023-08-26T17:50:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0/manifests"},{"name":"git-semver-tags-v5.0.1","sha":"87914a362866a380e98a29edf19b2173e0911d8a","kind":"commit","published_at":"2023-07-09T19:10:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1/manifests"},{"name":"conventional-changelog-writer-v6.0.1","sha":"c123edea220b450cfa26813b6f198c3e8ebbd2b4","kind":"commit","published_at":"2023-07-09T14:49:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v6.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.2","sha":"83773c5e1a8874ea9809ca9db1dff60b7df1daae","kind":"commit","published_at":"2023-06-28T17:43:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v5.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.1.0","sha":"2e5fe6d9574ba896fa90b5bfcb50fb73d28af6d6","kind":"commit","published_at":"2023-06-17T21:30:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v6.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v7.0.1","sha":"f251b6899e313a9b23f3c8deb8b8b57217040892","kind":"commit","published_at":"2023-06-06T23:24:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.1","sha":"5b458dff9edf766446449acd1bbb8027a1e39fa5","kind":"commit","published_at":"2023-06-06T23:17:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1/manifests"},{"name":"gulp-conventional-changelog-v3.0.0","sha":"8ef6232797e5bf7c80422221374c53c03d5df36d","kind":"commit","published_at":"2023-06-06T22:50:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0/manifests"},{"name":"standard-changelog-v3.0.0","sha":"ea65f017b42b914ece780fd2fc799a6946912ed8","kind":"commit","published_at":"2023-06-06T22:42:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0/manifests"},{"name":"conventional-changelog-cli-v3.0.0","sha":"f00f4549cee9406054b77057a8135183fcd89710","kind":"commit","published_at":"2023-06-06T22:29:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0/manifests"},{"name":"conventional-changelog-v4.0.0","sha":"1a240f91ed584ed43e7f9c82235ca60eff0f4fa5","kind":"commit","published_at":"2023-06-06T19:50:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-core-v5.0.0","sha":"8507f601486c8ff6806156c50091262dee13ec54","kind":"commit","published_at":"2023-06-06T19:23:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v7.0.0","sha":"e1662ca7a6c688d28a334282a5e863f52866f3e8","kind":"commit","published_at":"2023-06-06T18:39:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v3.0.0","sha":"5d80d155425147a0b045af09536e5962cbfff620","kind":"commit","published_at":"2023-06-06T15:08:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.0.0","sha":"a30fc7ae219cf871b46cbe9d2c76a9730b70e272","kind":"commit","published_at":"2023-06-06T14:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v6.0.0","sha":"aa5d46c7b13b7b31f78af4b3c31c087c39eea41d","kind":"commit","published_at":"2023-06-06T14:46:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0/manifests"},{"name":"conventional-commits-filter-v3.0.0","sha":"502a73fe41aebb7b563c5ca69521e0b1bab904df","kind":"commit","published_at":"2023-06-06T14:32:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0/manifests"},{"name":"conventional-commits-parser-v4.0.0","sha":"9f7fe891e75c64937c28baa39a6c795a01603ab7","kind":"commit","published_at":"2023-06-06T14:24:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0/manifests"},{"name":"git-raw-commits-v3.0.0","sha":"571f2d549f10744a12ab3bc5dc5e0b749cb72667","kind":"commit","published_at":"2023-06-06T14:16:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0/manifests"},{"name":"git-semver-tags-v5.0.0","sha":"445c796d04105d10dd62d07039bc6a7fc9f263a5","kind":"commit","published_at":"2023-06-06T13:51:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0/manifests"},{"name":"conventional-changelog-atom-v3.0.0","sha":"208787aa2f5db8de1c2d43c56d71e6dfb9510781","kind":"commit","published_at":"2023-06-06T13:43:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0/manifests"},{"name":"conventional-changelog-angular-v6.0.0","sha":"c4ebf98acc15f37154aae5de53a225e896c4a157","kind":"commit","published_at":"2023-06-06T13:36:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular-v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0/manifests"},{"name":"conventional-changelog-codemirror-v3.0.0","sha":"0772453bee083917a05b9696d063ee3dc69957f9","kind":"commit","published_at":"2023-06-06T13:25:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0/manifests"},{"name":"conventional-changelog-ember-v3.0.0","sha":"e473d0c8af7c0cf8a54f775556796f50f3e695c2","kind":"commit","published_at":"2023-06-06T13:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0/manifests"},{"name":"conventional-changelog-eslint-v4.0.0","sha":"b3b896bc5b9e3ed65dcfc08c57967a252f37cfd1","kind":"commit","published_at":"2023-06-06T12:56:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0/manifests"},{"name":"conventional-changelog-express-v3.0.0","sha":"5594385d1dd2490b0fb508a60b6f30e8be6616ce","kind":"commit","published_at":"2023-06-06T12:37:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0/manifests"},{"name":"conventional-changelog-jquery-v4.0.0","sha":"51a3015a907b2cea900114359c36ce0e9664b72d","kind":"commit","published_at":"2023-06-06T12:17:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery-v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0/manifests"},{"name":"conventional-changelog-jshint-v3.0.0","sha":"281e5f883476e90b75cae4373a67436c86e94f6a","kind":"commit","published_at":"2023-06-06T12:02:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint-v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v5.0.0","sha":"ba6df7cf62de5f448368bed4398f6ddf633d2cbd","kind":"commit","published_at":"2022-05-27T18:02:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0/manifests"},{"name":"conventional-changelog-writer-v5.0.1","sha":"21b73f974adc4490a318d9c892055655cb82c538","kind":"commit","published_at":"2021-12-29T21:36:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.3","sha":"02757d342290bcf51a49d49e5e72f5eae6c6f6da","kind":"commit","published_at":"2021-12-29T19:52:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v4.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3/manifests"},{"name":"conventional-commits-parser-v3.2.4","sha":"1d0f62d4ac4911ef0d912d5401f783b152cee624","kind":"commit","published_at":"2021-12-29T19:46:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v3.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4/manifests"},{"name":"git-raw-commits-v2.0.11","sha":"95384dbd105ffe4f86bbc6ccad3e5405a1cbfe04","kind":"commit","published_at":"2021-12-29T19:39:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v2.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.2","sha":"1827696185192a8dd258ea7c3370090238b0fb76","kind":"commit","published_at":"2021-12-25T18:06:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v4.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2/manifests"},{"name":"conventional-changelog-cli-v2.2.2","sha":"8ce6a7bbd3fae87aa9d56fca68c2e16fbb2cace5","kind":"commit","published_at":"2021-12-25T17:22:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2/manifests"},{"name":"conventional-changelog-v3.1.25","sha":"8e9c3d76aaffd7fe67a78270b3ad9b881e953e7e","kind":"commit","published_at":"2021-12-24T18:50:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v3.1.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25/manifests"},{"name":"conventional-commits-parser-v3.2.3","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v3.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3/manifests"},{"name":"conventional-changelog-cli-v2.2.1","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli-v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.1","sha":"c35708d56a55e31b750aec1f745e5be52f0a75f2","kind":"commit","published_at":"2021-09-09T19:06:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v4.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1/manifests"},{"name":"conventional-commits-parser-v3.2.2","sha":"1bae48ff85eff0736ea6691b7214f3fc9c026256","kind":"commit","published_at":"2021-09-09T14:45:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v3.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2/manifests"},{"name":"conventional-changelog-core-v4.2.4","sha":"02fbc2d42d0faf53d4b7a2b0525626088a6ac8ba","kind":"commit","published_at":"2021-09-09T14:37:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v4.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4/manifests"},{"name":"conventional-changelog-angular-v5.0.13","sha":"e30343b4676d26b416080294dc74ebba001c0716","kind":"commit","published_at":"2021-09-09T14:31:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v5.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular-v5.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13/manifests"},{"name":"conventional-changelog-core-v4.2.3","sha":"318b555b6ef3aebdb5a8d4c7c734fd7234712dd3","kind":"commit","published_at":"2021-07-03T00:24:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v4.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.0","sha":"537c37d7801872c3e57e4200c64154a4d2ea042a","kind":"commit","published_at":"2021-04-30T00:15:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v4.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0/manifests"},{"name":"conventional-commits-parser-v3.2.1","sha":"758dda2937b6784f0cc6a535286862fcf95b6f06","kind":"commit","published_at":"2021-02-15T21:32:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser-v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1/manifests"},{"name":"git-raw-commits-v2.0.10","sha":"ffecaccb6e117afae9f68f1d48ff9a69554da950","kind":"commit","published_at":"2021-01-27T16:36:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v2.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10/manifests"},{"name":"conventional-changelog-writer-v5.0.0","sha":"61ef6491add84b841e1797baf09f62bbdd90dcd4","kind":"commit","published_at":"2020-12-30T22:40:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v6.1.0","sha":"3b0fb22b0bb49137b9ecddaeb349f66025205c57","kind":"commit","published_at":"2020-12-30T16:58:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v6.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0/manifests"},{"name":"conventional-changelog-core-v4.2.2","sha":"317eeb3137caff69bcc9a67fce3dc67663a010db","kind":"commit","published_at":"2020-12-30T00:53:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core-v4.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2/manifests"},{"name":"conventional-recommended-bump-v6.0.12","sha":"90ecc5d93bfd7626857eda5d240f92393d896be0","kind":"commit","published_at":"2020-12-30T00:43:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump-v6.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12/manifests"},{"name":"git-raw-commits-v2.0.9","sha":"227f3e23af86912c0cd64fdb1a820ac92e5757c5","kind":"commit","published_at":"2020-12-29T23:59:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits-v2.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9/manifests"},{"name":"conventional-changelog-writer-v4.1.0","sha":"77725cfb12ca3ca22abb9421b4af012a49207e7a","kind":"commit","published_at":"2020-12-29T23:41:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer-v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0/manifests"},{"name":"conventional-commits-filter@2.0.7","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7/manifests"},{"name":"standard-changelog@2.0.27","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27/manifests"},{"name":"gulp-conventional-changelog@2.0.35","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35/manifests"},{"name":"git-semver-tags@4.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%404.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1/manifests"},{"name":"git-raw-commits@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8/manifests"},{"name":"conventional-recommended-bump@6.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11/manifests"},{"name":"conventional-commits-parser@3.2.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0/manifests"},{"name":"conventional-changelog-writer@4.0.18","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18/manifests"},{"name":"conventional-changelog-jshint@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9/manifests"},{"name":"conventional-changelog-jquery@3.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11/manifests"},{"name":"conventional-changelog-express@2.0.6","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9/manifests"},{"name":"conventional-changelog-ember@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9/manifests"},{"name":"conventional-changelog-core@4.2.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.5.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1/manifests"},{"name":"conventional-changelog-atom@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8/manifests"},{"name":"conventional-changelog-angular@5.0.12","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12/manifests"},{"name":"conventional-changelog@3.1.24","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24/manifests"},{"name":"conventional-changelog-v3.1.24","sha":"f8fcbc2e8b0834c29178ace6382b438a020ad828","kind":"commit","published_at":"2020-10-25T02:45:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-v3.1.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24/manifests"},{"name":"conventional-changelog-conventionalcommits@4.4.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0/manifests"},{"name":"conventional-changelog-core@4.2.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0/manifests"},{"name":"conventional-changelog@3.1.23","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23/manifests"},{"name":"conventional-changelog-cli@2.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0/manifests"},{"name":"git-semver-tags@4.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%404.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0/manifests"},{"name":"gulp-conventional-changelog@2.0.34","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34/manifests"},{"name":"standard-changelog@2.0.26","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26/manifests"},{"name":"conventional-recommended-bump@6.0.10","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10/manifests"},{"name":"conventional-changelog-core@4.1.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8/manifests"},{"name":"standard-changelog@2.0.25","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25/manifests"},{"name":"gulp-conventional-changelog@2.0.33","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33/manifests"},{"name":"conventional-changelog-writer@4.0.17","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17/manifests"},{"name":"conventional-changelog-jshint@2.0.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.1","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1/manifests"},{"name":"conventional-changelog-cli@2.0.35","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35/manifests"},{"name":"conventional-changelog-angular@5.0.11","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11/manifests"},{"name":"conventional-changelog@3.1.22","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22/manifests"},{"name":"standard-changelog@2.0.24","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24/manifests"},{"name":"gulp-conventional-changelog@2.0.32","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32/manifests"},{"name":"conventional-changelog-writer@4.0.16","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16/manifests"},{"name":"conventional-changelog-core@4.1.7","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7/manifests"},{"name":"conventional-changelog-cli@2.0.34","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34/manifests"},{"name":"conventional-changelog@3.1.21","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0/manifests"},{"name":"conventional-changelog@3.1.20","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20/manifests"},{"name":"conventional-changelog-cli@2.0.33","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33/manifests"},{"name":"conventional-changelog-atom@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7/manifests"},{"name":"conventional-changelog-eslint@3.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8/manifests"},{"name":"conventional-changelog-express@2.0.5","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10/manifests"},{"name":"conventional-changelog-jshint@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7/manifests"},{"name":"conventional-changelog-preset-loader@2.3.4","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4/manifests"},{"name":"conventional-changelog-writer@4.0.15","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15/manifests"},{"name":"conventional-commits-filter@2.0.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6/manifests"},{"name":"conventional-commits-parser@3.1.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.9","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9/manifests"},{"name":"git-raw-commits@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7/manifests"},{"name":"git-semver-tags@4.0.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.31","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31/manifests"},{"name":"standard-changelog@2.0.23","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23/manifests"},{"name":"conventional-changelog-angular@5.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10/manifests"},{"name":"conventional-changelog-core@4.1.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6/manifests"},{"name":"conventional-changelog-codemirror@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7/manifests"},{"name":"conventional-changelog-ember@2.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8/manifests"},{"name":"conventional-changelog-preset-loader-v2.3.2","sha":"9f6c56cb960a5043823cfb85b9843991201cbb51","kind":"commit","published_at":"2020-05-08T19:21:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v2.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader-v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2/manifests"},{"name":"conventional-changelog-cli@2.0.32","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32/manifests"},{"name":"conventional-changelog-core@4.1.5","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5/manifests"},{"name":"gulp-conventional-changelog@2.0.30","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30/manifests"},{"name":"standard-changelog@2.0.22","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22/manifests"},{"name":"conventional-changelog@3.1.19","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19/manifests"},{"name":"conventional-changelog@3.1.18","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18/manifests"},{"name":"conventional-changelog-core@4.1.4","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.29","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29/manifests"},{"name":"standard-changelog@2.0.21","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21/manifests"},{"name":"conventional-changelog-cli@2.0.31","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31/manifests"},{"name":"conventional-changelog-cli@2.0.30","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30/manifests"},{"name":"conventional-changelog-core@4.1.3","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3/manifests"},{"name":"conventional-changelog@3.1.17","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17/manifests"},{"name":"standard-changelog@2.0.20","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20/manifests"},{"name":"gulp-conventional-changelog@2.0.28","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28/manifests"},{"name":"conventional-changelog-core@4.1.2","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2/manifests"},{"name":"standard-changelog@2.0.19","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19/manifests"},{"name":"gulp-conventional-changelog@2.0.27","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27/manifests"},{"name":"conventional-changelog-cli@2.0.29","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29/manifests"},{"name":"conventional-changelog@3.1.16","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16/manifests"},{"name":"standard-changelog@2.0.18","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18/manifests"},{"name":"gulp-conventional-changelog@2.0.26","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26/manifests"},{"name":"git-semver-tags@3.0.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1/manifests"},{"name":"git-raw-commits@2.0.3","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3/manifests"},{"name":"conventional-changelog@3.1.15","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15/manifests"},{"name":"conventional-recommended-bump@6.0.5","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5/manifests"},{"name":"conventional-commits-parser@3.0.8","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.11","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11/manifests"},{"name":"conventional-changelog-core@4.1.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.28","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28/manifests"},{"name":"conventional-changelog-core@4.1.0","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0/manifests"},{"name":"conventional-changelog@3.1.14","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14/manifests"},{"name":"conventional-changelog-angular@5.0.6","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6/manifests"},{"name":"conventional-changelog-cli@2.0.27","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.3","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3/manifests"},{"name":"conventional-commits-parser@3.0.7","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7/manifests"},{"name":"conventional-recommended-bump@6.0.4","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.25","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25/manifests"},{"name":"standard-changelog@2.0.17","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17/manifests"},{"name":"conventional-changelog@3.1.13","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13/manifests"},{"name":"standard-changelog@2.0.16","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16/manifests"},{"name":"gulp-conventional-changelog@2.0.24","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24/manifests"},{"name":"conventional-recommended-bump@6.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3/manifests"},{"name":"conventional-commits-parser@3.0.6","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6/manifests"},{"name":"conventional-changelog-writer@4.0.10","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10/manifests"},{"name":"conventional-changelog-preset-loader@2.3.0","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0/manifests"},{"name":"conventional-changelog-core@4.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.2","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2/manifests"},{"name":"conventional-changelog-cli@2.0.26","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26/manifests"},{"name":"conventional-changelog-core@4.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2/manifests"},{"name":"standard-changelog@2.0.15","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15/manifests"},{"name":"gulp-conventional-changelog@2.0.23","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23/manifests"},{"name":"conventional-recommended-bump@6.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2/manifests"},{"name":"conventional-commits-parser@3.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5/manifests"},{"name":"conventional-changelog-writer@4.0.9","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9/manifests"},{"name":"conventional-changelog-jshint@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.6","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4/manifests"},{"name":"conventional-changelog-ember@2.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.1","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1/manifests"},{"name":"conventional-changelog-codemirror@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.25","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25/manifests"},{"name":"conventional-changelog-atom@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5/manifests"},{"name":"conventional-changelog@3.1.12","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12/manifests"},{"name":"conventional-commits-parser@3.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4/manifests"},{"name":"conventional-changelog-atom@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.24","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24/manifests"},{"name":"conventional-changelog-codemirror@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.0","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0/manifests"},{"name":"conventional-changelog-core@4.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3/manifests"},{"name":"conventional-changelog-eslint@3.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.5","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5/manifests"},{"name":"conventional-changelog-jshint@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2/manifests"},{"name":"conventional-changelog-writer@4.0.8","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8/manifests"},{"name":"standard-changelog@2.0.14","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14/manifests"},{"name":"gulp-conventional-changelog@2.0.22","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22/manifests"},{"name":"conventional-recommended-bump@6.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1/manifests"},{"name":"conventional-changelog@3.1.11","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11/manifests"},{"name":"conventional-changelog-angular@5.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4/manifests"},{"name":"conventional-changelog@3.1.10","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10/manifests"},{"name":"conventional-changelog-cli@2.0.23","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23/manifests"},{"name":"conventional-changelog-conventionalcommits@4.1.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0/manifests"},{"name":"git-semver-tags@3.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.21","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21/manifests"},{"name":"standard-changelog@2.0.13","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13/manifests"},{"name":"conventional-changelog-core@4.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.2.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0/manifests"},{"name":"conventional-changelog-writer@4.0.7","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7/manifests"},{"name":"conventional-recommended-bump@6.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%406.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0/manifests"},{"name":"conventional-changelog-core@3.2.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3/manifests"},{"name":"conventional-changelog@3.1.9","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9/manifests"},{"name":"conventional-changelog-cli@2.0.22","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22/manifests"},{"name":"standard-changelog@2.0.12","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.20","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20/manifests"},{"name":"git-semver-tags@2.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3/manifests"},{"name":"conventional-recommended-bump@5.0.1","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%405.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1/manifests"},{"name":"conventional-commits-parser@3.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.6","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6/manifests"},{"name":"conventional-changelog-conventionalcommits@4.0.0","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.21","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21/manifests"},{"name":"conventional-changelog@3.1.8","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8/manifests"},{"name":"gulp-conventional-changelog@2.0.19","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19/manifests"},{"name":"standard-changelog@2.0.11","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.2","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2/manifests"},{"name":"conventional-changelog@3.1.7","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7/manifests"},{"name":"gulp-conventional-changelog@2.0.18","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18/manifests"},{"name":"conventional-changelog-cli@2.0.20","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.1","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.17","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17/manifests"},{"name":"conventional-recommended-bump@5.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%405.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.19","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19/manifests"},{"name":"conventional-changelog@3.1.6","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6/manifests"},{"name":"conventional-changelog-conventionalcommits@2.0.0","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.16","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.18","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18/manifests"},{"name":"conventional-changelog@3.1.5","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.2","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2/manifests"},{"name":"conventional-changelog@3.1.4","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4/manifests"},{"name":"conventional-changelog-cli@2.0.17","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17/manifests"},{"name":"gulp-conventional-changelog@2.0.15","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15/manifests"},{"name":"conventional-changelog-core@3.2.2","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2/manifests"},{"name":"standard-changelog@2.0.10","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10/manifests"},{"name":"conventional-changelog-writer@4.0.5","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5/manifests"},{"name":"conventional-changelog@3.1.3","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3/manifests"},{"name":"gulp-conventional-changelog@2.0.14","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14/manifests"},{"name":"conventional-changelog-cli@2.0.16","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16/manifests"},{"name":"standard-changelog@2.0.9","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.1.2","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.15","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15/manifests"},{"name":"conventional-changelog-core@3.2.1","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1/manifests"},{"name":"gulp-conventional-changelog@2.0.13","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1/manifests"},{"name":"conventional-recommended-bump@4.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1/manifests"},{"name":"gulp-conventional-changelog@2.0.12","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12/manifests"},{"name":"conventional-changelog@3.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.14","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14/manifests"},{"name":"conventional-changelog-preset-loader@2.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1/manifests"},{"name":"conventional-changelog-core@3.2.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0/manifests"},{"name":"conventional-changelog-preset-loader@2.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0/manifests"},{"name":"conventional-changelog-writer@4.0.4","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4/manifests"},{"name":"conventional-commits-filter@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2/manifests"},{"name":"conventional-commits-parser@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2/manifests"},{"name":"conventional-recommended-bump@4.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0/manifests"},{"name":"git-raw-commits@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.11","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11/manifests"},{"name":"standard-changelog@2.0.8","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8/manifests"},{"name":"conventional-changelog@3.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0/manifests"},{"name":"conventional-changelog-cli@2.0.13","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0/manifests"},{"name":"conventional-changelog-eslint@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2/manifests"},{"name":"standard-changelog@2.0.7","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7/manifests"},{"name":"conventional-changelog-angular@5.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.12","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12/manifests"},{"name":"conventional-changelog-core@3.1.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6/manifests"},{"name":"conventional-changelog-writer@4.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.10","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10/manifests"},{"name":"conventional-changelog@3.0.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6/manifests"},{"name":"conventional-recommended-bump@4.0.4","sha":"da729f68f9dc581623deb587c705ef65d189a9f4","kind":"tag","published_at":"2018-11-01T06:56:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4/manifests"},{"name":"standard-changelog@2.0.6","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6/manifests"},{"name":"gulp-conventional-changelog@2.0.9","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.0.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5/manifests"},{"name":"conventional-changelog-writer@4.0.2","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.11","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11/manifests"},{"name":"conventional-changelog-core@3.1.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5/manifests"},{"name":"conventional-changelog@3.0.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4/manifests"},{"name":"conventional-recommended-bump@4.0.3","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3/manifests"},{"name":"git-semver-tags@2.0.2","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.8","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8/manifests"},{"name":"standard-changelog@2.0.5","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.10","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10/manifests"},{"name":"conventional-changelog-core@3.1.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.7","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7/manifests"},{"name":"standard-changelog@2.0.4","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4/manifests"},{"name":"conventional-changelog-cli@2.0.9","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9/manifests"},{"name":"conventional-changelog@3.0.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3/manifests"},{"name":"conventional-changelog-core@3.1.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.8","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8/manifests"},{"name":"conventional-changelog@3.0.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2/manifests"},{"name":"conventional-changelog-core@3.1.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2/manifests"},{"name":"standard-changelog@2.0.3","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.6","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6/manifests"},{"name":"conventional-changelog@3.0.1","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.5","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.7","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7/manifests"},{"name":"conventional-changelog-express@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1/manifests"},{"name":"git-raw-commits@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4/manifests"},{"name":"git-semver-tags@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1/manifests"},{"name":"conventional-changelog-core@3.1.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1/manifests"},{"name":"conventional-changelog-eslint@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1/manifests"},{"name":"conventional-changelog@3.0.0","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0/manifests"},{"name":"conventional-changelog-jquery@3.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4/manifests"},{"name":"conventional-changelog-jshint@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1/manifests"},{"name":"conventional-changelog-preset-loader@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2/manifests"},{"name":"conventional-changelog-writer@4.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2/manifests"},{"name":"standard-changelog@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2/manifests"},{"name":"conventional-commits-filter@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1/manifests"},{"name":"conventional-commits-parser@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2/manifests"},{"name":"conventional-changelog-atom@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.6","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1/manifests"},{"name":"conventional-changelog-jquery@3.0.3","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.5","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.4","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.2","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1/manifests"},{"name":"conventional-changelog-core@3.1.0","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0/manifests"},{"name":"conventional-changelog-ember@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1/manifests"},{"name":"standard-changelog@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2/manifests"},{"name":"conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1/manifests"},{"name":"conventional-changelog-angular@5.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%405.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0/manifests"},{"name":"conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1/manifests"},{"name":"conventional-changelog-codemirror@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0/manifests"},{"name":"conventional-changelog-ember@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-atom@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0/manifests"},{"name":"conventional-changelog-eslint@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0/manifests"},{"name":"conventional-changelog-express@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0/manifests"},{"name":"conventional-changelog-jquery@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0/manifests"},{"name":"conventional-changelog-jshint@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0/manifests"},{"name":"conventional-recommended-bump@4.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1/manifests"},{"name":"conventional-changelog-angular@4.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%404.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1/manifests"},{"name":"conventional-changelog-eslint@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0/manifests"},{"name":"standard-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0/manifests"},{"name":"git-semver-tags@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0/manifests"},{"name":"git-raw-commits@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0/manifests"},{"name":"conventional-recommended-bump@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0/manifests"},{"name":"conventional-commits-parser@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0/manifests"},{"name":"conventional-commits-filter@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0/manifests"},{"name":"conventional-changelog-jshint@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0/manifests"},{"name":"conventional-changelog-express@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0/manifests"},{"name":"conventional-changelog-ember@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0/manifests"},{"name":"conventional-changelog-core@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0/manifests"},{"name":"conventional-changelog-codemirror@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0/manifests"},{"name":"conventional-changelog-atom@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0/manifests"},{"name":"conventional-changelog-angular@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0/manifests"},{"name":"conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.22","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22/manifests"},{"name":"conventional-changelog-ember@0.3.12","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12/manifests"},{"name":"conventional-changelog-jquery@1.3.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9/manifests"},{"name":"conventional-recommended-bump@2.0.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9/manifests"},{"name":"gulp-conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-angular@3.0.7","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7/manifests"},{"name":"standard-changelog@1.0.19","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19/manifests"},{"name":"conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-core@2.0.11","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11/manifests"},{"name":"conventional-changelog-angular@3.0.6","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6/manifests"},{"name":"conventional-changelog-atom@0.2.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8/manifests"},{"name":"conventional-changelog-jshint@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8/manifests"},{"name":"gulp-conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-writer@3.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9/manifests"},{"name":"conventional-changelog-cli@1.3.21","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21/manifests"},{"name":"standard-changelog@1.0.18","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18/manifests"},{"name":"conventional-changelog-codemirror@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8/manifests"},{"name":"conventional-changelog-core@2.0.10","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10/manifests"},{"name":"conventional-changelog-ember@0.3.11","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11/manifests"},{"name":"conventional-changelog-eslint@1.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9/manifests"},{"name":"conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-jquery@1.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8/manifests"},{"name":"conventional-changelog-writer@3.0.8","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.10","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10/manifests"},{"name":"conventional-changelog-core@2.0.9","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9/manifests"},{"name":"conventional-changelog-cli@1.3.20","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20/manifests"},{"name":"conventional-changelog-angular@3.0.5","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5/manifests"},{"name":"conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22/manifests"},{"name":"standard-changelog@1.0.17","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17/manifests"},{"name":"gulp-conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-jshint@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7/manifests"},{"name":"conventional-changelog-preset-loader@1.1.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8/manifests"},{"name":"conventional-changelog-angular@3.0.4","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4/manifests"},{"name":"conventional-commits-parser@2.1.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7/manifests"},{"name":"standard-changelog@1.0.16","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16/manifests"},{"name":"conventional-changelog-core@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8/manifests"},{"name":"conventional-changelog-writer@3.0.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7/manifests"},{"name":"gulp-conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-cli@1.3.19","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19/manifests"},{"name":"git-semver-tags@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6/manifests"},{"name":"git-raw-commits@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6/manifests"},{"name":"conventional-recommended-bump@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.9","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9/manifests"},{"name":"conventional-changelog-atom@0.2.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7/manifests"},{"name":"conventional-changelog-eslint@1.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8/manifests"},{"name":"conventional-changelog-express@0.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6/manifests"},{"name":"conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-jquery@1.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7/manifests"},{"name":"conventional-changelog-codemirror@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7/manifests"},{"name":"conventional-changelog-jquery@1.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6/manifests"},{"name":"conventional-changelog-angular@3.0.3","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3/manifests"},{"name":"conventional-changelog-atom@0.2.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6/manifests"},{"name":"conventional-changelog-cli@1.3.18","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18/manifests"},{"name":"conventional-changelog-codemirror@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6/manifests"},{"name":"conventional-changelog-core@2.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7/manifests"},{"name":"conventional-changelog-ember@0.3.8","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8/manifests"},{"name":"conventional-changelog-eslint@1.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7/manifests"},{"name":"conventional-changelog-jshint@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6/manifests"},{"name":"conventional-changelog-writer@3.0.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6/manifests"},{"name":"standard-changelog@1.0.15","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15/manifests"},{"name":"gulp-conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-angular@3.0.2","sha":"1cc079df803f58b52c8aa997fff43e9c162266e7","kind":"tag","published_at":"2018-03-22T14:14:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2/manifests"},{"name":"conventional-changelog-jshint@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5/manifests"},{"name":"standard-changelog@1.0.14","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14/manifests"},{"name":"gulp-conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19/manifests"},{"name":"git-semver-tags@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5/manifests"},{"name":"git-raw-commits@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7/manifests"},{"name":"conventional-commits-parser@2.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6/manifests"},{"name":"conventional-commits-filter@1.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5/manifests"},{"name":"conventional-changelog-preset-loader@1.1.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7/manifests"},{"name":"conventional-changelog-jquery@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5/manifests"},{"name":"conventional-changelog-express@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6/manifests"},{"name":"conventional-changelog-ember@0.3.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7/manifests"},{"name":"conventional-changelog-core@2.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5/manifests"},{"name":"conventional-changelog-cli@1.3.17","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17/manifests"},{"name":"conventional-changelog-atom@0.2.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5/manifests"},{"name":"conventional-changelog-angular@3.0.1","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1/manifests"},{"name":"conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19/manifests"},{"name":"conventional-changelog-angular@3.0.0","sha":"49997aaba373502e5b38bd366846934641e95799","kind":"tag","published_at":"2018-03-22T13:45:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0/manifests"},{"name":"conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-cli@1.3.16","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16/manifests"},{"name":"conventional-changelog-eslint@1.0.5","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5/manifests"},{"name":"gulp-conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18/manifests"},{"name":"conventional-commits-parser@2.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5/manifests"},{"name":"conventional-commits-filter@1.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5/manifests"},{"name":"conventional-changelog-writer@3.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6/manifests"},{"name":"conventional-changelog-jshint@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4/manifests"},{"name":"conventional-changelog-jquery@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4/manifests"},{"name":"conventional-changelog-express@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4/manifests"},{"name":"standard-changelog@1.0.13","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13/manifests"},{"name":"conventional-changelog-ember@0.3.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4/manifests"},{"name":"gulp-conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17/manifests"},{"name":"git-semver-tags@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4/manifests"},{"name":"git-raw-commits@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4/manifests"},{"name":"conventional-recommended-bump@2.0.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6/manifests"},{"name":"conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17/manifests"},{"name":"conventional-changelog-angular@1.6.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6/manifests"},{"name":"conventional-changelog-atom@0.2.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4/manifests"},{"name":"conventional-changelog-cli@1.3.15","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15/manifests"},{"name":"conventional-changelog-codemirror@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5/manifests"},{"name":"conventional-changelog-core@2.0.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4/manifests"},{"name":"conventional-changelog-ember@0.3.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5/manifests"},{"name":"conventional-changelog-eslint@1.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3/manifests"},{"name":"git-raw-commits@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3/manifests"},{"name":"conventional-changelog-atom@0.2.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3/manifests"},{"name":"conventional-changelog-jshint@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3/manifests"},{"name":"conventional-changelog-angular@1.6.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5/manifests"},{"name":"conventional-changelog-jquery@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5/manifests"},{"name":"conventional-changelog-cli@1.3.14","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14/manifests"},{"name":"conventional-changelog-writer@3.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3/manifests"},{"name":"conventional-changelog-codemirror@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3/manifests"},{"name":"conventional-commits-filter@1.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4/manifests"},{"name":"conventional-commits-parser@2.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4/manifests"},{"name":"git-semver-tags@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3/manifests"},{"name":"gulp-conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16/manifests"},{"name":"standard-changelog@1.0.12","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12/manifests"},{"name":"conventional-changelog-express@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3/manifests"},{"name":"conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15/manifests"},{"name":"gulp-conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15/manifests"},{"name":"conventional-changelog-cli@1.3.13","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13/manifests"},{"name":"conventional-recommended-bump@2.0.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4/manifests"},{"name":"gulp-conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14/manifests"},{"name":"git-semver-tags@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2/manifests"},{"name":"git-raw-commits@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2/manifests"},{"name":"conventional-recommended-bump@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3/manifests"},{"name":"standard-changelog@1.0.11","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11/manifests"},{"name":"conventional-changelog-writer@3.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2/manifests"},{"name":"conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14/manifests"},{"name":"conventional-changelog-angular@1.6.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4/manifests"},{"name":"conventional-changelog-atom@0.2.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2/manifests"},{"name":"conventional-changelog-cli@1.3.12","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12/manifests"},{"name":"conventional-changelog-codemirror@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2/manifests"},{"name":"conventional-changelog-core@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.3.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4/manifests"},{"name":"conventional-changelog-eslint@1.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2/manifests"},{"name":"conventional-changelog-express@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2/manifests"},{"name":"conventional-changelog-jquery@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2/manifests"},{"name":"conventional-changelog-jshint@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2/manifests"},{"name":"conventional-commits-filter@1.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3/manifests"},{"name":"conventional-commits-parser@2.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3/manifests"},{"name":"gulp-conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13/manifests"},{"name":"git-semver-tags@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1/manifests"},{"name":"git-raw-commits@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1/manifests"},{"name":"conventional-recommended-bump@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2/manifests"},{"name":"conventional-commits-parser@2.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2/manifests"},{"name":"conventional-commits-filter@1.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2/manifests"},{"name":"conventional-changelog-writer@3.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1/manifests"},{"name":"conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13/manifests"},{"name":"standard-changelog@1.0.10","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10/manifests"},{"name":"conventional-changelog-jquery@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1/manifests"},{"name":"conventional-changelog-express@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1/manifests"},{"name":"conventional-changelog-ember@0.3.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2/manifests"},{"name":"conventional-changelog-codemirror@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1/manifests"},{"name":"conventional-changelog-cli@1.3.11","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11/manifests"},{"name":"conventional-changelog-atom@0.2.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1/manifests"},{"name":"conventional-changelog-angular@1.6.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3/manifests"},{"name":"conventional-changelog-jshint@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1/manifests"},{"name":"gulp-conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12/manifests"},{"name":"conventional-changelog-cli@1.3.10","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10/manifests"},{"name":"conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12/manifests"},{"name":"conventional-recommended-bump@2.0.1","sha":"a4f0aa902d3e966fe6d6b1d46f2130838524cfbf","kind":"tag","published_at":"2018-02-12T14:54:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1/manifests"},{"name":"conventional-recommended-bump@2.0.0","sha":"9885d205ed96338575335652d006f475408e1195","kind":"tag","published_at":"2018-02-12T14:30:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0/manifests"},{"name":"conventional-changelog-preset-loader@1.1.2","sha":"a450d974237d440009ec3fb4c63974cf066e8f79","kind":"tag","published_at":"2018-02-12T04:07:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.1","sha":"5af1f00dcc4e1f9c3299bc7feb322a88b711f042","kind":"tag","published_at":"2018-02-09T04:17:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.0","sha":"c3eb36dbc52f383df6f3dcf3a3870b01ceee0b8b","kind":"tag","published_at":"2018-02-08T14:46:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-preset-loader%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0/manifests"},{"name":"conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11/manifests"},{"name":"standard-changelog@1.0.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9/manifests"},{"name":"gulp-conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11/manifests"},{"name":"conventional-recommended-bump@1.2.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1/manifests"},{"name":"conventional-commits-parser@2.1.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1/manifests"},{"name":"conventional-changelog-ember@0.3.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2/manifests"},{"name":"conventional-changelog-core@2.0.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1/manifests"},{"name":"conventional-changelog-cli@1.3.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9/manifests"},{"name":"conventional-changelog-angular@1.6.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2/manifests"},{"name":"conventional-changelog-cli@1.3.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8/manifests"},{"name":"conventional-changelog-core@2.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0/manifests"},{"name":"conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10/manifests"},{"name":"conventional-changelog-angular@1.6.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1/manifests"},{"name":"conventional-recommended-bump@1.2.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0/manifests"},{"name":"git-semver-tags@1.3.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0/manifests"},{"name":"gulp-conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10/manifests"},{"name":"standard-changelog@1.0.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0/manifests"},{"name":"conventional-changelog-writer@3.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0/manifests"},{"name":"conventional-changelog-atom@0.2.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0/manifests"},{"name":"conventional-changelog-codemirror@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0/manifests"},{"name":"conventional-changelog-cli@1.3.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7/manifests"},{"name":"conventional-changelog-core@1.9.5","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5/manifests"},{"name":"conventional-changelog-ember@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0/manifests"},{"name":"conventional-changelog-eslint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0/manifests"},{"name":"conventional-changelog-express@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0/manifests"},{"name":"conventional-changelog-jquery@1.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0/manifests"},{"name":"conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9/manifests"},{"name":"gulp-conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-jshint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0/manifests"},{"name":"standard-changelog@1.0.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7/manifests"},{"name":"conventional-changelog-angular@1.6.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0/manifests"},{"name":"conventional-commits-parser@2.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0/manifests"},{"name":"conventional-changelog-writer@2.0.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.2.10","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10/manifests"},{"name":"conventional-changelog-core@1.9.4","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4/manifests"},{"name":"conventional-changelog-cli@1.3.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6/manifests"},{"name":"conventional-changelog-angular@1.5.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3/manifests"},{"name":"conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8/manifests"},{"name":"conventional-recommended-bump@1.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0/manifests"},{"name":"gulp-conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8/manifests"},{"name":"standard-changelog@1.0.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6/manifests"},{"name":"conventional-commits-filter@1.1.1","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1/manifests"},{"name":"conventional-changelog-angular@1.5.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2/manifests"},{"name":"conventional-changelog-core@1.9.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3/manifests"},{"name":"conventional-changelog-ember@0.2.9","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9/manifests"},{"name":"conventional-changelog-eslint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%400.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1/manifests"},{"name":"conventional-changelog-express@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1/manifests"},{"name":"conventional-changelog-jquery@1.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1/manifests"},{"name":"conventional-changelog-jshint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1/manifests"},{"name":"conventional-changelog-writer@2.0.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2/manifests"},{"name":"conventional-commits-filter@1.1.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-filter%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0/manifests"},{"name":"conventional-commits-parser@2.0.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1/manifests"},{"name":"conventional-recommended-bump@1.0.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3/manifests"},{"name":"git-raw-commits@1.3.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0/manifests"},{"name":"git-semver-tags@1.2.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3/manifests"},{"name":"gulp-conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7/manifests"},{"name":"standard-changelog@1.0.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5/manifests"},{"name":"conventional-changelog-codemirror@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1/manifests"},{"name":"conventional-changelog-cli@1.3.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5/manifests"},{"name":"conventional-changelog-atom@0.1.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2/manifests"},{"name":"conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7/manifests"},{"name":"@marionebl/conventional-commits-parser@3.0.0","sha":"edf4068ce4c3ea6ac5b61323473ab655be5eb895","kind":"tag","published_at":"2017-11-01T07:09:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/@marionebl/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/@marionebl/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@%40marionebl%2Fconventional-commits-parser%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2/manifests"},{"name":"git-semver-tags@1.2.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2/manifests"},{"name":"gulp-conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-ember@0.2.8","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8/manifests"},{"name":"conventional-changelog-core@1.9.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2/manifests"},{"name":"standard-changelog@1.0.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4/manifests"},{"name":"conventional-changelog-cli@1.3.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4/manifests"},{"name":"conventional-changelog-angular@1.5.1","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1/manifests"},{"name":"conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5/manifests"},{"name":"standard-changelog@1.0.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3/manifests"},{"name":"conventional-changelog-writer@2.0.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1/manifests"},{"name":"conventional-changelog-angular@1.5.0","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0/manifests"},{"name":"conventional-changelog-cli@1.3.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3/manifests"},{"name":"conventional-changelog-core@1.9.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1/manifests"},{"name":"conventional-changelog-ember@0.2.7","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7/manifests"},{"name":"gulp-conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5/manifests"},{"name":"gulp-conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4/manifests"},{"name":"conventional-changelog-writer@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-writer%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0/manifests"},{"name":"conventional-commits-parser@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-commits-parser%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1/manifests"},{"name":"git-semver-tags@1.2.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1/manifests"},{"name":"standard-changelog@1.0.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2/manifests"},{"name":"conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4/manifests"},{"name":"conventional-changelog-angular@1.4.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0/manifests"},{"name":"conventional-changelog-atom@0.1.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-atom%400.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1/manifests"},{"name":"conventional-changelog-cli@1.3.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2/manifests"},{"name":"conventional-changelog-codemirror@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-codemirror%400.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0/manifests"},{"name":"conventional-changelog-core@1.9.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0/manifests"},{"name":"conventional-changelog-ember@0.2.6","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6/manifests"},{"name":"conventional-changelog-eslint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-eslint%400.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0/manifests"},{"name":"conventional-changelog-express@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-express%400.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0/manifests"},{"name":"conventional-changelog-jquery@1.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jquery%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0/manifests"},{"name":"conventional-changelog-jshint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-jshint%400.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0/manifests"},{"name":"conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3/manifests"},{"name":"standard-changelog@1.0.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1/manifests"},{"name":"gulp-conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3/manifests"},{"name":"conventional-changelog-ember@0.2.5","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5/manifests"},{"name":"conventional-changelog-core@1.8.0","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.8.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0/manifests"},{"name":"conventional-changelog-cli@1.3.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1/manifests"},{"name":"conventional-changelog-angular@1.3.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3/manifests"},{"name":"standard-changelog@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0/manifests"},{"name":"conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2/manifests"},{"name":"conventional-changelog-angular@1.3.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2/manifests"},{"name":"conventional-changelog-cli@1.3.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0/manifests"},{"name":"conventional-changelog-core@1.7.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.7.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0/manifests"},{"name":"conventional-changelog-ember@0.2.4","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4/manifests"},{"name":"conventional-recommended-bump@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-recommended-bump%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0/manifests"},{"name":"git-raw-commits@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0/manifests"},{"name":"git-semver-tags@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0/manifests"},{"name":"gulp-conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2/manifests"},{"name":"gulp-conventional-changelog@1.1.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"tag","published_at":"2017-03-10T05:35:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0/manifests"},{"name":"conventional-changelog-angular@1.3.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-angular%401.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1/manifests"},{"name":"gulp-conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@gulp-conventional-changelog%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1/manifests"},{"name":"standard-changelog@0.0.2","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@0.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@standard-changelog%400.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2/manifests"},{"name":"conventional-changelog-cli@1.2.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1/manifests"},{"name":"conventional-changelog-ember@0.2.3","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-ember%400.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3/manifests"},{"name":"conventional-changelog-core@1.6.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0/manifests"},{"name":"conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-cli@1.2.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:01:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-cli%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0/manifests"},{"name":"conventional-changelog-core@1.5.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:00:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@conventional-changelog-core%401.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0/manifests"},{"name":"git-raw-commits@1.1.2","sha":"f5fe78b1f15791cb0499744bf278dff22b52732f","kind":"tag","published_at":"2017-03-09T07:37:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-raw-commits%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2/manifests"},{"name":"git-semver-tags@1.1.2","sha":"7be07c7c0f49572b1c0e9c98f004b599d8b5bb1a","kind":"tag","published_at":"2017-03-09T07:35:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@git-semver-tags%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2/manifests"},{"name":"v1.1.0","sha":"600d411569271467389c3cbe71f7f657980e89a1","kind":"tag","published_at":"2016-02-13T06:59:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"9591280a8d09220aced3383abe3bc7ecbb34b503","kind":"tag","published_at":"2016-02-13T06:37:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"beef421f56939190a4ca30c28788eda1b3f9480d","kind":"tag","published_at":"2016-02-05T13:49:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"c8e90ab7fddd0b98855913e73fc12f9dc9dc81b1","kind":"tag","published_at":"2016-02-05T12:59:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0/manifests"},{"name":"v0.5.3","sha":"d79ce243223260b153699b99de0503698546ea63","kind":"tag","published_at":"2015-12-25T05:07:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"9e7b771072a2680c6c335fcad38003aade53213e","kind":"tag","published_at":"2015-12-23T12:24:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"4bf7d8df29f7be29552b82ec2b7112fad0c39a3e","kind":"tag","published_at":"2015-10-20T09:52:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"5ca2204b472704543ebbc744a22f8f90ec659659","kind":"tag","published_at":"2015-09-30T08:49:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"e5f2f3bc675e2c7e5cc6aa0ed50da7941833e492","kind":"tag","published_at":"2015-09-04T03:16:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"7536a0b351cc4f2764e71cbc268a178ab595259d","kind":"tag","published_at":"2015-08-17T01:28:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"56fa3d92620a41a875b3337fa51d04d6df23b1a8","kind":"tag","published_at":"2015-08-15T12:34:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"eefec0ef598a92e78510ee8626fd9bbcdb1398e4","kind":"tag","published_at":"2015-08-15T11:19:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0/manifests"},{"name":"v0.3.2","sha":"74b99dca61eafd56ba93605016b086a1108e77fe","kind":"tag","published_at":"2015-08-13T03:12:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"a1aca9c31a45aded77962bd0defc32e503aec213","kind":"commit","published_at":"2015-08-11T06:23:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"b489672d27ff703337c540f0fbc43f6486a84d99","kind":"commit","published_at":"2015-08-09T03:27:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"12e3cd6b151353dbe7f584adabbe5dd8a28424db","kind":"commit","published_at":"2015-07-24T08:13:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"f437b457b5ea6c105535a360144000f8315db54d","kind":"commit","published_at":"2015-07-24T04:54:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0/manifests"},{"name":"v0.1.3","sha":"c8fa9d0b94f8ac07f162623e4b9e9e68aad82e62","kind":"commit","published_at":"2015-07-22T11:06:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"6ba5d6e4b90a154dbca6ec0f80c66ad5995cd770","kind":"commit","published_at":"2015-07-22T07:10:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c015f8762f70eff2be7b8d7fb82438689239d717","kind":"commit","published_at":"2015-07-20T07:55:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"7253d0fea773e3f7cc0a3fb8278c9da070df26ee","kind":"commit","published_at":"2015-07-20T07:12:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.3","sha":"0c9f1e89bfacec8e08bac8ef96d64e3abdbecda7","kind":"commit","published_at":"2015-07-17T11:02:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"fec1baf43b8c0156682d4014a4fd066bd24ad448","kind":"commit","published_at":"2015-07-17T06:23:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"a5ea0dfada48601b9e3fbec78dd37d70380a2db6","kind":"commit","published_at":"2015-07-15T08:03:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1/manifests"},{"name":"v0.1.0-alpha.3","sha":"9b6cc68a2c17c9671363fe7af5de7ebd3a06aaeb","kind":"commit","published_at":"2015-07-06T01:27:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-alpha.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3/manifests"},{"name":"v0.1.0-alpha.2","sha":"34b0f460c34ecc48af857d8ee5d7038970ba56fb","kind":"commit","published_at":"2015-06-29T12:04:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-alpha.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2/manifests"},{"name":"v0.1.0-alpha.1","sha":"05b3415fc699ab43f3fa33b5ecd040ab5ecdf9e2","kind":"commit","published_at":"2015-06-24T04:42:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.1.0-alpha.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1/manifests"},{"name":"v0.0.17","sha":"3cae05244e48af9cf4abbef3114060db585a574c","kind":"commit","published_at":"2015-04-03T02:12:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"c0719ce6ba16778dd34c2cfdc81e7f3c5321409d","kind":"commit","published_at":"2015-03-19T04:15:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"57af04dc3e362c0e327b716279c9143028c6e0da","kind":"commit","published_at":"2015-03-18T20:23:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"69be290efb58a6a92e9ae78d7b37168d293920b5","kind":"commit","published_at":"2015-03-13T21:22:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"15a39d02ba3d666e7820eecbb8c5493ef2f6040a","kind":"commit","published_at":"2015-03-12T23:17:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13/manifests"},{"name":"v0.0.11","sha":"37f5561553c30d8f0f2c949502ea278da64949cd","kind":"tag","published_at":"2014-05-28T13:14:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"ad6f6ec5499d2c902b88da95487862d50e5ad776","kind":"tag","published_at":"2014-05-28T12:51:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"87efbabd9bc2a0fd83255e6cb856961b10aef9eb","kind":"tag","published_at":"2014-05-06T17:11:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"94b12cf69c51264b1edb6c81b50a262f0536894b","kind":"tag","published_at":"2014-04-10T14:45:48.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"1cf17e494fd7d8538c55189c72c0cf57d145ef41","kind":"tag","published_at":"2014-04-10T14:06:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"861f9ec93de28be4185b35815c2b6ab17746eb3f","kind":"commit","published_at":"2014-01-23T19:39:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"3f59f7356c86f30ef8e8754386373c2a8f97b367","kind":"commit","published_at":"2014-01-23T18:59:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6fa2c22464dcd964df604550c2ce2ed1d2f4362b","kind":"commit","published_at":"2014-01-04T21:36:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/conventional-changelog/conventional-changelog@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4/manifests"}]},"repo_metadata_updated_at":"2025-10-31T05:40:12.886Z","dependent_packages_count":1,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":31.979943940947386,"dependent_packages_count":31.998402898858956,"stargazers_count":2.8388673422912785,"forks_count":5.638609719443903,"average":18.11395597538538},"purl":"pkg:maven/org.webjars.npm/conventional-changelog-preset-loader","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/maven/org.webjars.npm:conventional-changelog-preset-loader","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/maven/org.webjars.npm:conventional-changelog-preset-loader","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/maven/org.webjars.npm:conventional-changelog-preset-loader/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-10-29T14:29:47.234Z","issues_count":160,"pull_requests_count":531,"avg_time_to_close_issue":29861598.337837838,"avg_time_to_close_pull_request":12509911.262582056,"issues_closed_count":74,"pull_requests_closed_count":457,"pull_request_authors_count":84,"issue_authors_count":135,"avg_comments_per_issue":2.0125,"avg_comments_per_pull_request":1.2391713747645952,"merged_pull_requests_count":337,"bot_issues_count":3,"bot_pull_requests_count":268,"past_year_issues_count":30,"past_year_pull_requests_count":110,"past_year_avg_time_to_close_issue":3046943.3636363638,"past_year_avg_time_to_close_pull_request":1239705.430379747,"past_year_issues_closed_count":11,"past_year_pull_requests_closed_count":79,"past_year_pull_request_authors_count":18,"past_year_issue_authors_count":24,"past_year_avg_comments_per_issue":1.6,"past_year_avg_comments_per_pull_request":0.9181818181818182,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":66,"past_year_merged_pull_requests_count":66,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues","maintainers":[{"login":"dangreen","count":93,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"},{"login":"bcoe","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bcoe"},{"login":"tommywo","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tommywo"}],"active_maintainers":[{"login":"dangreen","count":22,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:conventional-changelog-preset-loader/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:conventional-changelog-preset-loader/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:conventional-changelog-preset-loader/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:conventional-changelog-preset-loader/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:conventional-changelog-preset-loader/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:conventional-changelog-preset-loader/codemeta","maintainers":[],"registry":{"name":"repo1.maven.org","url":"https://repo.maven.apache.org/maven2","ecosystem":"maven","default":true,"packages_count":608406,"maintainers_count":0,"namespaces_count":80807,"keywords_count":34879,"github":"maven-central","metadata":{"funded_packages_count":37828},"icon_url":"https://github.com/maven-central.png","created_at":"2022-07-21T16:40:13.074Z","updated_at":"2026-06-10T05:05:55.821Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/namespaces"}},{"id":5053290,"name":"conventional-changelog-main-innovamat","ecosystem":"npm","description":"Generate a changelog from git metadata","homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog#readme","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":["conventional-changelog","conventional","changelog","log"],"namespace":null,"versions_count":5,"first_release_published_at":"2022-07-27T08:38:08.715Z","latest_release_published_at":"2022-07-31T17:15:20.127Z","latest_release_number":"1.0.0","last_synced_at":"2026-06-03T20:26:53.275Z","created_at":"2022-07-27T23:07:19.191Z","updated_at":"2026-06-03T20:26:53.276Z","registry_url":"https://www.npmjs.com/package/conventional-changelog-main-innovamat","install_command":"npm install conventional-changelog-main-innovamat","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"1.0.0"}},"repo_metadata":{"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2023-12-13T14:01:16.000Z","size":5365,"stargazers_count":7387,"open_issues_count":248,"forks_count":730,"subscribers_count":56,"default_branch":"master","last_synced_at":"2023-12-17T21:23:31.748Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2023-12-17T14:40:26.000Z","dependencies_parsed_at":"2022-07-13T10:30:31.523Z","dependency_job_id":"5f6d159e-c4c6-405b-9fa7-976ffc4dfa04","html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1464,"total_committers":136,"mean_commits":"10.764705882352942","dds":"0.40095628415300544","last_synced_commit":"58f0887283a200d52e49607baf7b352f26177b05"},"previous_names":[],"tags_count":754,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":176802272,"owners_count":10451346,"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"},"owner_record":{"login":"conventional-changelog","name":"conventional-changelog","uuid":"16443515","kind":"organization","description":"Tools to generate changelogs and release notes from a project's commit messages and metadata.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16443515?v=4","repositories_count":12,"last_synced_at":"2023-04-09T10:54:05.213Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/conventional-changelog","created_at":"2022-11-02T16:25:21.572Z","updated_at":"2023-04-09T10:54:05.313Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog/repositories"},"tags":[{"name":"git-semver-tags-v7.0.1","sha":"fac8045242099c016f5f3905e54e02b7d466bd7b","kind":"commit","published_at":"2023-09-10T23:53:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1/manifests"},{"name":"conventional-changelog-writer-v7.0.1","sha":"e3a643ad39ec3bc4cfb1dff2aa1101333df33dc3","kind":"commit","published_at":"2023-09-10T23:49:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1/manifests"},{"name":"conventional-changelog-v5.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0/manifests"},{"name":"conventional-changelog-cli-v4.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0/manifests"},{"name":"conventional-changelog-core-v7.0.0","sha":"2e467dd39a35c3813597711a37690897183b4abc","kind":"commit","published_at":"2023-09-08T22:03:37.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0/manifests"},{"name":"git-semver-tags-v7.0.0","sha":"a13f788bd505d8253a2d92413fc4a7780e11ec07","kind":"commit","published_at":"2023-09-08T21:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0/manifests"},{"name":"standard-changelog-v5.0.0","sha":"34569c7a3fd2b0362a461517a1f4e20e7eecd9fc","kind":"commit","published_at":"2023-09-08T21:55:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v9.0.0","sha":"ad633d9d81f66ef80d7f77832a264cb0c5b971ef","kind":"commit","published_at":"2023-09-08T21:50:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.2","sha":"50113f9b569259d991f1a734a192964ca71f0118","kind":"commit","published_at":"2023-09-08T21:41:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2/manifests"},{"name":"conventional-changelog-preset-loader-v4.1.0","sha":"a14d2186575f6061f236c9a47d803694b18f8373","kind":"commit","published_at":"2023-09-08T21:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.1","sha":"ca4324b0a690b2595f8b574882ff95329a2dc195","kind":"commit","published_at":"2023-08-27T19:11:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1/manifests"},{"name":"conventional-commits-filter-v4.0.0","sha":"26fc9ea274dc0c62442ec9d97b20a2ebb49138bf","kind":"commit","published_at":"2023-08-27T12:55:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0/manifests"},{"name":"standard-changelog-v4.0.0","sha":"5b788265774bf4b63d3c83a178ca53e8e7095903","kind":"commit","published_at":"2023-08-27T12:50:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-eslint-v5.0.0","sha":"679594c0716275771cc23b314e4362899fe72f87","kind":"commit","published_at":"2023-08-27T12:46:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0/manifests"},{"name":"git-semver-tags-v6.0.0","sha":"1c75c72d9b5d59e3ea4e914c58a85f7559f29602","kind":"commit","published_at":"2023-08-27T12:40:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0/manifests"},{"name":"conventional-recommended-bump-v8.0.0","sha":"624377a24e8e3658bcf2329a9a98f9a7b02a4cb3","kind":"commit","published_at":"2023-08-27T12:33:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0/manifests"},{"name":"conventional-changelog-writer-v7.0.0","sha":"d669bb67dc713cb1e4374e3216ed7d83cde743c5","kind":"commit","published_at":"2023-08-27T12:27:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0/manifests"},{"name":"conventional-changelog-codemirror-v4.0.0","sha":"933fd0b3dd355d648faf57241b796a714004c722","kind":"commit","published_at":"2023-08-27T12:23:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0/manifests"},{"name":"conventional-changelog-express-v4.0.0","sha":"c9e9ceb3a3727659bd117bab01cbc7642d588f06","kind":"commit","published_at":"2023-08-27T12:16:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0/manifests"},{"name":"conventional-changelog-ember-v4.0.0","sha":"5d7c16268f79b7f180e34e997fdb37373d714666","kind":"commit","published_at":"2023-08-27T12:11:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0/manifests"},{"name":"conventional-changelog-jquery-v5.0.0","sha":"d643efb1050dcdaecee626044315644ff9b9e43b","kind":"commit","published_at":"2023-08-27T12:07:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v4.0.0","sha":"636646dd9ae062e9652a7f9ccaf6c329e6e9f924","kind":"commit","published_at":"2023-08-27T12:03:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0/manifests"},{"name":"conventional-changelog-v5.0.0","sha":"7985de3edc9e655369651ad464cb39b791887dc7","kind":"commit","published_at":"2023-08-27T11:58:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.0","sha":"5f0fe40743d8f559ab94ed11bbb4b8bda6fa6dcb","kind":"commit","published_at":"2023-08-27T11:51:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0/manifests"},{"name":"conventional-changelog-angular-v7.0.0","sha":"6c7a2e1a8807988bcb1a9842f72d14be3b1a89e3","kind":"commit","published_at":"2023-08-27T11:46:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0/manifests"},{"name":"conventional-changelog-jshint-v4.0.0","sha":"0204a9a340d2c85411e8de8905bc74c6146e5618","kind":"commit","published_at":"2023-08-27T11:41:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0/manifests"},{"name":"conventional-changelog-atom-v4.0.0","sha":"ab9b2c10e098ec8837d141102549f3eef698364c","kind":"commit","published_at":"2023-08-27T11:36:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0/manifests"},{"name":"conventional-changelog-cli-v4.0.0","sha":"29df6c4597afad27b9cda06f58eb564bcca609c4","kind":"commit","published_at":"2023-08-27T11:21:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0/manifests"},{"name":"conventional-changelog-core-v6.0.0","sha":"45613bbc2d13c798732e4b2bd4b2fa9ea67157d6","kind":"commit","published_at":"2023-08-27T11:17:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v4.0.0","sha":"5a896e3ef3aa9e751fcc74d7c76fa21d6d526cb0","kind":"commit","published_at":"2023-08-27T11:08:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0/manifests"},{"name":"git-raw-commits-v4.0.0","sha":"878fc56b43bc617177bf47fd8643a3b8b86078e5","kind":"commit","published_at":"2023-08-27T11:01:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0/manifests"},{"name":"conventional-commits-parser-v5.0.0","sha":"299de5acbe55a7d19dcdd2adc34681eae7264abf","kind":"commit","published_at":"2023-08-26T17:50:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0/manifests"},{"name":"git-semver-tags-v5.0.1","sha":"87914a362866a380e98a29edf19b2173e0911d8a","kind":"commit","published_at":"2023-07-09T19:10:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1/manifests"},{"name":"conventional-changelog-writer-v6.0.1","sha":"c123edea220b450cfa26813b6f198c3e8ebbd2b4","kind":"commit","published_at":"2023-07-09T14:49:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.2","sha":"83773c5e1a8874ea9809ca9db1dff60b7df1daae","kind":"commit","published_at":"2023-06-28T17:43:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.1.0","sha":"2e5fe6d9574ba896fa90b5bfcb50fb73d28af6d6","kind":"commit","published_at":"2023-06-17T21:30:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v7.0.1","sha":"f251b6899e313a9b23f3c8deb8b8b57217040892","kind":"commit","published_at":"2023-06-06T23:24:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.1","sha":"5b458dff9edf766446449acd1bbb8027a1e39fa5","kind":"commit","published_at":"2023-06-06T23:17:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1/manifests"},{"name":"gulp-conventional-changelog-v3.0.0","sha":"8ef6232797e5bf7c80422221374c53c03d5df36d","kind":"commit","published_at":"2023-06-06T22:50:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0/manifests"},{"name":"standard-changelog-v3.0.0","sha":"ea65f017b42b914ece780fd2fc799a6946912ed8","kind":"commit","published_at":"2023-06-06T22:42:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0/manifests"},{"name":"conventional-changelog-cli-v3.0.0","sha":"f00f4549cee9406054b77057a8135183fcd89710","kind":"commit","published_at":"2023-06-06T22:29:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0/manifests"},{"name":"conventional-changelog-v4.0.0","sha":"1a240f91ed584ed43e7f9c82235ca60eff0f4fa5","kind":"commit","published_at":"2023-06-06T19:50:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-core-v5.0.0","sha":"8507f601486c8ff6806156c50091262dee13ec54","kind":"commit","published_at":"2023-06-06T19:23:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v7.0.0","sha":"e1662ca7a6c688d28a334282a5e863f52866f3e8","kind":"commit","published_at":"2023-06-06T18:39:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v3.0.0","sha":"5d80d155425147a0b045af09536e5962cbfff620","kind":"commit","published_at":"2023-06-06T15:08:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.0.0","sha":"a30fc7ae219cf871b46cbe9d2c76a9730b70e272","kind":"commit","published_at":"2023-06-06T14:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v6.0.0","sha":"aa5d46c7b13b7b31f78af4b3c31c087c39eea41d","kind":"commit","published_at":"2023-06-06T14:46:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0/manifests"},{"name":"conventional-commits-filter-v3.0.0","sha":"502a73fe41aebb7b563c5ca69521e0b1bab904df","kind":"commit","published_at":"2023-06-06T14:32:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0/manifests"},{"name":"conventional-commits-parser-v4.0.0","sha":"9f7fe891e75c64937c28baa39a6c795a01603ab7","kind":"commit","published_at":"2023-06-06T14:24:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0/manifests"},{"name":"git-raw-commits-v3.0.0","sha":"571f2d549f10744a12ab3bc5dc5e0b749cb72667","kind":"commit","published_at":"2023-06-06T14:16:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0/manifests"},{"name":"git-semver-tags-v5.0.0","sha":"445c796d04105d10dd62d07039bc6a7fc9f263a5","kind":"commit","published_at":"2023-06-06T13:51:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0/manifests"},{"name":"conventional-changelog-atom-v3.0.0","sha":"208787aa2f5db8de1c2d43c56d71e6dfb9510781","kind":"commit","published_at":"2023-06-06T13:43:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0/manifests"},{"name":"conventional-changelog-angular-v6.0.0","sha":"c4ebf98acc15f37154aae5de53a225e896c4a157","kind":"commit","published_at":"2023-06-06T13:36:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0/manifests"},{"name":"conventional-changelog-codemirror-v3.0.0","sha":"0772453bee083917a05b9696d063ee3dc69957f9","kind":"commit","published_at":"2023-06-06T13:25:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0/manifests"},{"name":"conventional-changelog-ember-v3.0.0","sha":"e473d0c8af7c0cf8a54f775556796f50f3e695c2","kind":"commit","published_at":"2023-06-06T13:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0/manifests"},{"name":"conventional-changelog-eslint-v4.0.0","sha":"b3b896bc5b9e3ed65dcfc08c57967a252f37cfd1","kind":"commit","published_at":"2023-06-06T12:56:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0/manifests"},{"name":"conventional-changelog-express-v3.0.0","sha":"5594385d1dd2490b0fb508a60b6f30e8be6616ce","kind":"commit","published_at":"2023-06-06T12:37:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0/manifests"},{"name":"conventional-changelog-jquery-v4.0.0","sha":"51a3015a907b2cea900114359c36ce0e9664b72d","kind":"commit","published_at":"2023-06-06T12:17:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0/manifests"},{"name":"conventional-changelog-jshint-v3.0.0","sha":"281e5f883476e90b75cae4373a67436c86e94f6a","kind":"commit","published_at":"2023-06-06T12:02:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v5.0.0","sha":"ba6df7cf62de5f448368bed4398f6ddf633d2cbd","kind":"commit","published_at":"2022-05-27T18:02:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0/manifests"},{"name":"conventional-changelog-writer-v5.0.1","sha":"21b73f974adc4490a318d9c892055655cb82c538","kind":"commit","published_at":"2021-12-29T21:36:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.3","sha":"02757d342290bcf51a49d49e5e72f5eae6c6f6da","kind":"commit","published_at":"2021-12-29T19:52:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3/manifests"},{"name":"conventional-commits-parser-v3.2.4","sha":"1d0f62d4ac4911ef0d912d5401f783b152cee624","kind":"commit","published_at":"2021-12-29T19:46:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4/manifests"},{"name":"git-raw-commits-v2.0.11","sha":"95384dbd105ffe4f86bbc6ccad3e5405a1cbfe04","kind":"commit","published_at":"2021-12-29T19:39:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.2","sha":"1827696185192a8dd258ea7c3370090238b0fb76","kind":"commit","published_at":"2021-12-25T18:06:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2/manifests"},{"name":"conventional-changelog-cli-v2.2.2","sha":"8ce6a7bbd3fae87aa9d56fca68c2e16fbb2cace5","kind":"commit","published_at":"2021-12-25T17:22:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2/manifests"},{"name":"conventional-changelog-v3.1.25","sha":"8e9c3d76aaffd7fe67a78270b3ad9b881e953e7e","kind":"commit","published_at":"2021-12-24T18:50:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25/manifests"},{"name":"conventional-changelog-cli-v2.2.1","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1/manifests"},{"name":"conventional-commits-parser-v3.2.3","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.1","sha":"c35708d56a55e31b750aec1f745e5be52f0a75f2","kind":"commit","published_at":"2021-09-09T19:06:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1/manifests"},{"name":"conventional-commits-parser-v3.2.2","sha":"1bae48ff85eff0736ea6691b7214f3fc9c026256","kind":"commit","published_at":"2021-09-09T14:45:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2/manifests"},{"name":"conventional-changelog-core-v4.2.4","sha":"02fbc2d42d0faf53d4b7a2b0525626088a6ac8ba","kind":"commit","published_at":"2021-09-09T14:37:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4/manifests"},{"name":"conventional-changelog-angular-v5.0.13","sha":"e30343b4676d26b416080294dc74ebba001c0716","kind":"commit","published_at":"2021-09-09T14:31:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v5.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13/manifests"},{"name":"conventional-changelog-core-v4.2.3","sha":"318b555b6ef3aebdb5a8d4c7c734fd7234712dd3","kind":"commit","published_at":"2021-07-03T00:24:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.0","sha":"537c37d7801872c3e57e4200c64154a4d2ea042a","kind":"commit","published_at":"2021-04-30T00:15:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0/manifests"},{"name":"conventional-commits-parser-v3.2.1","sha":"758dda2937b6784f0cc6a535286862fcf95b6f06","kind":"commit","published_at":"2021-02-15T21:32:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1/manifests"},{"name":"git-raw-commits-v2.0.10","sha":"ffecaccb6e117afae9f68f1d48ff9a69554da950","kind":"commit","published_at":"2021-01-27T16:36:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10/manifests"},{"name":"conventional-changelog-writer-v5.0.0","sha":"61ef6491add84b841e1797baf09f62bbdd90dcd4","kind":"commit","published_at":"2020-12-30T22:40:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v6.1.0","sha":"3b0fb22b0bb49137b9ecddaeb349f66025205c57","kind":"commit","published_at":"2020-12-30T16:58:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0/manifests"},{"name":"conventional-changelog-core-v4.2.2","sha":"317eeb3137caff69bcc9a67fce3dc67663a010db","kind":"commit","published_at":"2020-12-30T00:53:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2/manifests"},{"name":"conventional-recommended-bump-v6.0.12","sha":"90ecc5d93bfd7626857eda5d240f92393d896be0","kind":"commit","published_at":"2020-12-30T00:43:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12/manifests"},{"name":"git-raw-commits-v2.0.9","sha":"227f3e23af86912c0cd64fdb1a820ac92e5757c5","kind":"commit","published_at":"2020-12-29T23:59:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9/manifests"},{"name":"conventional-changelog-writer-v4.1.0","sha":"77725cfb12ca3ca22abb9421b4af012a49207e7a","kind":"commit","published_at":"2020-12-29T23:41:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11/manifests"},{"name":"standard-changelog@2.0.27","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27/manifests"},{"name":"gulp-conventional-changelog@2.0.35","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35/manifests"},{"name":"git-semver-tags@4.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1/manifests"},{"name":"git-raw-commits@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8/manifests"},{"name":"conventional-commits-parser@3.2.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0/manifests"},{"name":"conventional-commits-filter@2.0.7","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7/manifests"},{"name":"conventional-changelog-writer@4.0.18","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18/manifests"},{"name":"conventional-changelog-jshint@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9/manifests"},{"name":"conventional-changelog-jquery@3.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11/manifests"},{"name":"conventional-changelog-express@2.0.6","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9/manifests"},{"name":"conventional-changelog-ember@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9/manifests"},{"name":"conventional-changelog-core@4.2.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.5.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1/manifests"},{"name":"conventional-changelog-atom@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8/manifests"},{"name":"conventional-changelog-angular@5.0.12","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12/manifests"},{"name":"conventional-changelog@3.1.24","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24/manifests"},{"name":"conventional-changelog-v3.1.24","sha":"f8fcbc2e8b0834c29178ace6382b438a020ad828","kind":"commit","published_at":"2020-10-25T02:45:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24/manifests"},{"name":"conventional-recommended-bump@6.0.10","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10/manifests"},{"name":"git-semver-tags@4.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0/manifests"},{"name":"standard-changelog@2.0.26","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26/manifests"},{"name":"gulp-conventional-changelog@2.0.34","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34/manifests"},{"name":"conventional-changelog-cli@2.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0/manifests"},{"name":"conventional-changelog@3.1.23","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23/manifests"},{"name":"conventional-changelog-core@4.2.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.4.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.1","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1/manifests"},{"name":"conventional-changelog-angular@5.0.11","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11/manifests"},{"name":"conventional-changelog@3.1.22","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22/manifests"},{"name":"standard-changelog@2.0.25","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25/manifests"},{"name":"conventional-changelog-writer@4.0.17","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17/manifests"},{"name":"gulp-conventional-changelog@2.0.33","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33/manifests"},{"name":"conventional-changelog-jshint@2.0.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8/manifests"},{"name":"conventional-changelog-core@4.1.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8/manifests"},{"name":"conventional-changelog-cli@2.0.35","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35/manifests"},{"name":"conventional-changelog-writer@4.0.16","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16/manifests"},{"name":"conventional-changelog-core@4.1.7","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7/manifests"},{"name":"conventional-changelog@3.1.21","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21/manifests"},{"name":"conventional-changelog-cli@2.0.34","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34/manifests"},{"name":"standard-changelog@2.0.24","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24/manifests"},{"name":"gulp-conventional-changelog@2.0.32","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32/manifests"},{"name":"conventional-changelog-jshint@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7/manifests"},{"name":"conventional-changelog-jquery@3.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10/manifests"},{"name":"conventional-changelog-express@2.0.5","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5/manifests"},{"name":"conventional-changelog-eslint@3.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8/manifests"},{"name":"conventional-changelog-ember@2.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8/manifests"},{"name":"conventional-changelog-core@4.1.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7/manifests"},{"name":"conventional-changelog-cli@2.0.33","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33/manifests"},{"name":"conventional-changelog-atom@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7/manifests"},{"name":"conventional-changelog-angular@5.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10/manifests"},{"name":"conventional-changelog@3.1.20","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20/manifests"},{"name":"conventional-commits-filter@2.0.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6/manifests"},{"name":"conventional-commits-parser@3.1.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.9","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9/manifests"},{"name":"git-raw-commits@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7/manifests"},{"name":"git-semver-tags@4.0.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.31","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31/manifests"},{"name":"standard-changelog@2.0.23","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23/manifests"},{"name":"conventional-changelog-writer@4.0.15","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15/manifests"},{"name":"conventional-changelog-preset-loader@2.3.4","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4/manifests"},{"name":"conventional-changelog-preset-loader-v2.3.2","sha":"9f6c56cb960a5043823cfb85b9843991201cbb51","kind":"commit","published_at":"2020-05-08T19:21:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v2.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2/manifests"},{"name":"conventional-changelog@3.1.19","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19/manifests"},{"name":"conventional-changelog-cli@2.0.32","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32/manifests"},{"name":"conventional-changelog-core@4.1.5","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5/manifests"},{"name":"gulp-conventional-changelog@2.0.30","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30/manifests"},{"name":"standard-changelog@2.0.22","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22/manifests"},{"name":"standard-changelog@2.0.21","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21/manifests"},{"name":"gulp-conventional-changelog@2.0.29","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29/manifests"},{"name":"conventional-changelog@3.1.18","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18/manifests"},{"name":"conventional-changelog-cli@2.0.31","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31/manifests"},{"name":"conventional-changelog-core@4.1.4","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4/manifests"},{"name":"conventional-changelog-core@4.1.3","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.30","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30/manifests"},{"name":"conventional-changelog@3.1.17","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17/manifests"},{"name":"standard-changelog@2.0.20","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20/manifests"},{"name":"gulp-conventional-changelog@2.0.28","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28/manifests"},{"name":"conventional-changelog@3.1.16","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16/manifests"},{"name":"gulp-conventional-changelog@2.0.27","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27/manifests"},{"name":"standard-changelog@2.0.19","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19/manifests"},{"name":"conventional-changelog-core@4.1.2","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.29","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29/manifests"},{"name":"conventional-changelog-cli@2.0.28","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28/manifests"},{"name":"conventional-changelog@3.1.15","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15/manifests"},{"name":"standard-changelog@2.0.18","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18/manifests"},{"name":"conventional-recommended-bump@6.0.5","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5/manifests"},{"name":"git-semver-tags@3.0.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1/manifests"},{"name":"git-raw-commits@2.0.3","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.26","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26/manifests"},{"name":"conventional-commits-parser@3.0.8","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.11","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11/manifests"},{"name":"conventional-changelog-core@4.1.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1/manifests"},{"name":"standard-changelog@2.0.17","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17/manifests"},{"name":"gulp-conventional-changelog@2.0.25","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25/manifests"},{"name":"conventional-recommended-bump@6.0.4","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4/manifests"},{"name":"conventional-commits-parser@3.0.7","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7/manifests"},{"name":"conventional-changelog-core@4.1.0","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.3","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3/manifests"},{"name":"conventional-changelog-cli@2.0.27","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27/manifests"},{"name":"conventional-changelog-angular@5.0.6","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6/manifests"},{"name":"conventional-changelog@3.1.14","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14/manifests"},{"name":"conventional-changelog@3.1.13","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13/manifests"},{"name":"conventional-changelog-cli@2.0.26","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.2","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2/manifests"},{"name":"conventional-changelog-core@4.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3/manifests"},{"name":"conventional-changelog-preset-loader@2.3.0","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0/manifests"},{"name":"conventional-changelog-writer@4.0.10","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10/manifests"},{"name":"conventional-commits-parser@3.0.6","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6/manifests"},{"name":"conventional-recommended-bump@6.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.24","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24/manifests"},{"name":"standard-changelog@2.0.16","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16/manifests"},{"name":"conventional-changelog-jshint@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.9","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9/manifests"},{"name":"conventional-commits-parser@3.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5/manifests"},{"name":"conventional-changelog@3.1.12","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12/manifests"},{"name":"gulp-conventional-changelog@2.0.23","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23/manifests"},{"name":"standard-changelog@2.0.15","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15/manifests"},{"name":"conventional-recommended-bump@6.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5/manifests"},{"name":"conventional-changelog-atom@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.25","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25/manifests"},{"name":"conventional-changelog-codemirror@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.1","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1/manifests"},{"name":"conventional-changelog-core@4.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2/manifests"},{"name":"conventional-changelog-ember@2.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4/manifests"},{"name":"conventional-changelog-eslint@3.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.6","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6/manifests"},{"name":"conventional-changelog-cli@2.0.24","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24/manifests"},{"name":"standard-changelog@2.0.14","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14/manifests"},{"name":"gulp-conventional-changelog@2.0.22","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22/manifests"},{"name":"conventional-recommended-bump@6.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1/manifests"},{"name":"conventional-commits-parser@3.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4/manifests"},{"name":"conventional-changelog-writer@4.0.8","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8/manifests"},{"name":"conventional-changelog-jshint@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.5","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5/manifests"},{"name":"conventional-changelog-eslint@3.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3/manifests"},{"name":"conventional-changelog-ember@2.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3/manifests"},{"name":"conventional-changelog-core@4.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.0","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2/manifests"},{"name":"conventional-changelog-atom@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4/manifests"},{"name":"conventional-changelog@3.1.11","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11/manifests"},{"name":"conventional-recommended-bump@6.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.7","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7/manifests"},{"name":"conventional-changelog-preset-loader@2.2.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0/manifests"},{"name":"conventional-changelog-core@4.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.1.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0/manifests"},{"name":"conventional-changelog-cli@2.0.23","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23/manifests"},{"name":"conventional-changelog@3.1.10","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10/manifests"},{"name":"standard-changelog@2.0.13","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13/manifests"},{"name":"gulp-conventional-changelog@2.0.21","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21/manifests"},{"name":"git-semver-tags@3.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0/manifests"},{"name":"git-semver-tags@2.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3/manifests"},{"name":"conventional-commits-parser@3.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.6","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6/manifests"},{"name":"conventional-changelog@3.1.9","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9/manifests"},{"name":"conventional-changelog-cli@2.0.22","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22/manifests"},{"name":"conventional-changelog-conventionalcommits@4.0.0","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0/manifests"},{"name":"conventional-changelog-core@3.2.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3/manifests"},{"name":"standard-changelog@2.0.12","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.20","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20/manifests"},{"name":"conventional-recommended-bump@5.0.1","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.19","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19/manifests"},{"name":"conventional-changelog-cli@2.0.21","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21/manifests"},{"name":"conventional-changelog@3.1.8","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8/manifests"},{"name":"standard-changelog@2.0.11","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.2","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2/manifests"},{"name":"conventional-changelog@3.1.7","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7/manifests"},{"name":"gulp-conventional-changelog@2.0.18","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18/manifests"},{"name":"conventional-changelog-cli@2.0.20","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.1","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.17","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17/manifests"},{"name":"conventional-changelog-cli@2.0.19","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0/manifests"},{"name":"conventional-changelog@3.1.6","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6/manifests"},{"name":"conventional-recommended-bump@5.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.16","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16/manifests"},{"name":"conventional-changelog@3.1.5","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5/manifests"},{"name":"conventional-changelog-cli@2.0.18","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18/manifests"},{"name":"conventional-changelog-conventionalcommits@2.0.0","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.2","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.17","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17/manifests"},{"name":"conventional-changelog@3.1.4","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.15","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15/manifests"},{"name":"gulp-conventional-changelog@2.0.14","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14/manifests"},{"name":"conventional-changelog-writer@4.0.5","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.16","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16/manifests"},{"name":"conventional-changelog-core@3.2.2","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2/manifests"},{"name":"conventional-changelog@3.1.3","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3/manifests"},{"name":"standard-changelog@2.0.10","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10/manifests"},{"name":"conventional-changelog@3.1.2","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2/manifests"},{"name":"conventional-changelog-core@3.2.1","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1/manifests"},{"name":"conventional-changelog-cli@2.0.15","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15/manifests"},{"name":"standard-changelog@2.0.9","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9/manifests"},{"name":"gulp-conventional-changelog@2.0.13","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13/manifests"},{"name":"conventional-recommended-bump@4.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1/manifests"},{"name":"conventional-changelog-preset-loader@2.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.14","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14/manifests"},{"name":"conventional-changelog@3.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1/manifests"},{"name":"gulp-conventional-changelog@2.0.12","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12/manifests"},{"name":"conventional-changelog-cli@2.0.13","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13/manifests"},{"name":"conventional-changelog-core@3.2.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0/manifests"},{"name":"conventional-changelog-eslint@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0/manifests"},{"name":"conventional-changelog@3.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0/manifests"},{"name":"gulp-conventional-changelog@2.0.11","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11/manifests"},{"name":"git-raw-commits@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0/manifests"},{"name":"standard-changelog@2.0.8","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.4","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4/manifests"},{"name":"conventional-commits-parser@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2/manifests"},{"name":"conventional-commits-filter@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2/manifests"},{"name":"standard-changelog@2.0.7","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7/manifests"},{"name":"conventional-changelog-cli@2.0.12","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.10","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10/manifests"},{"name":"conventional-changelog-writer@4.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3/manifests"},{"name":"conventional-changelog-core@3.1.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6/manifests"},{"name":"conventional-changelog-angular@5.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3/manifests"},{"name":"conventional-changelog@3.0.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6/manifests"},{"name":"conventional-recommended-bump@4.0.4","sha":"da729f68f9dc581623deb587c705ef65d189a9f4","kind":"tag","published_at":"2018-11-01T06:56:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4/manifests"},{"name":"standard-changelog@2.0.6","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6/manifests"},{"name":"conventional-changelog-writer@4.0.2","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2/manifests"},{"name":"conventional-changelog-core@3.1.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5/manifests"},{"name":"conventional-changelog-cli@2.0.11","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11/manifests"},{"name":"gulp-conventional-changelog@2.0.9","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.0.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5/manifests"},{"name":"standard-changelog@2.0.5","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5/manifests"},{"name":"conventional-changelog@3.0.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.8","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.0.10","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10/manifests"},{"name":"git-semver-tags@2.0.2","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.3","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3/manifests"},{"name":"conventional-changelog-core@3.1.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.7","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7/manifests"},{"name":"standard-changelog@2.0.4","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4/manifests"},{"name":"conventional-changelog@3.0.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3/manifests"},{"name":"conventional-changelog-core@3.1.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.9","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9/manifests"},{"name":"conventional-changelog-cli@2.0.8","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8/manifests"},{"name":"conventional-changelog-core@3.1.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2/manifests"},{"name":"gulp-conventional-changelog@2.0.6","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6/manifests"},{"name":"conventional-changelog@3.0.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2/manifests"},{"name":"standard-changelog@2.0.3","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.5","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.7","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7/manifests"},{"name":"conventional-changelog@3.0.1","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1/manifests"},{"name":"conventional-changelog-jquery@3.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4/manifests"},{"name":"conventional-changelog@3.0.0","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0/manifests"},{"name":"conventional-changelog-angular@5.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2/manifests"},{"name":"conventional-changelog-atom@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.6","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1/manifests"},{"name":"conventional-changelog-core@3.1.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1/manifests"},{"name":"conventional-changelog-ember@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2/manifests"},{"name":"conventional-changelog-eslint@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1/manifests"},{"name":"conventional-changelog-express@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1/manifests"},{"name":"conventional-changelog-preset-loader@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2/manifests"},{"name":"conventional-changelog-writer@4.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1/manifests"},{"name":"conventional-commits-filter@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1/manifests"},{"name":"conventional-commits-parser@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2/manifests"},{"name":"git-raw-commits@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1/manifests"},{"name":"git-semver-tags@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4/manifests"},{"name":"standard-changelog@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.3","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.5","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.4","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.2","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2/manifests"},{"name":"standard-changelog@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1/manifests"},{"name":"conventional-changelog-core@3.1.0","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0/manifests"},{"name":"conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1/manifests"},{"name":"conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0/manifests"},{"name":"conventional-changelog-jshint@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0/manifests"},{"name":"conventional-changelog-express@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0/manifests"},{"name":"conventional-changelog-eslint@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0/manifests"},{"name":"conventional-changelog-ember@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1/manifests"},{"name":"conventional-changelog-atom@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0/manifests"},{"name":"conventional-changelog-angular@5.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0/manifests"},{"name":"conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-angular@4.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1/manifests"},{"name":"conventional-changelog-jquery@2.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1/manifests"},{"name":"conventional-changelog-core@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0/manifests"},{"name":"conventional-changelog-codemirror@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0/manifests"},{"name":"conventional-commits-parser@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0/manifests"},{"name":"conventional-changelog-atom@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0/manifests"},{"name":"conventional-recommended-bump@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0/manifests"},{"name":"git-raw-commits@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0/manifests"},{"name":"conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0/manifests"},{"name":"standard-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0/manifests"},{"name":"conventional-commits-filter@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0/manifests"},{"name":"conventional-changelog-express@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0/manifests"},{"name":"conventional-changelog-eslint@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0/manifests"},{"name":"conventional-changelog-angular@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0/manifests"},{"name":"conventional-changelog-ember@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0/manifests"},{"name":"git-semver-tags@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0/manifests"},{"name":"conventional-changelog-jshint@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-angular@3.0.7","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7/manifests"},{"name":"conventional-changelog-cli@1.3.22","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22/manifests"},{"name":"conventional-changelog-core@2.0.11","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11/manifests"},{"name":"conventional-changelog-ember@0.3.12","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12/manifests"},{"name":"conventional-changelog-jquery@1.3.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9/manifests"},{"name":"conventional-recommended-bump@2.0.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9/manifests"},{"name":"gulp-conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24/manifests"},{"name":"standard-changelog@1.0.19","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19/manifests"},{"name":"conventional-changelog-jshint@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8/manifests"},{"name":"conventional-changelog-codemirror@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8/manifests"},{"name":"conventional-changelog-core@2.0.10","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10/manifests"},{"name":"conventional-changelog-ember@0.3.11","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11/manifests"},{"name":"conventional-changelog-eslint@1.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9/manifests"},{"name":"conventional-changelog-jquery@1.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8/manifests"},{"name":"conventional-changelog-cli@1.3.21","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21/manifests"},{"name":"conventional-changelog-writer@3.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9/manifests"},{"name":"gulp-conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23/manifests"},{"name":"standard-changelog@1.0.18","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18/manifests"},{"name":"conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-angular@3.0.6","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6/manifests"},{"name":"conventional-changelog-atom@0.2.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8/manifests"},{"name":"conventional-changelog-cli@1.3.20","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20/manifests"},{"name":"gulp-conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-writer@3.0.8","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8/manifests"},{"name":"conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22/manifests"},{"name":"standard-changelog@1.0.17","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17/manifests"},{"name":"conventional-changelog-ember@0.3.10","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10/manifests"},{"name":"conventional-changelog-core@2.0.9","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9/manifests"},{"name":"conventional-changelog-angular@3.0.5","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5/manifests"},{"name":"conventional-changelog-express@0.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6/manifests"},{"name":"git-semver-tags@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6/manifests"},{"name":"git-raw-commits@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6/manifests"},{"name":"conventional-changelog-jquery@1.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7/manifests"},{"name":"conventional-recommended-bump@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8/manifests"},{"name":"conventional-commits-parser@2.1.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7/manifests"},{"name":"conventional-changelog-writer@3.0.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7/manifests"},{"name":"conventional-changelog-preset-loader@1.1.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8/manifests"},{"name":"conventional-changelog-jshint@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7/manifests"},{"name":"conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-cli@1.3.19","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19/manifests"},{"name":"conventional-changelog-atom@0.2.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7/manifests"},{"name":"conventional-changelog-angular@3.0.4","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4/manifests"},{"name":"conventional-changelog-codemirror@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7/manifests"},{"name":"conventional-changelog-core@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.9","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9/manifests"},{"name":"conventional-changelog-eslint@1.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8/manifests"},{"name":"gulp-conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21/manifests"},{"name":"standard-changelog@1.0.16","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16/manifests"},{"name":"gulp-conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-jquery@1.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7/manifests"},{"name":"conventional-changelog-ember@0.3.8","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8/manifests"},{"name":"conventional-changelog-core@2.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7/manifests"},{"name":"conventional-changelog-angular@3.0.3","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3/manifests"},{"name":"standard-changelog@1.0.15","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15/manifests"},{"name":"conventional-changelog-atom@0.2.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6/manifests"},{"name":"conventional-changelog-cli@1.3.18","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18/manifests"},{"name":"conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-codemirror@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6/manifests"},{"name":"conventional-changelog-jshint@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6/manifests"},{"name":"conventional-changelog-writer@3.0.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6/manifests"},{"name":"conventional-changelog-angular@3.0.2","sha":"1cc079df803f58b52c8aa997fff43e9c162266e7","kind":"tag","published_at":"2018-03-22T14:14:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7/manifests"},{"name":"standard-changelog@1.0.14","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14/manifests"},{"name":"gulp-conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19/manifests"},{"name":"git-semver-tags@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5/manifests"},{"name":"git-raw-commits@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7/manifests"},{"name":"conventional-commits-parser@2.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6/manifests"},{"name":"conventional-commits-filter@1.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5/manifests"},{"name":"conventional-changelog-jshint@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5/manifests"},{"name":"conventional-changelog-jquery@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5/manifests"},{"name":"conventional-changelog-express@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6/manifests"},{"name":"conventional-changelog-ember@0.3.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7/manifests"},{"name":"conventional-changelog-core@2.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5/manifests"},{"name":"conventional-changelog-cli@1.3.17","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17/manifests"},{"name":"conventional-changelog-atom@0.2.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5/manifests"},{"name":"conventional-changelog-angular@3.0.1","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1/manifests"},{"name":"conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19/manifests"},{"name":"conventional-changelog-angular@3.0.0","sha":"49997aaba373502e5b38bd366846934641e95799","kind":"tag","published_at":"2018-03-22T13:45:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-eslint@1.0.5","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5/manifests"},{"name":"conventional-changelog-cli@1.3.16","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16/manifests"},{"name":"conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-angular@1.6.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6/manifests"},{"name":"conventional-changelog-atom@0.2.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4/manifests"},{"name":"conventional-changelog-cli@1.3.15","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15/manifests"},{"name":"conventional-changelog-codemirror@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4/manifests"},{"name":"conventional-changelog-express@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4/manifests"},{"name":"conventional-changelog-jquery@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4/manifests"},{"name":"conventional-changelog-jshint@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4/manifests"},{"name":"conventional-commits-filter@1.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5/manifests"},{"name":"conventional-commits-parser@2.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5/manifests"},{"name":"gulp-conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17/manifests"},{"name":"standard-changelog@1.0.13","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13/manifests"},{"name":"git-semver-tags@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4/manifests"},{"name":"conventional-recommended-bump@2.0.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6/manifests"},{"name":"git-raw-commits@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4/manifests"},{"name":"conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17/manifests"},{"name":"git-semver-tags@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3/manifests"},{"name":"conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog-angular@1.6.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5/manifests"},{"name":"conventional-changelog-atom@0.2.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3/manifests"},{"name":"conventional-changelog-cli@1.3.14","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14/manifests"},{"name":"conventional-changelog-codemirror@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4/manifests"},{"name":"conventional-changelog-ember@0.3.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3/manifests"},{"name":"conventional-changelog-express@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3/manifests"},{"name":"conventional-changelog-jshint@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5/manifests"},{"name":"conventional-changelog-writer@3.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3/manifests"},{"name":"conventional-commits-filter@1.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4/manifests"},{"name":"conventional-commits-parser@2.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4/manifests"},{"name":"conventional-recommended-bump@2.0.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5/manifests"},{"name":"git-raw-commits@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3/manifests"},{"name":"gulp-conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16/manifests"},{"name":"standard-changelog@1.0.12","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12/manifests"},{"name":"conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15/manifests"},{"name":"gulp-conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15/manifests"},{"name":"conventional-recommended-bump@2.0.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4/manifests"},{"name":"conventional-changelog-cli@1.3.13","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13/manifests"},{"name":"git-raw-commits@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2/manifests"},{"name":"standard-changelog@1.0.11","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11/manifests"},{"name":"conventional-recommended-bump@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3/manifests"},{"name":"gulp-conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14/manifests"},{"name":"git-semver-tags@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2/manifests"},{"name":"conventional-changelog-express@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3/manifests"},{"name":"conventional-commits-filter@1.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3/manifests"},{"name":"conventional-changelog-writer@3.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2/manifests"},{"name":"conventional-changelog-jshint@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2/manifests"},{"name":"conventional-changelog-jquery@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2/manifests"},{"name":"conventional-changelog-eslint@1.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2/manifests"},{"name":"conventional-changelog-ember@0.3.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3/manifests"},{"name":"conventional-changelog-codemirror@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2/manifests"},{"name":"conventional-changelog-cli@1.3.12","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12/manifests"},{"name":"conventional-changelog-atom@0.2.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2/manifests"},{"name":"conventional-changelog-angular@1.6.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4/manifests"},{"name":"conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14/manifests"},{"name":"conventional-recommended-bump@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2/manifests"},{"name":"conventional-commits-parser@2.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2/manifests"},{"name":"standard-changelog@1.0.10","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10/manifests"},{"name":"conventional-commits-filter@1.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2/manifests"},{"name":"conventional-changelog-writer@3.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1/manifests"},{"name":"conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13/manifests"},{"name":"gulp-conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13/manifests"},{"name":"git-semver-tags@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1/manifests"},{"name":"git-raw-commits@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1/manifests"},{"name":"conventional-changelog-jshint@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1/manifests"},{"name":"conventional-changelog-jquery@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1/manifests"},{"name":"conventional-changelog-express@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1/manifests"},{"name":"conventional-changelog-ember@0.3.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2/manifests"},{"name":"conventional-changelog-codemirror@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1/manifests"},{"name":"conventional-changelog-cli@1.3.11","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11/manifests"},{"name":"conventional-changelog-atom@0.2.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1/manifests"},{"name":"conventional-changelog-angular@1.6.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3/manifests"},{"name":"conventional-changelog-cli@1.3.10","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10/manifests"},{"name":"conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12/manifests"},{"name":"gulp-conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12/manifests"},{"name":"conventional-recommended-bump@2.0.1","sha":"a4f0aa902d3e966fe6d6b1d46f2130838524cfbf","kind":"tag","published_at":"2018-02-12T14:54:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1/manifests"},{"name":"conventional-recommended-bump@2.0.0","sha":"9885d205ed96338575335652d006f475408e1195","kind":"tag","published_at":"2018-02-12T14:30:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0/manifests"},{"name":"conventional-changelog-preset-loader@1.1.2","sha":"a450d974237d440009ec3fb4c63974cf066e8f79","kind":"tag","published_at":"2018-02-12T04:07:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.1","sha":"5af1f00dcc4e1f9c3299bc7feb322a88b711f042","kind":"tag","published_at":"2018-02-09T04:17:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.0","sha":"c3eb36dbc52f383df6f3dcf3a3870b01ceee0b8b","kind":"tag","published_at":"2018-02-08T14:46:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0/manifests"},{"name":"conventional-commits-parser@2.1.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1/manifests"},{"name":"conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11/manifests"},{"name":"conventional-changelog-angular@1.6.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2/manifests"},{"name":"conventional-changelog-cli@1.3.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9/manifests"},{"name":"conventional-changelog-core@2.0.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1/manifests"},{"name":"conventional-changelog-ember@0.3.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2/manifests"},{"name":"conventional-recommended-bump@1.2.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1/manifests"},{"name":"gulp-conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11/manifests"},{"name":"standard-changelog@1.0.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9/manifests"},{"name":"standard-changelog@1.0.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8/manifests"},{"name":"gulp-conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10/manifests"},{"name":"git-semver-tags@1.3.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.2.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0/manifests"},{"name":"conventional-changelog-writer@3.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0/manifests"},{"name":"conventional-changelog-eslint@1.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.3.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1/manifests"},{"name":"conventional-changelog-core@2.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8/manifests"},{"name":"conventional-changelog-angular@1.6.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1/manifests"},{"name":"conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10/manifests"},{"name":"standard-changelog@1.0.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7/manifests"},{"name":"gulp-conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-jshint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0/manifests"},{"name":"conventional-changelog-jquery@1.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0/manifests"},{"name":"conventional-changelog-express@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0/manifests"},{"name":"conventional-changelog-eslint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0/manifests"},{"name":"conventional-changelog-ember@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0/manifests"},{"name":"conventional-changelog-core@1.9.5","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5/manifests"},{"name":"conventional-changelog-codemirror@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0/manifests"},{"name":"conventional-changelog-cli@1.3.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7/manifests"},{"name":"conventional-changelog-atom@0.2.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0/manifests"},{"name":"conventional-changelog-angular@1.6.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0/manifests"},{"name":"conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-angular@1.5.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3/manifests"},{"name":"standard-changelog@1.0.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6/manifests"},{"name":"gulp-conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8/manifests"},{"name":"conventional-recommended-bump@1.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0/manifests"},{"name":"conventional-commits-parser@2.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0/manifests"},{"name":"conventional-commits-filter@1.1.1","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1/manifests"},{"name":"conventional-changelog-writer@2.0.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.2.10","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10/manifests"},{"name":"conventional-changelog-core@1.9.4","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4/manifests"},{"name":"conventional-changelog-cli@1.3.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6/manifests"},{"name":"conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8/manifests"},{"name":"conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7/manifests"},{"name":"conventional-changelog-express@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1/manifests"},{"name":"conventional-changelog-eslint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1/manifests"},{"name":"conventional-changelog-jquery@1.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1/manifests"},{"name":"conventional-changelog-ember@0.2.9","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9/manifests"},{"name":"conventional-changelog-jshint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1/manifests"},{"name":"conventional-changelog-writer@2.0.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2/manifests"},{"name":"conventional-changelog-core@1.9.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3/manifests"},{"name":"conventional-commits-filter@1.1.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0/manifests"},{"name":"conventional-changelog-codemirror@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1/manifests"},{"name":"conventional-commits-parser@2.0.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1/manifests"},{"name":"conventional-recommended-bump@1.0.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3/manifests"},{"name":"conventional-changelog-cli@1.3.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5/manifests"},{"name":"git-raw-commits@1.3.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0/manifests"},{"name":"conventional-changelog-atom@0.1.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2/manifests"},{"name":"git-semver-tags@1.2.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3/manifests"},{"name":"conventional-changelog-angular@1.5.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2/manifests"},{"name":"gulp-conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7/manifests"},{"name":"standard-changelog@1.0.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5/manifests"},{"name":"@marionebl/conventional-commits-parser@3.0.0","sha":"edf4068ce4c3ea6ac5b61323473ab655be5eb895","kind":"tag","published_at":"2017-11-01T07:09:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/@marionebl/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/@marionebl/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0/manifests"},{"name":"git-semver-tags@1.2.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2/manifests"},{"name":"standard-changelog@1.0.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4/manifests"},{"name":"conventional-changelog-ember@0.2.8","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8/manifests"},{"name":"gulp-conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-core@1.9.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2/manifests"},{"name":"conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-angular@1.5.1","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1/manifests"},{"name":"conventional-recommended-bump@1.0.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2/manifests"},{"name":"conventional-changelog-cli@1.3.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4/manifests"},{"name":"standard-changelog@1.0.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3/manifests"},{"name":"conventional-changelog-core@1.9.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1/manifests"},{"name":"conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-ember@0.2.7","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7/manifests"},{"name":"conventional-changelog-writer@2.0.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1/manifests"},{"name":"conventional-changelog-angular@1.5.0","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0/manifests"},{"name":"gulp-conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-cli@1.3.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3/manifests"},{"name":"conventional-changelog-angular@1.4.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0/manifests"},{"name":"conventional-changelog-core@1.9.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0/manifests"},{"name":"conventional-changelog-codemirror@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0/manifests"},{"name":"conventional-changelog-cli@1.3.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2/manifests"},{"name":"conventional-changelog-atom@0.1.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1/manifests"},{"name":"standard-changelog@1.0.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2/manifests"},{"name":"conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4/manifests"},{"name":"conventional-changelog-ember@0.2.6","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6/manifests"},{"name":"conventional-changelog-eslint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0/manifests"},{"name":"conventional-changelog-express@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0/manifests"},{"name":"conventional-changelog-jquery@1.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0/manifests"},{"name":"conventional-changelog-jshint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0/manifests"},{"name":"conventional-changelog-writer@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0/manifests"},{"name":"conventional-commits-parser@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1/manifests"},{"name":"git-semver-tags@1.2.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1/manifests"},{"name":"gulp-conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4/manifests"},{"name":"conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3/manifests"},{"name":"conventional-changelog-core@1.8.0","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.8.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0/manifests"},{"name":"conventional-changelog-ember@0.2.5","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5/manifests"},{"name":"gulp-conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3/manifests"},{"name":"standard-changelog@1.0.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1/manifests"},{"name":"conventional-changelog-cli@1.3.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1/manifests"},{"name":"conventional-changelog-angular@1.3.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3/manifests"},{"name":"conventional-changelog-ember@0.2.4","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4/manifests"},{"name":"conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2/manifests"},{"name":"conventional-changelog-angular@1.3.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2/manifests"},{"name":"conventional-changelog-core@1.7.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.7.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0/manifests"},{"name":"conventional-changelog-cli@1.3.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0/manifests"},{"name":"standard-changelog@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2/manifests"},{"name":"git-semver-tags@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0/manifests"},{"name":"git-raw-commits@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0/manifests"},{"name":"conventional-recommended-bump@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"tag","published_at":"2017-03-10T05:35:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0/manifests"},{"name":"conventional-changelog-ember@0.2.3","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3/manifests"},{"name":"gulp-conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1/manifests"},{"name":"standard-changelog@0.0.2","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@0.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2/manifests"},{"name":"conventional-changelog-angular@1.3.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1/manifests"},{"name":"conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-cli@1.2.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1/manifests"},{"name":"conventional-changelog-core@1.6.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0/manifests"},{"name":"conventional-changelog-cli@1.2.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:01:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0/manifests"},{"name":"conventional-changelog-core@1.5.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:00:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0/manifests"},{"name":"git-raw-commits@1.1.2","sha":"f5fe78b1f15791cb0499744bf278dff22b52732f","kind":"tag","published_at":"2017-03-09T07:37:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2/manifests"},{"name":"git-semver-tags@1.1.2","sha":"7be07c7c0f49572b1c0e9c98f004b599d8b5bb1a","kind":"tag","published_at":"2017-03-09T07:35:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2/manifests"},{"name":"v1.1.0","sha":"600d411569271467389c3cbe71f7f657980e89a1","kind":"tag","published_at":"2016-02-13T06:59:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"9591280a8d09220aced3383abe3bc7ecbb34b503","kind":"tag","published_at":"2016-02-13T06:37:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"beef421f56939190a4ca30c28788eda1b3f9480d","kind":"tag","published_at":"2016-02-05T13:49:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"c8e90ab7fddd0b98855913e73fc12f9dc9dc81b1","kind":"tag","published_at":"2016-02-05T12:59:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0/manifests"},{"name":"v0.5.3","sha":"d79ce243223260b153699b99de0503698546ea63","kind":"tag","published_at":"2015-12-25T05:07:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"9e7b771072a2680c6c335fcad38003aade53213e","kind":"tag","published_at":"2015-12-23T12:24:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"4bf7d8df29f7be29552b82ec2b7112fad0c39a3e","kind":"tag","published_at":"2015-10-20T09:52:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"5ca2204b472704543ebbc744a22f8f90ec659659","kind":"tag","published_at":"2015-09-30T08:49:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"e5f2f3bc675e2c7e5cc6aa0ed50da7941833e492","kind":"tag","published_at":"2015-09-04T03:16:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"7536a0b351cc4f2764e71cbc268a178ab595259d","kind":"tag","published_at":"2015-08-17T01:28:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"56fa3d92620a41a875b3337fa51d04d6df23b1a8","kind":"tag","published_at":"2015-08-15T12:34:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"eefec0ef598a92e78510ee8626fd9bbcdb1398e4","kind":"tag","published_at":"2015-08-15T11:19:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0/manifests"},{"name":"v0.3.2","sha":"74b99dca61eafd56ba93605016b086a1108e77fe","kind":"tag","published_at":"2015-08-13T03:12:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"a1aca9c31a45aded77962bd0defc32e503aec213","kind":"commit","published_at":"2015-08-11T06:23:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"b489672d27ff703337c540f0fbc43f6486a84d99","kind":"commit","published_at":"2015-08-09T03:27:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"12e3cd6b151353dbe7f584adabbe5dd8a28424db","kind":"commit","published_at":"2015-07-24T08:13:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"f437b457b5ea6c105535a360144000f8315db54d","kind":"commit","published_at":"2015-07-24T04:54:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0/manifests"},{"name":"v0.1.3","sha":"c8fa9d0b94f8ac07f162623e4b9e9e68aad82e62","kind":"commit","published_at":"2015-07-22T11:06:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"6ba5d6e4b90a154dbca6ec0f80c66ad5995cd770","kind":"commit","published_at":"2015-07-22T07:10:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c015f8762f70eff2be7b8d7fb82438689239d717","kind":"commit","published_at":"2015-07-20T07:55:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"7253d0fea773e3f7cc0a3fb8278c9da070df26ee","kind":"commit","published_at":"2015-07-20T07:12:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.3","sha":"0c9f1e89bfacec8e08bac8ef96d64e3abdbecda7","kind":"commit","published_at":"2015-07-17T11:02:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"fec1baf43b8c0156682d4014a4fd066bd24ad448","kind":"commit","published_at":"2015-07-17T06:23:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"a5ea0dfada48601b9e3fbec78dd37d70380a2db6","kind":"commit","published_at":"2015-07-15T08:03:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1/manifests"},{"name":"v0.1.0-alpha.3","sha":"9b6cc68a2c17c9671363fe7af5de7ebd3a06aaeb","kind":"commit","published_at":"2015-07-06T01:27:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3/manifests"},{"name":"v0.1.0-alpha.2","sha":"34b0f460c34ecc48af857d8ee5d7038970ba56fb","kind":"commit","published_at":"2015-06-29T12:04:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2/manifests"},{"name":"v0.1.0-alpha.1","sha":"05b3415fc699ab43f3fa33b5ecd040ab5ecdf9e2","kind":"commit","published_at":"2015-06-24T04:42:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1/manifests"},{"name":"v0.0.17","sha":"3cae05244e48af9cf4abbef3114060db585a574c","kind":"commit","published_at":"2015-04-03T02:12:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"c0719ce6ba16778dd34c2cfdc81e7f3c5321409d","kind":"commit","published_at":"2015-03-19T04:15:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"57af04dc3e362c0e327b716279c9143028c6e0da","kind":"commit","published_at":"2015-03-18T20:23:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"69be290efb58a6a92e9ae78d7b37168d293920b5","kind":"commit","published_at":"2015-03-13T21:22:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"15a39d02ba3d666e7820eecbb8c5493ef2f6040a","kind":"commit","published_at":"2015-03-12T23:17:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13/manifests"},{"name":"v0.0.11","sha":"37f5561553c30d8f0f2c949502ea278da64949cd","kind":"tag","published_at":"2014-05-28T13:14:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"ad6f6ec5499d2c902b88da95487862d50e5ad776","kind":"tag","published_at":"2014-05-28T12:51:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"87efbabd9bc2a0fd83255e6cb856961b10aef9eb","kind":"tag","published_at":"2014-05-06T17:11:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"94b12cf69c51264b1edb6c81b50a262f0536894b","kind":"tag","published_at":"2014-04-10T14:45:48.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"1cf17e494fd7d8538c55189c72c0cf57d145ef41","kind":"tag","published_at":"2014-04-10T14:06:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"861f9ec93de28be4185b35815c2b6ab17746eb3f","kind":"commit","published_at":"2014-01-23T19:39:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"3f59f7356c86f30ef8e8754386373c2a8f97b367","kind":"commit","published_at":"2014-01-23T18:59:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6fa2c22464dcd964df604550c2ce2ed1d2f4362b","kind":"commit","published_at":"2014-01-04T21:36:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4/manifests"}]},"repo_metadata_updated_at":"2023-12-17T21:33:27.200Z","dependent_packages_count":1,"downloads":57,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":34.03050989334526,"dependent_repos_count":25.30552159382132,"dependent_packages_count":16.219766897652278,"stargazers_count":1.516817100374813,"forks_count":1.7663062526647573,"average":15.767784347571686},"purl":"pkg:npm/conventional-changelog-main-innovamat","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/conventional-changelog-main-innovamat","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/conventional-changelog-main-innovamat","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/conventional-changelog-main-innovamat/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2023-12-16T21:42:46.243Z","issues_count":103,"pull_requests_count":338,"avg_time_to_close_issue":23444750.564102564,"avg_time_to_close_pull_request":6261417.119850188,"issues_closed_count":39,"pull_requests_closed_count":267,"pull_request_authors_count":58,"issue_authors_count":72,"avg_comments_per_issue":1.8252427184466018,"avg_comments_per_pull_request":1.3875739644970413,"merged_pull_requests_count":209,"bot_issues_count":1,"bot_pull_requests_count":171,"past_year_issues_count":61,"past_year_pull_requests_count":280,"past_year_avg_time_to_close_issue":784912.724137931,"past_year_avg_time_to_close_pull_request":1086635.9458333333,"past_year_issues_closed_count":29,"past_year_pull_requests_closed_count":240,"past_year_pull_request_authors_count":25,"past_year_issue_authors_count":35,"past_year_avg_comments_per_issue":1.3934426229508197,"past_year_avg_comments_per_pull_request":1.157142857142857,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":160,"past_year_merged_pull_requests_count":198,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues"},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-main-innovamat/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-main-innovamat/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-main-innovamat/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-main-innovamat/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-main-innovamat/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-main-innovamat/codemeta","maintainers":[{"uuid":"alex.espinet","login":"alex.espinet","name":null,"email":"alex.espinet@innovamat.com","url":null,"packages_count":3,"html_url":"https://www.npmjs.com/~alex.espinet","role":null,"created_at":"2022-11-16T02:09:40.750Z","updated_at":"2022-11-16T02:09:40.750Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/alex.espinet/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5644415,"maintainers_count":1200486,"namespaces_count":399623,"keywords_count":847874,"github":"npm","metadata":{"funded_packages_count":171745},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-06-10T05:11:46.456Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":14074322,"name":"@depup/conventional-changelog-angular","ecosystem":"npm","description":"Angular preset for conventional-changelog. (with updated dependencies)","homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-angular#readme","licenses":"ISC","normalized_licenses":["ISC"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":["conventional-changelog-angular","depup","updated-dependencies","security","latest","patched","conventional-changelog","angular","preset"],"namespace":"depup","versions_count":2,"first_release_published_at":"2026-03-17T16:34:57.223Z","latest_release_published_at":"2026-03-29T16:12:21.000Z","latest_release_number":"8.3.1-depup.0","last_synced_at":"2026-06-03T20:26:57.054Z","created_at":"2026-03-19T04:22:17.616Z","updated_at":"2026-06-03T20:26:57.055Z","registry_url":"https://www.npmjs.com/package/@depup/conventional-changelog-angular","install_command":"npm install @depup/conventional-changelog-angular","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"8.3.1-depup.0"}},"repo_metadata":{"id":12961414,"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2026-05-25T22:06:24.000Z","size":6460,"stargazers_count":8449,"open_issues_count":249,"forks_count":736,"subscribers_count":48,"default_branch":"master","last_synced_at":"2026-05-27T10:06:02.477Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2026-05-26T14:51:47.000Z","dependencies_parsed_at":"2026-03-05T00:02:02.010Z","dependency_job_id":null,"html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1686,"total_committers":150,"mean_commits":11.24,"dds":0.4792408066429419,"last_synced_commit":"65550d9a30cfab4b00b3e982e42bd68fedafcefc"},"previous_names":["ajoslin/conventional-changelog"],"tags_count":827,"template":false,"template_full_name":null,"purl":"pkg:github/conventional-changelog/conventional-changelog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/sbom","scorecard":{"id":174827,"data":{"date":"2025-08-11","repo":{"name":"github.com/conventional-changelog/conventional-changelog","commit":"1552de5434163eb63d3bf73d97bcb3bf34de8586"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 7 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":1,"reason":"Found 4/22 approved changesets -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/checks.yml:1","Warn: no topLevel permission defined: .github/workflows/commit.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Warn: no topLevel permission defined: .github/workflows/tests.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/checks.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/checks.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/checks.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/commit.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/commit.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/commit.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/commit.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:50: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:85: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:87: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:91: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:102: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/conventional-changelog/conventional-changelog/tests.yaml/master?enable=pin","Info:   0 out of  17 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  14 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: ISC License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 16 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":7,"reason":"3 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-xffm-g5w8-qvg7","Warn: Project is vulnerable to: GHSA-67mh-4wv8-2f99","Warn: Project is vulnerable to: GHSA-52f5-9888-hmc6"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-16T17:26:40.503Z","repository_id":12961414,"created_at":"2025-08-16T17:26:40.503Z","updated_at":"2025-08-16T17:26:40.503Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33649345,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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"},"owner_record":{"login":"conventional-changelog","name":"conventional-changelog","uuid":"16443515","kind":"organization","description":"Tools to generate changelogs and release notes from a project's commit messages and metadata.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16443515?v=4","repositories_count":12,"last_synced_at":"2025-04-05T03:02:08.595Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/conventional-changelog","funding_links":[],"total_stars":33067,"followers":419,"following":0,"created_at":"2022-11-02T16:25:21.572Z","updated_at":"2025-04-05T03:02:08.596Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog/repositories"},"tags":[]},"repo_metadata_updated_at":"2026-05-29T13:22:20.706Z","dependent_packages_count":0,"downloads":25,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":22.40941024303714,"dependent_packages_count":32.301555319200475,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":27.35548278111881},"purl":"pkg:npm/%40depup/conventional-changelog-angular","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/@depup/conventional-changelog-angular","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/@depup/conventional-changelog-angular","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/@depup/conventional-changelog-angular/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@depup%2Fconventional-changelog-angular/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@depup%2Fconventional-changelog-angular/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@depup%2Fconventional-changelog-angular/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@depup%2Fconventional-changelog-angular/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@depup%2Fconventional-changelog-angular/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@depup%2Fconventional-changelog-angular/codemeta","maintainers":[{"uuid":"chiefmikey","login":"chiefmikey","name":null,"email":"wolfemikl@gmail.com","url":null,"packages_count":2064,"html_url":"https://www.npmjs.com/~chiefmikey","role":null,"created_at":"2026-03-19T04:22:19.232Z","updated_at":"2026-03-19T04:22:19.232Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/chiefmikey/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5644415,"maintainers_count":1200486,"namespaces_count":399623,"keywords_count":847874,"github":"npm","metadata":{"funded_packages_count":171745},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-06-10T05:11:46.456Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":1554997,"name":"conventional-changelog-o2team","ecosystem":"npm","description":"conventional-changelog o2team preset","homepage":"https://github.com/conventional-changelog/conventional-changelog#readme","licenses":"ISC","normalized_licenses":["ISC"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":["conventional-changelog","o2team","preset"],"namespace":null,"versions_count":1,"first_release_published_at":"2020-07-08T06:24:20.748Z","latest_release_published_at":"2020-07-08T06:24:20.748Z","latest_release_number":"5.0.11","last_synced_at":"2026-06-03T20:26:59.804Z","created_at":"2022-04-09T05:41:31.269Z","updated_at":"2026-06-03T20:26:59.805Z","registry_url":"https://www.npmjs.com/package/conventional-changelog-o2team","install_command":"npm install conventional-changelog-o2team","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"5.0.11"}},"repo_metadata":{"id":12961414,"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2024-06-18T04:54:14.000Z","size":5832,"stargazers_count":7627,"open_issues_count":249,"forks_count":715,"subscribers_count":58,"default_branch":"master","last_synced_at":"2024-06-19T09:40:31.278Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2024-06-19T09:40:44.711Z","dependencies_parsed_at":"2022-07-13T10:30:31.523Z","dependency_job_id":"5f6d159e-c4c6-405b-9fa7-976ffc4dfa04","html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1464,"total_committers":136,"mean_commits":"10.764705882352942","dds":"0.40095628415300544","last_synced_commit":"58f0887283a200d52e49607baf7b352f26177b05"},"previous_names":["ajoslin/conventional-changelog"],"tags_count":777,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":215686924,"owners_count":15916249,"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"},"owner_record":{"login":"conventional-changelog","name":"conventional-changelog","uuid":"16443515","kind":"organization","description":"Tools to generate changelogs and release notes from a project's commit messages and metadata.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16443515?v=4","repositories_count":12,"last_synced_at":"2024-03-25T20:05:25.442Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/conventional-changelog","funding_links":[],"total_stars":31480,"followers":325,"following":0,"created_at":"2022-11-02T16:25:21.572Z","updated_at":"2024-03-25T20:05:26.809Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog/repositories"},"tags":[{"name":"git-client-v1.0.1","sha":"d3b8aaa16337993bbad4d91db1ffac5a7568756b","kind":"commit","published_at":"2024-05-06T14:46:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1/manifests"},{"name":"conventional-changelog-v6.0.0","sha":"83bb15ba5de08f080884fc906c6db3c99c8b2131","kind":"commit","published_at":"2024-04-26T22:08:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0/manifests"},{"name":"conventional-changelog-core-v8.0.0","sha":"7bc92fc05e4447f311ad52b6e39d36f461eaf083","kind":"commit","published_at":"2024-04-26T22:07:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v8.0.0","sha":"3129c812139bf7454a64b4d506e6b85cd5abc77c","kind":"commit","published_at":"2024-04-26T22:06:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0/manifests"},{"name":"git-semver-tags-v8.0.0","sha":"fbd1b3bcd6253a32de89eb21145c2eb70d9396b6","kind":"commit","published_at":"2024-04-26T22:05:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v5.0.0","sha":"e34c96db3dbebedb17a6583aae8855dddd056f83","kind":"commit","published_at":"2024-04-26T22:04:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0/manifests"},{"name":"conventional-changelog-angular-v8.0.0","sha":"2aa6291a93eb881230e896f87a5232873b6a9717","kind":"commit","published_at":"2024-04-26T22:04:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0/manifests"},{"name":"conventional-changelog-jquery-v6.0.0","sha":"1c71cd6d4868ef2e158963e277609a9794806306","kind":"commit","published_at":"2024-04-26T22:03:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v8.0.0","sha":"533e36277d1779a5ac79a06210c603b5f88bc030","kind":"commit","published_at":"2024-04-26T22:00:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0/manifests"},{"name":"conventional-changelog-eslint-v6.0.0","sha":"c7459cd7d1e1ab82c9a5d552b008c02aba290cad","kind":"commit","published_at":"2024-04-26T21:59:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0/manifests"},{"name":"git-raw-commits-v5.0.0","sha":"f61ea377e843db0852c35911785895ec43481f11","kind":"commit","published_at":"2024-04-26T21:58:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0/manifests"},{"name":"conventional-changelog-codemirror-v5.0.0","sha":"77525286ffc8869a6ac351ebe28198842815cb7c","kind":"commit","published_at":"2024-04-26T21:57:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0/manifests"},{"name":"conventional-changelog-cli-v5.0.0","sha":"a75cef688b9a1557ca981178d4d35c18963160b6","kind":"commit","published_at":"2024-04-26T21:53:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0/manifests"},{"name":"conventional-changelog-express-v5.0.0","sha":"a6ab80d6e30091a8b743ee97a87e7400af1ebc53","kind":"commit","published_at":"2024-04-26T21:53:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v10.0.0","sha":"d7c409b02f1d58cf6f0293edcadbe5f00a78a622","kind":"commit","published_at":"2024-04-26T21:52:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v10.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v10.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0/manifests"},{"name":"conventional-changelog-atom-v5.0.0","sha":"3b2b9d0ec2382f73d9cf000a1004596f90ece916","kind":"commit","published_at":"2024-04-26T21:51:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0/manifests"},{"name":"conventional-changelog-jshint-v5.0.0","sha":"d7dae509e72b09d1496ae51f1f04c15581c828fc","kind":"commit","published_at":"2024-04-26T21:50:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0/manifests"},{"name":"conventional-changelog-ember-v5.0.0","sha":"2e99dfa49112ffe6c864dd0e436f0db1e696b1f9","kind":"commit","published_at":"2024-04-26T21:50:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0/manifests"},{"name":"conventional-commits-parser-v6.0.0","sha":"646e1be132ccd0f32e3074de2f511be5c610984f","kind":"commit","published_at":"2024-04-26T21:48:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0/manifests"},{"name":"conventional-commits-filter-v5.0.0","sha":"be4266b7ef7b84ba5c198dfa8c143229f8a5b128","kind":"commit","published_at":"2024-04-26T21:47:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0/manifests"},{"name":"standard-changelog-v6.0.0","sha":"3e9b9387f29e48a508b70b88f26b40a6db9fea16","kind":"commit","published_at":"2024-04-26T21:45:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v5.0.0","sha":"041a1a9b73b201add30494aed19d026b948bd8f1","kind":"commit","published_at":"2024-04-26T21:41:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0/manifests"},{"name":"git-client-v1.0.0","sha":"7e51fe970576503cae3ab94e6e9b3e01017b044d","kind":"commit","published_at":"2024-04-26T21:21:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0/manifests"},{"name":"git-semver-tags-v7.0.1","sha":"fac8045242099c016f5f3905e54e02b7d466bd7b","kind":"commit","published_at":"2023-09-10T23:53:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1/manifests"},{"name":"conventional-changelog-writer-v7.0.1","sha":"e3a643ad39ec3bc4cfb1dff2aa1101333df33dc3","kind":"commit","published_at":"2023-09-10T23:49:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1/manifests"},{"name":"conventional-changelog-cli-v4.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0/manifests"},{"name":"conventional-changelog-v5.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0/manifests"},{"name":"conventional-changelog-core-v7.0.0","sha":"2e467dd39a35c3813597711a37690897183b4abc","kind":"commit","published_at":"2023-09-08T22:03:37.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0/manifests"},{"name":"git-semver-tags-v7.0.0","sha":"a13f788bd505d8253a2d92413fc4a7780e11ec07","kind":"commit","published_at":"2023-09-08T21:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0/manifests"},{"name":"standard-changelog-v5.0.0","sha":"34569c7a3fd2b0362a461517a1f4e20e7eecd9fc","kind":"commit","published_at":"2023-09-08T21:55:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v9.0.0","sha":"ad633d9d81f66ef80d7f77832a264cb0c5b971ef","kind":"commit","published_at":"2023-09-08T21:50:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.2","sha":"50113f9b569259d991f1a734a192964ca71f0118","kind":"commit","published_at":"2023-09-08T21:41:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2/manifests"},{"name":"conventional-changelog-preset-loader-v4.1.0","sha":"a14d2186575f6061f236c9a47d803694b18f8373","kind":"commit","published_at":"2023-09-08T21:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.1","sha":"ca4324b0a690b2595f8b574882ff95329a2dc195","kind":"commit","published_at":"2023-08-27T19:11:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1/manifests"},{"name":"conventional-commits-filter-v4.0.0","sha":"26fc9ea274dc0c62442ec9d97b20a2ebb49138bf","kind":"commit","published_at":"2023-08-27T12:55:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0/manifests"},{"name":"standard-changelog-v4.0.0","sha":"5b788265774bf4b63d3c83a178ca53e8e7095903","kind":"commit","published_at":"2023-08-27T12:50:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-eslint-v5.0.0","sha":"679594c0716275771cc23b314e4362899fe72f87","kind":"commit","published_at":"2023-08-27T12:46:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0/manifests"},{"name":"git-semver-tags-v6.0.0","sha":"1c75c72d9b5d59e3ea4e914c58a85f7559f29602","kind":"commit","published_at":"2023-08-27T12:40:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0/manifests"},{"name":"conventional-recommended-bump-v8.0.0","sha":"624377a24e8e3658bcf2329a9a98f9a7b02a4cb3","kind":"commit","published_at":"2023-08-27T12:33:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0/manifests"},{"name":"conventional-changelog-writer-v7.0.0","sha":"d669bb67dc713cb1e4374e3216ed7d83cde743c5","kind":"commit","published_at":"2023-08-27T12:27:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0/manifests"},{"name":"conventional-changelog-codemirror-v4.0.0","sha":"933fd0b3dd355d648faf57241b796a714004c722","kind":"commit","published_at":"2023-08-27T12:23:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0/manifests"},{"name":"conventional-changelog-express-v4.0.0","sha":"c9e9ceb3a3727659bd117bab01cbc7642d588f06","kind":"commit","published_at":"2023-08-27T12:16:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0/manifests"},{"name":"conventional-changelog-ember-v4.0.0","sha":"5d7c16268f79b7f180e34e997fdb37373d714666","kind":"commit","published_at":"2023-08-27T12:11:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0/manifests"},{"name":"conventional-changelog-jquery-v5.0.0","sha":"d643efb1050dcdaecee626044315644ff9b9e43b","kind":"commit","published_at":"2023-08-27T12:07:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v4.0.0","sha":"636646dd9ae062e9652a7f9ccaf6c329e6e9f924","kind":"commit","published_at":"2023-08-27T12:03:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0/manifests"},{"name":"conventional-changelog-v5.0.0","sha":"7985de3edc9e655369651ad464cb39b791887dc7","kind":"commit","published_at":"2023-08-27T11:58:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.0","sha":"5f0fe40743d8f559ab94ed11bbb4b8bda6fa6dcb","kind":"commit","published_at":"2023-08-27T11:51:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0/manifests"},{"name":"conventional-changelog-angular-v7.0.0","sha":"6c7a2e1a8807988bcb1a9842f72d14be3b1a89e3","kind":"commit","published_at":"2023-08-27T11:46:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0/manifests"},{"name":"conventional-changelog-jshint-v4.0.0","sha":"0204a9a340d2c85411e8de8905bc74c6146e5618","kind":"commit","published_at":"2023-08-27T11:41:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0/manifests"},{"name":"conventional-changelog-atom-v4.0.0","sha":"ab9b2c10e098ec8837d141102549f3eef698364c","kind":"commit","published_at":"2023-08-27T11:36:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0/manifests"},{"name":"conventional-changelog-cli-v4.0.0","sha":"29df6c4597afad27b9cda06f58eb564bcca609c4","kind":"commit","published_at":"2023-08-27T11:21:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0/manifests"},{"name":"conventional-changelog-core-v6.0.0","sha":"45613bbc2d13c798732e4b2bd4b2fa9ea67157d6","kind":"commit","published_at":"2023-08-27T11:17:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v4.0.0","sha":"5a896e3ef3aa9e751fcc74d7c76fa21d6d526cb0","kind":"commit","published_at":"2023-08-27T11:08:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0/manifests"},{"name":"git-raw-commits-v4.0.0","sha":"878fc56b43bc617177bf47fd8643a3b8b86078e5","kind":"commit","published_at":"2023-08-27T11:01:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0/manifests"},{"name":"conventional-commits-parser-v5.0.0","sha":"299de5acbe55a7d19dcdd2adc34681eae7264abf","kind":"commit","published_at":"2023-08-26T17:50:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0/manifests"},{"name":"git-semver-tags-v5.0.1","sha":"87914a362866a380e98a29edf19b2173e0911d8a","kind":"commit","published_at":"2023-07-09T19:10:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1/manifests"},{"name":"conventional-changelog-writer-v6.0.1","sha":"c123edea220b450cfa26813b6f198c3e8ebbd2b4","kind":"commit","published_at":"2023-07-09T14:49:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.2","sha":"83773c5e1a8874ea9809ca9db1dff60b7df1daae","kind":"commit","published_at":"2023-06-28T17:43:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.1.0","sha":"2e5fe6d9574ba896fa90b5bfcb50fb73d28af6d6","kind":"commit","published_at":"2023-06-17T21:30:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v7.0.1","sha":"f251b6899e313a9b23f3c8deb8b8b57217040892","kind":"commit","published_at":"2023-06-06T23:24:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.1","sha":"5b458dff9edf766446449acd1bbb8027a1e39fa5","kind":"commit","published_at":"2023-06-06T23:17:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1/manifests"},{"name":"gulp-conventional-changelog-v3.0.0","sha":"8ef6232797e5bf7c80422221374c53c03d5df36d","kind":"commit","published_at":"2023-06-06T22:50:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0/manifests"},{"name":"standard-changelog-v3.0.0","sha":"ea65f017b42b914ece780fd2fc799a6946912ed8","kind":"commit","published_at":"2023-06-06T22:42:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0/manifests"},{"name":"conventional-changelog-cli-v3.0.0","sha":"f00f4549cee9406054b77057a8135183fcd89710","kind":"commit","published_at":"2023-06-06T22:29:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0/manifests"},{"name":"conventional-changelog-v4.0.0","sha":"1a240f91ed584ed43e7f9c82235ca60eff0f4fa5","kind":"commit","published_at":"2023-06-06T19:50:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-core-v5.0.0","sha":"8507f601486c8ff6806156c50091262dee13ec54","kind":"commit","published_at":"2023-06-06T19:23:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v7.0.0","sha":"e1662ca7a6c688d28a334282a5e863f52866f3e8","kind":"commit","published_at":"2023-06-06T18:39:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v3.0.0","sha":"5d80d155425147a0b045af09536e5962cbfff620","kind":"commit","published_at":"2023-06-06T15:08:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.0.0","sha":"a30fc7ae219cf871b46cbe9d2c76a9730b70e272","kind":"commit","published_at":"2023-06-06T14:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v6.0.0","sha":"aa5d46c7b13b7b31f78af4b3c31c087c39eea41d","kind":"commit","published_at":"2023-06-06T14:46:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0/manifests"},{"name":"conventional-commits-filter-v3.0.0","sha":"502a73fe41aebb7b563c5ca69521e0b1bab904df","kind":"commit","published_at":"2023-06-06T14:32:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0/manifests"},{"name":"conventional-commits-parser-v4.0.0","sha":"9f7fe891e75c64937c28baa39a6c795a01603ab7","kind":"commit","published_at":"2023-06-06T14:24:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0/manifests"},{"name":"git-raw-commits-v3.0.0","sha":"571f2d549f10744a12ab3bc5dc5e0b749cb72667","kind":"commit","published_at":"2023-06-06T14:16:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0/manifests"},{"name":"git-semver-tags-v5.0.0","sha":"445c796d04105d10dd62d07039bc6a7fc9f263a5","kind":"commit","published_at":"2023-06-06T13:51:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0/manifests"},{"name":"conventional-changelog-atom-v3.0.0","sha":"208787aa2f5db8de1c2d43c56d71e6dfb9510781","kind":"commit","published_at":"2023-06-06T13:43:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0/manifests"},{"name":"conventional-changelog-angular-v6.0.0","sha":"c4ebf98acc15f37154aae5de53a225e896c4a157","kind":"commit","published_at":"2023-06-06T13:36:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0/manifests"},{"name":"conventional-changelog-codemirror-v3.0.0","sha":"0772453bee083917a05b9696d063ee3dc69957f9","kind":"commit","published_at":"2023-06-06T13:25:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0/manifests"},{"name":"conventional-changelog-ember-v3.0.0","sha":"e473d0c8af7c0cf8a54f775556796f50f3e695c2","kind":"commit","published_at":"2023-06-06T13:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0/manifests"},{"name":"conventional-changelog-eslint-v4.0.0","sha":"b3b896bc5b9e3ed65dcfc08c57967a252f37cfd1","kind":"commit","published_at":"2023-06-06T12:56:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0/manifests"},{"name":"conventional-changelog-express-v3.0.0","sha":"5594385d1dd2490b0fb508a60b6f30e8be6616ce","kind":"commit","published_at":"2023-06-06T12:37:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0/manifests"},{"name":"conventional-changelog-jquery-v4.0.0","sha":"51a3015a907b2cea900114359c36ce0e9664b72d","kind":"commit","published_at":"2023-06-06T12:17:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0/manifests"},{"name":"conventional-changelog-jshint-v3.0.0","sha":"281e5f883476e90b75cae4373a67436c86e94f6a","kind":"commit","published_at":"2023-06-06T12:02:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v5.0.0","sha":"ba6df7cf62de5f448368bed4398f6ddf633d2cbd","kind":"commit","published_at":"2022-05-27T18:02:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0/manifests"},{"name":"conventional-changelog-writer-v5.0.1","sha":"21b73f974adc4490a318d9c892055655cb82c538","kind":"commit","published_at":"2021-12-29T21:36:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.3","sha":"02757d342290bcf51a49d49e5e72f5eae6c6f6da","kind":"commit","published_at":"2021-12-29T19:52:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3/manifests"},{"name":"conventional-commits-parser-v3.2.4","sha":"1d0f62d4ac4911ef0d912d5401f783b152cee624","kind":"commit","published_at":"2021-12-29T19:46:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4/manifests"},{"name":"git-raw-commits-v2.0.11","sha":"95384dbd105ffe4f86bbc6ccad3e5405a1cbfe04","kind":"commit","published_at":"2021-12-29T19:39:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.2","sha":"1827696185192a8dd258ea7c3370090238b0fb76","kind":"commit","published_at":"2021-12-25T18:06:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2/manifests"},{"name":"conventional-changelog-cli-v2.2.2","sha":"8ce6a7bbd3fae87aa9d56fca68c2e16fbb2cace5","kind":"commit","published_at":"2021-12-25T17:22:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2/manifests"},{"name":"conventional-changelog-v3.1.25","sha":"8e9c3d76aaffd7fe67a78270b3ad9b881e953e7e","kind":"commit","published_at":"2021-12-24T18:50:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25/manifests"},{"name":"conventional-commits-parser-v3.2.3","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3/manifests"},{"name":"conventional-changelog-cli-v2.2.1","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.1","sha":"c35708d56a55e31b750aec1f745e5be52f0a75f2","kind":"commit","published_at":"2021-09-09T19:06:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1/manifests"},{"name":"conventional-commits-parser-v3.2.2","sha":"1bae48ff85eff0736ea6691b7214f3fc9c026256","kind":"commit","published_at":"2021-09-09T14:45:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2/manifests"},{"name":"conventional-changelog-core-v4.2.4","sha":"02fbc2d42d0faf53d4b7a2b0525626088a6ac8ba","kind":"commit","published_at":"2021-09-09T14:37:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4/manifests"},{"name":"conventional-changelog-angular-v5.0.13","sha":"e30343b4676d26b416080294dc74ebba001c0716","kind":"commit","published_at":"2021-09-09T14:31:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v5.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13/manifests"},{"name":"conventional-changelog-core-v4.2.3","sha":"318b555b6ef3aebdb5a8d4c7c734fd7234712dd3","kind":"commit","published_at":"2021-07-03T00:24:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.0","sha":"537c37d7801872c3e57e4200c64154a4d2ea042a","kind":"commit","published_at":"2021-04-30T00:15:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0/manifests"},{"name":"conventional-commits-parser-v3.2.1","sha":"758dda2937b6784f0cc6a535286862fcf95b6f06","kind":"commit","published_at":"2021-02-15T21:32:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1/manifests"},{"name":"git-raw-commits-v2.0.10","sha":"ffecaccb6e117afae9f68f1d48ff9a69554da950","kind":"commit","published_at":"2021-01-27T16:36:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10/manifests"},{"name":"conventional-changelog-writer-v5.0.0","sha":"61ef6491add84b841e1797baf09f62bbdd90dcd4","kind":"commit","published_at":"2020-12-30T22:40:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v6.1.0","sha":"3b0fb22b0bb49137b9ecddaeb349f66025205c57","kind":"commit","published_at":"2020-12-30T16:58:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0/manifests"},{"name":"conventional-changelog-core-v4.2.2","sha":"317eeb3137caff69bcc9a67fce3dc67663a010db","kind":"commit","published_at":"2020-12-30T00:53:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2/manifests"},{"name":"conventional-recommended-bump-v6.0.12","sha":"90ecc5d93bfd7626857eda5d240f92393d896be0","kind":"commit","published_at":"2020-12-30T00:43:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12/manifests"},{"name":"git-raw-commits-v2.0.9","sha":"227f3e23af86912c0cd64fdb1a820ac92e5757c5","kind":"commit","published_at":"2020-12-29T23:59:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9/manifests"},{"name":"conventional-changelog-writer-v4.1.0","sha":"77725cfb12ca3ca22abb9421b4af012a49207e7a","kind":"commit","published_at":"2020-12-29T23:41:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0/manifests"},{"name":"conventional-changelog-atom@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8/manifests"},{"name":"conventional-changelog-angular@5.0.12","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12/manifests"},{"name":"conventional-changelog@3.1.24","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24/manifests"},{"name":"git-raw-commits@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8/manifests"},{"name":"standard-changelog@2.0.27","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27/manifests"},{"name":"gulp-conventional-changelog@2.0.35","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35/manifests"},{"name":"git-semver-tags@4.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1/manifests"},{"name":"conventional-recommended-bump@6.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11/manifests"},{"name":"conventional-commits-parser@3.2.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0/manifests"},{"name":"conventional-commits-filter@2.0.7","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7/manifests"},{"name":"conventional-changelog-writer@4.0.18","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18/manifests"},{"name":"conventional-changelog-jshint@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9/manifests"},{"name":"conventional-changelog-jquery@3.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11/manifests"},{"name":"conventional-changelog-express@2.0.6","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9/manifests"},{"name":"conventional-changelog-ember@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9/manifests"},{"name":"conventional-changelog-core@4.2.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.5.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1/manifests"},{"name":"conventional-changelog-v3.1.24","sha":"f8fcbc2e8b0834c29178ace6382b438a020ad828","kind":"commit","published_at":"2020-10-25T02:45:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24/manifests"},{"name":"conventional-recommended-bump@6.0.10","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10/manifests"},{"name":"standard-changelog@2.0.26","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26/manifests"},{"name":"gulp-conventional-changelog@2.0.34","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34/manifests"},{"name":"git-semver-tags@4.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0/manifests"},{"name":"conventional-changelog-core@4.2.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.4.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0/manifests"},{"name":"conventional-changelog-cli@2.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0/manifests"},{"name":"conventional-changelog@3.1.23","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23/manifests"},{"name":"standard-changelog@2.0.25","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25/manifests"},{"name":"conventional-changelog-writer@4.0.17","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17/manifests"},{"name":"conventional-changelog-jshint@2.0.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8/manifests"},{"name":"conventional-changelog-core@4.1.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8/manifests"},{"name":"conventional-changelog@3.1.22","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22/manifests"},{"name":"conventional-changelog-angular@5.0.11","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.35","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35/manifests"},{"name":"gulp-conventional-changelog@2.0.33","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.1","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1/manifests"},{"name":"conventional-changelog-core@4.1.7","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7/manifests"},{"name":"conventional-changelog@3.1.21","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21/manifests"},{"name":"conventional-changelog-writer@4.0.16","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.34","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34/manifests"},{"name":"standard-changelog@2.0.24","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24/manifests"},{"name":"gulp-conventional-changelog@2.0.32","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32/manifests"},{"name":"git-semver-tags@4.0.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.3.4","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4/manifests"},{"name":"standard-changelog@2.0.23","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23/manifests"},{"name":"gulp-conventional-changelog@2.0.31","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31/manifests"},{"name":"conventional-changelog-eslint@3.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.15","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10/manifests"},{"name":"conventional-changelog@3.1.20","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20/manifests"},{"name":"conventional-changelog-atom@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7/manifests"},{"name":"conventional-changelog-cli@2.0.33","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33/manifests"},{"name":"conventional-changelog-codemirror@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0/manifests"},{"name":"conventional-changelog-core@4.1.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6/manifests"},{"name":"conventional-changelog-ember@2.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8/manifests"},{"name":"conventional-commits-filter@2.0.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6/manifests"},{"name":"conventional-commits-parser@3.1.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.9","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9/manifests"},{"name":"git-raw-commits@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7/manifests"},{"name":"conventional-changelog-express@2.0.5","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10/manifests"},{"name":"conventional-changelog-jshint@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7/manifests"},{"name":"conventional-changelog-preset-loader-v2.3.2","sha":"9f6c56cb960a5043823cfb85b9843991201cbb51","kind":"commit","published_at":"2020-05-08T19:21:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v2.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2/manifests"},{"name":"conventional-changelog-core@4.1.5","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5/manifests"},{"name":"gulp-conventional-changelog@2.0.30","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30/manifests"},{"name":"standard-changelog@2.0.22","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22/manifests"},{"name":"conventional-changelog@3.1.19","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19/manifests"},{"name":"conventional-changelog-cli@2.0.32","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32/manifests"},{"name":"conventional-changelog-cli@2.0.31","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31/manifests"},{"name":"standard-changelog@2.0.21","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21/manifests"},{"name":"gulp-conventional-changelog@2.0.29","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29/manifests"},{"name":"conventional-changelog-core@4.1.4","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4/manifests"},{"name":"conventional-changelog@3.1.18","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18/manifests"},{"name":"conventional-changelog@3.1.17","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17/manifests"},{"name":"standard-changelog@2.0.20","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20/manifests"},{"name":"gulp-conventional-changelog@2.0.28","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28/manifests"},{"name":"conventional-changelog-core@4.1.3","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.30","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30/manifests"},{"name":"conventional-changelog-cli@2.0.29","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29/manifests"},{"name":"standard-changelog@2.0.19","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19/manifests"},{"name":"gulp-conventional-changelog@2.0.27","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27/manifests"},{"name":"conventional-changelog-core@4.1.2","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2/manifests"},{"name":"conventional-changelog@3.1.16","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16/manifests"},{"name":"conventional-changelog-cli@2.0.28","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28/manifests"},{"name":"standard-changelog@2.0.18","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18/manifests"},{"name":"gulp-conventional-changelog@2.0.26","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26/manifests"},{"name":"git-semver-tags@3.0.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1/manifests"},{"name":"git-raw-commits@2.0.3","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3/manifests"},{"name":"conventional-recommended-bump@6.0.5","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5/manifests"},{"name":"conventional-commits-parser@3.0.8","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.11","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11/manifests"},{"name":"conventional-changelog-core@4.1.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1/manifests"},{"name":"conventional-changelog@3.1.15","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15/manifests"},{"name":"gulp-conventional-changelog@2.0.25","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25/manifests"},{"name":"conventional-changelog@3.1.14","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14/manifests"},{"name":"conventional-changelog-angular@5.0.6","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6/manifests"},{"name":"conventional-changelog-cli@2.0.27","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.3","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3/manifests"},{"name":"conventional-changelog-core@4.1.0","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0/manifests"},{"name":"conventional-commits-parser@3.0.7","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7/manifests"},{"name":"conventional-recommended-bump@6.0.4","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4/manifests"},{"name":"standard-changelog@2.0.17","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17/manifests"},{"name":"conventional-changelog-cli@2.0.26","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.2","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2/manifests"},{"name":"conventional-changelog-core@4.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3/manifests"},{"name":"conventional-commits-parser@3.0.6","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6/manifests"},{"name":"conventional-recommended-bump@6.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.24","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24/manifests"},{"name":"standard-changelog@2.0.16","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16/manifests"},{"name":"conventional-changelog-writer@4.0.10","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10/manifests"},{"name":"conventional-changelog-preset-loader@2.3.0","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0/manifests"},{"name":"conventional-changelog@3.1.13","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13/manifests"},{"name":"conventional-changelog-jshint@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.9","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9/manifests"},{"name":"conventional-commits-parser@3.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5/manifests"},{"name":"conventional-changelog@3.1.12","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12/manifests"},{"name":"conventional-recommended-bump@6.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.23","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23/manifests"},{"name":"standard-changelog@2.0.15","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5/manifests"},{"name":"conventional-changelog-atom@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.25","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25/manifests"},{"name":"conventional-changelog-codemirror@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.1","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1/manifests"},{"name":"conventional-changelog-core@4.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2/manifests"},{"name":"conventional-changelog-ember@2.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4/manifests"},{"name":"conventional-changelog-eslint@3.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.6","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6/manifests"},{"name":"standard-changelog@2.0.14","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14/manifests"},{"name":"gulp-conventional-changelog@2.0.22","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22/manifests"},{"name":"conventional-recommended-bump@6.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1/manifests"},{"name":"conventional-commits-parser@3.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4/manifests"},{"name":"conventional-changelog-writer@4.0.8","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8/manifests"},{"name":"conventional-changelog-jshint@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.5","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5/manifests"},{"name":"conventional-changelog-eslint@3.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3/manifests"},{"name":"conventional-changelog-ember@2.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3/manifests"},{"name":"conventional-changelog-core@4.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.0","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.24","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24/manifests"},{"name":"conventional-changelog-atom@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4/manifests"},{"name":"conventional-changelog@3.1.11","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11/manifests"},{"name":"conventional-changelog-preset-loader@2.2.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0/manifests"},{"name":"standard-changelog@2.0.13","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13/manifests"},{"name":"gulp-conventional-changelog@2.0.21","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21/manifests"},{"name":"git-semver-tags@3.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0/manifests"},{"name":"conventional-recommended-bump@6.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.7","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7/manifests"},{"name":"conventional-changelog@3.1.10","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10/manifests"},{"name":"conventional-changelog-cli@2.0.23","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23/manifests"},{"name":"conventional-changelog-conventionalcommits@4.1.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0/manifests"},{"name":"conventional-changelog-core@4.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.1","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.0.0","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0/manifests"},{"name":"conventional-changelog-core@3.2.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3/manifests"},{"name":"conventional-changelog-writer@4.0.6","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6/manifests"},{"name":"conventional-commits-parser@3.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3/manifests"},{"name":"conventional-changelog@3.1.9","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9/manifests"},{"name":"standard-changelog@2.0.12","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.20","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20/manifests"},{"name":"git-semver-tags@2.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.22","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22/manifests"},{"name":"standard-changelog@2.0.11","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11/manifests"},{"name":"conventional-changelog@3.1.8","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8/manifests"},{"name":"conventional-changelog-cli@2.0.21","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.2","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.19","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19/manifests"},{"name":"conventional-changelog@3.1.7","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7/manifests"},{"name":"conventional-changelog-cli@2.0.20","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.1","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.18","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18/manifests"},{"name":"conventional-changelog-cli@2.0.19","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.17","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17/manifests"},{"name":"conventional-changelog@3.1.6","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6/manifests"},{"name":"conventional-changelog@3.1.5","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5/manifests"},{"name":"conventional-changelog-conventionalcommits@2.0.0","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.16","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.18","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.2","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.17","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17/manifests"},{"name":"conventional-changelog@3.1.4","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.15","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15/manifests"},{"name":"conventional-changelog-writer@4.0.5","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5/manifests"},{"name":"standard-changelog@2.0.10","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10/manifests"},{"name":"gulp-conventional-changelog@2.0.14","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14/manifests"},{"name":"conventional-changelog@3.1.3","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3/manifests"},{"name":"conventional-changelog-core@3.2.2","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2/manifests"},{"name":"conventional-changelog-cli@2.0.16","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.15","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15/manifests"},{"name":"standard-changelog@2.0.9","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.1.2","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2/manifests"},{"name":"conventional-changelog-core@3.2.1","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1/manifests"},{"name":"gulp-conventional-changelog@2.0.13","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13/manifests"},{"name":"conventional-changelog@3.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1/manifests"},{"name":"gulp-conventional-changelog@2.0.12","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12/manifests"},{"name":"conventional-recommended-bump@4.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1/manifests"},{"name":"conventional-changelog-preset-loader@2.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.14","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14/manifests"},{"name":"conventional-changelog-preset-loader@2.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0/manifests"},{"name":"conventional-changelog-writer@4.0.4","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4/manifests"},{"name":"conventional-commits-filter@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2/manifests"},{"name":"conventional-commits-parser@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2/manifests"},{"name":"conventional-recommended-bump@4.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0/manifests"},{"name":"gulp-conventional-changelog@2.0.11","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11/manifests"},{"name":"standard-changelog@2.0.8","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8/manifests"},{"name":"git-raw-commits@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2/manifests"},{"name":"conventional-changelog@3.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0/manifests"},{"name":"conventional-changelog-cli@2.0.13","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0/manifests"},{"name":"conventional-changelog-core@3.2.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0/manifests"},{"name":"conventional-changelog-eslint@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2/manifests"},{"name":"standard-changelog@2.0.7","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6/manifests"},{"name":"conventional-changelog-angular@5.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.12","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.10","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10/manifests"},{"name":"conventional-changelog-writer@4.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3/manifests"},{"name":"conventional-changelog-core@3.1.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6/manifests"},{"name":"conventional-recommended-bump@4.0.4","sha":"da729f68f9dc581623deb587c705ef65d189a9f4","kind":"tag","published_at":"2018-11-01T06:56:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4/manifests"},{"name":"standard-changelog@2.0.6","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6/manifests"},{"name":"conventional-changelog-core@3.1.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5/manifests"},{"name":"conventional-changelog-writer@4.0.2","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.9","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.0.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.11","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.10","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10/manifests"},{"name":"conventional-changelog-core@3.1.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.8","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8/manifests"},{"name":"conventional-changelog@3.0.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4/manifests"},{"name":"git-semver-tags@2.0.2","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.3","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3/manifests"},{"name":"standard-changelog@2.0.5","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5/manifests"},{"name":"standard-changelog@2.0.4","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.7","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3/manifests"},{"name":"conventional-changelog-core@3.1.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.9","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9/manifests"},{"name":"standard-changelog@2.0.3","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.8","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8/manifests"},{"name":"conventional-changelog-core@3.1.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2/manifests"},{"name":"gulp-conventional-changelog@2.0.6","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6/manifests"},{"name":"conventional-changelog@3.0.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.5","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.7","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7/manifests"},{"name":"conventional-changelog@3.0.1","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1/manifests"},{"name":"standard-changelog@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4/manifests"},{"name":"git-semver-tags@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1/manifests"},{"name":"git-raw-commits@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2/manifests"},{"name":"conventional-commits-parser@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1/manifests"},{"name":"conventional-commits-filter@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1/manifests"},{"name":"conventional-changelog-writer@4.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1/manifests"},{"name":"conventional-changelog-preset-loader@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4/manifests"},{"name":"conventional-changelog-express@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1/manifests"},{"name":"conventional-changelog-eslint@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2/manifests"},{"name":"conventional-changelog-core@3.1.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1/manifests"},{"name":"conventional-changelog-codemirror@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.6","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6/manifests"},{"name":"conventional-changelog-atom@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1/manifests"},{"name":"conventional-changelog-angular@5.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2/manifests"},{"name":"conventional-changelog@3.0.0","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.5","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.3","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.2","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.4","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3/manifests"},{"name":"standard-changelog@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3/manifests"},{"name":"conventional-changelog-core@3.1.0","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0/manifests"},{"name":"conventional-changelog-ember@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1/manifests"},{"name":"conventional-changelog-jquery@3.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1/manifests"},{"name":"conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0/manifests"},{"name":"conventional-recommended-bump@4.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0/manifests"},{"name":"conventional-changelog-jquery@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0/manifests"},{"name":"conventional-changelog-express@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0/manifests"},{"name":"conventional-changelog-eslint@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0/manifests"},{"name":"conventional-changelog-ember@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1/manifests"},{"name":"conventional-changelog-atom@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1/manifests"},{"name":"conventional-changelog-angular@4.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1/manifests"},{"name":"conventional-changelog-jquery@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0/manifests"},{"name":"conventional-changelog-jshint@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0/manifests"},{"name":"standard-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0/manifests"},{"name":"conventional-recommended-bump@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0/manifests"},{"name":"conventional-commits-parser@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0/manifests"},{"name":"conventional-commits-filter@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0/manifests"},{"name":"conventional-changelog-ember@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0/manifests"},{"name":"conventional-changelog-express@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0/manifests"},{"name":"git-semver-tags@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0/manifests"},{"name":"git-raw-commits@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0/manifests"},{"name":"conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-angular@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0/manifests"},{"name":"conventional-changelog-atom@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0/manifests"},{"name":"conventional-changelog-core@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0/manifests"},{"name":"conventional-changelog-eslint@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-core@2.0.11","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11/manifests"},{"name":"conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-cli@1.3.22","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22/manifests"},{"name":"conventional-changelog-ember@0.3.12","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12/manifests"},{"name":"conventional-recommended-bump@2.0.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9/manifests"},{"name":"conventional-changelog-angular@3.0.7","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7/manifests"},{"name":"gulp-conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24/manifests"},{"name":"standard-changelog@1.0.19","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19/manifests"},{"name":"conventional-changelog-jquery@1.3.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9/manifests"},{"name":"conventional-changelog-angular@3.0.6","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6/manifests"},{"name":"standard-changelog@1.0.18","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18/manifests"},{"name":"gulp-conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-writer@3.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9/manifests"},{"name":"conventional-changelog-jshint@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8/manifests"},{"name":"conventional-changelog-jquery@1.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8/manifests"},{"name":"conventional-changelog-eslint@1.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9/manifests"},{"name":"conventional-changelog-ember@0.3.11","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11/manifests"},{"name":"conventional-changelog-core@2.0.10","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10/manifests"},{"name":"conventional-changelog-codemirror@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8/manifests"},{"name":"conventional-changelog-cli@1.3.21","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21/manifests"},{"name":"conventional-changelog-atom@0.2.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8/manifests"},{"name":"conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23/manifests"},{"name":"gulp-conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-core@2.0.9","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9/manifests"},{"name":"conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-cli@1.3.20","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20/manifests"},{"name":"conventional-changelog-writer@3.0.8","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8/manifests"},{"name":"standard-changelog@1.0.17","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17/manifests"},{"name":"conventional-changelog-angular@3.0.5","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.10","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10/manifests"},{"name":"conventional-changelog-cli@1.3.19","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19/manifests"},{"name":"conventional-changelog-angular@3.0.4","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4/manifests"},{"name":"conventional-changelog-atom@0.2.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7/manifests"},{"name":"conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-core@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.9","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9/manifests"},{"name":"conventional-changelog-eslint@1.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8/manifests"},{"name":"conventional-changelog-express@0.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6/manifests"},{"name":"conventional-changelog-jquery@1.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7/manifests"},{"name":"conventional-changelog-preset-loader@1.1.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8/manifests"},{"name":"conventional-changelog-writer@3.0.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7/manifests"},{"name":"conventional-commits-parser@2.1.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7/manifests"},{"name":"conventional-recommended-bump@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8/manifests"},{"name":"git-raw-commits@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6/manifests"},{"name":"git-semver-tags@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21/manifests"},{"name":"standard-changelog@1.0.16","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16/manifests"},{"name":"conventional-changelog-codemirror@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6/manifests"},{"name":"conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-core@2.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7/manifests"},{"name":"conventional-changelog-codemirror@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6/manifests"},{"name":"conventional-changelog-cli@1.3.18","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18/manifests"},{"name":"conventional-changelog-ember@0.3.8","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8/manifests"},{"name":"conventional-changelog-writer@3.0.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6/manifests"},{"name":"conventional-changelog-atom@0.2.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6/manifests"},{"name":"conventional-changelog-eslint@1.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7/manifests"},{"name":"standard-changelog@1.0.15","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15/manifests"},{"name":"conventional-changelog-angular@3.0.3","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3/manifests"},{"name":"conventional-changelog-jquery@1.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-angular@3.0.2","sha":"1cc079df803f58b52c8aa997fff43e9c162266e7","kind":"tag","published_at":"2018-03-22T14:14:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2/manifests"},{"name":"conventional-changelog-ember@0.3.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7/manifests"},{"name":"standard-changelog@1.0.14","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14/manifests"},{"name":"gulp-conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19/manifests"},{"name":"git-semver-tags@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5/manifests"},{"name":"git-raw-commits@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7/manifests"},{"name":"conventional-commits-parser@2.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6/manifests"},{"name":"conventional-commits-filter@1.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5/manifests"},{"name":"conventional-changelog-preset-loader@1.1.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7/manifests"},{"name":"conventional-changelog-jshint@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5/manifests"},{"name":"conventional-changelog-jquery@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5/manifests"},{"name":"conventional-changelog-express@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6/manifests"},{"name":"conventional-changelog-core@2.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5/manifests"},{"name":"conventional-changelog-cli@1.3.17","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17/manifests"},{"name":"conventional-changelog-atom@0.2.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5/manifests"},{"name":"conventional-changelog-angular@3.0.1","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1/manifests"},{"name":"conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19/manifests"},{"name":"conventional-changelog-angular@3.0.0","sha":"49997aaba373502e5b38bd366846934641e95799","kind":"tag","published_at":"2018-03-22T13:45:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.16","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16/manifests"},{"name":"conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18/manifests"},{"name":"gulp-conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-eslint@1.0.5","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5/manifests"},{"name":"conventional-changelog-cli@1.3.15","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15/manifests"},{"name":"conventional-changelog-codemirror@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4/manifests"},{"name":"conventional-changelog-express@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4/manifests"},{"name":"conventional-changelog-jquery@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4/manifests"},{"name":"conventional-changelog-jshint@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4/manifests"},{"name":"conventional-commits-filter@1.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5/manifests"},{"name":"conventional-commits-parser@2.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5/manifests"},{"name":"conventional-recommended-bump@2.0.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6/manifests"},{"name":"standard-changelog@1.0.13","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13/manifests"},{"name":"gulp-conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17/manifests"},{"name":"git-semver-tags@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4/manifests"},{"name":"git-raw-commits@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4/manifests"},{"name":"conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17/manifests"},{"name":"conventional-changelog-angular@1.6.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6/manifests"},{"name":"conventional-changelog-atom@0.2.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4/manifests"},{"name":"gulp-conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog-angular@1.6.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5/manifests"},{"name":"conventional-changelog-atom@0.2.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3/manifests"},{"name":"conventional-changelog-cli@1.3.14","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14/manifests"},{"name":"conventional-changelog-codemirror@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4/manifests"},{"name":"conventional-changelog-ember@0.3.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3/manifests"},{"name":"conventional-changelog-express@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3/manifests"},{"name":"conventional-changelog-jshint@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5/manifests"},{"name":"conventional-changelog-writer@3.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3/manifests"},{"name":"conventional-commits-filter@1.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4/manifests"},{"name":"conventional-commits-parser@2.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4/manifests"},{"name":"conventional-recommended-bump@2.0.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5/manifests"},{"name":"git-raw-commits@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3/manifests"},{"name":"git-semver-tags@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3/manifests"},{"name":"standard-changelog@1.0.12","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12/manifests"},{"name":"conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15/manifests"},{"name":"gulp-conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15/manifests"},{"name":"conventional-recommended-bump@2.0.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4/manifests"},{"name":"conventional-changelog-cli@1.3.13","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13/manifests"},{"name":"conventional-changelog-preset-loader@1.1.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4/manifests"},{"name":"git-raw-commits@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2/manifests"},{"name":"standard-changelog@1.0.11","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11/manifests"},{"name":"conventional-recommended-bump@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3/manifests"},{"name":"gulp-conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14/manifests"},{"name":"git-semver-tags@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2/manifests"},{"name":"conventional-changelog-eslint@1.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2/manifests"},{"name":"conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14/manifests"},{"name":"conventional-changelog-angular@1.6.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4/manifests"},{"name":"conventional-changelog-atom@0.2.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2/manifests"},{"name":"conventional-changelog-cli@1.3.12","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12/manifests"},{"name":"conventional-changelog-codemirror@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2/manifests"},{"name":"conventional-changelog-core@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.3.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4/manifests"},{"name":"conventional-changelog-express@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2/manifests"},{"name":"conventional-changelog-jquery@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2/manifests"},{"name":"conventional-changelog-jshint@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3/manifests"},{"name":"conventional-commits-filter@1.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3/manifests"},{"name":"conventional-changelog-writer@3.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13/manifests"},{"name":"standard-changelog@1.0.10","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10/manifests"},{"name":"git-raw-commits@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1/manifests"},{"name":"conventional-commits-parser@2.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2/manifests"},{"name":"conventional-changelog-writer@3.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1/manifests"},{"name":"conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13/manifests"},{"name":"conventional-commits-filter@1.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2/manifests"},{"name":"conventional-recommended-bump@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2/manifests"},{"name":"git-semver-tags@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1/manifests"},{"name":"conventional-changelog-core@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2/manifests"},{"name":"conventional-changelog-codemirror@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1/manifests"},{"name":"conventional-changelog-angular@1.6.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3/manifests"},{"name":"conventional-changelog-cli@1.3.11","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11/manifests"},{"name":"conventional-changelog-atom@0.2.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1/manifests"},{"name":"conventional-changelog-ember@0.3.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1/manifests"},{"name":"conventional-changelog-express@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3/manifests"},{"name":"conventional-changelog-jshint@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1/manifests"},{"name":"conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12/manifests"},{"name":"gulp-conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12/manifests"},{"name":"conventional-changelog-cli@1.3.10","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10/manifests"},{"name":"conventional-recommended-bump@2.0.1","sha":"a4f0aa902d3e966fe6d6b1d46f2130838524cfbf","kind":"tag","published_at":"2018-02-12T14:54:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1/manifests"},{"name":"conventional-recommended-bump@2.0.0","sha":"9885d205ed96338575335652d006f475408e1195","kind":"tag","published_at":"2018-02-12T14:30:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0/manifests"},{"name":"conventional-changelog-preset-loader@1.1.2","sha":"a450d974237d440009ec3fb4c63974cf066e8f79","kind":"tag","published_at":"2018-02-12T04:07:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.1","sha":"5af1f00dcc4e1f9c3299bc7feb322a88b711f042","kind":"tag","published_at":"2018-02-09T04:17:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.0","sha":"c3eb36dbc52f383df6f3dcf3a3870b01ceee0b8b","kind":"tag","published_at":"2018-02-08T14:46:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0/manifests"},{"name":"conventional-changelog-ember@0.3.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1/manifests"},{"name":"conventional-changelog-angular@1.6.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2/manifests"},{"name":"gulp-conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11/manifests"},{"name":"standard-changelog@1.0.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9/manifests"},{"name":"conventional-recommended-bump@1.2.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1/manifests"},{"name":"conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11/manifests"},{"name":"conventional-changelog-cli@1.3.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9/manifests"},{"name":"conventional-changelog-core@2.0.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1/manifests"},{"name":"gulp-conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10/manifests"},{"name":"standard-changelog@1.0.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8/manifests"},{"name":"git-semver-tags@1.3.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.2.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0/manifests"},{"name":"conventional-changelog-writer@3.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0/manifests"},{"name":"conventional-changelog-eslint@1.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.3.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1/manifests"},{"name":"conventional-changelog-core@2.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8/manifests"},{"name":"conventional-changelog-angular@1.6.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1/manifests"},{"name":"conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10/manifests"},{"name":"conventional-changelog-core@1.9.5","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5/manifests"},{"name":"conventional-changelog-ember@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0/manifests"},{"name":"conventional-changelog-eslint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0/manifests"},{"name":"conventional-changelog-cli@1.3.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7/manifests"},{"name":"conventional-changelog-express@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0/manifests"},{"name":"conventional-changelog-jquery@1.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0/manifests"},{"name":"conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-jshint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0/manifests"},{"name":"gulp-conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9/manifests"},{"name":"standard-changelog@1.0.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7/manifests"},{"name":"conventional-changelog-angular@1.6.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0/manifests"},{"name":"conventional-changelog-codemirror@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0/manifests"},{"name":"conventional-changelog-atom@0.2.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0/manifests"},{"name":"conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8/manifests"},{"name":"standard-changelog@1.0.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6/manifests"},{"name":"gulp-conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8/manifests"},{"name":"conventional-recommended-bump@1.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0/manifests"},{"name":"conventional-commits-parser@2.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0/manifests"},{"name":"conventional-commits-filter@1.1.1","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1/manifests"},{"name":"conventional-changelog-writer@2.0.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.2.10","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10/manifests"},{"name":"conventional-changelog-core@1.9.4","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4/manifests"},{"name":"conventional-changelog-cli@1.3.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6/manifests"},{"name":"conventional-changelog-angular@1.5.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3/manifests"},{"name":"conventional-changelog-ember@0.2.9","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9/manifests"},{"name":"standard-changelog@1.0.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5/manifests"},{"name":"gulp-conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7/manifests"},{"name":"git-semver-tags@1.2.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3/manifests"},{"name":"git-raw-commits@1.3.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.0.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3/manifests"},{"name":"conventional-commits-parser@2.0.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1/manifests"},{"name":"conventional-commits-filter@1.1.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0/manifests"},{"name":"conventional-changelog-writer@2.0.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2/manifests"},{"name":"conventional-changelog-jshint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1/manifests"},{"name":"conventional-changelog-jquery@1.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1/manifests"},{"name":"conventional-changelog-express@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1/manifests"},{"name":"conventional-changelog-eslint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1/manifests"},{"name":"conventional-changelog-core@1.9.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3/manifests"},{"name":"conventional-changelog-codemirror@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1/manifests"},{"name":"conventional-changelog-cli@1.3.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5/manifests"},{"name":"conventional-changelog-atom@0.1.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2/manifests"},{"name":"conventional-changelog-angular@1.5.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2/manifests"},{"name":"conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7/manifests"},{"name":"@marionebl/conventional-commits-parser@3.0.0","sha":"edf4068ce4c3ea6ac5b61323473ab655be5eb895","kind":"tag","published_at":"2017-11-01T07:09:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/@marionebl/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/@marionebl/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4/manifests"},{"name":"git-semver-tags@1.2.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2/manifests"},{"name":"conventional-recommended-bump@1.0.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-ember@0.2.8","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8/manifests"},{"name":"conventional-changelog-core@1.9.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2/manifests"},{"name":"standard-changelog@1.0.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4/manifests"},{"name":"conventional-changelog-angular@1.5.1","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1/manifests"},{"name":"conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6/manifests"},{"name":"standard-changelog@1.0.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3/manifests"},{"name":"conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-angular@1.5.0","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0/manifests"},{"name":"conventional-changelog-cli@1.3.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3/manifests"},{"name":"gulp-conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-writer@2.0.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1/manifests"},{"name":"conventional-changelog-core@1.9.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1/manifests"},{"name":"conventional-changelog-ember@0.2.7","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7/manifests"},{"name":"git-semver-tags@1.2.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1/manifests"},{"name":"conventional-changelog-jshint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0/manifests"},{"name":"conventional-changelog-jquery@1.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0/manifests"},{"name":"conventional-changelog-express@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0/manifests"},{"name":"conventional-changelog-eslint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0/manifests"},{"name":"conventional-commits-parser@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0/manifests"},{"name":"conventional-changelog-writer@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1/manifests"},{"name":"conventional-changelog-core@1.9.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0/manifests"},{"name":"conventional-changelog-codemirror@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0/manifests"},{"name":"conventional-changelog-cli@1.3.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2/manifests"},{"name":"conventional-changelog-atom@0.1.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1/manifests"},{"name":"conventional-changelog-angular@1.4.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0/manifests"},{"name":"conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4/manifests"},{"name":"gulp-conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4/manifests"},{"name":"standard-changelog@1.0.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2/manifests"},{"name":"conventional-changelog-ember@0.2.6","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6/manifests"},{"name":"conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3/manifests"},{"name":"conventional-changelog-angular@1.3.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3/manifests"},{"name":"conventional-changelog-cli@1.3.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1/manifests"},{"name":"conventional-changelog-core@1.8.0","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.8.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0/manifests"},{"name":"conventional-changelog-ember@0.2.5","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5/manifests"},{"name":"gulp-conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3/manifests"},{"name":"standard-changelog@1.0.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1/manifests"},{"name":"git-semver-tags@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0/manifests"},{"name":"standard-changelog@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2/manifests"},{"name":"git-raw-commits@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0/manifests"},{"name":"conventional-recommended-bump@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.2.4","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4/manifests"},{"name":"conventional-changelog-core@1.7.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.7.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0/manifests"},{"name":"conventional-changelog-cli@1.3.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0/manifests"},{"name":"conventional-changelog-angular@1.3.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2/manifests"},{"name":"conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2/manifests"},{"name":"gulp-conventional-changelog@1.1.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"tag","published_at":"2017-03-10T05:35:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0/manifests"},{"name":"standard-changelog@0.0.2","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@0.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-ember@0.2.3","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3/manifests"},{"name":"conventional-changelog-core@1.6.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0/manifests"},{"name":"conventional-changelog-angular@1.3.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1/manifests"},{"name":"conventional-changelog-cli@1.2.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1/manifests"},{"name":"conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-cli@1.2.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:01:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0/manifests"},{"name":"conventional-changelog-core@1.5.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:00:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0/manifests"},{"name":"git-raw-commits@1.1.2","sha":"f5fe78b1f15791cb0499744bf278dff22b52732f","kind":"tag","published_at":"2017-03-09T07:37:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2/manifests"},{"name":"git-semver-tags@1.1.2","sha":"7be07c7c0f49572b1c0e9c98f004b599d8b5bb1a","kind":"tag","published_at":"2017-03-09T07:35:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2/manifests"},{"name":"v1.1.0","sha":"600d411569271467389c3cbe71f7f657980e89a1","kind":"tag","published_at":"2016-02-13T06:59:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"9591280a8d09220aced3383abe3bc7ecbb34b503","kind":"tag","published_at":"2016-02-13T06:37:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"beef421f56939190a4ca30c28788eda1b3f9480d","kind":"tag","published_at":"2016-02-05T13:49:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"c8e90ab7fddd0b98855913e73fc12f9dc9dc81b1","kind":"tag","published_at":"2016-02-05T12:59:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0/manifests"},{"name":"v0.5.3","sha":"d79ce243223260b153699b99de0503698546ea63","kind":"tag","published_at":"2015-12-25T05:07:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"9e7b771072a2680c6c335fcad38003aade53213e","kind":"tag","published_at":"2015-12-23T12:24:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"4bf7d8df29f7be29552b82ec2b7112fad0c39a3e","kind":"tag","published_at":"2015-10-20T09:52:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"5ca2204b472704543ebbc744a22f8f90ec659659","kind":"tag","published_at":"2015-09-30T08:49:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"e5f2f3bc675e2c7e5cc6aa0ed50da7941833e492","kind":"tag","published_at":"2015-09-04T03:16:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"7536a0b351cc4f2764e71cbc268a178ab595259d","kind":"tag","published_at":"2015-08-17T01:28:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"56fa3d92620a41a875b3337fa51d04d6df23b1a8","kind":"tag","published_at":"2015-08-15T12:34:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"eefec0ef598a92e78510ee8626fd9bbcdb1398e4","kind":"tag","published_at":"2015-08-15T11:19:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0/manifests"},{"name":"v0.3.2","sha":"74b99dca61eafd56ba93605016b086a1108e77fe","kind":"tag","published_at":"2015-08-13T03:12:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"a1aca9c31a45aded77962bd0defc32e503aec213","kind":"commit","published_at":"2015-08-11T06:23:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"b489672d27ff703337c540f0fbc43f6486a84d99","kind":"commit","published_at":"2015-08-09T03:27:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"12e3cd6b151353dbe7f584adabbe5dd8a28424db","kind":"commit","published_at":"2015-07-24T08:13:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"f437b457b5ea6c105535a360144000f8315db54d","kind":"commit","published_at":"2015-07-24T04:54:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0/manifests"},{"name":"v0.1.3","sha":"c8fa9d0b94f8ac07f162623e4b9e9e68aad82e62","kind":"commit","published_at":"2015-07-22T11:06:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"6ba5d6e4b90a154dbca6ec0f80c66ad5995cd770","kind":"commit","published_at":"2015-07-22T07:10:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c015f8762f70eff2be7b8d7fb82438689239d717","kind":"commit","published_at":"2015-07-20T07:55:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"7253d0fea773e3f7cc0a3fb8278c9da070df26ee","kind":"commit","published_at":"2015-07-20T07:12:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.3","sha":"0c9f1e89bfacec8e08bac8ef96d64e3abdbecda7","kind":"commit","published_at":"2015-07-17T11:02:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"fec1baf43b8c0156682d4014a4fd066bd24ad448","kind":"commit","published_at":"2015-07-17T06:23:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"a5ea0dfada48601b9e3fbec78dd37d70380a2db6","kind":"commit","published_at":"2015-07-15T08:03:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1/manifests"},{"name":"v0.1.0-alpha.3","sha":"9b6cc68a2c17c9671363fe7af5de7ebd3a06aaeb","kind":"commit","published_at":"2015-07-06T01:27:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3/manifests"},{"name":"v0.1.0-alpha.2","sha":"34b0f460c34ecc48af857d8ee5d7038970ba56fb","kind":"commit","published_at":"2015-06-29T12:04:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2/manifests"},{"name":"v0.1.0-alpha.1","sha":"05b3415fc699ab43f3fa33b5ecd040ab5ecdf9e2","kind":"commit","published_at":"2015-06-24T04:42:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1/manifests"},{"name":"v0.0.17","sha":"3cae05244e48af9cf4abbef3114060db585a574c","kind":"commit","published_at":"2015-04-03T02:12:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"c0719ce6ba16778dd34c2cfdc81e7f3c5321409d","kind":"commit","published_at":"2015-03-19T04:15:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"57af04dc3e362c0e327b716279c9143028c6e0da","kind":"commit","published_at":"2015-03-18T20:23:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"69be290efb58a6a92e9ae78d7b37168d293920b5","kind":"commit","published_at":"2015-03-13T21:22:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"15a39d02ba3d666e7820eecbb8c5493ef2f6040a","kind":"commit","published_at":"2015-03-12T23:17:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13/manifests"},{"name":"v0.0.11","sha":"37f5561553c30d8f0f2c949502ea278da64949cd","kind":"tag","published_at":"2014-05-28T13:14:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"ad6f6ec5499d2c902b88da95487862d50e5ad776","kind":"tag","published_at":"2014-05-28T12:51:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"87efbabd9bc2a0fd83255e6cb856961b10aef9eb","kind":"tag","published_at":"2014-05-06T17:11:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"94b12cf69c51264b1edb6c81b50a262f0536894b","kind":"tag","published_at":"2014-04-10T14:45:48.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"1cf17e494fd7d8538c55189c72c0cf57d145ef41","kind":"tag","published_at":"2014-04-10T14:06:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"861f9ec93de28be4185b35815c2b6ab17746eb3f","kind":"commit","published_at":"2014-01-23T19:39:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"3f59f7356c86f30ef8e8754386373c2a8f97b367","kind":"commit","published_at":"2014-01-23T18:59:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6fa2c22464dcd964df604550c2ce2ed1d2f4362b","kind":"commit","published_at":"2014-01-04T21:36:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4/manifests"}]},"repo_metadata_updated_at":"2024-09-05T17:59:57.239Z","dependent_packages_count":1,"downloads":8,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":48.293345595762524,"dependent_repos_count":25.32799796580169,"dependent_packages_count":16.223928578504864,"stargazers_count":1.4444284534302032,"forks_count":1.6546204546288672,"average":18.58886420962563},"purl":"pkg:npm/conventional-changelog-o2team","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/conventional-changelog-o2team","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/conventional-changelog-o2team","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/conventional-changelog-o2team/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-09-04T23:04:01.314Z","issues_count":175,"pull_requests_count":479,"avg_time_to_close_issue":19345133.890243903,"avg_time_to_close_pull_request":6038480.121447029,"issues_closed_count":82,"pull_requests_closed_count":387,"pull_request_authors_count":71,"issue_authors_count":107,"avg_comments_per_issue":2.12,"avg_comments_per_pull_request":1.3068893528183716,"merged_pull_requests_count":302,"bot_issues_count":3,"bot_pull_requests_count":228,"past_year_issues_count":65,"past_year_pull_requests_count":215,"past_year_avg_time_to_close_issue":881436.8095238095,"past_year_avg_time_to_close_pull_request":919702.6333333333,"past_year_issues_closed_count":42,"past_year_pull_requests_closed_count":180,"past_year_pull_request_authors_count":24,"past_year_issue_authors_count":40,"past_year_avg_comments_per_issue":1.5538461538461539,"past_year_avg_comments_per_pull_request":1.0604651162790697,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":94,"past_year_merged_pull_requests_count":142,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues","maintainers":[{"login":"dangreen","count":83,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"},{"login":"bcoe","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bcoe"},{"login":"tommywo","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tommywo"}],"active_maintainers":[{"login":"dangreen","count":72,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-o2team/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-o2team/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-o2team/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-o2team/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-o2team/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/conventional-changelog-o2team/codemeta","maintainers":[{"uuid":"chuyik","login":"chuyik","name":null,"email":"crazyzyt@gmail.com","url":null,"packages_count":36,"html_url":"https://www.npmjs.com/~chuyik","role":null,"created_at":"2022-11-11T20:38:47.994Z","updated_at":"2022-11-11T20:38:47.994Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/chuyik/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5644415,"maintainers_count":1200486,"namespaces_count":399623,"keywords_count":847874,"github":"npm","metadata":{"funded_packages_count":171745},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-06-10T05:11:46.456Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":1027108,"name":"@latiwesh/conventional-changelog","ecosystem":"npm","description":"Generate a changelog from git metadata","homepage":"https://github.com/latiwesh/conventional-changelog/blob/master/README.md","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":["conventional-changelog","conventional","changelog","log"],"namespace":"latiwesh","versions_count":5,"first_release_published_at":"2021-01-06T02:11:05.987Z","latest_release_published_at":"2021-01-06T01:43:35.358Z","latest_release_number":"9.1.3","last_synced_at":"2026-06-03T20:27:00.237Z","created_at":"2022-04-07T19:36:14.653Z","updated_at":"2026-06-03T20:27:00.237Z","registry_url":"https://www.npmjs.com/package/@latiwesh/conventional-changelog","install_command":"npm install @latiwesh/conventional-changelog","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"conventional-changelog@9.1.1":"9.1.1","latest":"9.1.1","conventional-changelog@9.1.2":"9.1.2","conventional-changelog@9.1.3":"9.1.3","conventional-changelog@3.1.25":"3.1.25","conventional-changelog@3.1.26":"3.1.26"}},"repo_metadata":{"id":12961414,"uuid":"15639771","full_name":"conventional-changelog/conventional-changelog","owner":"conventional-changelog","description":"Generate changelogs and release notes from a project's commit messages and metadata.","archived":false,"fork":false,"pushed_at":"2024-06-18T04:54:14.000Z","size":5832,"stargazers_count":7627,"open_issues_count":249,"forks_count":715,"subscribers_count":58,"default_branch":"master","last_synced_at":"2024-06-19T09:40:31.278Z","etag":null,"topics":["changelog","git","hacktoberfest","history","metadata","tag"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conventional-changelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2014-01-04T21:18:33.000Z","updated_at":"2024-06-19T09:40:44.711Z","dependencies_parsed_at":"2022-07-13T10:30:31.523Z","dependency_job_id":"5f6d159e-c4c6-405b-9fa7-976ffc4dfa04","html_url":"https://github.com/conventional-changelog/conventional-changelog","commit_stats":{"total_commits":1464,"total_committers":136,"mean_commits":"10.764705882352942","dds":"0.40095628415300544","last_synced_commit":"58f0887283a200d52e49607baf7b352f26177b05"},"previous_names":["ajoslin/conventional-changelog"],"tags_count":777,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":215686924,"owners_count":15916249,"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"},"owner_record":{"login":"conventional-changelog","name":"conventional-changelog","uuid":"16443515","kind":"organization","description":"Tools to generate changelogs and release notes from a project's commit messages and metadata.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16443515?v=4","repositories_count":12,"last_synced_at":"2024-03-25T20:05:25.442Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/conventional-changelog","funding_links":[],"total_stars":31480,"followers":325,"following":0,"created_at":"2022-11-02T16:25:21.572Z","updated_at":"2024-03-25T20:05:26.809Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conventional-changelog/repositories"},"tags":[{"name":"git-client-v1.0.1","sha":"d3b8aaa16337993bbad4d91db1ffac5a7568756b","kind":"commit","published_at":"2024-05-06T14:46:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.1/manifests"},{"name":"conventional-changelog-v6.0.0","sha":"83bb15ba5de08f080884fc906c6db3c99c8b2131","kind":"commit","published_at":"2024-04-26T22:08:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v6.0.0/manifests"},{"name":"conventional-changelog-core-v8.0.0","sha":"7bc92fc05e4447f311ad52b6e39d36f461eaf083","kind":"commit","published_at":"2024-04-26T22:07:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v8.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v8.0.0","sha":"3129c812139bf7454a64b4d506e6b85cd5abc77c","kind":"commit","published_at":"2024-04-26T22:06:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v8.0.0/manifests"},{"name":"git-semver-tags-v8.0.0","sha":"fbd1b3bcd6253a32de89eb21145c2eb70d9396b6","kind":"commit","published_at":"2024-04-26T22:05:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v8.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v5.0.0","sha":"e34c96db3dbebedb17a6583aae8855dddd056f83","kind":"commit","published_at":"2024-04-26T22:04:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v5.0.0/manifests"},{"name":"conventional-changelog-angular-v8.0.0","sha":"2aa6291a93eb881230e896f87a5232873b6a9717","kind":"commit","published_at":"2024-04-26T22:04:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v8.0.0/manifests"},{"name":"conventional-changelog-jquery-v6.0.0","sha":"1c71cd6d4868ef2e158963e277609a9794806306","kind":"commit","published_at":"2024-04-26T22:03:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v8.0.0","sha":"533e36277d1779a5ac79a06210c603b5f88bc030","kind":"commit","published_at":"2024-04-26T22:00:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v8.0.0/manifests"},{"name":"conventional-changelog-eslint-v6.0.0","sha":"c7459cd7d1e1ab82c9a5d552b008c02aba290cad","kind":"commit","published_at":"2024-04-26T21:59:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v6.0.0/manifests"},{"name":"git-raw-commits-v5.0.0","sha":"f61ea377e843db0852c35911785895ec43481f11","kind":"commit","published_at":"2024-04-26T21:58:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v5.0.0/manifests"},{"name":"conventional-changelog-codemirror-v5.0.0","sha":"77525286ffc8869a6ac351ebe28198842815cb7c","kind":"commit","published_at":"2024-04-26T21:57:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v5.0.0/manifests"},{"name":"conventional-changelog-cli-v5.0.0","sha":"a75cef688b9a1557ca981178d4d35c18963160b6","kind":"commit","published_at":"2024-04-26T21:53:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v5.0.0/manifests"},{"name":"conventional-changelog-express-v5.0.0","sha":"a6ab80d6e30091a8b743ee97a87e7400af1ebc53","kind":"commit","published_at":"2024-04-26T21:53:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v10.0.0","sha":"d7c409b02f1d58cf6f0293edcadbe5f00a78a622","kind":"commit","published_at":"2024-04-26T21:52:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v10.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v10.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v10.0.0/manifests"},{"name":"conventional-changelog-atom-v5.0.0","sha":"3b2b9d0ec2382f73d9cf000a1004596f90ece916","kind":"commit","published_at":"2024-04-26T21:51:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v5.0.0/manifests"},{"name":"conventional-changelog-jshint-v5.0.0","sha":"d7dae509e72b09d1496ae51f1f04c15581c828fc","kind":"commit","published_at":"2024-04-26T21:50:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v5.0.0/manifests"},{"name":"conventional-changelog-ember-v5.0.0","sha":"2e99dfa49112ffe6c864dd0e436f0db1e696b1f9","kind":"commit","published_at":"2024-04-26T21:50:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v5.0.0/manifests"},{"name":"conventional-commits-parser-v6.0.0","sha":"646e1be132ccd0f32e3074de2f511be5c610984f","kind":"commit","published_at":"2024-04-26T21:48:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v6.0.0/manifests"},{"name":"conventional-commits-filter-v5.0.0","sha":"be4266b7ef7b84ba5c198dfa8c143229f8a5b128","kind":"commit","published_at":"2024-04-26T21:47:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v5.0.0/manifests"},{"name":"standard-changelog-v6.0.0","sha":"3e9b9387f29e48a508b70b88f26b40a6db9fea16","kind":"commit","published_at":"2024-04-26T21:45:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v5.0.0","sha":"041a1a9b73b201add30494aed19d026b948bd8f1","kind":"commit","published_at":"2024-04-26T21:41:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v5.0.0/manifests"},{"name":"git-client-v1.0.0","sha":"7e51fe970576503cae3ab94e6e9b3e01017b044d","kind":"commit","published_at":"2024-04-26T21:21:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-client-v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-client-v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-client-v1.0.0/manifests"},{"name":"git-semver-tags-v7.0.1","sha":"fac8045242099c016f5f3905e54e02b7d466bd7b","kind":"commit","published_at":"2023-09-10T23:53:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.1/manifests"},{"name":"conventional-changelog-writer-v7.0.1","sha":"e3a643ad39ec3bc4cfb1dff2aa1101333df33dc3","kind":"commit","published_at":"2023-09-10T23:49:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.1/manifests"},{"name":"conventional-changelog-cli-v4.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.1.0/manifests"},{"name":"conventional-changelog-v5.1.0","sha":"e3226735fafe97eeb0b3332b71a0ad4a11b1e4b3","kind":"commit","published_at":"2023-09-08T22:36:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.1.0/manifests"},{"name":"conventional-changelog-core-v7.0.0","sha":"2e467dd39a35c3813597711a37690897183b4abc","kind":"commit","published_at":"2023-09-08T22:03:37.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v7.0.0/manifests"},{"name":"git-semver-tags-v7.0.0","sha":"a13f788bd505d8253a2d92413fc4a7780e11ec07","kind":"commit","published_at":"2023-09-08T21:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v7.0.0/manifests"},{"name":"standard-changelog-v5.0.0","sha":"34569c7a3fd2b0362a461517a1f4e20e7eecd9fc","kind":"commit","published_at":"2023-09-08T21:55:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v9.0.0","sha":"ad633d9d81f66ef80d7f77832a264cb0c5b971ef","kind":"commit","published_at":"2023-09-08T21:50:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v9.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v9.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.2","sha":"50113f9b569259d991f1a734a192964ca71f0118","kind":"commit","published_at":"2023-09-08T21:41:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.2/manifests"},{"name":"conventional-changelog-preset-loader-v4.1.0","sha":"a14d2186575f6061f236c9a47d803694b18f8373","kind":"commit","published_at":"2023-09-08T21:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.1.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.1","sha":"ca4324b0a690b2595f8b574882ff95329a2dc195","kind":"commit","published_at":"2023-08-27T19:11:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.1/manifests"},{"name":"conventional-commits-filter-v4.0.0","sha":"26fc9ea274dc0c62442ec9d97b20a2ebb49138bf","kind":"commit","published_at":"2023-08-27T12:55:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v4.0.0/manifests"},{"name":"standard-changelog-v4.0.0","sha":"5b788265774bf4b63d3c83a178ca53e8e7095903","kind":"commit","published_at":"2023-08-27T12:50:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-eslint-v5.0.0","sha":"679594c0716275771cc23b314e4362899fe72f87","kind":"commit","published_at":"2023-08-27T12:46:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v5.0.0/manifests"},{"name":"git-semver-tags-v6.0.0","sha":"1c75c72d9b5d59e3ea4e914c58a85f7559f29602","kind":"commit","published_at":"2023-08-27T12:40:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v6.0.0/manifests"},{"name":"conventional-recommended-bump-v8.0.0","sha":"624377a24e8e3658bcf2329a9a98f9a7b02a4cb3","kind":"commit","published_at":"2023-08-27T12:33:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v8.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v8.0.0/manifests"},{"name":"conventional-changelog-writer-v7.0.0","sha":"d669bb67dc713cb1e4374e3216ed7d83cde743c5","kind":"commit","published_at":"2023-08-27T12:27:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v7.0.0/manifests"},{"name":"conventional-changelog-codemirror-v4.0.0","sha":"933fd0b3dd355d648faf57241b796a714004c722","kind":"commit","published_at":"2023-08-27T12:23:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v4.0.0/manifests"},{"name":"conventional-changelog-express-v4.0.0","sha":"c9e9ceb3a3727659bd117bab01cbc7642d588f06","kind":"commit","published_at":"2023-08-27T12:16:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v4.0.0/manifests"},{"name":"conventional-changelog-ember-v4.0.0","sha":"5d7c16268f79b7f180e34e997fdb37373d714666","kind":"commit","published_at":"2023-08-27T12:11:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v4.0.0/manifests"},{"name":"conventional-changelog-jquery-v5.0.0","sha":"d643efb1050dcdaecee626044315644ff9b9e43b","kind":"commit","published_at":"2023-08-27T12:07:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v5.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v4.0.0","sha":"636646dd9ae062e9652a7f9ccaf6c329e6e9f924","kind":"commit","published_at":"2023-08-27T12:03:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v4.0.0/manifests"},{"name":"conventional-changelog-v5.0.0","sha":"7985de3edc9e655369651ad464cb39b791887dc7","kind":"commit","published_at":"2023-08-27T11:58:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v5.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v7.0.0","sha":"5f0fe40743d8f559ab94ed11bbb4b8bda6fa6dcb","kind":"commit","published_at":"2023-08-27T11:51:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v7.0.0/manifests"},{"name":"conventional-changelog-angular-v7.0.0","sha":"6c7a2e1a8807988bcb1a9842f72d14be3b1a89e3","kind":"commit","published_at":"2023-08-27T11:46:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v7.0.0/manifests"},{"name":"conventional-changelog-jshint-v4.0.0","sha":"0204a9a340d2c85411e8de8905bc74c6146e5618","kind":"commit","published_at":"2023-08-27T11:41:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v4.0.0/manifests"},{"name":"conventional-changelog-atom-v4.0.0","sha":"ab9b2c10e098ec8837d141102549f3eef698364c","kind":"commit","published_at":"2023-08-27T11:36:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v4.0.0/manifests"},{"name":"conventional-changelog-cli-v4.0.0","sha":"29df6c4597afad27b9cda06f58eb564bcca609c4","kind":"commit","published_at":"2023-08-27T11:21:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v4.0.0/manifests"},{"name":"conventional-changelog-core-v6.0.0","sha":"45613bbc2d13c798732e4b2bd4b2fa9ea67157d6","kind":"commit","published_at":"2023-08-27T11:17:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v6.0.0/manifests"},{"name":"gulp-conventional-changelog-v4.0.0","sha":"5a896e3ef3aa9e751fcc74d7c76fa21d6d526cb0","kind":"commit","published_at":"2023-08-27T11:08:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v4.0.0/manifests"},{"name":"git-raw-commits-v4.0.0","sha":"878fc56b43bc617177bf47fd8643a3b8b86078e5","kind":"commit","published_at":"2023-08-27T11:01:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v4.0.0/manifests"},{"name":"conventional-commits-parser-v5.0.0","sha":"299de5acbe55a7d19dcdd2adc34681eae7264abf","kind":"commit","published_at":"2023-08-26T17:50:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v5.0.0/manifests"},{"name":"git-semver-tags-v5.0.1","sha":"87914a362866a380e98a29edf19b2173e0911d8a","kind":"commit","published_at":"2023-07-09T19:10:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.1/manifests"},{"name":"conventional-changelog-writer-v6.0.1","sha":"c123edea220b450cfa26813b6f198c3e8ebbd2b4","kind":"commit","published_at":"2023-07-09T14:49:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.2","sha":"83773c5e1a8874ea9809ca9db1dff60b7df1daae","kind":"commit","published_at":"2023-06-28T17:43:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.2/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.1.0","sha":"2e5fe6d9574ba896fa90b5bfcb50fb73d28af6d6","kind":"commit","published_at":"2023-06-17T21:30:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.1.0/manifests"},{"name":"conventional-recommended-bump-v7.0.1","sha":"f251b6899e313a9b23f3c8deb8b8b57217040892","kind":"commit","published_at":"2023-06-06T23:24:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.1/manifests"},{"name":"conventional-changelog-core-v5.0.1","sha":"5b458dff9edf766446449acd1bbb8027a1e39fa5","kind":"commit","published_at":"2023-06-06T23:17:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.1/manifests"},{"name":"gulp-conventional-changelog-v3.0.0","sha":"8ef6232797e5bf7c80422221374c53c03d5df36d","kind":"commit","published_at":"2023-06-06T22:50:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog-v3.0.0/manifests"},{"name":"standard-changelog-v3.0.0","sha":"ea65f017b42b914ece780fd2fc799a6946912ed8","kind":"commit","published_at":"2023-06-06T22:42:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog-v3.0.0/manifests"},{"name":"conventional-changelog-cli-v3.0.0","sha":"f00f4549cee9406054b77057a8135183fcd89710","kind":"commit","published_at":"2023-06-06T22:29:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v3.0.0/manifests"},{"name":"conventional-changelog-v4.0.0","sha":"1a240f91ed584ed43e7f9c82235ca60eff0f4fa5","kind":"commit","published_at":"2023-06-06T19:50:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v4.0.0/manifests"},{"name":"conventional-changelog-core-v5.0.0","sha":"8507f601486c8ff6806156c50091262dee13ec54","kind":"commit","published_at":"2023-06-06T19:23:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v7.0.0","sha":"e1662ca7a6c688d28a334282a5e863f52866f3e8","kind":"commit","published_at":"2023-06-06T18:39:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v7.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v7.0.0/manifests"},{"name":"conventional-changelog-preset-loader-v3.0.0","sha":"5d80d155425147a0b045af09536e5962cbfff620","kind":"commit","published_at":"2023-06-06T15:08:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v6.0.0","sha":"a30fc7ae219cf871b46cbe9d2c76a9730b70e272","kind":"commit","published_at":"2023-06-06T14:58:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v6.0.0/manifests"},{"name":"conventional-changelog-writer-v6.0.0","sha":"aa5d46c7b13b7b31f78af4b3c31c087c39eea41d","kind":"commit","published_at":"2023-06-06T14:46:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v6.0.0/manifests"},{"name":"conventional-commits-filter-v3.0.0","sha":"502a73fe41aebb7b563c5ca69521e0b1bab904df","kind":"commit","published_at":"2023-06-06T14:32:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter-v3.0.0/manifests"},{"name":"conventional-commits-parser-v4.0.0","sha":"9f7fe891e75c64937c28baa39a6c795a01603ab7","kind":"commit","published_at":"2023-06-06T14:24:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v4.0.0/manifests"},{"name":"git-raw-commits-v3.0.0","sha":"571f2d549f10744a12ab3bc5dc5e0b749cb72667","kind":"commit","published_at":"2023-06-06T14:16:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v3.0.0/manifests"},{"name":"git-semver-tags-v5.0.0","sha":"445c796d04105d10dd62d07039bc6a7fc9f263a5","kind":"commit","published_at":"2023-06-06T13:51:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags-v5.0.0/manifests"},{"name":"conventional-changelog-atom-v3.0.0","sha":"208787aa2f5db8de1c2d43c56d71e6dfb9510781","kind":"commit","published_at":"2023-06-06T13:43:56.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom-v3.0.0/manifests"},{"name":"conventional-changelog-angular-v6.0.0","sha":"c4ebf98acc15f37154aae5de53a225e896c4a157","kind":"commit","published_at":"2023-06-06T13:36:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v6.0.0/manifests"},{"name":"conventional-changelog-codemirror-v3.0.0","sha":"0772453bee083917a05b9696d063ee3dc69957f9","kind":"commit","published_at":"2023-06-06T13:25:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror-v3.0.0/manifests"},{"name":"conventional-changelog-ember-v3.0.0","sha":"e473d0c8af7c0cf8a54f775556796f50f3e695c2","kind":"commit","published_at":"2023-06-06T13:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember-v3.0.0/manifests"},{"name":"conventional-changelog-eslint-v4.0.0","sha":"b3b896bc5b9e3ed65dcfc08c57967a252f37cfd1","kind":"commit","published_at":"2023-06-06T12:56:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint-v4.0.0/manifests"},{"name":"conventional-changelog-express-v3.0.0","sha":"5594385d1dd2490b0fb508a60b6f30e8be6616ce","kind":"commit","published_at":"2023-06-06T12:37:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express-v3.0.0/manifests"},{"name":"conventional-changelog-jquery-v4.0.0","sha":"51a3015a907b2cea900114359c36ce0e9664b72d","kind":"commit","published_at":"2023-06-06T12:17:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery-v4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery-v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery-v4.0.0/manifests"},{"name":"conventional-changelog-jshint-v3.0.0","sha":"281e5f883476e90b75cae4373a67436c86e94f6a","kind":"commit","published_at":"2023-06-06T12:02:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint-v3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint-v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint-v3.0.0/manifests"},{"name":"conventional-changelog-conventionalcommits-v5.0.0","sha":"ba6df7cf62de5f448368bed4398f6ddf633d2cbd","kind":"commit","published_at":"2022-05-27T18:02:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v5.0.0/manifests"},{"name":"conventional-changelog-writer-v5.0.1","sha":"21b73f974adc4490a318d9c892055655cb82c538","kind":"commit","published_at":"2021-12-29T21:36:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.3","sha":"02757d342290bcf51a49d49e5e72f5eae6c6f6da","kind":"commit","published_at":"2021-12-29T19:52:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.3/manifests"},{"name":"conventional-commits-parser-v3.2.4","sha":"1d0f62d4ac4911ef0d912d5401f783b152cee624","kind":"commit","published_at":"2021-12-29T19:46:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.4/manifests"},{"name":"git-raw-commits-v2.0.11","sha":"95384dbd105ffe4f86bbc6ccad3e5405a1cbfe04","kind":"commit","published_at":"2021-12-29T19:39:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.11/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.2","sha":"1827696185192a8dd258ea7c3370090238b0fb76","kind":"commit","published_at":"2021-12-25T18:06:59.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.2/manifests"},{"name":"conventional-changelog-cli-v2.2.2","sha":"8ce6a7bbd3fae87aa9d56fca68c2e16fbb2cace5","kind":"commit","published_at":"2021-12-25T17:22:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.2/manifests"},{"name":"conventional-changelog-v3.1.25","sha":"8e9c3d76aaffd7fe67a78270b3ad9b881e953e7e","kind":"commit","published_at":"2021-12-24T18:50:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.25/manifests"},{"name":"conventional-commits-parser-v3.2.3","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.3/manifests"},{"name":"conventional-changelog-cli-v2.2.1","sha":"840d139c40a2c4e773794d794c34bc4dbfde27c2","kind":"commit","published_at":"2021-10-24T00:04:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli-v2.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli-v2.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.1","sha":"c35708d56a55e31b750aec1f745e5be52f0a75f2","kind":"commit","published_at":"2021-09-09T19:06:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.1/manifests"},{"name":"conventional-commits-parser-v3.2.2","sha":"1bae48ff85eff0736ea6691b7214f3fc9c026256","kind":"commit","published_at":"2021-09-09T14:45:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.2/manifests"},{"name":"conventional-changelog-core-v4.2.4","sha":"02fbc2d42d0faf53d4b7a2b0525626088a6ac8ba","kind":"commit","published_at":"2021-09-09T14:37:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.4/manifests"},{"name":"conventional-changelog-angular-v5.0.13","sha":"e30343b4676d26b416080294dc74ebba001c0716","kind":"commit","published_at":"2021-09-09T14:31:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular-v5.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular-v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular-v5.0.13/manifests"},{"name":"conventional-changelog-core-v4.2.3","sha":"318b555b6ef3aebdb5a8d4c7c734fd7234712dd3","kind":"commit","published_at":"2021-07-03T00:24:22.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.3/manifests"},{"name":"conventional-changelog-conventionalcommits-v4.6.0","sha":"537c37d7801872c3e57e4200c64154a4d2ea042a","kind":"commit","published_at":"2021-04-30T00:15:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits-v4.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits-v4.6.0/manifests"},{"name":"conventional-commits-parser-v3.2.1","sha":"758dda2937b6784f0cc6a535286862fcf95b6f06","kind":"commit","published_at":"2021-02-15T21:32:51.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser-v3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser-v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser-v3.2.1/manifests"},{"name":"git-raw-commits-v2.0.10","sha":"ffecaccb6e117afae9f68f1d48ff9a69554da950","kind":"commit","published_at":"2021-01-27T16:36:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.10/manifests"},{"name":"conventional-changelog-writer-v5.0.0","sha":"61ef6491add84b841e1797baf09f62bbdd90dcd4","kind":"commit","published_at":"2020-12-30T22:40:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v5.0.0/manifests"},{"name":"conventional-recommended-bump-v6.1.0","sha":"3b0fb22b0bb49137b9ecddaeb349f66025205c57","kind":"commit","published_at":"2020-12-30T16:58:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.1.0/manifests"},{"name":"conventional-changelog-core-v4.2.2","sha":"317eeb3137caff69bcc9a67fce3dc67663a010db","kind":"commit","published_at":"2020-12-30T00:53:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core-v4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core-v4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core-v4.2.2/manifests"},{"name":"conventional-recommended-bump-v6.0.12","sha":"90ecc5d93bfd7626857eda5d240f92393d896be0","kind":"commit","published_at":"2020-12-30T00:43:17.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump-v6.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump-v6.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump-v6.0.12/manifests"},{"name":"git-raw-commits-v2.0.9","sha":"227f3e23af86912c0cd64fdb1a820ac92e5757c5","kind":"commit","published_at":"2020-12-29T23:59:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits-v2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits-v2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits-v2.0.9/manifests"},{"name":"conventional-changelog-writer-v4.1.0","sha":"77725cfb12ca3ca22abb9421b4af012a49207e7a","kind":"commit","published_at":"2020-12-29T23:41:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer-v4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer-v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer-v4.1.0/manifests"},{"name":"conventional-changelog-atom@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.8/manifests"},{"name":"conventional-changelog-angular@5.0.12","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.12/manifests"},{"name":"conventional-changelog@3.1.24","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.24/manifests"},{"name":"git-raw-commits@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.8/manifests"},{"name":"standard-changelog@2.0.27","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.27/manifests"},{"name":"gulp-conventional-changelog@2.0.35","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.35/manifests"},{"name":"git-semver-tags@4.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.1/manifests"},{"name":"conventional-recommended-bump@6.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.11/manifests"},{"name":"conventional-commits-parser@3.2.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.2.0/manifests"},{"name":"conventional-commits-filter@2.0.7","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.7/manifests"},{"name":"conventional-changelog-writer@4.0.18","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.18/manifests"},{"name":"conventional-changelog-jshint@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.9/manifests"},{"name":"conventional-changelog-jquery@3.0.11","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.11/manifests"},{"name":"conventional-changelog-express@2.0.6","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.6/manifests"},{"name":"conventional-changelog-eslint@3.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.9/manifests"},{"name":"conventional-changelog-ember@2.0.9","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.9/manifests"},{"name":"conventional-changelog-core@4.2.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.5.0","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.5.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.8","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.8/manifests"},{"name":"conventional-changelog-cli@2.1.1","sha":"cc567b98facf71315f4b1620d81ce01d155efaca","kind":"tag","published_at":"2020-11-05T01:24:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.1/manifests"},{"name":"conventional-changelog-v3.1.24","sha":"f8fcbc2e8b0834c29178ace6382b438a020ad828","kind":"commit","published_at":"2020-10-25T02:45:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-v3.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-v3.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-v3.1.24/manifests"},{"name":"conventional-recommended-bump@6.0.10","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.10/manifests"},{"name":"standard-changelog@2.0.26","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.26/manifests"},{"name":"gulp-conventional-changelog@2.0.34","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.34/manifests"},{"name":"git-semver-tags@4.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.1.0/manifests"},{"name":"conventional-changelog-core@4.2.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.2.0/manifests"},{"name":"conventional-changelog-conventionalcommits@4.4.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.4.0/manifests"},{"name":"conventional-changelog-cli@2.1.0","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.1.0/manifests"},{"name":"conventional-changelog@3.1.23","sha":"be1246c68f5dc4e6f28996129951a75bbf1cf307","kind":"tag","published_at":"2020-08-12T05:43:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.23/manifests"},{"name":"standard-changelog@2.0.25","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.25/manifests"},{"name":"conventional-changelog-writer@4.0.17","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.17/manifests"},{"name":"conventional-changelog-jshint@2.0.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.8/manifests"},{"name":"conventional-changelog-core@4.1.8","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.8/manifests"},{"name":"conventional-changelog@3.1.22","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.22/manifests"},{"name":"conventional-changelog-angular@5.0.11","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.35","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.35","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.35/manifests"},{"name":"gulp-conventional-changelog@2.0.33","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.33/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.1","sha":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","kind":"tag","published_at":"2020-06-20T00:15:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.1/manifests"},{"name":"conventional-changelog-core@4.1.7","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.7/manifests"},{"name":"conventional-changelog@3.1.21","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.21/manifests"},{"name":"conventional-changelog-writer@4.0.16","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.34","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.34","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.34/manifests"},{"name":"standard-changelog@2.0.24","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.24/manifests"},{"name":"gulp-conventional-changelog@2.0.32","sha":"c5ae3ab67c59e04f79eb19d317c92800df618435","kind":"tag","published_at":"2020-05-08T19:59:10.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.32/manifests"},{"name":"git-semver-tags@4.0.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@4.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.3.4","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.4/manifests"},{"name":"standard-changelog@2.0.23","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.23/manifests"},{"name":"gulp-conventional-changelog@2.0.31","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.31/manifests"},{"name":"conventional-changelog-eslint@3.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.15","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.10/manifests"},{"name":"conventional-changelog@3.1.20","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.20/manifests"},{"name":"conventional-changelog-atom@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.7/manifests"},{"name":"conventional-changelog-cli@2.0.33","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.33","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.33/manifests"},{"name":"conventional-changelog-codemirror@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.7/manifests"},{"name":"conventional-changelog-conventionalcommits@4.3.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.3.0/manifests"},{"name":"conventional-changelog-core@4.1.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.6/manifests"},{"name":"conventional-changelog-ember@2.0.8","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.8/manifests"},{"name":"conventional-commits-filter@2.0.6","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.6/manifests"},{"name":"conventional-commits-parser@3.1.0","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.1.0/manifests"},{"name":"conventional-recommended-bump@6.0.9","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.9/manifests"},{"name":"git-raw-commits@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.7/manifests"},{"name":"conventional-changelog-express@2.0.5","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.10","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.10/manifests"},{"name":"conventional-changelog-jshint@2.0.7","sha":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","kind":"tag","published_at":"2020-05-08T19:32:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.7/manifests"},{"name":"conventional-changelog-preset-loader-v2.3.2","sha":"9f6c56cb960a5043823cfb85b9843991201cbb51","kind":"commit","published_at":"2020-05-08T19:21:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader-v2.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader-v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader-v2.3.2/manifests"},{"name":"conventional-changelog-core@4.1.5","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.5/manifests"},{"name":"gulp-conventional-changelog@2.0.30","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.30/manifests"},{"name":"standard-changelog@2.0.22","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.22/manifests"},{"name":"conventional-changelog@3.1.19","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.19/manifests"},{"name":"conventional-changelog-cli@2.0.32","sha":"7f588c69127fd135962d8b62a3bc6a6041d5367c","kind":"tag","published_at":"2019-12-24T12:08:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.32","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.32/manifests"},{"name":"conventional-changelog-cli@2.0.31","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.31","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.31/manifests"},{"name":"standard-changelog@2.0.21","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.21/manifests"},{"name":"gulp-conventional-changelog@2.0.29","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.29/manifests"},{"name":"conventional-changelog-core@4.1.4","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.4/manifests"},{"name":"conventional-changelog@3.1.18","sha":"d25d7acf46b60aa8c947ee71be2b4e057937219b","kind":"tag","published_at":"2019-12-15T12:50:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.18/manifests"},{"name":"conventional-changelog@3.1.17","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.17/manifests"},{"name":"standard-changelog@2.0.20","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.20/manifests"},{"name":"gulp-conventional-changelog@2.0.28","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.28/manifests"},{"name":"conventional-changelog-core@4.1.3","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.30","sha":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","kind":"tag","published_at":"2019-11-27T05:04:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.30","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.30/manifests"},{"name":"conventional-changelog-cli@2.0.29","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.29","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.29/manifests"},{"name":"standard-changelog@2.0.19","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.19/manifests"},{"name":"gulp-conventional-changelog@2.0.27","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.27/manifests"},{"name":"conventional-changelog-core@4.1.2","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.2/manifests"},{"name":"conventional-changelog@3.1.16","sha":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","kind":"tag","published_at":"2019-11-21T07:19:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.16/manifests"},{"name":"conventional-changelog-cli@2.0.28","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.28","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.28/manifests"},{"name":"standard-changelog@2.0.18","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.18/manifests"},{"name":"gulp-conventional-changelog@2.0.26","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.26/manifests"},{"name":"git-semver-tags@3.0.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.1/manifests"},{"name":"git-raw-commits@2.0.3","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.3/manifests"},{"name":"conventional-recommended-bump@6.0.5","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.5/manifests"},{"name":"conventional-commits-parser@3.0.8","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.8/manifests"},{"name":"conventional-changelog-writer@4.0.11","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.11/manifests"},{"name":"conventional-changelog-core@4.1.1","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.1/manifests"},{"name":"conventional-changelog@3.1.15","sha":"79217815a7ce5f3d3f833961ce9a14bd454e5789","kind":"tag","published_at":"2019-11-14T22:08:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.15/manifests"},{"name":"gulp-conventional-changelog@2.0.25","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.25/manifests"},{"name":"conventional-changelog@3.1.14","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.14/manifests"},{"name":"conventional-changelog-angular@5.0.6","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.6/manifests"},{"name":"conventional-changelog-cli@2.0.27","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.27","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.27/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.3","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.3/manifests"},{"name":"conventional-changelog-core@4.1.0","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.1.0/manifests"},{"name":"conventional-commits-parser@3.0.7","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.7/manifests"},{"name":"conventional-recommended-bump@6.0.4","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.4/manifests"},{"name":"standard-changelog@2.0.17","sha":"741e90744cdb58e82e71feb36018047d7baca768","kind":"tag","published_at":"2019-11-07T08:26:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.17/manifests"},{"name":"conventional-changelog-cli@2.0.26","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.26","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.26/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.2","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.2/manifests"},{"name":"conventional-changelog-core@4.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.3/manifests"},{"name":"conventional-commits-parser@3.0.6","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.6/manifests"},{"name":"conventional-recommended-bump@6.0.3","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.3/manifests"},{"name":"gulp-conventional-changelog@2.0.24","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.24/manifests"},{"name":"standard-changelog@2.0.16","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.16/manifests"},{"name":"conventional-changelog-writer@4.0.10","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.10/manifests"},{"name":"conventional-changelog-preset-loader@2.3.0","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.3.0/manifests"},{"name":"conventional-changelog@3.1.13","sha":"e865af4df8d06795cebc7af09364ade19119e089","kind":"tag","published_at":"2019-10-24T08:00:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.13/manifests"},{"name":"conventional-changelog-jshint@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.3/manifests"},{"name":"conventional-changelog-writer@4.0.9","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.9/manifests"},{"name":"conventional-commits-parser@3.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.5/manifests"},{"name":"conventional-changelog@3.1.12","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.12/manifests"},{"name":"conventional-recommended-bump@6.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.23","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.23/manifests"},{"name":"standard-changelog@2.0.15","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.15/manifests"},{"name":"conventional-changelog-angular@5.0.5","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.5/manifests"},{"name":"conventional-changelog-atom@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.25","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.25","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.25/manifests"},{"name":"conventional-changelog-codemirror@2.0.3","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.3/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.1","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.1/manifests"},{"name":"conventional-changelog-core@4.0.2","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.2/manifests"},{"name":"conventional-changelog-ember@2.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.4/manifests"},{"name":"conventional-changelog-eslint@3.0.4","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.4/manifests"},{"name":"conventional-changelog-jquery@3.0.6","sha":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","kind":"tag","published_at":"2019-10-03T16:17:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.6/manifests"},{"name":"standard-changelog@2.0.14","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.14/manifests"},{"name":"gulp-conventional-changelog@2.0.22","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.22/manifests"},{"name":"conventional-recommended-bump@6.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.1/manifests"},{"name":"conventional-commits-parser@3.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.4/manifests"},{"name":"conventional-changelog-writer@4.0.8","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.8/manifests"},{"name":"conventional-changelog-jshint@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.5","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.5/manifests"},{"name":"conventional-changelog-eslint@3.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.3/manifests"},{"name":"conventional-changelog-ember@2.0.3","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.3/manifests"},{"name":"conventional-changelog-core@4.0.1","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.2.0","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.2.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.24","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.24/manifests"},{"name":"conventional-changelog-atom@2.0.2","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.4","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.4/manifests"},{"name":"conventional-changelog@3.1.11","sha":"bfeed12433ca791e66aa556f85dc2e0fba3c33f4","kind":"tag","published_at":"2019-10-02T14:38:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.11/manifests"},{"name":"conventional-changelog-preset-loader@2.2.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.2.0/manifests"},{"name":"standard-changelog@2.0.13","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.13/manifests"},{"name":"gulp-conventional-changelog@2.0.21","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.21/manifests"},{"name":"git-semver-tags@3.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@3.0.0/manifests"},{"name":"conventional-recommended-bump@6.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@6.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@6.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.7","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.7/manifests"},{"name":"conventional-changelog@3.1.10","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.10/manifests"},{"name":"conventional-changelog-cli@2.0.23","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.23/manifests"},{"name":"conventional-changelog-conventionalcommits@4.1.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.1.0/manifests"},{"name":"conventional-changelog-core@4.0.0","sha":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","kind":"tag","published_at":"2019-07-29T05:44:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@4.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.1","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.1/manifests"},{"name":"conventional-changelog-conventionalcommits@4.0.0","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@4.0.0/manifests"},{"name":"conventional-changelog-core@3.2.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.3/manifests"},{"name":"conventional-changelog-writer@4.0.6","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.6/manifests"},{"name":"conventional-commits-parser@3.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.3/manifests"},{"name":"conventional-changelog@3.1.9","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.9/manifests"},{"name":"standard-changelog@2.0.12","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.20","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.20/manifests"},{"name":"git-semver-tags@2.0.3","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.22","sha":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","kind":"tag","published_at":"2019-05-18T20:49:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.22/manifests"},{"name":"standard-changelog@2.0.11","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.11/manifests"},{"name":"conventional-changelog@3.1.8","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.8/manifests"},{"name":"conventional-changelog-cli@2.0.21","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.21/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.2","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.19","sha":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","kind":"tag","published_at":"2019-05-05T05:39:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.19/manifests"},{"name":"conventional-changelog@3.1.7","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.7/manifests"},{"name":"conventional-changelog-cli@2.0.20","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.20/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.1","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.18","sha":"631c684771e7905b6f4a7e71ec13bde4267ef867","kind":"tag","published_at":"2019-05-02T18:20:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.18/manifests"},{"name":"conventional-changelog-cli@2.0.19","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.19/manifests"},{"name":"conventional-changelog-conventionalcommits@3.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@3.0.0/manifests"},{"name":"conventional-recommended-bump@5.0.0","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@5.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.17","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.17/manifests"},{"name":"conventional-changelog@3.1.6","sha":"83a7c3dac05e1d0a3402c6124318e584e4030c57","kind":"tag","published_at":"2019-05-02T18:11:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.6/manifests"},{"name":"conventional-changelog@3.1.5","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.5/manifests"},{"name":"conventional-changelog-conventionalcommits@2.0.0","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.16","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.18","sha":"50140951e59c665e24fd9ff17d1952ce01888f7c","kind":"tag","published_at":"2019-04-26T00:51:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.18/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.2","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.2/manifests"},{"name":"conventional-changelog-cli@2.0.17","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.17/manifests"},{"name":"conventional-changelog@3.1.4","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.15","sha":"4794f1237cc6543cfe58870af5f99d9d8f12016d","kind":"tag","published_at":"2019-04-24T21:58:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.15/manifests"},{"name":"conventional-changelog-writer@4.0.5","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.5/manifests"},{"name":"standard-changelog@2.0.10","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.10/manifests"},{"name":"gulp-conventional-changelog@2.0.14","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.14/manifests"},{"name":"conventional-changelog@3.1.3","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.3/manifests"},{"name":"conventional-changelog-core@3.2.2","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.2/manifests"},{"name":"conventional-changelog-cli@2.0.16","sha":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","kind":"tag","published_at":"2019-04-11T22:12:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.16/manifests"},{"name":"conventional-changelog-cli@2.0.15","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.15/manifests"},{"name":"standard-changelog@2.0.9","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.1.2","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.2/manifests"},{"name":"conventional-changelog-core@3.2.1","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.1/manifests"},{"name":"gulp-conventional-changelog@2.0.13","sha":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","kind":"tag","published_at":"2019-04-11T22:09:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.13/manifests"},{"name":"conventional-changelog@3.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.1/manifests"},{"name":"gulp-conventional-changelog@2.0.12","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.12/manifests"},{"name":"conventional-recommended-bump@4.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.1/manifests"},{"name":"conventional-changelog-preset-loader@2.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.1/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.1","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.1/manifests"},{"name":"conventional-changelog-cli@2.0.14","sha":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","kind":"tag","published_at":"2019-04-11T22:05:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.14/manifests"},{"name":"conventional-changelog-preset-loader@2.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.1.0/manifests"},{"name":"conventional-changelog-writer@4.0.4","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.4/manifests"},{"name":"conventional-commits-filter@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.2/manifests"},{"name":"conventional-commits-parser@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.2/manifests"},{"name":"conventional-recommended-bump@4.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.1.0/manifests"},{"name":"gulp-conventional-changelog@2.0.11","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.11/manifests"},{"name":"standard-changelog@2.0.8","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.8/manifests"},{"name":"git-raw-commits@2.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.2/manifests"},{"name":"conventional-changelog@3.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.1.0/manifests"},{"name":"conventional-changelog-cli@2.0.13","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.13/manifests"},{"name":"conventional-changelog-conventionalcommits@1.1.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-conventionalcommits@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-conventionalcommits@1.1.0/manifests"},{"name":"conventional-changelog-core@3.2.0","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.2.0/manifests"},{"name":"conventional-changelog-eslint@3.0.2","sha":"b3416cbb411f49420b13e8fe306528b372b07a8b","kind":"tag","published_at":"2019-04-10T20:10:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.2/manifests"},{"name":"standard-changelog@2.0.7","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.6/manifests"},{"name":"conventional-changelog-angular@5.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.12","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.12/manifests"},{"name":"gulp-conventional-changelog@2.0.10","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.10/manifests"},{"name":"conventional-changelog-writer@4.0.3","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.3/manifests"},{"name":"conventional-changelog-core@3.1.6","sha":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","kind":"tag","published_at":"2019-02-14T22:04:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.6/manifests"},{"name":"conventional-recommended-bump@4.0.4","sha":"da729f68f9dc581623deb587c705ef65d189a9f4","kind":"tag","published_at":"2018-11-01T06:56:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.4/manifests"},{"name":"standard-changelog@2.0.6","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:44.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.6/manifests"},{"name":"conventional-changelog-core@3.1.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.5/manifests"},{"name":"conventional-changelog-writer@4.0.2","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.9","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.9/manifests"},{"name":"conventional-changelog@3.0.5","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.11","sha":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","kind":"tag","published_at":"2018-11-01T06:43:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.11/manifests"},{"name":"conventional-changelog-cli@2.0.10","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.10/manifests"},{"name":"conventional-changelog-core@3.1.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.4/manifests"},{"name":"gulp-conventional-changelog@2.0.8","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.8/manifests"},{"name":"conventional-changelog@3.0.4","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.4/manifests"},{"name":"git-semver-tags@2.0.2","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.3","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.3/manifests"},{"name":"standard-changelog@2.0.5","sha":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","kind":"tag","published_at":"2018-11-01T06:41:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.5/manifests"},{"name":"standard-changelog@2.0.4","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.7","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:47.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.7/manifests"},{"name":"conventional-changelog@3.0.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.3/manifests"},{"name":"conventional-changelog-core@3.1.3","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.3/manifests"},{"name":"conventional-changelog-cli@2.0.9","sha":"8a1b35c0683b2222622d0e13b67c567730ce41fb","kind":"tag","published_at":"2018-11-01T06:38:46.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.9/manifests"},{"name":"standard-changelog@2.0.3","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.3/manifests"},{"name":"conventional-changelog-cli@2.0.8","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.8/manifests"},{"name":"conventional-changelog-core@3.1.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.2/manifests"},{"name":"gulp-conventional-changelog@2.0.6","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.6/manifests"},{"name":"conventional-changelog@3.0.2","sha":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","kind":"tag","published_at":"2018-11-01T06:31:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.5","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.5/manifests"},{"name":"conventional-changelog-cli@2.0.7","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.7/manifests"},{"name":"conventional-changelog@3.0.1","sha":"87de10d038144166a84b2494d452c6f1003e3f01","kind":"tag","published_at":"2018-11-01T06:28:12.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.1/manifests"},{"name":"standard-changelog@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.2/manifests"},{"name":"gulp-conventional-changelog@2.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.4/manifests"},{"name":"git-semver-tags@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.1/manifests"},{"name":"git-raw-commits@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.1/manifests"},{"name":"conventional-recommended-bump@4.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.2/manifests"},{"name":"conventional-commits-parser@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.1/manifests"},{"name":"conventional-commits-filter@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.1/manifests"},{"name":"conventional-changelog-writer@4.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.1/manifests"},{"name":"conventional-changelog-preset-loader@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.2/manifests"},{"name":"conventional-changelog-jquery@3.0.4","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.4/manifests"},{"name":"conventional-changelog-express@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.1/manifests"},{"name":"conventional-changelog-eslint@3.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.1/manifests"},{"name":"conventional-changelog-ember@2.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.2/manifests"},{"name":"conventional-changelog-core@3.1.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.1/manifests"},{"name":"conventional-changelog-codemirror@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.6","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.6/manifests"},{"name":"conventional-changelog-atom@2.0.1","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.1/manifests"},{"name":"conventional-changelog-angular@5.0.2","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.2/manifests"},{"name":"conventional-changelog@3.0.0","sha":"f301b0de0b954713a50b2256a3140e21817d14c0","kind":"tag","published_at":"2018-11-01T06:17:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@3.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.5","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.5/manifests"},{"name":"conventional-changelog-jquery@3.0.3","sha":"dddf1a60d5ed0e48a153f25ab27bff08af38f490","kind":"tag","published_at":"2018-08-21T19:04:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.3/manifests"},{"name":"conventional-changelog-jquery@3.0.2","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.2/manifests"},{"name":"conventional-changelog-cli@2.0.4","sha":"2a21d0f95b105dbd0b1dd2542d524b19a78791e5","kind":"tag","published_at":"2018-08-21T19:02:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.4/manifests"},{"name":"gulp-conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.3/manifests"},{"name":"standard-changelog@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.3/manifests"},{"name":"conventional-changelog-angular@5.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.3","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.3/manifests"},{"name":"conventional-changelog-core@3.1.0","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.1.0/manifests"},{"name":"conventional-changelog-ember@2.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.1/manifests"},{"name":"conventional-changelog-jquery@3.0.1","sha":"e34994b7956ff3a71d1a67dbac2cb2e5bf541318","kind":"tag","published_at":"2018-08-21T19:00:13.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.1/manifests"},{"name":"conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.2/manifests"},{"name":"conventional-changelog-preset-loader@2.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.1/manifests"},{"name":"gulp-conventional-changelog@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.2/manifests"},{"name":"conventional-recommended-bump@4.0.1","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.1/manifests"},{"name":"conventional-changelog-cli@2.0.2","sha":"e12d608609671e22df17e3635e3c49fb1228bb85","kind":"tag","published_at":"2018-08-21T18:55:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.2/manifests"},{"name":"conventional-changelog-angular@5.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@5.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@5.0.0/manifests"},{"name":"conventional-recommended-bump@4.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@4.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.1/manifests"},{"name":"conventional-changelog-jshint@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@2.0.0/manifests"},{"name":"conventional-changelog-jquery@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@3.0.0/manifests"},{"name":"conventional-changelog-express@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@2.0.0/manifests"},{"name":"conventional-changelog-eslint@3.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@3.0.0/manifests"},{"name":"conventional-changelog-ember@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@2.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.1","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.1/manifests"},{"name":"conventional-changelog-atom@2.0.0","sha":"7231716f79b324a0ca778e7817789bd9d14153ab","kind":"tag","published_at":"2018-06-06T14:30:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@2.0.0/manifests"},{"name":"conventional-changelog-jquery@2.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.1/manifests"},{"name":"conventional-changelog-angular@4.0.1","sha":"a5e9f0f859d30a01b6ba8aaf58732172cb7bc735","kind":"tag","published_at":"2018-06-02T19:00:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.1/manifests"},{"name":"conventional-changelog-jquery@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@2.0.0/manifests"},{"name":"conventional-changelog-jshint@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@1.0.0/manifests"},{"name":"conventional-changelog-preset-loader@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@2.0.0/manifests"},{"name":"standard-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@2.0.0/manifests"},{"name":"conventional-changelog-writer@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@4.0.0/manifests"},{"name":"conventional-recommended-bump@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@3.0.0/manifests"},{"name":"conventional-commits-parser@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@3.0.0/manifests"},{"name":"conventional-commits-filter@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@2.0.0/manifests"},{"name":"conventional-changelog-ember@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@1.0.0/manifests"},{"name":"conventional-changelog-express@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@1.0.0/manifests"},{"name":"git-semver-tags@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@2.0.0/manifests"},{"name":"git-raw-commits@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@2.0.0/manifests"},{"name":"conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-angular@4.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@4.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@4.0.0/manifests"},{"name":"conventional-changelog-atom@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@1.0.0/manifests"},{"name":"conventional-changelog-cli@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@2.0.0/manifests"},{"name":"conventional-changelog-codemirror@1.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@1.0.0/manifests"},{"name":"conventional-changelog-core@3.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@3.0.0/manifests"},{"name":"conventional-changelog-eslint@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@2.0.0/manifests"},{"name":"gulp-conventional-changelog@2.0.0","sha":"ce1fd981f88ce201e996dfa833e4682de3aafcdd","kind":"tag","published_at":"2018-05-29T14:27:04.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@2.0.0/manifests"},{"name":"conventional-changelog-core@2.0.11","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.11/manifests"},{"name":"conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.24/manifests"},{"name":"conventional-changelog-cli@1.3.22","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.22/manifests"},{"name":"conventional-changelog-ember@0.3.12","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.12/manifests"},{"name":"conventional-recommended-bump@2.0.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.9/manifests"},{"name":"conventional-changelog-angular@3.0.7","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.7/manifests"},{"name":"gulp-conventional-changelog@1.1.24","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.24","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.24/manifests"},{"name":"standard-changelog@1.0.19","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.19/manifests"},{"name":"conventional-changelog-jquery@1.3.9","sha":"7e506d44278c0201392884a19b4ccd1c9a96bab2","kind":"tag","published_at":"2018-04-16T13:28:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.9/manifests"},{"name":"conventional-changelog-angular@3.0.6","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.6/manifests"},{"name":"standard-changelog@1.0.18","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.18/manifests"},{"name":"gulp-conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.23/manifests"},{"name":"conventional-changelog-writer@3.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.9/manifests"},{"name":"conventional-changelog-jshint@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.8/manifests"},{"name":"conventional-changelog-jquery@1.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.8/manifests"},{"name":"conventional-changelog-eslint@1.0.9","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.9/manifests"},{"name":"conventional-changelog-ember@0.3.11","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.11/manifests"},{"name":"conventional-changelog-core@2.0.10","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.10/manifests"},{"name":"conventional-changelog-codemirror@0.3.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.8/manifests"},{"name":"conventional-changelog-cli@1.3.21","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.21/manifests"},{"name":"conventional-changelog-atom@0.2.8","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.8/manifests"},{"name":"conventional-changelog@1.1.23","sha":"465d8fb3b6f775e655f4e426849fe17f2447df4b","kind":"tag","published_at":"2018-03-28T02:57:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.23","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.23/manifests"},{"name":"gulp-conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-core@2.0.9","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.9/manifests"},{"name":"conventional-changelog@1.1.22","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.22","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.22/manifests"},{"name":"conventional-changelog-cli@1.3.20","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.20/manifests"},{"name":"conventional-changelog-writer@3.0.8","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.8/manifests"},{"name":"standard-changelog@1.0.17","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.17/manifests"},{"name":"conventional-changelog-angular@3.0.5","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.10","sha":"8fb86d39cc9bf9d54e4bf5135a87b15a7c02dc25","kind":"tag","published_at":"2018-03-27T15:35:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.10/manifests"},{"name":"conventional-changelog-cli@1.3.19","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.19/manifests"},{"name":"conventional-changelog-angular@3.0.4","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.4/manifests"},{"name":"conventional-changelog-atom@0.2.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.7/manifests"},{"name":"conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.21/manifests"},{"name":"conventional-changelog-core@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.8/manifests"},{"name":"conventional-changelog-ember@0.3.9","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.9/manifests"},{"name":"conventional-changelog-eslint@1.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.8/manifests"},{"name":"conventional-changelog-express@0.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.6/manifests"},{"name":"conventional-changelog-jquery@1.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.7/manifests"},{"name":"conventional-changelog-preset-loader@1.1.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.8/manifests"},{"name":"conventional-changelog-writer@3.0.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.7/manifests"},{"name":"conventional-commits-parser@2.1.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.7/manifests"},{"name":"conventional-recommended-bump@2.0.8","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.8/manifests"},{"name":"git-raw-commits@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.6/manifests"},{"name":"git-semver-tags@1.3.6","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.21","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.21","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.21/manifests"},{"name":"standard-changelog@1.0.16","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.16/manifests"},{"name":"conventional-changelog-codemirror@0.3.7","sha":"aee8b8ef50643b17cb4c79c00a0dd87a313cad8a","kind":"tag","published_at":"2018-03-27T15:26:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.7/manifests"},{"name":"conventional-changelog-jshint@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.6/manifests"},{"name":"conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-core@2.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.7/manifests"},{"name":"conventional-changelog-codemirror@0.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.6/manifests"},{"name":"conventional-changelog-cli@1.3.18","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.18/manifests"},{"name":"conventional-changelog-ember@0.3.8","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.8/manifests"},{"name":"conventional-changelog-writer@3.0.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.6/manifests"},{"name":"conventional-changelog-atom@0.2.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.6/manifests"},{"name":"conventional-changelog-eslint@1.0.7","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.7/manifests"},{"name":"standard-changelog@1.0.15","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.15/manifests"},{"name":"conventional-changelog-angular@3.0.3","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.3/manifests"},{"name":"conventional-changelog-jquery@1.3.6","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.6/manifests"},{"name":"gulp-conventional-changelog@1.1.20","sha":"777f20cd319a828dc16a36addb37908cd7f03d46","kind":"tag","published_at":"2018-03-27T15:11:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.20","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.20/manifests"},{"name":"conventional-changelog-angular@3.0.2","sha":"1cc079df803f58b52c8aa997fff43e9c162266e7","kind":"tag","published_at":"2018-03-22T14:14:45.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.2/manifests"},{"name":"conventional-changelog-ember@0.3.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.7/manifests"},{"name":"standard-changelog@1.0.14","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.14/manifests"},{"name":"gulp-conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.19/manifests"},{"name":"git-semver-tags@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.5/manifests"},{"name":"git-raw-commits@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.5/manifests"},{"name":"conventional-recommended-bump@2.0.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.7/manifests"},{"name":"conventional-commits-parser@2.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.6/manifests"},{"name":"conventional-commits-filter@1.1.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.5/manifests"},{"name":"conventional-changelog-preset-loader@1.1.7","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.7/manifests"},{"name":"conventional-changelog-jshint@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.5/manifests"},{"name":"conventional-changelog-jquery@1.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.5/manifests"},{"name":"conventional-changelog-express@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.6/manifests"},{"name":"conventional-changelog-core@2.0.6","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.6/manifests"},{"name":"conventional-changelog-codemirror@0.3.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.5/manifests"},{"name":"conventional-changelog-cli@1.3.17","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.17/manifests"},{"name":"conventional-changelog-atom@0.2.5","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.5/manifests"},{"name":"conventional-changelog-angular@3.0.1","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.1/manifests"},{"name":"conventional-changelog@1.1.19","sha":"b16038cf7733cc7c0a51492dd82a0ee8021cb252","kind":"tag","published_at":"2018-03-22T13:47:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.19","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.19/manifests"},{"name":"conventional-changelog-angular@3.0.0","sha":"49997aaba373502e5b38bd366846934641e95799","kind":"tag","published_at":"2018-03-22T13:45:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.16","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.16/manifests"},{"name":"conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.18/manifests"},{"name":"gulp-conventional-changelog@1.1.18","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.18","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.18/manifests"},{"name":"conventional-changelog-eslint@1.0.5","sha":"9247226d0a19d1475871ee8b738e27f8ad24dbc5","kind":"tag","published_at":"2018-03-03T03:15:00.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.5/manifests"},{"name":"conventional-changelog-cli@1.3.15","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.15/manifests"},{"name":"conventional-changelog-codemirror@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.4/manifests"},{"name":"conventional-changelog-core@2.0.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.5/manifests"},{"name":"conventional-changelog-ember@0.3.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.6/manifests"},{"name":"conventional-changelog-eslint@1.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.4/manifests"},{"name":"conventional-changelog-express@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.4/manifests"},{"name":"conventional-changelog-jquery@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.4/manifests"},{"name":"conventional-changelog-jshint@0.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.4/manifests"},{"name":"conventional-changelog-preset-loader@1.1.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.6/manifests"},{"name":"conventional-changelog-writer@3.0.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.4/manifests"},{"name":"conventional-commits-filter@1.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.5/manifests"},{"name":"conventional-commits-parser@2.1.5","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.5/manifests"},{"name":"conventional-recommended-bump@2.0.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.6/manifests"},{"name":"standard-changelog@1.0.13","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.13/manifests"},{"name":"gulp-conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.17/manifests"},{"name":"git-semver-tags@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.4/manifests"},{"name":"git-raw-commits@1.3.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.4/manifests"},{"name":"conventional-changelog@1.1.17","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.17/manifests"},{"name":"conventional-changelog-angular@1.6.6","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.6/manifests"},{"name":"conventional-changelog-atom@0.2.4","sha":"35e60b5be6027fb2784c5103eee111f6f99b045e","kind":"tag","published_at":"2018-02-24T22:12:29.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.4/manifests"},{"name":"gulp-conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog@1.1.16","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.16/manifests"},{"name":"conventional-changelog-angular@1.6.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.5/manifests"},{"name":"conventional-changelog-atom@0.2.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.3/manifests"},{"name":"conventional-changelog-cli@1.3.14","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.14/manifests"},{"name":"conventional-changelog-codemirror@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.3/manifests"},{"name":"conventional-changelog-core@2.0.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.4/manifests"},{"name":"conventional-changelog-ember@0.3.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.5/manifests"},{"name":"conventional-changelog-eslint@1.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.3/manifests"},{"name":"conventional-changelog-express@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.3/manifests"},{"name":"conventional-changelog-jshint@0.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.3/manifests"},{"name":"conventional-changelog-preset-loader@1.1.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.5/manifests"},{"name":"conventional-changelog-writer@3.0.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.3/manifests"},{"name":"conventional-commits-filter@1.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.4/manifests"},{"name":"conventional-commits-parser@2.1.4","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.4/manifests"},{"name":"conventional-recommended-bump@2.0.5","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.5/manifests"},{"name":"git-raw-commits@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.3/manifests"},{"name":"git-semver-tags@1.3.3","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.3/manifests"},{"name":"standard-changelog@1.0.12","sha":"663d09cd44cd3e2942d32a27d70b5c0380c33017","kind":"tag","published_at":"2018-02-20T04:20:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.12/manifests"},{"name":"conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.15/manifests"},{"name":"gulp-conventional-changelog@1.1.15","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.15/manifests"},{"name":"conventional-recommended-bump@2.0.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.4/manifests"},{"name":"conventional-changelog-cli@1.3.13","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.13/manifests"},{"name":"conventional-changelog-preset-loader@1.1.4","sha":"1bcfb9459af2ada69f18a5826d7e9eb82b757761","kind":"tag","published_at":"2018-02-13T18:05:38.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.4/manifests"},{"name":"git-raw-commits@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.2/manifests"},{"name":"standard-changelog@1.0.11","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.11/manifests"},{"name":"conventional-recommended-bump@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.3/manifests"},{"name":"gulp-conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.14/manifests"},{"name":"git-semver-tags@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:35.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.2/manifests"},{"name":"conventional-changelog-eslint@1.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.2/manifests"},{"name":"conventional-changelog@1.1.14","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.14/manifests"},{"name":"conventional-changelog-angular@1.6.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.4/manifests"},{"name":"conventional-changelog-atom@0.2.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.2/manifests"},{"name":"conventional-changelog-cli@1.3.12","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.12/manifests"},{"name":"conventional-changelog-codemirror@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.2/manifests"},{"name":"conventional-changelog-core@2.0.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.3.4","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.4/manifests"},{"name":"conventional-changelog-express@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.2/manifests"},{"name":"conventional-changelog-jquery@1.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.2/manifests"},{"name":"conventional-changelog-jshint@0.3.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.3/manifests"},{"name":"conventional-commits-filter@1.1.3","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.3/manifests"},{"name":"conventional-changelog-writer@3.0.2","sha":"4f0a7c7b652a6d30069808baabe8446e2633b3c7","kind":"tag","published_at":"2018-02-13T16:27:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.13/manifests"},{"name":"standard-changelog@1.0.10","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.10/manifests"},{"name":"git-raw-commits@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.1/manifests"},{"name":"conventional-commits-parser@2.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.2/manifests"},{"name":"conventional-changelog-writer@3.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.1/manifests"},{"name":"conventional-changelog@1.1.13","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.13/manifests"},{"name":"conventional-commits-filter@1.1.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.2/manifests"},{"name":"conventional-recommended-bump@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.2/manifests"},{"name":"git-semver-tags@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.1/manifests"},{"name":"conventional-changelog-eslint@1.0.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.1/manifests"},{"name":"conventional-changelog-core@2.0.2","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.2/manifests"},{"name":"conventional-changelog-codemirror@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.1/manifests"},{"name":"conventional-changelog-angular@1.6.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.3/manifests"},{"name":"conventional-changelog-cli@1.3.11","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.11/manifests"},{"name":"conventional-changelog-atom@0.2.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.1/manifests"},{"name":"conventional-changelog-ember@0.3.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.3/manifests"},{"name":"conventional-changelog-jquery@1.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.1/manifests"},{"name":"conventional-changelog-express@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.3","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.3/manifests"},{"name":"conventional-changelog-jshint@0.3.1","sha":"5236ce2a004943b9d7e665a2fc151332fe8283b6","kind":"tag","published_at":"2018-02-13T16:23:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.1/manifests"},{"name":"conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.12/manifests"},{"name":"gulp-conventional-changelog@1.1.12","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.12","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.12/manifests"},{"name":"conventional-changelog-cli@1.3.10","sha":"5f7f8e567c2566d19c9b1a653d0ee850e205d27a","kind":"tag","published_at":"2018-02-12T15:38:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.10/manifests"},{"name":"conventional-recommended-bump@2.0.1","sha":"a4f0aa902d3e966fe6d6b1d46f2130838524cfbf","kind":"tag","published_at":"2018-02-12T14:54:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.1/manifests"},{"name":"conventional-recommended-bump@2.0.0","sha":"9885d205ed96338575335652d006f475408e1195","kind":"tag","published_at":"2018-02-12T14:30:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@2.0.0/manifests"},{"name":"conventional-changelog-preset-loader@1.1.2","sha":"a450d974237d440009ec3fb4c63974cf066e8f79","kind":"tag","published_at":"2018-02-12T04:07:32.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.2/manifests"},{"name":"conventional-changelog-preset-loader@1.1.1","sha":"5af1f00dcc4e1f9c3299bc7feb322a88b711f042","kind":"tag","published_at":"2018-02-09T04:17:21.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.1/manifests"},{"name":"conventional-changelog-preset-loader@1.1.0","sha":"c3eb36dbc52f383df6f3dcf3a3870b01ceee0b8b","kind":"tag","published_at":"2018-02-08T14:46:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-preset-loader@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-preset-loader@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-preset-loader@1.1.0/manifests"},{"name":"conventional-changelog-ember@0.3.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.2/manifests"},{"name":"conventional-commits-parser@2.1.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.1/manifests"},{"name":"conventional-changelog-angular@1.6.2","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.2/manifests"},{"name":"gulp-conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.11/manifests"},{"name":"standard-changelog@1.0.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.9/manifests"},{"name":"conventional-recommended-bump@1.2.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.1/manifests"},{"name":"conventional-changelog@1.1.11","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.11/manifests"},{"name":"conventional-changelog-cli@1.3.9","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.9/manifests"},{"name":"conventional-changelog-core@2.0.1","sha":"533589c66a92628bef45b63724bb0c30b5a39747","kind":"tag","published_at":"2018-02-05T03:27:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.1/manifests"},{"name":"gulp-conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.10/manifests"},{"name":"standard-changelog@1.0.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.8/manifests"},{"name":"git-semver-tags@1.3.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.2.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.2.0/manifests"},{"name":"conventional-changelog-writer@3.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@3.0.0/manifests"},{"name":"conventional-changelog-eslint@1.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.3.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.1/manifests"},{"name":"conventional-changelog-core@2.0.0","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@2.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.8","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.8/manifests"},{"name":"conventional-changelog-angular@1.6.1","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.1/manifests"},{"name":"conventional-changelog@1.1.10","sha":"aa9034e198762ca605675d420677d5536d2f3313","kind":"tag","published_at":"2018-01-29T02:12:34.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.10/manifests"},{"name":"conventional-changelog-core@1.9.5","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.5/manifests"},{"name":"conventional-changelog-ember@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.3.0/manifests"},{"name":"conventional-changelog-eslint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.3.0/manifests"},{"name":"conventional-changelog-cli@1.3.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.7/manifests"},{"name":"conventional-changelog-express@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.3.0/manifests"},{"name":"conventional-changelog-jquery@1.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.3.0/manifests"},{"name":"conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.9/manifests"},{"name":"conventional-changelog-jshint@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.3.0/manifests"},{"name":"gulp-conventional-changelog@1.1.9","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.9/manifests"},{"name":"standard-changelog@1.0.7","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.7/manifests"},{"name":"conventional-changelog-angular@1.6.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.6.0/manifests"},{"name":"conventional-changelog-codemirror@0.3.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.3.0/manifests"},{"name":"conventional-changelog-atom@0.2.0","sha":"3d345e3392322340b3ceee6e3d900f7448593bc2","kind":"tag","published_at":"2017-12-18T14:25:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.2.0/manifests"},{"name":"conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.8/manifests"},{"name":"standard-changelog@1.0.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.6/manifests"},{"name":"gulp-conventional-changelog@1.1.8","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.8/manifests"},{"name":"conventional-recommended-bump@1.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.1.0/manifests"},{"name":"conventional-commits-parser@2.1.0","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.1.0/manifests"},{"name":"conventional-commits-filter@1.1.1","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.1/manifests"},{"name":"conventional-changelog-writer@2.0.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.3/manifests"},{"name":"conventional-changelog-ember@0.2.10","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.10/manifests"},{"name":"conventional-changelog-core@1.9.4","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.4/manifests"},{"name":"conventional-changelog-cli@1.3.6","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.6/manifests"},{"name":"conventional-changelog-angular@1.5.3","sha":"c02b5b887c44ec055f4fe336e2c571fae3ecbd22","kind":"tag","published_at":"2017-12-08T07:13:07.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.3/manifests"},{"name":"conventional-changelog-ember@0.2.9","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.9/manifests"},{"name":"standard-changelog@1.0.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.5/manifests"},{"name":"gulp-conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.7/manifests"},{"name":"git-semver-tags@1.2.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.3/manifests"},{"name":"git-raw-commits@1.3.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.3.0/manifests"},{"name":"conventional-recommended-bump@1.0.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.3/manifests"},{"name":"conventional-commits-parser@2.0.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.1/manifests"},{"name":"conventional-commits-filter@1.1.0","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-filter@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-filter@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-filter@1.1.0/manifests"},{"name":"conventional-changelog-writer@2.0.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.2/manifests"},{"name":"conventional-changelog-jshint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.1/manifests"},{"name":"conventional-changelog-jquery@1.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.1/manifests"},{"name":"conventional-changelog-express@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.1/manifests"},{"name":"conventional-changelog-eslint@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.1/manifests"},{"name":"conventional-changelog-core@1.9.3","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.3/manifests"},{"name":"conventional-changelog-codemirror@0.2.1","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.1/manifests"},{"name":"conventional-changelog-cli@1.3.5","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.5/manifests"},{"name":"conventional-changelog-atom@0.1.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.2/manifests"},{"name":"conventional-changelog-angular@1.5.2","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.2/manifests"},{"name":"conventional-changelog@1.1.7","sha":"0dbcddc703a144fed5e90a7d2a46ff57d4bf9881","kind":"tag","published_at":"2017-11-13T00:17:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.7/manifests"},{"name":"@marionebl/conventional-commits-parser@3.0.0","sha":"edf4068ce4c3ea6ac5b61323473ab655be5eb895","kind":"tag","published_at":"2017-11-01T07:09:05.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/@marionebl/conventional-commits-parser@3.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/@marionebl/conventional-commits-parser@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/@marionebl%2Fconventional-commits-parser@3.0.0/manifests"},{"name":"conventional-changelog-cli@1.3.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.4/manifests"},{"name":"git-semver-tags@1.2.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.2/manifests"},{"name":"conventional-recommended-bump@1.0.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.6/manifests"},{"name":"conventional-changelog-ember@0.2.8","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.8/manifests"},{"name":"conventional-changelog-core@1.9.2","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.2/manifests"},{"name":"standard-changelog@1.0.4","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.4/manifests"},{"name":"conventional-changelog-angular@1.5.1","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.1/manifests"},{"name":"conventional-changelog@1.1.6","sha":"4552edd2ef0195838eb782fb02954cf972471363","kind":"tag","published_at":"2017-10-01T05:39:27.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.6/manifests"},{"name":"standard-changelog@1.0.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.3/manifests"},{"name":"conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-angular@1.5.0","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.5.0/manifests"},{"name":"conventional-changelog-cli@1.3.3","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.3/manifests"},{"name":"gulp-conventional-changelog@1.1.5","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.5/manifests"},{"name":"conventional-changelog-writer@2.0.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.1/manifests"},{"name":"conventional-changelog-core@1.9.1","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.1/manifests"},{"name":"conventional-changelog-ember@0.2.7","sha":"c198727ff774c7aba75040971a2d3c51ff60b369","kind":"tag","published_at":"2017-09-01T03:16:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.7/manifests"},{"name":"git-semver-tags@1.2.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.1/manifests"},{"name":"conventional-changelog-jshint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jshint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jshint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jshint@0.2.0/manifests"},{"name":"conventional-changelog-jquery@1.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-jquery@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-jquery@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-jquery@1.2.0/manifests"},{"name":"conventional-changelog-express@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-express@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-express@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-express@0.2.0/manifests"},{"name":"conventional-changelog-eslint@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-eslint@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-eslint@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-eslint@0.2.0/manifests"},{"name":"conventional-commits-parser@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-commits-parser@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-commits-parser@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-commits-parser@2.0.0/manifests"},{"name":"conventional-changelog-writer@2.0.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-writer@2.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-writer@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-writer@2.0.0/manifests"},{"name":"conventional-recommended-bump@1.0.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.1/manifests"},{"name":"conventional-changelog-core@1.9.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.9.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.9.0/manifests"},{"name":"conventional-changelog-codemirror@0.2.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-codemirror@0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-codemirror@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-codemirror@0.2.0/manifests"},{"name":"conventional-changelog-cli@1.3.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.2/manifests"},{"name":"conventional-changelog-atom@0.1.1","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-atom@0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-atom@0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-atom@0.1.1/manifests"},{"name":"conventional-changelog-angular@1.4.0","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.4.0/manifests"},{"name":"conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.4/manifests"},{"name":"gulp-conventional-changelog@1.1.4","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.4/manifests"},{"name":"standard-changelog@1.0.2","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.2/manifests"},{"name":"conventional-changelog-ember@0.2.6","sha":"6360c42195da7a9c7b2dde4684822c2303068e13","kind":"tag","published_at":"2017-07-17T23:30:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.6/manifests"},{"name":"conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.3/manifests"},{"name":"conventional-changelog-angular@1.3.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.3/manifests"},{"name":"conventional-changelog-cli@1.3.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.1/manifests"},{"name":"conventional-changelog-core@1.8.0","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.8.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.8.0/manifests"},{"name":"conventional-changelog-ember@0.2.5","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.5/manifests"},{"name":"gulp-conventional-changelog@1.1.3","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.3/manifests"},{"name":"standard-changelog@1.0.1","sha":"06afc77b229260772b3be82aaf99e1b5364207d4","kind":"commit","published_at":"2017-03-11T21:02:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.1/manifests"},{"name":"git-semver-tags@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.2.0/manifests"},{"name":"standard-changelog@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@1.0.0/manifests"},{"name":"gulp-conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.2/manifests"},{"name":"git-raw-commits@1.2.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.2.0/manifests"},{"name":"conventional-recommended-bump@1.0.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-recommended-bump@1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-recommended-bump@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-recommended-bump@1.0.0/manifests"},{"name":"conventional-changelog-ember@0.2.4","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.4/manifests"},{"name":"conventional-changelog-core@1.7.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.7.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.7.0/manifests"},{"name":"conventional-changelog-cli@1.3.0","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.3.0/manifests"},{"name":"conventional-changelog-angular@1.3.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.2/manifests"},{"name":"conventional-changelog@1.1.2","sha":"5521733322d2bff3f5aa787bc2b468d5bfcae8b2","kind":"commit","published_at":"2017-03-11T00:56:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.2/manifests"},{"name":"gulp-conventional-changelog@1.1.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"tag","published_at":"2017-03-10T05:35:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.0/manifests"},{"name":"standard-changelog@0.0.2","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/standard-changelog@0.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/standard-changelog@0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/standard-changelog@0.0.2/manifests"},{"name":"gulp-conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/gulp-conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/gulp-conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/gulp-conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-ember@0.2.3","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-ember@0.2.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-ember@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-ember@0.2.3/manifests"},{"name":"conventional-changelog-core@1.6.0","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.6.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.6.0/manifests"},{"name":"conventional-changelog-angular@1.3.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-angular@1.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-angular@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-angular@1.3.1/manifests"},{"name":"conventional-changelog-cli@1.2.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.1/manifests"},{"name":"conventional-changelog@1.1.1","sha":"77312db7613ef96e7d88708424fae7fea56145ed","kind":"commit","published_at":"2017-03-10T05:32:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog@1.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog@1.1.1/manifests"},{"name":"conventional-changelog-cli@1.2.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:01:49.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-cli@1.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-cli@1.2.0/manifests"},{"name":"conventional-changelog-core@1.5.0","sha":"ec0a25d0664ae74da1201c011814f62bd8e1b031","kind":"tag","published_at":"2017-03-10T05:00:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/conventional-changelog-core@1.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-core@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/conventional-changelog-core@1.5.0/manifests"},{"name":"git-raw-commits@1.1.2","sha":"f5fe78b1f15791cb0499744bf278dff22b52732f","kind":"tag","published_at":"2017-03-09T07:37:19.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-raw-commits@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-raw-commits@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-raw-commits@1.1.2/manifests"},{"name":"git-semver-tags@1.1.2","sha":"7be07c7c0f49572b1c0e9c98f004b599d8b5bb1a","kind":"tag","published_at":"2017-03-09T07:35:09.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/git-semver-tags@1.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/git-semver-tags@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/git-semver-tags@1.1.2/manifests"},{"name":"v1.1.0","sha":"600d411569271467389c3cbe71f7f657980e89a1","kind":"tag","published_at":"2016-02-13T06:59:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"9591280a8d09220aced3383abe3bc7ecbb34b503","kind":"tag","published_at":"2016-02-13T06:37:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"beef421f56939190a4ca30c28788eda1b3f9480d","kind":"tag","published_at":"2016-02-05T13:49:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"c8e90ab7fddd0b98855913e73fc12f9dc9dc81b1","kind":"tag","published_at":"2016-02-05T12:59:14.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v1.0.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v1.0.0/manifests"},{"name":"v0.5.3","sha":"d79ce243223260b153699b99de0503698546ea63","kind":"tag","published_at":"2015-12-25T05:07:16.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"9e7b771072a2680c6c335fcad38003aade53213e","kind":"tag","published_at":"2015-12-23T12:24:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"4bf7d8df29f7be29552b82ec2b7112fad0c39a3e","kind":"tag","published_at":"2015-10-20T09:52:36.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"5ca2204b472704543ebbc744a22f8f90ec659659","kind":"tag","published_at":"2015-09-30T08:49:50.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.5.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"e5f2f3bc675e2c7e5cc6aa0ed50da7941833e492","kind":"tag","published_at":"2015-09-04T03:16:24.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"7536a0b351cc4f2764e71cbc268a178ab595259d","kind":"tag","published_at":"2015-08-17T01:28:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"56fa3d92620a41a875b3337fa51d04d6df23b1a8","kind":"tag","published_at":"2015-08-15T12:34:33.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"eefec0ef598a92e78510ee8626fd9bbcdb1398e4","kind":"tag","published_at":"2015-08-15T11:19:52.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.4.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.4.0/manifests"},{"name":"v0.3.2","sha":"74b99dca61eafd56ba93605016b086a1108e77fe","kind":"tag","published_at":"2015-08-13T03:12:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"a1aca9c31a45aded77962bd0defc32e503aec213","kind":"commit","published_at":"2015-08-11T06:23:39.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"b489672d27ff703337c540f0fbc43f6486a84d99","kind":"commit","published_at":"2015-08-09T03:27:42.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.3.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"12e3cd6b151353dbe7f584adabbe5dd8a28424db","kind":"commit","published_at":"2015-07-24T08:13:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"f437b457b5ea6c105535a360144000f8315db54d","kind":"commit","published_at":"2015-07-24T04:54:30.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.2.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.2.0/manifests"},{"name":"v0.1.3","sha":"c8fa9d0b94f8ac07f162623e4b9e9e68aad82e62","kind":"commit","published_at":"2015-07-22T11:06:26.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"6ba5d6e4b90a154dbca6ec0f80c66ad5995cd770","kind":"commit","published_at":"2015-07-22T07:10:25.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c015f8762f70eff2be7b8d7fb82438689239d717","kind":"commit","published_at":"2015-07-20T07:55:08.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"7253d0fea773e3f7cc0a3fb8278c9da070df26ee","kind":"commit","published_at":"2015-07-20T07:12:11.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.3","sha":"0c9f1e89bfacec8e08bac8ef96d64e3abdbecda7","kind":"commit","published_at":"2015-07-17T11:02:20.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"fec1baf43b8c0156682d4014a4fd066bd24ad448","kind":"commit","published_at":"2015-07-17T06:23:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"a5ea0dfada48601b9e3fbec78dd37d70380a2db6","kind":"commit","published_at":"2015-07-15T08:03:31.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-beta.1/manifests"},{"name":"v0.1.0-alpha.3","sha":"9b6cc68a2c17c9671363fe7af5de7ebd3a06aaeb","kind":"commit","published_at":"2015-07-06T01:27:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.3","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.3/manifests"},{"name":"v0.1.0-alpha.2","sha":"34b0f460c34ecc48af857d8ee5d7038970ba56fb","kind":"commit","published_at":"2015-06-29T12:04:57.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.2","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.2/manifests"},{"name":"v0.1.0-alpha.1","sha":"05b3415fc699ab43f3fa33b5ecd040ab5ecdf9e2","kind":"commit","published_at":"2015-06-24T04:42:28.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.1.0-alpha.1","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.1.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.1.0-alpha.1/manifests"},{"name":"v0.0.17","sha":"3cae05244e48af9cf4abbef3114060db585a574c","kind":"commit","published_at":"2015-04-03T02:12:03.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.17","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"c0719ce6ba16778dd34c2cfdc81e7f3c5321409d","kind":"commit","published_at":"2015-03-19T04:15:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.16","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"57af04dc3e362c0e327b716279c9143028c6e0da","kind":"commit","published_at":"2015-03-18T20:23:40.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.15","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"69be290efb58a6a92e9ae78d7b37168d293920b5","kind":"commit","published_at":"2015-03-13T21:22:02.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.14","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"15a39d02ba3d666e7820eecbb8c5493ef2f6040a","kind":"commit","published_at":"2015-03-12T23:17:15.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.13","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.13/manifests"},{"name":"v0.0.11","sha":"37f5561553c30d8f0f2c949502ea278da64949cd","kind":"tag","published_at":"2014-05-28T13:14:18.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.11","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"ad6f6ec5499d2c902b88da95487862d50e5ad776","kind":"tag","published_at":"2014-05-28T12:51:43.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.10","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"87efbabd9bc2a0fd83255e6cb856961b10aef9eb","kind":"tag","published_at":"2014-05-06T17:11:06.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.9","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"94b12cf69c51264b1edb6c81b50a262f0536894b","kind":"tag","published_at":"2014-04-10T14:45:48.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.8","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"1cf17e494fd7d8538c55189c72c0cf57d145ef41","kind":"tag","published_at":"2014-04-10T14:06:53.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.7","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"861f9ec93de28be4185b35815c2b6ab17746eb3f","kind":"commit","published_at":"2014-01-23T19:39:01.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.6","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"3f59f7356c86f30ef8e8754386373c2a8f97b367","kind":"commit","published_at":"2014-01-23T18:59:58.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.5","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6fa2c22464dcd964df604550c2ce2ed1d2f4362b","kind":"commit","published_at":"2014-01-04T21:36:41.000Z","download_url":"https://codeload.github.com/conventional-changelog/conventional-changelog/tar.gz/v0.0.4","html_url":"https://github.com/conventional-changelog/conventional-changelog/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/tags/v0.0.4/manifests"}]},"repo_metadata_updated_at":"2024-09-05T17:59:52.737Z","dependent_packages_count":2,"downloads":59,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":43.5886015547087,"dependent_repos_count":25.32799796580169,"dependent_packages_count":9.4821380216761,"stargazers_count":1.4444284534302032,"forks_count":1.6546204546288672,"average":16.299557290049112},"purl":"pkg:npm/%40latiwesh/conventional-changelog","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/@latiwesh/conventional-changelog","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/@latiwesh/conventional-changelog","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/@latiwesh/conventional-changelog/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-09-04T23:04:01.314Z","issues_count":175,"pull_requests_count":479,"avg_time_to_close_issue":19345133.890243903,"avg_time_to_close_pull_request":6038480.121447029,"issues_closed_count":82,"pull_requests_closed_count":387,"pull_request_authors_count":71,"issue_authors_count":107,"avg_comments_per_issue":2.12,"avg_comments_per_pull_request":1.3068893528183716,"merged_pull_requests_count":302,"bot_issues_count":3,"bot_pull_requests_count":228,"past_year_issues_count":65,"past_year_pull_requests_count":215,"past_year_avg_time_to_close_issue":881436.8095238095,"past_year_avg_time_to_close_pull_request":919702.6333333333,"past_year_issues_closed_count":42,"past_year_pull_requests_closed_count":180,"past_year_pull_request_authors_count":24,"past_year_issue_authors_count":40,"past_year_avg_comments_per_issue":1.5538461538461539,"past_year_avg_comments_per_pull_request":1.0604651162790697,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":94,"past_year_merged_pull_requests_count":142,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues","maintainers":[{"login":"dangreen","count":83,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"},{"login":"bcoe","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bcoe"},{"login":"tommywo","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tommywo"}],"active_maintainers":[{"login":"dangreen","count":72,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@latiwesh%2Fconventional-changelog/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@latiwesh%2Fconventional-changelog/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@latiwesh%2Fconventional-changelog/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@latiwesh%2Fconventional-changelog/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@latiwesh%2Fconventional-changelog/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@latiwesh%2Fconventional-changelog/codemeta","maintainers":[{"uuid":"latiwesh","login":"latiwesh","name":null,"email":"latiwesh.a@gmail.com","url":null,"packages_count":6,"html_url":"https://www.npmjs.com/~latiwesh","role":null,"created_at":"2022-11-20T18:39:44.073Z","updated_at":"2022-11-20T18:39:44.073Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/latiwesh/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5644415,"maintainers_count":1200486,"namespaces_count":399623,"keywords_count":847874,"github":"npm","metadata":{"funded_packages_count":171745},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-06-10T05:11:46.456Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":13065018,"name":"nodePackages.conventional-changelog-cli","ecosystem":"nixpkgs","description":"Generate a changelog from git metadata.","homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#readme","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-01T17:04:48.212Z","latest_release_published_at":"2026-02-01T17:04:48.212Z","latest_release_number":"5.0.0","last_synced_at":"2026-03-09T06:18:01.201Z","created_at":"2026-02-01T17:04:46.965Z","updated_at":"2026-03-09T06:34:09.816Z","registry_url":"https://search.nixos.org/packages?channel=24.11\u0026query=nodePackages.conventional-changelog-cli","install_command":"nix-env -iA nixpkgs.nodePackages.conventional-changelog-cli","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-24.11/pkgs/development/node-packages/node-packages.nix#L63222","metadata":{"nix_attribute":"conventional-changelog-cli-5.0.0","position":"pkgs/development/node-packages/node-packages.nix:63222","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin"],"broken":false,"insecure":false,"unfree":false,"outputs":["out"],"upstream_ecosystem":"npm","upstream_name":"conventional-changelog-cli","upstream_purl":"pkg:npm/conventional-changelog-cli"},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:nix/nodePackages.conventional-changelog-cli?channel=24.11\u0026repository_url=https://channels.nixos.org/nixos-24.11","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/nodePackages.conventional-changelog-cli","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/nodePackages.conventional-changelog-cli","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/nodePackages.conventional-changelog-cli/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/nodePackages.conventional-changelog-cli/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/nodePackages.conventional-changelog-cli/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/nodePackages.conventional-changelog-cli/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/nodePackages.conventional-changelog-cli/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/nodePackages.conventional-changelog-cli/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/nodePackages.conventional-changelog-cli/codemeta","maintainers":[],"registry":{"name":"nixpkgs-24.11","url":"https://channels.nixos.org/nixos-24.11","ecosystem":"nixpkgs","default":false,"packages_count":121983,"maintainers_count":3777,"namespaces_count":0,"keywords_count":739,"github":"NixOS","metadata":{"funded_packages_count":283},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.059Z","updated_at":"2026-06-10T05:16:24.031Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/namespaces"}},{"id":13184280,"name":"nodePackages.conventional-changelog-cli","ecosystem":"nixpkgs","description":"Generate a changelog from git metadata","homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#readme","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/conventional-changelog/conventional-changelog","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-01T23:49:52.290Z","latest_release_published_at":"2026-02-01T23:49:52.290Z","latest_release_number":"4.1.0","last_synced_at":"2026-03-06T21:14:05.255Z","created_at":"2026-02-01T23:49:15.930Z","updated_at":"2026-03-06T21:14:05.255Z","registry_url":"https://search.nixos.org/packages?channel=24.05\u0026query=nodePackages.conventional-changelog-cli","install_command":"nix-env -iA nixpkgs.nodePackages.conventional-changelog-cli","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-24.05/pkgs/development/node-packages/node-packages.nix#L71085","metadata":{"nix_attribute":"conventional-changelog-cli-4.1.0","position":"pkgs/development/node-packages/node-packages.nix:71085","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin"],"broken":false,"insecure":false,"unfree":false,"outputs":["out"],"upstream_ecosystem":"npm","upstream_name":"conventional-changelog-cli","upstream_purl":"pkg:npm/conventional-changelog-cli"},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{},"purl":"pkg:nix/nodePackages.conventional-changelog-cli?channel=24.05\u0026repository_url=https://channels.nixos.org/nixos-24.05","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/nodePackages.conventional-changelog-cli","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/nodePackages.conventional-changelog-cli","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/nodePackages.conventional-changelog-cli/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/nodePackages.conventional-changelog-cli/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/nodePackages.conventional-changelog-cli/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/nodePackages.conventional-changelog-cli/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/nodePackages.conventional-changelog-cli/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/nodePackages.conventional-changelog-cli/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/nodePackages.conventional-changelog-cli/codemeta","maintainers":[],"registry":{"name":"nixpkgs-24.05","url":"https://channels.nixos.org/nixos-24.05","ecosystem":"nixpkgs","default":false,"packages_count":116156,"maintainers_count":3383,"namespaces_count":0,"keywords_count":654,"github":"NixOS","metadata":{"funded_packages_count":264},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.309Z","updated_at":"2026-06-09T05:04:49.559Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/namespaces"}}],"commits":{"id":598,"full_name":"conventional-changelog/conventional-changelog","default_branch":"master","total_commits":1786,"total_committers":156,"total_bot_commits":222,"total_bot_committers":3,"mean_commits":11.448717948717949,"dds":0.5083986562150056,"past_year_total_commits":104,"past_year_total_committers":20,"past_year_total_bot_commits":38,"past_year_total_bot_committers":2,"past_year_mean_commits":5.2,"past_year_dds":0.5384615384615384,"last_synced_at":"2025-10-29T01:01:44.514Z","last_synced_commit":"4a8c5d57a058c5b103a8ebddf94e19cf67a58a18","created_at":"2023-03-06T22:04:49.743Z","updated_at":"2025-10-29T00:59:01.532Z","committers":[{"name":"Steve Mao","email":"maochenyan@gmail.com","login":"stevemao","count":878},{"name":"Dan Onoshko","email":"danon0404@gmail.com","login":"dangreen","count":132},{"name":"github-actions[bot]","email":"41898282+github-actions[bot]","login":"github-actions[bot]","count":112},{"name":"renovate[bot]","email":"29139614+renovate[bot]","login":"renovate[bot]","count":109},{"name":"bcoe","email":"bencoe@google.com","login":"bcoe","count":93},{"name":"Hutson Betts","email":"hutson@hyper-expanse.net","login":"hutson","count":72},{"name":"Andy Joslin","email":"andytjoslin@gmail.com","login":"ajoslin","count":53},{"name":"Benjamin Coe","email":"ben@npmjs.com","login":null,"count":43},{"name":"tommywo","email":"tommywo","login":"tommywo","count":42},{"name":"Renovate Bot","email":"bot@renovateapp.com","login":"renovate-bot","count":34},{"name":"steve mao","email":"steve.mao@healthinteract.com.au","login":null,"count":15},{"name":"Mario Nebl","email":"marionebl","login":"marionebl","count":13},{"name":"Armano","email":"armano2","login":"armano2","count":11},{"name":"Tapani Moilanen","email":"moilanen.tapani@gmail.com","login":"Tapppi","count":6},{"name":"Steve Mao","email":"steve@interact.technology","login":null,"count":4},{"name":"TheDancingCode","email":"thomasvantuycom@protonmail.com","login":"TheDancingCode","count":4},{"name":"Nicolas Lunet","email":"nicolas.lunet@sap.com","login":"nlunets","count":4},{"name":"Gustaf Dalemar","email":"gustaf.dalemar@gmail.com","login":"dlmr","count":3},{"name":"Rogger Valverde","email":"rogger.valverde@uni.pe","login":"roggervalf","count":3},{"name":"Yoann Moinet","email":"yoann.moinet@gmail.com","login":"yoannmoinet","count":3},{"name":"Ingmar Hergst","email":"i.hergst@epages.com","login":"ingmarh","count":3},{"name":"Pierre Vanduynslager","email":"pierre.denis.vanduynslager@gmail.com","login":"pvdlg","count":3},{"name":"Stéphane Bachelier","email":"stephane.bachelier@gmail.com","login":"stephanebachelier","count":2},{"name":"Raymond Benefield","email":"Raymond.Benefield@gmail.com","login":"RayBenefield","count":2},{"name":"Nikas Praninskas","email":"nikaspran@gmail.com","login":"nikaspran","count":2},{"name":"LJX","email":"11309921+lvjiaxuan","login":"lvjiaxuan","count":2},{"name":"The Gitter Badger","email":"badger@gitter.im","login":"gitter-badger","count":2},{"name":"Takuya Fukuju","email":"chalkygames123@gmail.com","login":"chalkygames123","count":2},{"name":"Superchupu","email":"53496941+SuperchupuDev","login":"SuperchupuDev","count":2},{"name":"Matt Lewis","email":"mattlewis92","login":"mattlewis92","count":2},{"name":"Joe Bottigliero","email":"joe.bottigliero@gmail.com","login":"jbottigliero","count":2},{"name":"Jason Kurian","email":"JaKXz","login":"JaKXz","count":2},{"name":"Daniel Stockman","email":"daniel.stockman@gmail.com","login":"evocateur","count":2},{"name":"Raido Kuli","email":"raido.kuli@erply.com","login":null,"count":2},{"name":"Dan Homola","email":"dan.homola@hotmail.cz","login":"no23reason","count":1},{"name":"Dan Lee","email":"71398022+dandhlee","login":"dandhlee","count":1},{"name":"Daniel Fürst","email":"dpfuerst@gmail.com","login":"dnlfrst","count":1},{"name":"Eemeli Aro","email":"eemeli@gmail.com","login":"eemeli","count":1},{"name":"Eddie Monge","email":"eddie@eddiemonge.com","login":"eddiemonge","count":1},{"name":"Eddie Jaoude","email":"eddie@jaoudestudios.com","login":"eddiejaoude","count":1},{"name":"Dongwook Kim","email":"dougouk","login":"dougouk","count":1},{"name":"Django","email":"69996104+captaindjango","login":"captaindjango","count":1},{"name":"David Sveningsson","email":"ext-github@sidvind.com","login":"ext","count":1},{"name":"David Overcash","email":"funnylookinhat@gmail.com","login":"funnylookinhat","count":1},{"name":"David Goitia","email":"david@goitia.es","login":"davidgoitia","count":1},{"name":"Daniel Rosenbloom","email":"dan7348@gmail.com","login":"flyinbutrs","count":1},{"name":"Daniel Rodríguez Rivero","email":"rdanielo@gmail.com","login":"danielo515","count":1},{"name":"Eyal","email":"109809+eyal0","login":"eyal0","count":1},{"name":"Franz","email":"franz.morenoa@gmail.com","login":"FranzMoreno","count":1},{"name":"Furkan Tunalı","email":"furkan@nod.st","login":"JacopKane","count":1},{"name":"Gary Yeap","email":"contact@garyyeap.com","login":"garyyeap","count":1},{"name":"Geoffrey van Wyk","email":"geoffrey@vanwyk.biz","login":"geoffreyvanwyk","count":1},{"name":"Hongbo LU","email":"gitawego@gmail.com","login":"gitawego","count":1},{"name":"Hitko Development","email":"development@hitko.si","login":"HitkoDev","count":1},{"name":"Hiroki Osame","email":"hiroki.osame@gmail.com","login":"privatenumber","count":1},{"name":"Glenn Jorde","email":"glenn@tregusti.com","login":"tregusti","count":1},{"name":"Charlike Mike Reagent","email":"mameto2011@gmail.com","login":null,"count":1},{"name":"Eric Durand-Tremblay","email":"etremblay@kronostechnologies.com","login":null,"count":1},{"name":"Felix Wu","email":"mail@flxwu.com","login":null,"count":1},{"name":"krzysztof-deligo","email":"krzysztof.f@deligo.pl","login":null,"count":1},{"name":"Barnett Wilson","email":"binaryaoe@163.com","login":"barnett617","count":1},{"name":"Axetroy","email":"troy450409405@gmail.com","login":"axetroy","count":1},{"name":"Ashok Argent-Katwala","email":"48444234+ashokdelphia","login":"ashokdelphia","count":1},{"name":"Aron","email":"i@aron.tw","login":"1aron","count":1},{"name":"Anthony Ng","email":"newyork.anthonyng@gmail.com","login":"newyork-anthonyng","count":1},{"name":"Andres G. Aragoneses","email":"knocte@gmail.com","login":"knocte","count":1},{"name":"Anders D. Johnson","email":"anders.d.johnson.developer@gmail.com","login":"AndersDJohnson","count":1},{"name":"Alice Klipper","email":"alice.klipper@yandex.com","login":"aliceklipper","count":1},{"name":"Alexis Jeandeau","email":"alexis.jeandeau@gmail.com","login":"jeandeaual","count":1},{"name":"Adam Beck","email":"AdamB.Infinity@gmail.com","login":"adam-beck","count":1},{"name":"Adam","email":"34751694+bernot-dev","login":"bernot-dev","count":1},{"name":"Bassel Al Araaj","email":"info@basselalaraaj.com","login":"basselalaraaj","count":1},{"name":"Ben Monro","email":"ben.monro@gmail.com","login":"benmonro","count":1},{"name":"Benjamin Vincent","email":"luxcium@neb401.com","login":"Luxcium","count":1},{"name":"Brian Di Palma","email":"offler@gmail.com","login":"briandipalma","count":1},{"name":"Carl Walsh","email":"darthwalsh@gmail.com","login":"darthwalsh","count":1},{"name":"Colby Rome","email":"cdr013@bucknell.edu","login":"cisasteelersfan","count":1},{"name":"Corey Farrell","email":"git@cfware.com","login":"coreyfarrell","count":1},{"name":"admir86","email":"36576424+admir86","login":"admir86","count":1},{"name":"Yair Kukielka","email":"yair.kukielka@gmail.com","login":"yairkukielka","count":1},{"name":"Will Gibson","email":"8738245+WillGibson","login":"WillGibson","count":1},{"name":"Victor Korzunin","email":"5180700+floydspace","login":"floydspace","count":1},{"name":"Valentin Agachi","email":"avaly","login":"avaly","count":1},{"name":"Uri Gorelik","email":"uri.gore@gmail.com","login":"uri","count":1},{"name":"Tom MacWright","email":"tmcw","login":"tmcw","count":1},{"name":"Tom Hu","email":"thomasrockhu","login":"thomasrockhu","count":1},{"name":"Steven","email":"xapphire13@live.com","login":"Xapphire13","count":1},{"name":"Stephen Hukish","email":"dahukish","login":"dahukish","count":1},{"name":"Simon de Lang","email":"simondelang@gmail.com","login":"simondel","count":1},{"name":"Simon Hürlimann (CyT)","email":"simon.huerlimann@cyt.ch","login":"huerlisi","count":1},{"name":"Sebastien Dubois","email":"dsebastien","login":"dsebastien","count":1},{"name":"Samuel Contesse","email":"samuel@contesse.ch","login":"samcontesse","count":1},{"name":"Sam Kelleher","email":"sam@samkelleher.com","login":"samkelleher","count":1},{"name":"Sam Blowes","email":"sam@blowsie.com","login":"blowsie","count":1},{"name":"SCLin","email":"4nderson.lin@pm.me","login":"4ndersonLin","count":1},{"name":"Romain GAGNAIRE","email":"JoeTheFkingFrypan","login":"JoeTheFkingFrypan","count":1},{"name":"Robin van Baalen","email":"robin@cattlea.com","login":"rvanbaalen","count":1},{"name":"takuminish","email":"takuminv1997@gmail.com","login":"takuminish","count":1},{"name":"ryamaguchi0220","email":"ryuu_yamaguchi@dwango.co.jp","login":"ryamaguchi0220","count":1},{"name":"oupala","email":"oupala","login":"oupala","count":1},{"name":"neen-psk","email":"71841192+neen-psk","login":"neen-psk","count":1},{"name":"misogihagi","email":"47350059+misogihagi","login":"misogihagi","count":1},{"name":"micky2be","email":"micky2be","login":"micky2be","count":1},{"name":"meriley","email":"merileyjr@gmail.com","login":"meriley","count":1},{"name":"meekdenzo","email":"55823259+meekdenzo","login":"meekdenzo","count":1},{"name":"liuyinz","email":"liuyinz95@gmail.com","login":"liuyinz","count":1},{"name":"kkopitehong","email":"kkopitehong@foxmail.com","login":"action-hong","count":1},{"name":"kjr-stratslab","email":"42806899+kjr-stratslab","login":"kjr-stratslab","count":1},{"name":"kazuya kawaguchi","email":"kawakazu80@gmail.com","login":"kazupon","count":1},{"name":"jjangga0214","email":"jjangga@kookmin.ac.kr","login":"jjangga0214","count":1},{"name":"fbtres","email":"fb@tresmo.de","login":"fabianbru","count":1},{"name":"dudekaa","email":"44229208+dudekaa","login":"dudekaa","count":1},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]","login":"dependabot[bot]","count":1},{"name":"cherryblossom000","email":"31467609+cherryblossom000","login":"cherryblossom000","count":1},{"name":"bravo-kernel","email":"bravo-kernel","login":"bravo-kernel","count":1},{"name":"azu","email":"azu","login":"azu","count":1},{"name":"Ro Ramtohul","email":"yoitsro@hotmail.com","login":"yoitsro","count":1},{"name":"Kévin Berthommier","email":"bertho-zero","login":"bertho-zero","count":1},{"name":"Kristoffer K","email":"merceyz","login":"merceyz","count":1},{"name":"Kevin Lamping","email":"klamping@gmail.com","login":"klamping","count":1},{"name":"Kaushik Thirthappa","email":"thirthappa.kaushik@gmail.com","login":"ktkaushik","count":1},{"name":"Katya Pavlenko","email":"cakeinpanic@gmail.com","login":"cakeinpanic","count":1},{"name":"Kai Arulkumaran","email":"Kaixhin","login":"Kaixhin","count":1},{"name":"Julien Gonzalez","email":"hello@spinjs.com","login":"customcommander","count":1},{"name":"Jonas Janz","email":"Janz.Jonas@gmail.com","login":"PixelJonas","count":1},{"name":"John Schroeder","email":"smileydaemon@gmail.com","login":"thesmiley1","count":1},{"name":"John Campion Jr","email":"john@brightshore.com","login":"JohnCampionJr","count":1},{"name":"Johannes Klein","email":"jo@temka.de","login":"joh-klein","count":1},{"name":"Joe Polny","email":"joepolny@gmail.com","login":"joe-p","count":1},{"name":"Jim Yang","email":"jim4nz@gmail.com","login":"jiMuBao","count":1},{"name":"Jari Hyle","email":"11457361+Rulqu","login":"Rulqu","count":1},{"name":"Jared Smith","email":"jared@jaredsmith.net","login":"jaredsmith","count":1},{"name":"Jan Peer Stöcklmair","email":"jan.oster94@gmail.com","login":"JPeer264","count":1},{"name":"Jamie Czerwinski","email":"jamie.czerwinski@telus.com","login":"jczerwinski","count":1},{"name":"James Kyle","email":"me@thejameskyle.com","login":"jamiebuilds","count":1},{"name":"Daniel Kehlibarov","email":"d.kehlibarov@gmail.com","login":"danikane","count":1},{"name":"Rich Trott","email":"rtrott@gmail.com","login":"Trott","count":1},{"name":"Prasanth Louis","email":"Prasanth.Louis@moodys.com","login":"prasanthlouis","count":1},{"name":"Peter deHaan","email":"peter@deseloper.com","login":"pdehaan","count":1},{"name":"Patrick Davies","email":"me@patrickdavies.ca","login":"bleuarg","count":1},{"name":"Omer Tuchfeld","email":"omertuchfeld@gmail.com","login":"omertuc","count":1},{"name":"Noé Lebrun","email":"lebrun.noe@icloud.com","login":"noelebrun","count":1},{"name":"Nilesh Mali","email":"nileshmali86@gmail.com","login":"nileshmali","count":1},{"name":"Nicolas Breitwieser","email":"nicolas.breitwieser@googlemail.com","login":"NicBright","count":1},{"name":"Nick Malaguti","email":"nmalaguti@palantir.com","login":"nmalaguti","count":1},{"name":"Nate Goldman","email":"ungoldman@gmail.com","login":"ungoldman","count":1},{"name":"Murat Gözel","email":"murat@gozel.com.tr","login":"muratgozel","count":1},{"name":"Muhammed Fahis","email":"42516446+MHDFahz","login":"MHDFahz","count":1},{"name":"Mike Pennisi","email":"mike@mikepennisi.com","login":"jugglinmike","count":1},{"name":"Michael Neeley","email":"micneeley14@gmail.com","login":"redreceipt","count":1},{"name":"Maximilian Berkmann","email":"maxieberkmann@gmail.com","login":"Berkmann18","count":1},{"name":"Mathias Lykkegaard Lorenzen","email":"mathias.lorenzen@live.com","login":"ffMathy","count":1},{"name":"Markus Wolf","email":"KnisterPeter","login":"KnisterPeter","count":1},{"name":"Lukinoh","email":"2392459+Lukinoh","login":"Lukinoh","count":1},{"name":"Larry Gordon","email":"lgordon@psyrendust.com","login":"psyrendust","count":1},{"name":"Hugo Alliaume","email":"kocal@live.fr","login":"Kocal","count":1}],"past_year_committers":[{"name":"dangreen","email":"danon0404@gmail.com","login":"dangreen","count":48},{"name":"renovate[bot]","email":"29139614+renovate[bot]","login":"renovate[bot]","count":28},{"name":"github-actions[bot]","email":"41898282+github-actions[bot]","login":"github-actions[bot]","count":10},{"name":"Superchupu","email":"53496941+SuperchupuDev","login":"SuperchupuDev","count":2},{"name":"krzysztof-deligo","email":"krzysztof.f@deligo.pl","login":null,"count":1},{"name":"David Overcash","email":"funnylookinhat@gmail.com","login":"funnylookinhat","count":1},{"name":"Dongwook Kim","email":"dougouk","login":"dougouk","count":1},{"name":"Jari Hyle","email":"11457361+Rulqu","login":"Rulqu","count":1},{"name":"Joe Polny","email":"joepolny@gmail.com","login":"joe-p","count":1},{"name":"Lukinoh","email":"2392459+Lukinoh","login":"Lukinoh","count":1},{"name":"Mathias Lykkegaard Lorenzen","email":"mathias.lorenzen@live.com","login":"ffMathy","count":1},{"name":"Muhammed Fahis","email":"42516446+MHDFahz","login":"MHDFahz","count":1},{"name":"Murat Gözel","email":"murat@gozel.com.tr","login":"muratgozel","count":1},{"name":"Omer Tuchfeld","email":"omertuchfeld@gmail.com","login":"omertuc","count":1},{"name":"Prasanth Louis","email":"Prasanth.Louis@moodys.com","login":"prasanthlouis","count":1},{"name":"Rogger Valverde","email":"rogger.valvrd@gmail.com","login":"roggervalf","count":1},{"name":"Victor Korzunin","email":"5180700+floydspace","login":"floydspace","count":1},{"name":"lvjiaxuan","email":"11309921+lvjiaxuan","login":"lvjiaxuan","count":1},{"name":"misogihagi","email":"47350059+misogihagi","login":"misogihagi","count":1},{"name":"neen-psk","email":"71841192+neen-psk","login":"neen-psk","count":1}],"commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-10-29T00:00:18.766Z","repositories_count":6089116,"commits_count":922490435,"contributors_count":35988234,"owners_count":1109460,"icon_url":"https://github.com/github.png","host_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories"}},"issues":{"table":{"full_name":"conventional-changelog/conventional-changelog","html_url":"https://github.com/conventional-changelog/conventional-changelog","last_synced_at":"2025-10-29T14:29:47.234Z","status":"active","issues_count":160,"pull_requests_count":531,"avg_time_to_close_issue":29861598.337837838,"avg_time_to_close_pull_request":12509911.262582056,"issues_closed_count":74,"pull_requests_closed_count":457,"pull_request_authors_count":84,"issue_authors_count":135,"avg_comments_per_issue":2.0125,"avg_comments_per_pull_request":1.2391713747645952,"merged_pull_requests_count":337,"bot_issues_count":3,"bot_pull_requests_count":268,"past_year_issues_count":30,"past_year_pull_requests_count":110,"past_year_avg_time_to_close_issue":3046943.3636363638,"past_year_avg_time_to_close_pull_request":1239705.430379747,"past_year_issues_closed_count":11,"past_year_pull_requests_closed_count":79,"past_year_pull_request_authors_count":18,"past_year_issue_authors_count":24,"past_year_avg_comments_per_issue":1.6,"past_year_avg_comments_per_pull_request":0.9181818181818182,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":66,"past_year_merged_pull_requests_count":66,"created_at":"2023-05-18T06:26:12.548Z","updated_at":"2025-10-29T14:29:47.234Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/conventional-changelog%2Fconventional-changelog/issues","issue_labels_count":{"table":{"enhancement":7,"documentation":3,"refactor":3,"help wanted":2,"defect":1,"design":1}},"pull_request_labels_count":{"table":{"autorelease: tagged":46,"autorelease: pending":35,"do-not-merge":10,"ci":7,"enhancement":2}},"issue_author_associations_count":{"table":{"NONE":142,"MEMBER":10,"CONTRIBUTOR":7,"COLLABORATOR":1}},"pull_request_author_associations_count":{"table":{"CONTRIBUTOR":355,"NONE":87,"MEMBER":45,"COLLABORATOR":44}},"issue_authors":{"table":{"dangreen":10,"ghiscoding":4,"renovate[bot]":3,"EdrisAzad":3,"borzaka":2,"tisonkun":2,"SuperchupuDev":2,"armorzero10-blip":2,"azat-io":2,"slhck":2,"hypery2k":2,"gian1200":2,"matatk":2,"ElfenB":1,"muratgozel":1,"onrige":1,"kddsultan":1,"bjoerge":1,"Rulqu":1,"alonsoenrique":1,"axelthat":1,"rigor789":1,"misogihagi":1,"Nazim-hasan":1,"kleinfreund":1,"pjungermann":1,"adrianvolpe":1,"wyardley":1,"jag-eagle-technology":1,"mattclough1":1,"edge33":1,"sylvainOL":1,"btea":1,"haanamomo":1,"travi":1,"eladchen-lusha":1,"tommywo":1,"nqdrizzt":1,"JohnCampionJr":1,"BeyondEvil":1,"Arcticon":1,"ChrisSargent":1,"christophehurpeau":1,"Kikobeats":1,"Shereef":1,"tomh-t":1,"trusktr":1,"Johannes-B-stock":1,"alfaproject":1,"TheSench":1,"trallnag":1,"grubyak":1,"micheelengronne":1,"amimas":1,"dtieber":1,"janmarkuslanger":1,"Luvooda":1,"Shuyinsama":1,"maarten-kieft":1,"coin-op":1,"hrai":1,"thessoro":1,"Fylax":1,"O1ahmad":1,"barmaglot92":1,"kerryj89":1,"sdmu-gaoqi":1,"jucian0":1,"jim-moody":1,"tukusejssirs":1,"andboss":1,"StfBauer":1,"jlipps":1,"yzevm":1,"azdanov":1,"thislooksfun":1,"armano2":1,"mathias22osterhagen22":1,"Dev101911":1,"hamzahamidi":1,"haukurmar":1,"lwobben":1,"damingerdai":1,"esatterwhite":1,"christophediprima":1,"cakeinpanic":1,"obar-zik":1,"mpsanchis":1,"realmarv":1,"oalmeyda":1,"teedrupp":1,"jeroenptrs":1,"w-danboard":1,"roydukkey":1,"mbiagetti":1,"adanilev":1,"jimmywarting":1,"favna":1,"silversonicaxel":1,"Gabicad":1,"mdnorman":1,"fireflysemantics":1,"bochen2014":1,"srl295":1,"anthony-nhs":1,"domoritz":1,"raul1991":1,"kirrg001":1,"swizes":1,"invariants":1,"krutoo":1,"Wxh16144":1,"chris-dura":1,"w3irdrobot":1,"strogonoff":1,"sahand291":1,"danijelTxFusion":1,"eakarpov":1,"rickh18":1,"jedwards1211":1,"rrundle-dave":1,"Melmoth-the-Wanderer":1,"aajain-com":1,"vovkanaz":1,"viktomas":1,"bcoe":1,"Hervera":1,"yi-Xu-0100":1,"race-of-sloths":1,"vxhly":1,"hpe-ykoehler":1,"luckyhorang":1,"Rikpat":1,"jaklan":1,"gutofoletto":1}},"pull_request_authors":{"table":{"renovate[bot]":140,"github-actions[bot]":128,"dangreen":112,"armano2":20,"SuperchupuDev":5,"floydspace":4,"roggervalf":4,"bcoe":3,"lvjiaxuan":3,"kleinfreund":3,"neen-psk":2,"sameer-coder":2,"TaylorHo":2,"Rulqu":2,"mattclough1":2,"Akuukis":2,"knocte":2,"invisiblepancake":2,"mattlewis92":2,"thesmiley1":2,"okuryu":2,"tommywo":2,"muratgozel":2,"dougouk":2,"imcuttle":2,"kristofbolyai":2,"damingerdai":2,"Chklang":2,"privatenumber":2,"zenwarr":2,"misogihagi":2,"MHDFahz":2,"Lukinoh":2,"geoffreyvanwyk":2,"wlc015f":2,"Arcticon":2,"ybiquitous":2,"jimmywarting":2,"omertuc":2,"MunifTanjim":2,"axieum":2,"funnylookinhat":2,"pablogm95":2,"obar-zik":2,"WillGibson":2,"davidgoitia":1,"tmeijn":1,"TheSench":1,"ruhrohraggy":1,"Xunnamius":1,"patrickp-at-work":1,"mdsanima":1,"SuperITMan":1,"takuminish":1,"ryamaguchi0220":1,"captaindjango":1,"cakeinpanic":1,"zxiiro":1,"BrunnerLivio":1,"ffMathy":1,"cawa-93":1,"barnett617":1,"silversonicaxel":1,"mrt181":1,"mathiasvr":1,"james-prado":1,"tomavic":1,"kellyselden":1,"mediavrog":1,"josh-barker":1,"FranzMoreno":1,"prasanthlouis":1,"felipecrs":1,"bleuarg":1,"Ricky-rick":1,"krzysztof-deligo":1,"XaveScor":1,"1aron":1,"treble-snake":1,"Mesteery":1,"joe-p":1,"kf6kjg":1,"unennhexium":1,"chris-ciantar":1}},"host":{"table":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-10-30T00:00:25.546Z","repositories_count":11249754,"issues_count":34960675,"pull_requests_count":113444259,"authors_count":11042081,"icon_url":"https://github.com/github.png","host_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories","owners_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/owners","authors_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors"}},"past_year_issue_labels_count":{"table":{}},"past_year_pull_request_labels_count":{"table":{"autorelease: pending":5}},"past_year_issue_author_associations_count":{"table":{"NONE":28,"MEMBER":2}},"past_year_pull_request_author_associations_count":{"table":{"CONTRIBUTOR":77,"MEMBER":20,"NONE":13}},"past_year_issue_authors":{"table":{"ghiscoding":4,"EdrisAzad":3,"dangreen":2,"w3irdrobot":1,"tomh-t":1,"thessoro":1,"StfBauer":1,"Shuyinsama":1,"sdmu-gaoqi":1,"sahand291":1,"roydukkey":1,"Rikpat":1,"misogihagi":1,"Melmoth-the-Wanderer":1,"luckyhorang":1,"krutoo":1,"Johannes-B-stock":1,"jaklan":1,"haukurmar":1,"eakarpov":1,"Dev101911":1,"christophehurpeau":1,"chris-dura":1,"bjoerge":1}},"past_year_pull_request_authors":{"table":{"renovate[bot]":53,"dangreen":20,"github-actions[bot]":13,"roggervalf":2,"invisiblepancake":2,"lvjiaxuan":2,"okuryu":2,"funnylookinhat":2,"misogihagi":2,"omertuc":2,"dougouk":2,"floydspace":2,"SuperchupuDev":1,"krzysztof-deligo":1,"joe-p":1,"prasanthlouis":1,"unennhexium":1,"ffMathy":1}},"maintainers":[{"table":{"login":"dangreen","count":93,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"}},{"table":{"login":"bcoe","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bcoe"}},{"table":{"login":"tommywo","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tommywo"}}],"active_maintainers":[{"table":{"login":"dangreen","count":22,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dangreen"}}]}},"events":{"total":{"CreateEvent":50,"ReleaseEvent":17,"IssuesEvent":43,"WatchEvent":422,"DeleteEvent":61,"IssueCommentEvent":141,"PushEvent":471,"PullRequestReviewCommentEvent":26,"PullRequestReviewEvent":44,"PullRequestEvent":128,"ForkEvent":27},"last_year":{"CreateEvent":49,"ReleaseEvent":17,"IssuesEvent":41,"WatchEvent":403,"DeleteEvent":57,"IssueCommentEvent":137,"PushEvent":441,"PullRequestReviewCommentEvent":26,"PullRequestReviewEvent":44,"PullRequestEvent":122,"ForkEvent":27}},"keywords":["changelog","git","hacktoberfest","history","metadata","tag"],"dependencies":[{"ecosystem":"npm","filepath":"package.json","sha":null,"kind":"manifest","created_at":"2022-07-13T10:30:28.077Z","updated_at":"2022-07-13T10:30:28.077Z","repository_link":"https://github.com/conventional-changelog/conventional-changelog/blob/master/package.json","dependencies":[{"id":215535890,"package_name":"better-than-before","ecosystem":"npm","requirements":"^1.0.0","direct":true,"kind":"development","optional":false},{"id":215535891,"package_name":"c8","ecosystem":"npm","requirements":"^7.1.2","direct":true,"kind":"development","optional":false},{"id":215535892,"package_name":"chai","ecosystem":"npm","requirements":"^4.2.0","direct":true,"kind":"development","optional":false},{"id":215535893,"package_name":"concat-stream","ecosystem":"npm","requirements":"^2.0.0","direct":true,"kind":"development","optional":false},{"id":215535894,"package_name":"conventional-changelog-core","ecosystem":"npm","requirements":"file://./packages/conventional-changelog-core","direct":true,"kind":"development","optional":false},{"id":215535895,"package_name":"coveralls","ecosystem":"npm","requirements":"^3.0.2","direct":true,"kind":"development","optional":false},{"id":215535896,"package_name":"eslint","ecosystem":"npm","requirements":"^7.0.0","direct":true,"kind":"development","optional":false},{"id":215535897,"package_name":"eslint-config-standard","ecosystem":"npm","requirements":"^16.0.1","direct":true,"kind":"development","optional":false},{"id":215535898,"package_name":"eslint-plugin-import","ecosystem":"npm","requirements":"^2.18.2","direct":true,"kind":"development","optional":false},{"id":215535899,"package_name":"eslint-plugin-node","ecosystem":"npm","requirements":"^11.1.0","direct":true,"kind":"development","optional":false},{"id":215535900,"package_name":"eslint-plugin-promise","ecosystem":"npm","requirements":"^4.2.1","direct":true,"kind":"development","optional":false},{"id":215535901,"package_name":"eslint-plugin-standard","ecosystem":"npm","requirements":"^4.0.1","direct":true,"kind":"development","optional":false},{"id":215535902,"package_name":"forceable-tty","ecosystem":"npm","requirements":"^0.1.0","direct":true,"kind":"development","optional":false},{"id":215535903,"package_name":"git-tails","ecosystem":"npm","requirements":"^1.0.0","direct":true,"kind":"development","optional":false},{"id":215535904,"package_name":"mocha","ecosystem":"npm","requirements":"^8.0.0","direct":true,"kind":"development","optional":false},{"id":215535905,"package_name":"pinkie-promise","ecosystem":"npm","requirements":"^2.0.0","direct":true,"kind":"development","optional":false},{"id":215535906,"package_name":"q","ecosystem":"npm","requirements":"^1.5.1","direct":true,"kind":"development","optional":false},{"id":215535907,"package_name":"rimraf","ecosystem":"npm","requirements":"^3.0.2","direct":true,"kind":"development","optional":false},{"id":215535908,"package_name":"safe-buffer","ecosystem":"npm","requirements":"5.2.1","direct":true,"kind":"development","optional":false},{"id":215535909,"package_name":"semver","ecosystem":"npm","requirements":"^6.0.0","direct":true,"kind":"development","optional":false},{"id":215535910,"package_name":"sinon","ecosystem":"npm","requirements":"^12.0.0","direct":true,"kind":"development","optional":false},{"id":215535911,"package_name":"sinon-chai","ecosystem":"npm","requirements":"^3.1.0","direct":true,"kind":"development","optional":false},{"id":215535912,"package_name":"through2","ecosystem":"npm","requirements":"^4.0.0","direct":true,"kind":"development","optional":false},{"id":215535913,"package_name":"tmp","ecosystem":"npm","requirements":"^0.2.1","direct":true,"kind":"development","optional":false},{"id":215535914,"package_name":"vinyl","ecosystem":"npm","requirements":"^2.1.0","direct":true,"kind":"development","optional":false}]},{"ecosystem":"npm","filepath":"packages/conventional-changelog/package.json","sha":null,"kind":"manifest","created_at":"2022-07-13T10:30:28.200Z","updated_at":"2022-07-13T10:30:28.200Z","repository_link":"https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-changelog/package.json","dependencies":[{"id":215536685,"package_name":"conventional-changelog-angular","ecosystem":"npm","requirements":"^5.0.12","direct":true,"kind":"runtime","optional":false},{"id":215536686,"package_name":"conventional-changelog-atom","ecosystem":"npm","requirements":"^2.0.8","direct":true,"kind":"runtime","optional":false},{"id":215536687,"package_name":"conventional-changelog-codemirror","ecosystem":"npm","requirements":"^2.0.8","direct":true,"kind":"runtime","optional":false},{"id":215536688,"package_name":"conventional-changelog-conventionalcommits","ecosystem":"npm","requirements":"^4.5.0","direct":true,"kind":"runtime","optional":false},{"id":215536689,"package_name":"conventional-changelog-core","ecosystem":"npm","requirements":"^4.2.1","direct":true,"kind":"runtime","optional":false},{"id":215536690,"package_name":"conventional-changelog-ember","ecosystem":"npm","requirements":"^2.0.9","direct":true,"kind":"runtime","optional":false},{"id":215536691,"package_name":"conventional-changelog-eslint","ecosystem":"npm","requirements":"^3.0.9","direct":true,"kind":"runtime","optional":false},{"id":215536692,"package_name":"conventional-changelog-express","ecosystem":"npm","requirements":"^2.0.6","direct":true,"kind":"runtime","optional":false},{"id":215536693,"package_name":"conventional-changelog-jquery","ecosystem":"npm","requirements":"^3.0.11","direct":true,"kind":"runtime","optional":false},{"id":215536694,"package_name":"conventional-changelog-jshint","ecosystem":"npm","requirements":"^2.0.9","direct":true,"kind":"runtime","optional":false},{"id":215536695,"package_name":"conventional-changelog-preset-loader","ecosystem":"npm","requirements":"^2.3.4","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"npm","filepath":"packages/conventional-changelog-angular/package.json","sha":null,"kind":"manifest","created_at":"2022-07-13T10:30:28.597Z","updated_at":"2022-07-13T10:30:28.597Z","repository_link":"https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-changelog-angular/package.json","dependencies":[{"id":215540648,"package_name":"compare-func","ecosystem":"npm","requirements":"^2.0.0","direct":true,"kind":"runtime","optional":false},{"id":215540649,"package_name":"q","ecosystem":"npm","requirements":"^1.5.1","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"npm","filepath":"packages/conventional-changelog-atom/package.json","sha":null,"kind":"manifest","created_at":"2022-07-13T10:30:28.684Z","updated_at":"2022-07-13T10:30:28.684Z","repository_link":"https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-changelog-atom/package.json","dependencies":[{"id":215540650,"package_name":"q","ecosystem":"npm","requirements":"^1.5.1","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"npm","filepath":"packages/conventional-changelog-codemirror/package.json","sha":null,"kind":"manifest","created_at":"2022-07-13T10:30:28.947Z","updated_at":"2022-07-13T10:30:28.947Z","repository_link":"https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-changelog-codemirror/package.json","dependencies":[{"id":215543979,"package_name":"q","ecosystem":"npm","requirements":"^1.5.1","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"npm","filepath":"packages/conventional-changelog-conventionalcommits/package.json","sha":null,"kind":"manifest","created_at":"2022-07-13T10:30:29.073Z","updated_at":"2022-07-13T10:30:29.073Z","repository_link":"https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-changelog-conventionalcommits/package.json","dependencies":[{"id":215544078,"package_name":"compare-func","ecosystem":"npm","requirements":"^2.0.0","direct":true,"kind":"runtime","optional":false},{"id":215544079,"package_name":"lodash","ecosystem":"npm","requirements":"^4.17.15","direct":true,"kind":"runtime","optional":false},{"id":215544080,"package_name":"q","ecosystem":"npm","requirements":"^1.5.1","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"npm","filepath":"packages/conventional-changelog-ember/package.json","sha":null,"kind":"manifest","created_at":"2022-07-13T10:30:29.406Z","updated_at":"2022-07-13T10:30:29.406Z","repository_link":"https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-changelog-ember/package.json","dependencies":[{"id":215547688,"package_name":"q","ecosystem":"npm","requirements":"^1.5.1","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"npm","filepath":"packages/conventional-changelog-eslint/package.json","sha":null,"kind":"manifest","created_at":"2022-07-13T10:30:29.489Z","updated_at":"2022-07-13T10:30:29.489Z","repository_link":"https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-changelog-eslint/package.json","dependencies":[{"id":215549225,"package_name":"q","ecosystem":"npm","requirements":"^1.5.1","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"npm","filepath":"packages/conventional-changelog-express/package.json","sha":null,"kind":"manifest","created_at":"2022-07-13T10:30:29.607Z","updated_at":"2022-07-13T10:30:29.607Z","repository_link":"https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-changelog-express/package.json","dependencies":[{"id":215549985,"package_name":"q","ecosystem":"npm","requirements":"^1.5.1","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"npm","filepath":"packages/conventional-changelog-jquery/package.json","sha":null,"kind":"manifest","created_at":"2022-07-13T10:30:29.758Z","updated_at":"2022-07-13T10:30:29.758Z","repository_link":"https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-changelog-jquery/package.json","dependencies":[{"id":215551394,"package_name":"q","ecosystem":"npm","requirements":"^1.5.1","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"npm","filepath":"packages/conventional-changelog-jshint/package.json","sha":null,"kind":"manifest","created_at":"2022-07-13T10:30:29.990Z","updated_at":"2022-07-13T10:30:29.990Z","repository_link":"https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-changelog-jshint/package.json","dependencies":[{"id":215556212,"package_name":"compare-func","ecosystem":"npm","requirements":"^2.0.0","direct":true,"kind":"runtime","optional":false},{"id":215556213,"package_name":"q","ecosystem":"npm","requirements":"^1.5.1","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"npm","filepath":"packages/conventional-changelog-preset-loader/package.json","sha":null,"kind":"manifest","created_at":"2022-07-13T10:30:30.371Z","updated_at":"2022-07-13T10:30:30.371Z","repository_link":"https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-changelog-preset-loader/package.json","dependencies":[{"id":215559066,"package_name":"conventional-changelog-angular","ecosystem":"npm","requirements":"^5.0.12","direct":true,"kind":"development","optional":false},{"id":215559067,"package_name":"sinon","ecosystem":"npm","requirements":"^12.0.0","direct":true,"kind":"development","optional":false}]},{"ecosystem":"npm","filepath":"packages/conventional-changelog-writer/package.json","sha":null,"kind":"manifest","created_at":"2022-07-13T10:30:30.460Z","updated_at":"2022-07-13T10:30:30.460Z","repository_link":"https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-changelog-writer/package.json","dependencies":[{"id":215560501,"package_name":"conventional-commits-filter","ecosystem":"npm","requirements":"^2.0.7","direct":true,"kind":"runtime","optional":false},{"id":215560502,"package_name":"dateformat","ecosystem":"npm","requirements":"^3.0.0","direct":true,"kind":"runtime","optional":false},{"id":215560503,"package_name":"handlebars","ecosystem":"npm","requirements":"^4.7.7","direct":true,"kind":"runtime","optional":false},{"id":215560504,"package_name":"json-stringify-safe","ecosystem":"npm","requirements":"^5.0.1","direct":true,"kind":"runtime","optional":false},{"id":215560505,"package_name":"lodash","ecosystem":"npm","requirements":"^4.17.15","direct":true,"kind":"runtime","optional":false},{"id":215560506,"package_name":"meow","ecosystem":"npm","requirements":"^8.0.0","direct":true,"kind":"runtime","optional":false},{"id":215560507,"package_name":"semver","ecosystem":"npm","requirements":"^6.0.0","direct":true,"kind":"runtime","optional":false},{"id":215560508,"package_name":"split","ecosystem":"npm","requirements":"^1.0.0","direct":true,"kind":"runtime","optional":false},{"id":215560509,"package_name":"through2","ecosystem":"npm","requirements":"^4.0.0","direct":true,"kind":"runtime","optional":false},{"id":215560510,"package_name":"dedent","ecosystem":"npm","requirements":"^0.7.0","direct":true,"kind":"development","optional":false},{"id":215560511,"package_name":"forceable-tty","ecosystem":"npm","requirements":"^0.1.0","direct":true,"kind":"development","optional":false}]},{"ecosystem":"npm","filepath":"packages/conventional-commits-filter/package.json","sha":null,"kind":"manifest","created_at":"2022-07-13T10:30:30.581Z","updated_at":"2022-07-13T10:30:30.581Z","repository_link":"https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-commits-filter/package.json","dependencies":[{"id":215560683,"package_name":"lodash","ecosystem":"npm","requirements":"^4.17.15","direct":true,"kind":"runtime","optional":false},{"id":215560684,"package_name":"modify-values","ecosystem":"npm","requirements":"^1.0.0","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"npm","filepath":"packages/conventional-commits-parser/package.json","sha":null,"kind":"manifest","created_at":"2022-07-13T10:30:30.626Z","updated_at":"2022-07-13T10:30:30.626Z","repository_link":"https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-commits-parser/package.json","dependencies":[{"id":215560687,"package_name":"is-text-path","ecosystem":"npm","requirements":"^1.0.1","direct":true,"kind":"runtime","optional":false},{"id":215560688,"package_name":"JSONStream","ecosystem":"npm","requirements":"^1.0.4","direct":true,"kind":"runtime","optional":false},{"id":215560689,"package_name":"lodash","ecosystem":"npm","requirements":"^4.17.15","direct":true,"kind":"runtime","optional":false},{"id":215560690,"package_name":"meow","ecosystem":"npm","requirements":"^8.0.0","direct":true,"kind":"runtime","optional":false},{"id":215560691,"package_name":"split2","ecosystem":"npm","requirements":"^3.0.0","direct":true,"kind":"runtime","optional":false},{"id":215560692,"package_name":"through2","ecosystem":"npm","requirements":"^4.0.0","direct":true,"kind":"runtime","optional":false},{"id":215560693,"package_name":"forceable-tty","ecosystem":"npm","requirements":"^0.1.0","direct":true,"kind":"development","optional":false}]},{"ecosystem":"npm","filepath":"packages/conventional-recommended-bump/package.json","sha":null,"kind":"manifest","created_at":"2022-07-13T10:30:30.738Z","updated_at":"2022-07-13T10:30:30.738Z","repository_link":"https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-recommended-bump/package.json","dependencies":[{"id":215561887,"package_name":"concat-stream","ecosystem":"npm","requirements":"^2.0.0","direct":true,"kind":"runtime","optional":false},{"id":215561888,"package_name":"conventional-changelog-preset-loader","ecosystem":"npm","requirements":"^2.3.4","direct":true,"kind":"runtime","optional":false},{"id":215561889,"package_name":"conventional-commits-filter","ecosystem":"npm","requirements":"^2.0.7","direct":true,"kind":"runtime","optional":false},{"id":215561890,"package_name":"conventional-commits-parser","ecosystem":"npm","requirements":"^3.2.0","direct":true,"kind":"runtime","optional":false},{"id":215561891,"package_name":"git-raw-commits","ecosystem":"npm","requirements":"^2.0.8","direct":true,"kind":"runtime","optional":false},{"id":215561892,"package_name":"git-semver-tags","ecosystem":"npm","requirements":"^4.1.1","direct":true,"kind":"runtime","optional":false},{"id":215561893,"package_name":"meow","ecosystem":"npm","requirements":"^8.0.0","direct":true,"kind":"runtime","optional":false},{"id":215561894,"package_name":"q","ecosystem":"npm","requirements":"^1.5.1","direct":true,"kind":"runtime","optional":false},{"id":215561895,"package_name":"conventional-changelog-conventionalcommits","ecosystem":"npm","requirements":"^4.5.0","direct":true,"kind":"development","optional":false}]},{"ecosystem":"npm","filepath":"packages/git-raw-commits/package.json","sha":null,"kind":"manifest","created_at":"2022-07-13T10:30:30.793Z","updated_at":"2022-07-13T10:30:30.793Z","repository_link":"https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/git-raw-commits/package.json","dependencies":[{"id":215564821,"package_name":"dargs","ecosystem":"npm","requirements":"^7.0.0","direct":true,"kind":"runtime","optional":false},{"id":215564822,"package_name":"lodash","ecosystem":"npm","requirements":"^4.17.15","direct":true,"kind":"runtime","optional":false},{"id":215564823,"package_name":"meow","ecosystem":"npm","requirements":"^8.0.0","direct":true,"kind":"runtime","optional":false},{"id":215564824,"package_name":"split2","ecosystem":"npm","requirements":"^3.0.0","direct":true,"kind":"runtime","optional":false},{"id":215564825,"package_name":"through2","ecosystem":"npm","requirements":"^4.0.0","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"npm","filepath":"packages/git-semver-tags/package.json","sha":null,"kind":"manifest","created_at":"2022-07-13T10:30:31.032Z","updated_at":"2022-07-13T10:30:31.032Z","repository_link":"https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/git-semver-tags/package.json","dependencies":[{"id":215564925,"package_name":"meow","ecosystem":"npm","requirements":"^8.0.0","direct":true,"kind":"runtime","optional":false},{"id":215564926,"package_name":"semver","ecosystem":"npm","requirements":"^6.0.0","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"npm","filepath":"packages/standard-changelog/package.json","sha":null,"kind":"manifest","created_at":"2022-07-13T10:30:31.426Z","updated_at":"2022-07-13T10:30:31.426Z","repository_link":"https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/standard-changelog/package.json","dependencies":[{"id":215566920,"package_name":"add-stream","ecosystem":"npm","requirements":"^1.0.0","direct":true,"kind":"runtime","optional":false},{"id":215566921,"package_name":"chalk","ecosystem":"npm","requirements":"^4.0.0","direct":true,"kind":"runtime","optional":false},{"id":215566922,"package_name":"conventional-changelog-angular","ecosystem":"npm","requirements":"^5.0.12","direct":true,"kind":"runtime","optional":false},{"id":215566923,"package_name":"conventional-changelog-core","ecosystem":"npm","requirements":"^4.2.1","direct":true,"kind":"runtime","optional":false},{"id":215566924,"package_name":"figures","ecosystem":"npm","requirements":"^3.0.0","direct":true,"kind":"runtime","optional":false},{"id":215566925,"package_name":"fs-access","ecosystem":"npm","requirements":"^1.0.0","direct":true,"kind":"runtime","optional":false},{"id":215566926,"package_name":"lodash","ecosystem":"npm","requirements":"^4.17.15","direct":true,"kind":"runtime","optional":false},{"id":215566927,"package_name":"meow","ecosystem":"npm","requirements":"^8.0.0","direct":true,"kind":"runtime","optional":false},{"id":215566928,"package_name":"rimraf","ecosystem":"npm","requirements":"^3.0.0","direct":true,"kind":"runtime","optional":false},{"id":215566929,"package_name":"sprintf-js","ecosystem":"npm","requirements":"^1.1.1","direct":true,"kind":"runtime","optional":false},{"id":215566930,"package_name":"tempfile","ecosystem":"npm","requirements":"^3.0.0","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/tests.yaml","sha":null,"kind":"manifest","created_at":"2026-03-05T00:01:46.877Z","updated_at":"2026-03-05T00:01:46.877Z","repository_link":"https://github.com/conventional-changelog/conventional-changelog/blob/master/.github/workflows/tests.yaml","dependencies":[{"id":25831313030,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v5","direct":true,"kind":"composite","optional":false},{"id":25831313031,"package_name":"pnpm/action-setup","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":25831313032,"package_name":"actions/setup-node","ecosystem":"actions","requirements":"v6","direct":true,"kind":"composite","optional":false},{"id":25831313033,"package_name":"coverallsapp/github-action","ecosystem":"actions","requirements":"main","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"npm","filepath":"pnpm-lock.yaml","sha":null,"kind":"lockfile","created_at":"2026-03-05T00:01:47.258Z","updated_at":"2026-03-05T00:01:47.258Z","repository_link":"https://github.com/conventional-changelog/conventional-changelog/blob/master/pnpm-lock.yaml","dependencies":[{"id":25831313511,"package_name":"@types/node","ecosystem":"npm","requirements":"22.16.2","direct":false,"kind":"development","optional":false},{"id":25831313512,"package_name":"@types/normalize-package-data","ecosystem":"npm","requirements":"2.4.4","direct":false,"kind":"runtime","optional":false},{"id":25831313254,"package_name":"@humanwhocodes/retry","ecosystem":"npm","requirements":"0.4.3","direct":false,"kind":"runtime","optional":false},{"id":25831313255,"package_name":"@inquirer/checkbox","ecosystem":"npm","requirements":"4.1.9","direct":false,"kind":"runtime","optional":false},{"id":25831313256,"package_name":"@inquirer/confirm","ecosystem":"npm","requirements":"5.1.13","direct":false,"kind":"runtime","optional":false},{"id":25831313257,"package_name":"@inquirer/core","ecosystem":"npm","requirements":"10.1.14","direct":false,"kind":"runtime","optional":false},{"id":25831313258,"package_name":"@inquirer/editor","ecosystem":"npm","requirements":"4.2.14","direct":false,"kind":"runtime","optional":false},{"id":25831313259,"package_name":"@inquirer/expand","ecosystem":"npm","requirements":"4.0.16","direct":false,"kind":"runtime","optional":false},{"id":25831313260,"package_name":"@inquirer/figures","ecosystem":"npm","requirements":"1.0.12","direct":false,"kind":"runtime","optional":false},{"id":25831313261,"package_name":"@inquirer/input","ecosystem":"npm","requirements":"4.2.0","direct":false,"kind":"runtime","optional":false},{"id":25831313262,"package_name":"@inquirer/number","ecosystem":"npm","requirements":"3.0.16","direct":false,"kind":"runtime","optional":false},{"id":25831313263,"package_name":"@inquirer/password","ecosystem":"npm","requirements":"4.0.16","direct":false,"kind":"runtime","optional":false},{"id":25831313264,"package_name":"@inquirer/prompts","ecosystem":"npm","requirements":"7.6.0","direct":false,"kind":"runtime","optional":false},{"id":25831313265,"package_name":"@inquirer/rawlist","ecosystem":"npm","requirements":"4.1.4","direct":false,"kind":"runtime","optional":false},{"id":25831313266,"package_name":"@inquirer/search","ecosystem":"npm","requirements":"3.0.16","direct":false,"kind":"runtime","optional":false},{"id":25831313267,"package_name":"@inquirer/select","ecosystem":"npm","requirements":"4.2.4","direct":false,"kind":"runtime","optional":false},{"id":25831313268,"package_name":"@inquirer/type","ecosystem":"npm","requirements":"3.0.7","direct":false,"kind":"runtime","optional":false},{"id":25831313269,"package_name":"@jridgewell/resolve-uri","ecosystem":"npm","requirements":"3.1.2","direct":false,"kind":"runtime","optional":false},{"id":25831313270,"package_name":"@jridgewell/sourcemap-codec","ecosystem":"npm","requirements":"1.5.4","direct":false,"kind":"runtime","optional":false},{"id":25831313271,"package_name":"@jridgewell/sourcemap-codec","ecosystem":"npm","requirements":"1.5.5","direct":false,"kind":"runtime","optional":false},{"id":25831313272,"package_name":"@jridgewell/trace-mapping","ecosystem":"npm","requirements":"0.3.29","direct":false,"kind":"runtime","optional":false},{"id":25831313273,"package_name":"@jridgewell/trace-mapping","ecosystem":"npm","requirements":"0.3.31","direct":false,"kind":"runtime","optional":false},{"id":25831313274,"package_name":"@nodelib/fs.scandir","ecosystem":"npm","requirements":"2.1.5","direct":false,"kind":"runtime","optional":false},{"id":25831313275,"package_name":"@nodelib/fs.stat","ecosystem":"npm","requirements":"2.0.5","direct":false,"kind":"runtime","optional":false},{"id":25831313276,"package_name":"@nodelib/fs.walk","ecosystem":"npm","requirements":"1.2.8","direct":false,"kind":"runtime","optional":false},{"id":25831313277,"package_name":"@oxlint/darwin-arm64","ecosystem":"npm","requirements":"1.6.0","direct":false,"kind":"runtime","optional":false},{"id":25831313279,"package_name":"@oxlint/darwin-x64","ecosystem":"npm","requirements":"1.6.0","direct":false,"kind":"runtime","optional":false},{"id":25831313288,"package_name":"@oxlint/linux-arm64-gnu","ecosystem":"npm","requirements":"1.6.0","direct":false,"kind":"runtime","optional":false},{"id":25831313310,"package_name":"@oxlint/linux-arm64-musl","ecosystem":"npm","requirements":"1.6.0","direct":false,"kind":"runtime","optional":false},{"id":25831313313,"package_name":"@oxlint/linux-x64-gnu","ecosystem":"npm","requirements":"1.6.0","direct":false,"kind":"runtime","optional":false},{"id":25831313324,"package_name":"@oxlint/linux-x64-musl","ecosystem":"npm","requirements":"1.6.0","direct":false,"kind":"runtime","optional":false},{"id":25831313329,"package_name":"@oxlint/win32-arm64","ecosystem":"npm","requirements":"1.6.0","direct":false,"kind":"runtime","optional":false},{"id":25831313342,"package_name":"@oxlint/win32-x64","ecosystem":"npm","requirements":"1.6.0","direct":false,"kind":"runtime","optional":false},{"id":25831313346,"package_name":"@pnpm/constants","ecosystem":"npm","requirements":"7.1.1","direct":false,"kind":"runtime","optional":false},{"id":25831313403,"package_name":"@pnpm/error","ecosystem":"npm","requirements":"5.0.3","direct":false,"kind":"runtime","optional":false},{"id":25831313405,"package_name":"@pnpm/graceful-fs","ecosystem":"npm","requirements":"3.2.0","direct":false,"kind":"runtime","optional":false},{"id":25831313406,"package_name":"@pnpm/read-project-manifest","ecosystem":"npm","requirements":"5.0.11","direct":false,"kind":"runtime","optional":false},{"id":25831313420,"package_name":"@pnpm/text.comments-parser","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831313439,"package_name":"@pnpm/types","ecosystem":"npm","requirements":"9.4.2","direct":false,"kind":"runtime","optional":false},{"id":25831313461,"package_name":"@pnpm/write-project-manifest","ecosystem":"npm","requirements":"5.0.6","direct":false,"kind":"runtime","optional":false},{"id":25831313463,"package_name":"@rollup/rollup-android-arm-eabi","ecosystem":"npm","requirements":"4.53.2","direct":false,"kind":"runtime","optional":false},{"id":25831313464,"package_name":"@rollup/rollup-android-arm64","ecosystem":"npm","requirements":"4.53.2","direct":false,"kind":"runtime","optional":false},{"id":25831313465,"package_name":"@rollup/rollup-darwin-arm64","ecosystem":"npm","requirements":"4.53.2","direct":false,"kind":"runtime","optional":false},{"id":25831313466,"package_name":"@rollup/rollup-darwin-x64","ecosystem":"npm","requirements":"4.53.2","direct":false,"kind":"runtime","optional":false},{"id":25831313467,"package_name":"@rollup/rollup-freebsd-arm64","ecosystem":"npm","requirements":"4.53.2","direct":false,"kind":"runtime","optional":false},{"id":25831313468,"package_name":"@rollup/rollup-freebsd-x64","ecosystem":"npm","requirements":"4.53.2","direct":false,"kind":"runtime","optional":false},{"id":25831313469,"package_name":"@rollup/rollup-linux-arm-gnueabihf","ecosystem":"npm","requirements":"4.53.2","direct":false,"kind":"runtime","optional":false},{"id":25831313470,"package_name":"@rollup/rollup-linux-arm-musleabihf","ecosystem":"npm","requirements":"4.53.2","direct":false,"kind":"runtime","optional":false},{"id":25831313471,"package_name":"@rollup/rollup-linux-arm64-gnu","ecosystem":"npm","requirements":"4.53.2","direct":false,"kind":"runtime","optional":false},{"id":25831313472,"package_name":"@rollup/rollup-linux-arm64-musl","ecosystem":"npm","requirements":"4.53.2","direct":false,"kind":"runtime","optional":false},{"id":25831313473,"package_name":"@rollup/rollup-linux-loong64-gnu","ecosystem":"npm","requirements":"4.53.2","direct":false,"kind":"runtime","optional":false},{"id":25831313474,"package_name":"@rollup/rollup-linux-ppc64-gnu","ecosystem":"npm","requirements":"4.53.2","direct":false,"kind":"runtime","optional":false},{"id":25831313475,"package_name":"@rollup/rollup-linux-riscv64-gnu","ecosystem":"npm","requirements":"4.53.2","direct":false,"kind":"runtime","optional":false},{"id":25831313476,"package_name":"@rollup/rollup-linux-riscv64-musl","ecosystem":"npm","requirements":"4.53.2","direct":false,"kind":"runtime","optional":false},{"id":25831313477,"package_name":"@rollup/rollup-linux-s390x-gnu","ecosystem":"npm","requirements":"4.53.2","direct":false,"kind":"runtime","optional":false},{"id":25831313478,"package_name":"@rollup/rollup-linux-x64-gnu","ecosystem":"npm","requirements":"4.53.2","direct":false,"kind":"runtime","optional":false},{"id":25831313479,"package_name":"@rollup/rollup-linux-x64-musl","ecosystem":"npm","requirements":"4.53.2","direct":false,"kind":"runtime","optional":false},{"id":25831313480,"package_name":"@rollup/rollup-openharmony-arm64","ecosystem":"npm","requirements":"4.53.2","direct":false,"kind":"runtime","optional":false},{"id":25831313481,"package_name":"@rollup/rollup-win32-arm64-msvc","ecosystem":"npm","requirements":"4.53.2","direct":false,"kind":"runtime","optional":false},{"id":25831313482,"package_name":"@rollup/rollup-win32-ia32-msvc","ecosystem":"npm","requirements":"4.53.2","direct":false,"kind":"runtime","optional":false},{"id":25831313483,"package_name":"@rollup/rollup-win32-x64-gnu","ecosystem":"npm","requirements":"4.53.2","direct":false,"kind":"runtime","optional":false},{"id":25831313484,"package_name":"@rollup/rollup-win32-x64-msvc","ecosystem":"npm","requirements":"4.53.2","direct":false,"kind":"runtime","optional":false},{"id":25831313485,"package_name":"@rtsao/scc","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"runtime","optional":false},{"id":25831313486,"package_name":"@simple-libs/child-process-utils","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"runtime","optional":false},{"id":25831313487,"package_name":"@simple-libs/stream-utils","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"runtime","optional":false},{"id":25831313488,"package_name":"@sindresorhus/merge-streams","ecosystem":"npm","requirements":"2.3.0","direct":false,"kind":"runtime","optional":false},{"id":25831313489,"package_name":"@standard-schema/spec","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831313490,"package_name":"@stylistic/eslint-plugin","ecosystem":"npm","requirements":"5.1.0","direct":false,"kind":"runtime","optional":false},{"id":25831313491,"package_name":"@trigen/eslint-config","ecosystem":"npm","requirements":"8.0.3","direct":false,"kind":"runtime","optional":false},{"id":25831313504,"package_name":"@trigen/scripts","ecosystem":"npm","requirements":"8.0.0","direct":false,"kind":"development","optional":false},{"id":25831313505,"package_name":"@types/chai","ecosystem":"npm","requirements":"5.2.2","direct":false,"kind":"runtime","optional":false},{"id":25831313506,"package_name":"@types/conventional-commits-parser","ecosystem":"npm","requirements":"5.0.1","direct":false,"kind":"runtime","optional":false},{"id":25831313507,"package_name":"@types/deep-eql","ecosystem":"npm","requirements":"4.0.2","direct":false,"kind":"runtime","optional":false},{"id":25831313508,"package_name":"@types/estree","ecosystem":"npm","requirements":"1.0.8","direct":false,"kind":"runtime","optional":false},{"id":25831313509,"package_name":"@types/json-schema","ecosystem":"npm","requirements":"7.0.15","direct":false,"kind":"runtime","optional":false},{"id":25831313510,"package_name":"@types/json5","ecosystem":"npm","requirements":"0.0.29","direct":false,"kind":"runtime","optional":false},{"id":25831313624,"package_name":"call-bound","ecosystem":"npm","requirements":"1.0.4","direct":false,"kind":"runtime","optional":false},{"id":25831313625,"package_name":"callsites","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"runtime","optional":false},{"id":25831313626,"package_name":"chai","ecosystem":"npm","requirements":"6.2.1","direct":false,"kind":"runtime","optional":false},{"id":25831313627,"package_name":"chalk","ecosystem":"npm","requirements":"2.4.2","direct":false,"kind":"runtime","optional":false},{"id":25831313628,"package_name":"chalk","ecosystem":"npm","requirements":"4.1.2","direct":false,"kind":"runtime","optional":false},{"id":25831313629,"package_name":"chalk","ecosystem":"npm","requirements":"5.4.1","direct":false,"kind":"runtime","optional":false},{"id":25831313630,"package_name":"chardet","ecosystem":"npm","requirements":"0.7.0","direct":false,"kind":"runtime","optional":false},{"id":25831313631,"package_name":"clean-publish","ecosystem":"npm","requirements":"5.2.2","direct":false,"kind":"development","optional":false},{"id":25831313655,"package_name":"cli-cursor","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"runtime","optional":false},{"id":25831313656,"package_name":"cli-spinners","ecosystem":"npm","requirements":"2.9.2","direct":false,"kind":"runtime","optional":false},{"id":25831313657,"package_name":"cli-width","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831313658,"package_name":"cli-width","ecosystem":"npm","requirements":"4.1.0","direct":false,"kind":"runtime","optional":false},{"id":25831313659,"package_name":"cliui","ecosystem":"npm","requirements":"8.0.1","direct":false,"kind":"runtime","optional":false},{"id":25831313660,"package_name":"clone","ecosystem":"npm","requirements":"1.0.4","direct":false,"kind":"runtime","optional":false},{"id":25831313661,"package_name":"color-convert","ecosystem":"npm","requirements":"1.9.3","direct":false,"kind":"runtime","optional":false},{"id":25831313662,"package_name":"color-convert","ecosystem":"npm","requirements":"2.0.1","direct":false,"kind":"runtime","optional":false},{"id":25831313663,"package_name":"color-name","ecosystem":"npm","requirements":"1.1.3","direct":false,"kind":"runtime","optional":false},{"id":25831313664,"package_name":"color-name","ecosystem":"npm","requirements":"1.1.4","direct":false,"kind":"runtime","optional":false},{"id":25831313665,"package_name":"comment-parser","ecosystem":"npm","requirements":"1.4.1","direct":false,"kind":"runtime","optional":false},{"id":25831313693,"package_name":"commitizen","ecosystem":"npm","requirements":"4.3.1","direct":false,"kind":"runtime","optional":false},{"id":25831313699,"package_name":"compare-func","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831313700,"package_name":"concat-map","ecosystem":"npm","requirements":"0.0.1","direct":false,"kind":"runtime","optional":false},{"id":25831313701,"package_name":"conventional-changelog-angular","ecosystem":"npm","requirements":"7.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831313715,"package_name":"conventional-changelog-conventionalcommits","ecosystem":"npm","requirements":"7.0.2","direct":false,"kind":"runtime","optional":false},{"id":25831313716,"package_name":"conventional-commit-types","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831313717,"package_name":"conventional-commits-parser","ecosystem":"npm","requirements":"5.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831313718,"package_name":"cosmiconfig-typescript-loader","ecosystem":"npm","requirements":"6.1.0","direct":false,"kind":"runtime","optional":false},{"id":25831313531,"package_name":"@types/semver","ecosystem":"npm","requirements":"7.7.0","direct":false,"kind":"runtime","optional":false},{"id":25831313532,"package_name":"@typescript-eslint/eslint-plugin","ecosystem":"npm","requirements":"8.36.0","direct":false,"kind":"runtime","optional":false},{"id":25831313533,"package_name":"@typescript-eslint/parser","ecosystem":"npm","requirements":"8.36.0","direct":false,"kind":"runtime","optional":false},{"id":25831313534,"package_name":"@typescript-eslint/project-service","ecosystem":"npm","requirements":"8.36.0","direct":false,"kind":"runtime","optional":false},{"id":25831313535,"package_name":"@typescript-eslint/scope-manager","ecosystem":"npm","requirements":"8.36.0","direct":false,"kind":"runtime","optional":false},{"id":25831313536,"package_name":"@typescript-eslint/tsconfig-utils","ecosystem":"npm","requirements":"8.36.0","direct":false,"kind":"runtime","optional":false},{"id":25831313537,"package_name":"@typescript-eslint/type-utils","ecosystem":"npm","requirements":"8.36.0","direct":false,"kind":"runtime","optional":false},{"id":25831313538,"package_name":"@typescript-eslint/types","ecosystem":"npm","requirements":"8.36.0","direct":false,"kind":"runtime","optional":false},{"id":25831313539,"package_name":"@typescript-eslint/typescript-estree","ecosystem":"npm","requirements":"8.36.0","direct":false,"kind":"runtime","optional":false},{"id":25831313540,"package_name":"@typescript-eslint/utils","ecosystem":"npm","requirements":"8.36.0","direct":false,"kind":"runtime","optional":false},{"id":25831313541,"package_name":"@typescript-eslint/visitor-keys","ecosystem":"npm","requirements":"8.36.0","direct":false,"kind":"runtime","optional":false},{"id":25831313542,"package_name":"@vitest/coverage-v8","ecosystem":"npm","requirements":"4.0.9","direct":false,"kind":"runtime","optional":false},{"id":25831313543,"package_name":"@vitest/expect","ecosystem":"npm","requirements":"4.0.9","direct":false,"kind":"runtime","optional":false},{"id":25831313544,"package_name":"@vitest/mocker","ecosystem":"npm","requirements":"4.0.9","direct":false,"kind":"runtime","optional":false},{"id":25831313545,"package_name":"@vitest/pretty-format","ecosystem":"npm","requirements":"4.0.9","direct":false,"kind":"runtime","optional":false},{"id":25831313546,"package_name":"@vitest/runner","ecosystem":"npm","requirements":"4.0.9","direct":false,"kind":"runtime","optional":false},{"id":25831313547,"package_name":"@vitest/snapshot","ecosystem":"npm","requirements":"4.0.9","direct":false,"kind":"runtime","optional":false},{"id":25831313548,"package_name":"@vitest/spy","ecosystem":"npm","requirements":"4.0.9","direct":false,"kind":"runtime","optional":false},{"id":25831313549,"package_name":"@vitest/utils","ecosystem":"npm","requirements":"4.0.9","direct":false,"kind":"runtime","optional":false},{"id":25831313550,"package_name":"JSONStream","ecosystem":"npm","requirements":"1.3.5","direct":false,"kind":"runtime","optional":false},{"id":25831313562,"package_name":"acorn-jsx","ecosystem":"npm","requirements":"5.3.2","direct":false,"kind":"runtime","optional":false},{"id":25831313563,"package_name":"acorn","ecosystem":"npm","requirements":"8.15.0","direct":false,"kind":"runtime","optional":false},{"id":25831313564,"package_name":"ajv","ecosystem":"npm","requirements":"6.12.6","direct":false,"kind":"runtime","optional":false},{"id":25831313565,"package_name":"ajv","ecosystem":"npm","requirements":"8.17.1","direct":false,"kind":"runtime","optional":false},{"id":25831313566,"package_name":"ansi-escapes","ecosystem":"npm","requirements":"4.3.2","direct":false,"kind":"runtime","optional":false},{"id":25831313567,"package_name":"ansi-regex","ecosystem":"npm","requirements":"5.0.1","direct":false,"kind":"runtime","optional":false},{"id":25831313568,"package_name":"ansi-styles","ecosystem":"npm","requirements":"3.2.1","direct":false,"kind":"runtime","optional":false},{"id":25831313569,"package_name":"ansi-styles","ecosystem":"npm","requirements":"4.3.0","direct":false,"kind":"runtime","optional":false},{"id":25831313570,"package_name":"are-docs-informative","ecosystem":"npm","requirements":"0.0.2","direct":false,"kind":"runtime","optional":false},{"id":25831313571,"package_name":"argparse","ecosystem":"npm","requirements":"2.0.1","direct":false,"kind":"runtime","optional":false},{"id":25831313572,"package_name":"argue-cli","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"runtime","optional":false},{"id":25831313575,"package_name":"array-buffer-byte-length","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"runtime","optional":false},{"id":25831313576,"package_name":"array-ify","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831313577,"package_name":"array-includes","ecosystem":"npm","requirements":"3.1.9","direct":false,"kind":"runtime","optional":false},{"id":25831313578,"package_name":"array.prototype.findlast","ecosystem":"npm","requirements":"1.2.5","direct":false,"kind":"runtime","optional":false},{"id":25831313579,"package_name":"array.prototype.findlastindex","ecosystem":"npm","requirements":"1.2.6","direct":false,"kind":"runtime","optional":false},{"id":25831313580,"package_name":"array.prototype.flat","ecosystem":"npm","requirements":"1.3.3","direct":false,"kind":"runtime","optional":false},{"id":25831313581,"package_name":"array.prototype.flatmap","ecosystem":"npm","requirements":"1.3.3","direct":false,"kind":"runtime","optional":false},{"id":25831313582,"package_name":"array.prototype.tosorted","ecosystem":"npm","requirements":"1.1.4","direct":false,"kind":"runtime","optional":false},{"id":25831313583,"package_name":"arraybuffer.prototype.slice","ecosystem":"npm","requirements":"1.0.4","direct":false,"kind":"runtime","optional":false},{"id":25831313584,"package_name":"ast-v8-to-istanbul","ecosystem":"npm","requirements":"0.3.8","direct":false,"kind":"runtime","optional":false},{"id":25831313585,"package_name":"async-function","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831313586,"package_name":"at-least-node","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831313587,"package_name":"available-typed-arrays","ecosystem":"npm","requirements":"1.0.7","direct":false,"kind":"runtime","optional":false},{"id":25831313588,"package_name":"balanced-match","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"runtime","optional":false},{"id":25831313589,"package_name":"base64-js","ecosystem":"npm","requirements":"1.5.1","direct":false,"kind":"runtime","optional":false},{"id":25831313590,"package_name":"better-than-before","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":25831313610,"package_name":"bl","ecosystem":"npm","requirements":"4.1.0","direct":false,"kind":"runtime","optional":false},{"id":25831313611,"package_name":"brace-expansion","ecosystem":"npm","requirements":"1.1.12","direct":false,"kind":"runtime","optional":false},{"id":25831313612,"package_name":"brace-expansion","ecosystem":"npm","requirements":"2.0.2","direct":false,"kind":"runtime","optional":false},{"id":25831313613,"package_name":"braces","ecosystem":"npm","requirements":"3.0.3","direct":false,"kind":"runtime","optional":false},{"id":25831313614,"package_name":"buffer","ecosystem":"npm","requirements":"5.7.1","direct":false,"kind":"runtime","optional":false},{"id":25831313615,"package_name":"cachedir","ecosystem":"npm","requirements":"2.3.0","direct":false,"kind":"runtime","optional":false},{"id":25831313622,"package_name":"call-bind-apply-helpers","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"runtime","optional":false},{"id":25831313623,"package_name":"call-bind","ecosystem":"npm","requirements":"1.0.8","direct":false,"kind":"runtime","optional":false},{"id":25831313065,"package_name":"@babel/code-frame","ecosystem":"npm","requirements":"7.27.1","direct":false,"kind":"runtime","optional":false},{"id":25831313066,"package_name":"@babel/helper-string-parser","ecosystem":"npm","requirements":"7.27.1","direct":false,"kind":"runtime","optional":false},{"id":25831313067,"package_name":"@babel/helper-validator-identifier","ecosystem":"npm","requirements":"7.27.1","direct":false,"kind":"runtime","optional":false},{"id":25831313068,"package_name":"@babel/helper-validator-identifier","ecosystem":"npm","requirements":"7.28.5","direct":false,"kind":"runtime","optional":false},{"id":25831313069,"package_name":"@babel/parser","ecosystem":"npm","requirements":"7.28.5","direct":false,"kind":"runtime","optional":false},{"id":25831313070,"package_name":"@babel/runtime","ecosystem":"npm","requirements":"7.27.6","direct":false,"kind":"runtime","optional":false},{"id":25831313107,"package_name":"@babel/types","ecosystem":"npm","requirements":"7.28.5","direct":false,"kind":"runtime","optional":false},{"id":25831313109,"package_name":"@bcoe/v8-coverage","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"runtime","optional":false},{"id":25831313110,"package_name":"@commitlint/cli","ecosystem":"npm","requirements":"20.1.0","direct":false,"kind":"runtime","optional":false},{"id":25831313111,"package_name":"@commitlint/config-conventional","ecosystem":"npm","requirements":"20.0.0","direct":false,"kind":"development","optional":false},{"id":25831313112,"package_name":"@commitlint/config-pnpm-scopes","ecosystem":"npm","requirements":"20.1.0","direct":false,"kind":"development","optional":false},{"id":25831313113,"package_name":"@commitlint/config-validator","ecosystem":"npm","requirements":"19.8.1","direct":false,"kind":"runtime","optional":false},{"id":25831313136,"package_name":"@commitlint/config-validator","ecosystem":"npm","requirements":"20.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831313137,"package_name":"@commitlint/cz-commitlint","ecosystem":"npm","requirements":"20.1.0","direct":false,"kind":"runtime","optional":false},{"id":25831313149,"package_name":"@commitlint/ensure","ecosystem":"npm","requirements":"20.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831313158,"package_name":"@commitlint/execute-rule","ecosystem":"npm","requirements":"19.8.1","direct":false,"kind":"runtime","optional":false},{"id":25831313159,"package_name":"@commitlint/execute-rule","ecosystem":"npm","requirements":"20.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831313160,"package_name":"@commitlint/format","ecosystem":"npm","requirements":"20.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831313162,"package_name":"@commitlint/is-ignored","ecosystem":"npm","requirements":"20.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831313163,"package_name":"@commitlint/lint","ecosystem":"npm","requirements":"20.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831313166,"package_name":"@commitlint/load","ecosystem":"npm","requirements":"19.8.1","direct":false,"kind":"runtime","optional":false},{"id":25831313168,"package_name":"@commitlint/load","ecosystem":"npm","requirements":"20.1.0","direct":false,"kind":"runtime","optional":false},{"id":25831313169,"package_name":"@commitlint/message","ecosystem":"npm","requirements":"20.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831313170,"package_name":"@commitlint/parse","ecosystem":"npm","requirements":"20.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831313171,"package_name":"@commitlint/read","ecosystem":"npm","requirements":"20.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831313178,"package_name":"@commitlint/resolve-extends","ecosystem":"npm","requirements":"19.8.1","direct":false,"kind":"runtime","optional":false},{"id":25831313194,"package_name":"@commitlint/resolve-extends","ecosystem":"npm","requirements":"20.1.0","direct":false,"kind":"runtime","optional":false},{"id":25831313195,"package_name":"@commitlint/rules","ecosystem":"npm","requirements":"20.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831313196,"package_name":"@commitlint/to-lines","ecosystem":"npm","requirements":"20.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831313198,"package_name":"@commitlint/top-level","ecosystem":"npm","requirements":"20.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831313199,"package_name":"@commitlint/types","ecosystem":"npm","requirements":"19.8.1","direct":false,"kind":"runtime","optional":false},{"id":25831313200,"package_name":"@commitlint/types","ecosystem":"npm","requirements":"20.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831313201,"package_name":"@es-joy/jsdoccomment","ecosystem":"npm","requirements":"0.52.0","direct":false,"kind":"runtime","optional":false},{"id":25831313202,"package_name":"@esbuild/aix-ppc64","ecosystem":"npm","requirements":"0.25.12","direct":false,"kind":"runtime","optional":false},{"id":25831313203,"package_name":"@esbuild/android-arm64","ecosystem":"npm","requirements":"0.25.12","direct":false,"kind":"runtime","optional":false},{"id":25831313204,"package_name":"@esbuild/android-arm","ecosystem":"npm","requirements":"0.15.18","direct":false,"kind":"runtime","optional":false},{"id":25831313205,"package_name":"@esbuild/android-arm","ecosystem":"npm","requirements":"0.25.12","direct":false,"kind":"runtime","optional":false},{"id":25831313206,"package_name":"@esbuild/android-x64","ecosystem":"npm","requirements":"0.25.12","direct":false,"kind":"runtime","optional":false},{"id":25831313207,"package_name":"@esbuild/darwin-arm64","ecosystem":"npm","requirements":"0.25.12","direct":false,"kind":"runtime","optional":false},{"id":25831313208,"package_name":"@esbuild/darwin-x64","ecosystem":"npm","requirements":"0.25.12","direct":false,"kind":"runtime","optional":false},{"id":25831313209,"package_name":"@esbuild/freebsd-arm64","ecosystem":"npm","requirements":"0.25.12","direct":false,"kind":"runtime","optional":false},{"id":25831313210,"package_name":"@esbuild/freebsd-x64","ecosystem":"npm","requirements":"0.25.12","direct":false,"kind":"runtime","optional":false},{"id":25831313211,"package_name":"@esbuild/linux-arm64","ecosystem":"npm","requirements":"0.25.12","direct":false,"kind":"runtime","optional":false},{"id":25831313212,"package_name":"@esbuild/linux-arm","ecosystem":"npm","requirements":"0.25.12","direct":false,"kind":"runtime","optional":false},{"id":25831313213,"package_name":"@esbuild/linux-ia32","ecosystem":"npm","requirements":"0.25.12","direct":false,"kind":"runtime","optional":false},{"id":25831313214,"package_name":"@esbuild/linux-loong64","ecosystem":"npm","requirements":"0.15.18","direct":false,"kind":"runtime","optional":false},{"id":25831313215,"package_name":"@esbuild/linux-loong64","ecosystem":"npm","requirements":"0.25.12","direct":false,"kind":"runtime","optional":false},{"id":25831313216,"package_name":"@esbuild/linux-mips64el","ecosystem":"npm","requirements":"0.25.12","direct":false,"kind":"runtime","optional":false},{"id":25831313217,"package_name":"@esbuild/linux-ppc64","ecosystem":"npm","requirements":"0.25.12","direct":false,"kind":"runtime","optional":false},{"id":25831313218,"package_name":"@esbuild/linux-riscv64","ecosystem":"npm","requirements":"0.25.12","direct":false,"kind":"runtime","optional":false},{"id":25831313219,"package_name":"@esbuild/linux-s390x","ecosystem":"npm","requirements":"0.25.12","direct":false,"kind":"runtime","optional":false},{"id":25831313220,"package_name":"@esbuild/linux-x64","ecosystem":"npm","requirements":"0.25.12","direct":false,"kind":"runtime","optional":false},{"id":25831313221,"package_name":"@esbuild/netbsd-arm64","ecosystem":"npm","requirements":"0.25.12","direct":false,"kind":"runtime","optional":false},{"id":25831313222,"package_name":"@esbuild/netbsd-x64","ecosystem":"npm","requirements":"0.25.12","direct":false,"kind":"runtime","optional":false},{"id":25831313223,"package_name":"@esbuild/openbsd-arm64","ecosystem":"npm","requirements":"0.25.12","direct":false,"kind":"runtime","optional":false},{"id":25831313224,"package_name":"@esbuild/openbsd-x64","ecosystem":"npm","requirements":"0.25.12","direct":false,"kind":"runtime","optional":false},{"id":25831313225,"package_name":"@esbuild/openharmony-arm64","ecosystem":"npm","requirements":"0.25.12","direct":false,"kind":"runtime","optional":false},{"id":25831313226,"package_name":"@esbuild/sunos-x64","ecosystem":"npm","requirements":"0.25.12","direct":false,"kind":"runtime","optional":false},{"id":25831313227,"package_name":"@esbuild/win32-arm64","ecosystem":"npm","requirements":"0.25.12","direct":false,"kind":"runtime","optional":false},{"id":25831313228,"package_name":"@esbuild/win32-ia32","ecosystem":"npm","requirements":"0.25.12","direct":false,"kind":"runtime","optional":false},{"id":25831313229,"package_name":"@esbuild/win32-x64","ecosystem":"npm","requirements":"0.25.12","direct":false,"kind":"runtime","optional":false},{"id":25831313230,"package_name":"@eslint-community/eslint-utils","ecosystem":"npm","requirements":"4.7.0","direct":false,"kind":"runtime","optional":false},{"id":25831313231,"package_name":"@eslint-community/regexpp","ecosystem":"npm","requirements":"4.12.1","direct":false,"kind":"runtime","optional":false},{"id":25831313232,"package_name":"@eslint/config-array","ecosystem":"npm","requirements":"0.21.0","direct":false,"kind":"runtime","optional":false},{"id":25831313233,"package_name":"@eslint/config-helpers","ecosystem":"npm","requirements":"0.3.0","direct":false,"kind":"runtime","optional":false},{"id":25831313234,"package_name":"@eslint/core","ecosystem":"npm","requirements":"0.14.0","direct":false,"kind":"runtime","optional":false},{"id":25831313235,"package_name":"@eslint/core","ecosystem":"npm","requirements":"0.15.1","direct":false,"kind":"runtime","optional":false},{"id":25831313236,"package_name":"@eslint/eslintrc","ecosystem":"npm","requirements":"3.3.1","direct":false,"kind":"runtime","optional":false},{"id":25831313237,"package_name":"@eslint/js","ecosystem":"npm","requirements":"9.30.1","direct":false,"kind":"runtime","optional":false},{"id":25831313238,"package_name":"@eslint/object-schema","ecosystem":"npm","requirements":"2.1.6","direct":false,"kind":"runtime","optional":false},{"id":25831313239,"package_name":"@eslint/plugin-kit","ecosystem":"npm","requirements":"0.3.3","direct":false,"kind":"runtime","optional":false},{"id":25831313240,"package_name":"@gwhitney/detect-indent","ecosystem":"npm","requirements":"7.0.1","direct":false,"kind":"runtime","optional":false},{"id":25831313250,"package_name":"@humanfs/core","ecosystem":"npm","requirements":"0.19.1","direct":false,"kind":"runtime","optional":false},{"id":25831313251,"package_name":"@humanfs/node","ecosystem":"npm","requirements":"0.16.6","direct":false,"kind":"runtime","optional":false},{"id":25831313252,"package_name":"@humanwhocodes/module-importer","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"runtime","optional":false},{"id":25831313253,"package_name":"@humanwhocodes/retry","ecosystem":"npm","requirements":"0.3.1","direct":false,"kind":"runtime","optional":false},{"id":25831313723,"package_name":"cosmiconfig","ecosystem":"npm","requirements":"9.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831313731,"package_name":"cross-spawn","ecosystem":"npm","requirements":"7.0.6","direct":false,"kind":"runtime","optional":false},{"id":25831313734,"package_name":"cz-conventional-changelog","ecosystem":"npm","requirements":"3.3.0","direct":false,"kind":"runtime","optional":false},{"id":25831313745,"package_name":"dargs","ecosystem":"npm","requirements":"8.1.0","direct":false,"kind":"runtime","optional":false},{"id":25831313775,"package_name":"data-view-buffer","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"runtime","optional":false},{"id":25831313776,"package_name":"data-view-byte-length","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"runtime","optional":false},{"id":25831313777,"package_name":"data-view-byte-offset","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"runtime","optional":false},{"id":25831313778,"package_name":"debug","ecosystem":"npm","requirements":"3.2.7","direct":false,"kind":"runtime","optional":false},{"id":25831313779,"package_name":"debug","ecosystem":"npm","requirements":"4.4.1","direct":false,"kind":"runtime","optional":false},{"id":25831313780,"package_name":"debug","ecosystem":"npm","requirements":"4.4.3","direct":false,"kind":"runtime","optional":false},{"id":25831313781,"package_name":"dedent","ecosystem":"npm","requirements":"0.7.0","direct":false,"kind":"runtime","optional":false},{"id":25831313782,"package_name":"deep-is","ecosystem":"npm","requirements":"0.1.4","direct":false,"kind":"runtime","optional":false},{"id":25831313783,"package_name":"defaults","ecosystem":"npm","requirements":"1.0.4","direct":false,"kind":"runtime","optional":false},{"id":25831313784,"package_name":"define-data-property","ecosystem":"npm","requirements":"1.1.4","direct":false,"kind":"runtime","optional":false},{"id":25831313785,"package_name":"define-properties","ecosystem":"npm","requirements":"1.2.1","direct":false,"kind":"runtime","optional":false},{"id":25831313788,"package_name":"del-cli","ecosystem":"npm","requirements":"7.0.0","direct":false,"kind":"development","optional":false},{"id":25831313803,"package_name":"del","ecosystem":"npm","requirements":"8.0.1","direct":false,"kind":"runtime","optional":false},{"id":25831313841,"package_name":"detect-file","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831313842,"package_name":"detect-indent","ecosystem":"npm","requirements":"6.1.0","direct":false,"kind":"runtime","optional":false},{"id":25831313846,"package_name":"doctrine","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"runtime","optional":false},{"id":25831313847,"package_name":"dot-prop","ecosystem":"npm","requirements":"5.3.0","direct":false,"kind":"runtime","optional":false},{"id":25831313848,"package_name":"dotenv","ecosystem":"npm","requirements":"16.6.1","direct":false,"kind":"runtime","optional":false},{"id":25831313849,"package_name":"dunder-proto","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"runtime","optional":false},{"id":25831313850,"package_name":"emoji-regex","ecosystem":"npm","requirements":"8.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831313851,"package_name":"env-paths","ecosystem":"npm","requirements":"2.2.1","direct":false,"kind":"runtime","optional":false},{"id":25831313852,"package_name":"error-ex","ecosystem":"npm","requirements":"1.3.2","direct":false,"kind":"runtime","optional":false},{"id":25831313853,"package_name":"es-abstract","ecosystem":"npm","requirements":"1.24.0","direct":false,"kind":"runtime","optional":false},{"id":25831313854,"package_name":"es-define-property","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"runtime","optional":false},{"id":25831313855,"package_name":"es-errors","ecosystem":"npm","requirements":"1.3.0","direct":false,"kind":"runtime","optional":false},{"id":25831313856,"package_name":"es-iterator-helpers","ecosystem":"npm","requirements":"1.2.1","direct":false,"kind":"runtime","optional":false},{"id":25831313857,"package_name":"es-module-lexer","ecosystem":"npm","requirements":"1.7.0","direct":false,"kind":"runtime","optional":false},{"id":25831313858,"package_name":"es-object-atoms","ecosystem":"npm","requirements":"1.1.1","direct":false,"kind":"runtime","optional":false},{"id":25831313859,"package_name":"es-set-tostringtag","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"runtime","optional":false},{"id":25831313860,"package_name":"es-shim-unscopables","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"runtime","optional":false},{"id":25831313861,"package_name":"es-to-primitive","ecosystem":"npm","requirements":"1.3.0","direct":false,"kind":"runtime","optional":false},{"id":25831313862,"package_name":"esbuild-android-64","ecosystem":"npm","requirements":"0.15.18","direct":false,"kind":"runtime","optional":false},{"id":25831313882,"package_name":"esbuild-android-arm64","ecosystem":"npm","requirements":"0.15.18","direct":false,"kind":"runtime","optional":false},{"id":25831313883,"package_name":"esbuild-darwin-64","ecosystem":"npm","requirements":"0.15.18","direct":false,"kind":"runtime","optional":false},{"id":25831313884,"package_name":"esbuild-darwin-arm64","ecosystem":"npm","requirements":"0.15.18","direct":false,"kind":"runtime","optional":false},{"id":25831313889,"package_name":"esbuild-freebsd-64","ecosystem":"npm","requirements":"0.15.18","direct":false,"kind":"runtime","optional":false},{"id":25831313902,"package_name":"esbuild-freebsd-arm64","ecosystem":"npm","requirements":"0.15.18","direct":false,"kind":"runtime","optional":false},{"id":25831313903,"package_name":"esbuild-linux-32","ecosystem":"npm","requirements":"0.15.18","direct":false,"kind":"runtime","optional":false},{"id":25831313916,"package_name":"esbuild-linux-64","ecosystem":"npm","requirements":"0.15.18","direct":false,"kind":"runtime","optional":false},{"id":25831313917,"package_name":"esbuild-linux-arm64","ecosystem":"npm","requirements":"0.15.18","direct":false,"kind":"runtime","optional":false},{"id":25831313918,"package_name":"esbuild-linux-arm","ecosystem":"npm","requirements":"0.15.18","direct":false,"kind":"runtime","optional":false},{"id":25831313954,"package_name":"esbuild-linux-mips64le","ecosystem":"npm","requirements":"0.15.18","direct":false,"kind":"runtime","optional":false},{"id":25831313955,"package_name":"esbuild-linux-ppc64le","ecosystem":"npm","requirements":"0.15.18","direct":false,"kind":"runtime","optional":false},{"id":25831313990,"package_name":"esbuild-linux-riscv64","ecosystem":"npm","requirements":"0.15.18","direct":false,"kind":"runtime","optional":false},{"id":25831313991,"package_name":"esbuild-linux-s390x","ecosystem":"npm","requirements":"0.15.18","direct":false,"kind":"runtime","optional":false},{"id":25831313994,"package_name":"esbuild-netbsd-64","ecosystem":"npm","requirements":"0.15.18","direct":false,"kind":"runtime","optional":false},{"id":25831313995,"package_name":"esbuild-openbsd-64","ecosystem":"npm","requirements":"0.15.18","direct":false,"kind":"runtime","optional":false},{"id":25831313996,"package_name":"esbuild-sunos-64","ecosystem":"npm","requirements":"0.15.18","direct":false,"kind":"runtime","optional":false},{"id":25831314020,"package_name":"esbuild-windows-32","ecosystem":"npm","requirements":"0.15.18","direct":false,"kind":"runtime","optional":false},{"id":25831314021,"package_name":"esbuild-windows-64","ecosystem":"npm","requirements":"0.15.18","direct":false,"kind":"runtime","optional":false},{"id":25831314022,"package_name":"esbuild-windows-arm64","ecosystem":"npm","requirements":"0.15.18","direct":false,"kind":"runtime","optional":false},{"id":25831314023,"package_name":"esbuild","ecosystem":"npm","requirements":"0.15.18","direct":false,"kind":"runtime","optional":false},{"id":25831314024,"package_name":"esbuild","ecosystem":"npm","requirements":"0.25.12","direct":false,"kind":"runtime","optional":false},{"id":25831314025,"package_name":"escalade","ecosystem":"npm","requirements":"3.2.0","direct":false,"kind":"runtime","optional":false},{"id":25831314026,"package_name":"escape-string-regexp","ecosystem":"npm","requirements":"1.0.5","direct":false,"kind":"runtime","optional":false},{"id":25831314027,"package_name":"escape-string-regexp","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831314028,"package_name":"eslint-import-resolver-node","ecosystem":"npm","requirements":"0.3.9","direct":false,"kind":"runtime","optional":false},{"id":25831314029,"package_name":"eslint-module-utils","ecosystem":"npm","requirements":"2.12.1","direct":false,"kind":"runtime","optional":false},{"id":25831314030,"package_name":"eslint-plugin-import","ecosystem":"npm","requirements":"2.32.0","direct":false,"kind":"runtime","optional":false},{"id":25831314050,"package_name":"eslint-plugin-jest-dom","ecosystem":"npm","requirements":"5.5.0","direct":false,"kind":"runtime","optional":false},{"id":25831314065,"package_name":"eslint-plugin-jest","ecosystem":"npm","requirements":"29.0.1","direct":false,"kind":"runtime","optional":false},{"id":25831314066,"package_name":"eslint-plugin-jsdoc","ecosystem":"npm","requirements":"51.3.4","direct":false,"kind":"runtime","optional":false},{"id":25831314067,"package_name":"eslint-plugin-react-hooks","ecosystem":"npm","requirements":"5.2.0","direct":false,"kind":"runtime","optional":false},{"id":25831314068,"package_name":"eslint-plugin-react","ecosystem":"npm","requirements":"7.37.5","direct":false,"kind":"runtime","optional":false},{"id":25831314069,"package_name":"eslint-plugin-testing-library","ecosystem":"npm","requirements":"7.5.3","direct":false,"kind":"runtime","optional":false},{"id":25831314070,"package_name":"eslint-scope","ecosystem":"npm","requirements":"8.4.0","direct":false,"kind":"runtime","optional":false},{"id":25831314071,"package_name":"eslint-visitor-keys","ecosystem":"npm","requirements":"3.4.3","direct":false,"kind":"runtime","optional":false},{"id":25831314072,"package_name":"eslint-visitor-keys","ecosystem":"npm","requirements":"4.2.1","direct":false,"kind":"runtime","optional":false},{"id":25831314073,"package_name":"eslint","ecosystem":"npm","requirements":"9.30.1","direct":false,"kind":"runtime","optional":false},{"id":25831314074,"package_name":"espree","ecosystem":"npm","requirements":"10.4.0","direct":false,"kind":"runtime","optional":false},{"id":25831314075,"package_name":"esquery","ecosystem":"npm","requirements":"1.6.0","direct":false,"kind":"runtime","optional":false},{"id":25831314076,"package_name":"esrecurse","ecosystem":"npm","requirements":"4.3.0","direct":false,"kind":"runtime","optional":false},{"id":25831314077,"package_name":"estraverse","ecosystem":"npm","requirements":"5.3.0","direct":false,"kind":"runtime","optional":false},{"id":25831314078,"package_name":"estree-walker","ecosystem":"npm","requirements":"3.0.3","direct":false,"kind":"runtime","optional":false},{"id":25831314079,"package_name":"esutils","ecosystem":"npm","requirements":"2.0.3","direct":false,"kind":"runtime","optional":false},{"id":25831314080,"package_name":"expand-tilde","ecosystem":"npm","requirements":"2.0.2","direct":false,"kind":"runtime","optional":false},{"id":25831314089,"package_name":"expect-type","ecosystem":"npm","requirements":"1.2.2","direct":false,"kind":"runtime","optional":false},{"id":25831314090,"package_name":"external-editor","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"runtime","optional":false},{"id":25831314091,"package_name":"fast-deep-equal","ecosystem":"npm","requirements":"3.1.3","direct":false,"kind":"runtime","optional":false},{"id":25831314092,"package_name":"fast-glob","ecosystem":"npm","requirements":"3.3.3","direct":false,"kind":"runtime","optional":false},{"id":25831314093,"package_name":"fast-json-stable-stringify","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"runtime","optional":false},{"id":25831314094,"package_name":"fast-levenshtein","ecosystem":"npm","requirements":"2.0.6","direct":false,"kind":"runtime","optional":false},{"id":25831314095,"package_name":"fast-uri","ecosystem":"npm","requirements":"3.0.6","direct":false,"kind":"runtime","optional":false},{"id":25831314096,"package_name":"fastq","ecosystem":"npm","requirements":"1.19.1","direct":false,"kind":"runtime","optional":false},{"id":25831314097,"package_name":"fd-package-json","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831314098,"package_name":"fdir","ecosystem":"npm","requirements":"6.5.0","direct":false,"kind":"runtime","optional":false},{"id":25831314099,"package_name":"figures","ecosystem":"npm","requirements":"3.2.0","direct":false,"kind":"runtime","optional":false},{"id":25831314100,"package_name":"file-entry-cache","ecosystem":"npm","requirements":"8.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831314101,"package_name":"fill-range","ecosystem":"npm","requirements":"7.1.1","direct":false,"kind":"runtime","optional":false},{"id":25831314102,"package_name":"find-node-modules","ecosystem":"npm","requirements":"2.1.3","direct":false,"kind":"runtime","optional":false},{"id":25831314116,"package_name":"find-root","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"runtime","optional":false},{"id":25831314125,"package_name":"find-up","ecosystem":"npm","requirements":"5.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831314126,"package_name":"find-up","ecosystem":"npm","requirements":"7.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831314127,"package_name":"findup-sync","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831314132,"package_name":"flat-cache","ecosystem":"npm","requirements":"4.0.1","direct":false,"kind":"runtime","optional":false},{"id":25831314133,"package_name":"flatted","ecosystem":"npm","requirements":"3.3.3","direct":false,"kind":"runtime","optional":false},{"id":25831314134,"package_name":"for-each","ecosystem":"npm","requirements":"0.3.5","direct":false,"kind":"runtime","optional":false},{"id":25831314135,"package_name":"fs-extra","ecosystem":"npm","requirements":"9.1.0","direct":false,"kind":"runtime","optional":false},{"id":25831314136,"package_name":"fs.realpath","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831314137,"package_name":"fsevents","ecosystem":"npm","requirements":"2.3.3","direct":false,"kind":"runtime","optional":false},{"id":25831314138,"package_name":"function-bind","ecosystem":"npm","requirements":"1.1.2","direct":false,"kind":"runtime","optional":false},{"id":25831314139,"package_name":"function.prototype.name","ecosystem":"npm","requirements":"1.1.8","direct":false,"kind":"runtime","optional":false},{"id":25831314177,"package_name":"functions-have-names","ecosystem":"npm","requirements":"1.2.3","direct":false,"kind":"runtime","optional":false},{"id":25831314181,"package_name":"get-caller-file","ecosystem":"npm","requirements":"2.0.5","direct":false,"kind":"runtime","optional":false},{"id":25831314182,"package_name":"get-intrinsic","ecosystem":"npm","requirements":"1.3.0","direct":false,"kind":"runtime","optional":false},{"id":25831314183,"package_name":"get-proto","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"runtime","optional":false},{"id":25831314184,"package_name":"get-symbol-description","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"runtime","optional":false},{"id":25831314192,"package_name":"git-raw-commits","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831314196,"package_name":"glob-parent","ecosystem":"npm","requirements":"5.1.2","direct":false,"kind":"runtime","optional":false},{"id":25831314197,"package_name":"glob-parent","ecosystem":"npm","requirements":"6.0.2","direct":false,"kind":"runtime","optional":false},{"id":25831314198,"package_name":"glob","ecosystem":"npm","requirements":"7.2.3","direct":false,"kind":"runtime","optional":false},{"id":25831314199,"package_name":"global-directory","ecosystem":"npm","requirements":"4.0.1","direct":false,"kind":"runtime","optional":false},{"id":25831314200,"package_name":"global-modules","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831314201,"package_name":"global-prefix","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"runtime","optional":false},{"id":25831314202,"package_name":"globals","ecosystem":"npm","requirements":"14.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831314203,"package_name":"globals","ecosystem":"npm","requirements":"16.3.0","direct":false,"kind":"runtime","optional":false},{"id":25831314204,"package_name":"globalthis","ecosystem":"npm","requirements":"1.0.4","direct":false,"kind":"runtime","optional":false},{"id":25831314205,"package_name":"globby","ecosystem":"npm","requirements":"14.1.0","direct":false,"kind":"runtime","optional":false},{"id":25831314206,"package_name":"gopd","ecosystem":"npm","requirements":"1.2.0","direct":false,"kind":"runtime","optional":false},{"id":25831314207,"package_name":"graceful-fs","ecosystem":"npm","requirements":"4.2.11","direct":false,"kind":"runtime","optional":false},{"id":25831314280,"package_name":"graphemer","ecosystem":"npm","requirements":"1.4.0","direct":false,"kind":"runtime","optional":false},{"id":25831314282,"package_name":"handlebars","ecosystem":"npm","requirements":"4.7.8","direct":false,"kind":"runtime","optional":false},{"id":25831314284,"package_name":"has-bigints","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"runtime","optional":false},{"id":25831314286,"package_name":"has-flag","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831314299,"package_name":"has-flag","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831314300,"package_name":"has-property-descriptors","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"runtime","optional":false},{"id":25831314301,"package_name":"has-proto","ecosystem":"npm","requirements":"1.2.0","direct":false,"kind":"runtime","optional":false},{"id":25831314302,"package_name":"has-symbols","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"runtime","optional":false},{"id":25831314303,"package_name":"has-tostringtag","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"runtime","optional":false},{"id":25831314304,"package_name":"hasown","ecosystem":"npm","requirements":"2.0.2","direct":false,"kind":"runtime","optional":false},{"id":25831314305,"package_name":"homedir-polyfill","ecosystem":"npm","requirements":"1.0.3","direct":false,"kind":"runtime","optional":false},{"id":25831314309,"package_name":"hosted-git-info","ecosystem":"npm","requirements":"8.1.0","direct":false,"kind":"runtime","optional":false},{"id":25831314312,"package_name":"html-escaper","ecosystem":"npm","requirements":"2.0.2","direct":false,"kind":"runtime","optional":false},{"id":25831314313,"package_name":"iconv-lite","ecosystem":"npm","requirements":"0.4.24","direct":false,"kind":"runtime","optional":false},{"id":25831314314,"package_name":"ieee754","ecosystem":"npm","requirements":"1.2.1","direct":false,"kind":"runtime","optional":false},{"id":25831314315,"package_name":"ignore","ecosystem":"npm","requirements":"5.3.2","direct":false,"kind":"runtime","optional":false},{"id":25831314316,"package_name":"ignore","ecosystem":"npm","requirements":"7.0.5","direct":false,"kind":"runtime","optional":false},{"id":25831314317,"package_name":"import-fresh","ecosystem":"npm","requirements":"3.3.1","direct":false,"kind":"runtime","optional":false},{"id":25831314318,"package_name":"import-meta-resolve","ecosystem":"npm","requirements":"4.1.0","direct":false,"kind":"runtime","optional":false},{"id":25831314319,"package_name":"imurmurhash","ecosystem":"npm","requirements":"0.1.4","direct":false,"kind":"runtime","optional":false},{"id":25831314320,"package_name":"inflight","ecosystem":"npm","requirements":"1.0.6","direct":false,"kind":"runtime","optional":false},{"id":25831314321,"package_name":"inherits","ecosystem":"npm","requirements":"2.0.4","direct":false,"kind":"runtime","optional":false},{"id":25831314322,"package_name":"ini","ecosystem":"npm","requirements":"1.3.8","direct":false,"kind":"runtime","optional":false},{"id":25831314325,"package_name":"ini","ecosystem":"npm","requirements":"4.1.1","direct":false,"kind":"runtime","optional":false},{"id":25831314326,"package_name":"inquirer","ecosystem":"npm","requirements":"12.7.0","direct":false,"kind":"runtime","optional":false},{"id":25831314327,"package_name":"inquirer","ecosystem":"npm","requirements":"8.2.5","direct":false,"kind":"runtime","optional":false},{"id":25831314328,"package_name":"internal-slot","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"runtime","optional":false},{"id":25831314329,"package_name":"is-array-buffer","ecosystem":"npm","requirements":"3.0.5","direct":false,"kind":"runtime","optional":false},{"id":25831314330,"package_name":"is-arrayish","ecosystem":"npm","requirements":"0.2.1","direct":false,"kind":"runtime","optional":false},{"id":25831314331,"package_name":"is-async-function","ecosystem":"npm","requirements":"2.1.1","direct":false,"kind":"runtime","optional":false},{"id":25831314332,"package_name":"is-bigint","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"runtime","optional":false},{"id":25831314333,"package_name":"is-boolean-object","ecosystem":"npm","requirements":"1.2.2","direct":false,"kind":"runtime","optional":false},{"id":25831314334,"package_name":"is-callable","ecosystem":"npm","requirements":"1.2.7","direct":false,"kind":"runtime","optional":false},{"id":25831314335,"package_name":"is-core-module","ecosystem":"npm","requirements":"2.16.1","direct":false,"kind":"runtime","optional":false},{"id":25831314336,"package_name":"is-data-view","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"runtime","optional":false},{"id":25831314337,"package_name":"is-date-object","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"runtime","optional":false},{"id":25831314339,"package_name":"is-extglob","ecosystem":"npm","requirements":"2.1.1","direct":false,"kind":"runtime","optional":false},{"id":25831314340,"package_name":"is-finalizationregistry","ecosystem":"npm","requirements":"1.1.1","direct":false,"kind":"runtime","optional":false},{"id":25831314341,"package_name":"is-fullwidth-code-point","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831314342,"package_name":"is-generator-function","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"runtime","optional":false},{"id":25831314343,"package_name":"is-glob","ecosystem":"npm","requirements":"4.0.3","direct":false,"kind":"runtime","optional":false},{"id":25831314344,"package_name":"is-interactive","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831315185,"package_name":"rxjs","ecosystem":"npm","requirements":"7.8.2","direct":false,"kind":"runtime","optional":false},{"id":25831315186,"package_name":"safe-array-concat","ecosystem":"npm","requirements":"1.1.3","direct":false,"kind":"runtime","optional":false},{"id":25831315187,"package_name":"safe-buffer","ecosystem":"npm","requirements":"5.2.1","direct":false,"kind":"runtime","optional":false},{"id":25831315188,"package_name":"safe-push-apply","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831315189,"package_name":"safe-regex-test","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"runtime","optional":false},{"id":25831315190,"package_name":"safer-buffer","ecosystem":"npm","requirements":"2.1.2","direct":false,"kind":"runtime","optional":false},{"id":25831315191,"package_name":"semver","ecosystem":"npm","requirements":"6.3.1","direct":false,"kind":"runtime","optional":false},{"id":25831315192,"package_name":"semver","ecosystem":"npm","requirements":"7.7.2","direct":false,"kind":"runtime","optional":false},{"id":25831315193,"package_name":"set-function-length","ecosystem":"npm","requirements":"1.2.2","direct":false,"kind":"runtime","optional":false},{"id":25831315194,"package_name":"set-function-name","ecosystem":"npm","requirements":"2.0.2","direct":false,"kind":"runtime","optional":false},{"id":25831315195,"package_name":"set-proto","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831315196,"package_name":"shebang-command","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831315197,"package_name":"shebang-regex","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831315198,"package_name":"side-channel-list","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831315199,"package_name":"side-channel-map","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"runtime","optional":false},{"id":25831315200,"package_name":"side-channel-weakmap","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"runtime","optional":false},{"id":25831315201,"package_name":"side-channel","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"runtime","optional":false},{"id":25831315202,"package_name":"siginfo","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831315203,"package_name":"signal-exit","ecosystem":"npm","requirements":"3.0.7","direct":false,"kind":"runtime","optional":false},{"id":25831315204,"package_name":"signal-exit","ecosystem":"npm","requirements":"4.1.0","direct":false,"kind":"runtime","optional":false},{"id":25831315205,"package_name":"simple-git-hooks","ecosystem":"npm","requirements":"2.13.0","direct":false,"kind":"development","optional":false},{"id":25831315206,"package_name":"slash","ecosystem":"npm","requirements":"5.1.0","direct":false,"kind":"runtime","optional":false},{"id":25831315207,"package_name":"sort-keys","ecosystem":"npm","requirements":"4.2.0","direct":false,"kind":"runtime","optional":false},{"id":25831315208,"package_name":"source-map-js","ecosystem":"npm","requirements":"1.2.1","direct":false,"kind":"runtime","optional":false},{"id":25831315209,"package_name":"source-map","ecosystem":"npm","requirements":"0.6.1","direct":false,"kind":"runtime","optional":false},{"id":25831315210,"package_name":"spdx-correct","ecosystem":"npm","requirements":"3.2.0","direct":false,"kind":"runtime","optional":false},{"id":25831315223,"package_name":"spdx-exceptions","ecosystem":"npm","requirements":"2.5.0","direct":false,"kind":"runtime","optional":false},{"id":25831315224,"package_name":"spdx-expression-parse","ecosystem":"npm","requirements":"3.0.1","direct":false,"kind":"runtime","optional":false},{"id":25831315225,"package_name":"spdx-expression-parse","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831315226,"package_name":"spdx-license-ids","ecosystem":"npm","requirements":"3.0.21","direct":false,"kind":"runtime","optional":false},{"id":25831315227,"package_name":"split2","ecosystem":"npm","requirements":"4.2.0","direct":false,"kind":"runtime","optional":false},{"id":25831315228,"package_name":"stackback","ecosystem":"npm","requirements":"0.0.2","direct":false,"kind":"runtime","optional":false},{"id":25831315229,"package_name":"std-env","ecosystem":"npm","requirements":"3.10.0","direct":false,"kind":"runtime","optional":false},{"id":25831315230,"package_name":"stop-iteration-iterator","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"runtime","optional":false},{"id":25831315231,"package_name":"string-width","ecosystem":"npm","requirements":"4.2.3","direct":false,"kind":"runtime","optional":false},{"id":25831315232,"package_name":"string.prototype.matchall","ecosystem":"npm","requirements":"4.0.12","direct":false,"kind":"runtime","optional":false},{"id":25831315233,"package_name":"string.prototype.repeat","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831315234,"package_name":"string.prototype.trim","ecosystem":"npm","requirements":"1.2.10","direct":false,"kind":"runtime","optional":false},{"id":25831315235,"package_name":"string.prototype.trimend","ecosystem":"npm","requirements":"1.0.9","direct":false,"kind":"runtime","optional":false},{"id":25831315236,"package_name":"string.prototype.trimstart","ecosystem":"npm","requirements":"1.0.8","direct":false,"kind":"runtime","optional":false},{"id":25831315237,"package_name":"string_decoder","ecosystem":"npm","requirements":"1.3.0","direct":false,"kind":"runtime","optional":false},{"id":25831315238,"package_name":"strip-ansi","ecosystem":"npm","requirements":"6.0.1","direct":false,"kind":"runtime","optional":false},{"id":25831315239,"package_name":"strip-bom","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831315240,"package_name":"strip-bom","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831315241,"package_name":"strip-comments-strings","ecosystem":"npm","requirements":"1.2.0","direct":false,"kind":"runtime","optional":false},{"id":25831315251,"package_name":"strip-json-comments","ecosystem":"npm","requirements":"3.1.1","direct":false,"kind":"runtime","optional":false},{"id":25831315252,"package_name":"supports-color","ecosystem":"npm","requirements":"5.5.0","direct":false,"kind":"runtime","optional":false},{"id":25831315253,"package_name":"supports-color","ecosystem":"npm","requirements":"7.2.0","direct":false,"kind":"runtime","optional":false},{"id":25831315254,"package_name":"supports-preserve-symlinks-flag","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831315255,"package_name":"text-extensions","ecosystem":"npm","requirements":"2.4.0","direct":false,"kind":"runtime","optional":false},{"id":25831315256,"package_name":"through","ecosystem":"npm","requirements":"2.3.8","direct":false,"kind":"runtime","optional":false},{"id":25831315257,"package_name":"tinybench","ecosystem":"npm","requirements":"2.9.0","direct":false,"kind":"runtime","optional":false},{"id":25831315258,"package_name":"tinyexec","ecosystem":"npm","requirements":"0.3.2","direct":false,"kind":"runtime","optional":false},{"id":25831315259,"package_name":"tinyexec","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"runtime","optional":false},{"id":25831315260,"package_name":"tinyglobby","ecosystem":"npm","requirements":"0.2.15","direct":false,"kind":"runtime","optional":false},{"id":25831315261,"package_name":"tinyrainbow","ecosystem":"npm","requirements":"3.0.3","direct":false,"kind":"runtime","optional":false},{"id":25831315262,"package_name":"tmp","ecosystem":"npm","requirements":"0.0.33","direct":false,"kind":"runtime","optional":false},{"id":25831315263,"package_name":"to-regex-range","ecosystem":"npm","requirements":"5.0.1","direct":false,"kind":"runtime","optional":false},{"id":25831315264,"package_name":"ts-api-utils","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"runtime","optional":false},{"id":25831315265,"package_name":"tsconfig-paths","ecosystem":"npm","requirements":"3.15.0","direct":false,"kind":"runtime","optional":false},{"id":25831315266,"package_name":"tslib","ecosystem":"npm","requirements":"2.8.1","direct":false,"kind":"runtime","optional":false},{"id":25831315267,"package_name":"tsm","ecosystem":"npm","requirements":"2.3.0","direct":false,"kind":"development","optional":false},{"id":25831315269,"package_name":"type-check","ecosystem":"npm","requirements":"0.4.0","direct":false,"kind":"runtime","optional":false},{"id":25831315270,"package_name":"type-fest","ecosystem":"npm","requirements":"0.21.3","direct":false,"kind":"runtime","optional":false},{"id":25831315271,"package_name":"typed-array-buffer","ecosystem":"npm","requirements":"1.0.3","direct":false,"kind":"runtime","optional":false},{"id":25831315272,"package_name":"typed-array-byte-length","ecosystem":"npm","requirements":"1.0.3","direct":false,"kind":"runtime","optional":false},{"id":25831315273,"package_name":"typed-array-byte-offset","ecosystem":"npm","requirements":"1.0.4","direct":false,"kind":"runtime","optional":false},{"id":25831315274,"package_name":"typed-array-length","ecosystem":"npm","requirements":"1.0.7","direct":false,"kind":"runtime","optional":false},{"id":25831315275,"package_name":"typescript-eslint","ecosystem":"npm","requirements":"8.36.0","direct":false,"kind":"runtime","optional":false},{"id":25831315276,"package_name":"typescript","ecosystem":"npm","requirements":"5.8.3","direct":false,"kind":"development","optional":false},{"id":25831315277,"package_name":"uglify-js","ecosystem":"npm","requirements":"3.19.3","direct":false,"kind":"runtime","optional":false},{"id":25831315278,"package_name":"unbox-primitive","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"runtime","optional":false},{"id":25831315279,"package_name":"undici-types","ecosystem":"npm","requirements":"6.21.0","direct":false,"kind":"runtime","optional":false},{"id":25831315280,"package_name":"unicorn-magic","ecosystem":"npm","requirements":"0.1.0","direct":false,"kind":"runtime","optional":false},{"id":25831315281,"package_name":"unicorn-magic","ecosystem":"npm","requirements":"0.3.0","direct":false,"kind":"runtime","optional":false},{"id":25831315282,"package_name":"universalify","ecosystem":"npm","requirements":"2.0.1","direct":false,"kind":"runtime","optional":false},{"id":25831315283,"package_name":"uri-js","ecosystem":"npm","requirements":"4.4.1","direct":false,"kind":"runtime","optional":false},{"id":25831315284,"package_name":"util-deprecate","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"runtime","optional":false},{"id":25831314345,"package_name":"is-map","ecosystem":"npm","requirements":"2.0.3","direct":false,"kind":"runtime","optional":false},{"id":25831314346,"package_name":"is-negative-zero","ecosystem":"npm","requirements":"2.0.3","direct":false,"kind":"runtime","optional":false},{"id":25831314403,"package_name":"is-number-object","ecosystem":"npm","requirements":"1.1.1","direct":false,"kind":"runtime","optional":false},{"id":25831314404,"package_name":"is-number","ecosystem":"npm","requirements":"7.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831314405,"package_name":"is-obj","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831314413,"package_name":"is-path-cwd","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831314414,"package_name":"is-path-inside","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831314415,"package_name":"is-plain-obj","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"runtime","optional":false},{"id":25831314416,"package_name":"is-regex","ecosystem":"npm","requirements":"1.2.1","direct":false,"kind":"runtime","optional":false},{"id":25831314421,"package_name":"is-set","ecosystem":"npm","requirements":"2.0.3","direct":false,"kind":"runtime","optional":false},{"id":25831314467,"package_name":"is-shared-array-buffer","ecosystem":"npm","requirements":"1.0.4","direct":false,"kind":"runtime","optional":false},{"id":25831314469,"package_name":"is-string","ecosystem":"npm","requirements":"1.1.1","direct":false,"kind":"runtime","optional":false},{"id":25831314481,"package_name":"is-symbol","ecosystem":"npm","requirements":"1.1.1","direct":false,"kind":"runtime","optional":false},{"id":25831314482,"package_name":"is-text-path","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831314609,"package_name":"is-typed-array","ecosystem":"npm","requirements":"1.1.15","direct":false,"kind":"runtime","optional":false},{"id":25831314646,"package_name":"is-unicode-supported","ecosystem":"npm","requirements":"0.1.0","direct":false,"kind":"runtime","optional":false},{"id":25831314647,"package_name":"is-utf8","ecosystem":"npm","requirements":"0.2.1","direct":false,"kind":"runtime","optional":false},{"id":25831314720,"package_name":"is-weakmap","ecosystem":"npm","requirements":"2.0.2","direct":false,"kind":"runtime","optional":false},{"id":25831314721,"package_name":"is-weakref","ecosystem":"npm","requirements":"1.1.1","direct":false,"kind":"runtime","optional":false},{"id":25831314722,"package_name":"is-weakset","ecosystem":"npm","requirements":"2.0.4","direct":false,"kind":"runtime","optional":false},{"id":25831314723,"package_name":"is-windows","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"runtime","optional":false},{"id":25831314734,"package_name":"isarray","ecosystem":"npm","requirements":"2.0.5","direct":false,"kind":"runtime","optional":false},{"id":25831314735,"package_name":"isexe","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831314736,"package_name":"istanbul-lib-coverage","ecosystem":"npm","requirements":"3.2.2","direct":false,"kind":"runtime","optional":false},{"id":25831314737,"package_name":"istanbul-lib-report","ecosystem":"npm","requirements":"3.0.1","direct":false,"kind":"runtime","optional":false},{"id":25831314738,"package_name":"istanbul-lib-source-maps","ecosystem":"npm","requirements":"5.0.6","direct":false,"kind":"runtime","optional":false},{"id":25831314739,"package_name":"istanbul-reports","ecosystem":"npm","requirements":"3.2.0","direct":false,"kind":"runtime","optional":false},{"id":25831314740,"package_name":"iterator.prototype","ecosystem":"npm","requirements":"1.1.5","direct":false,"kind":"runtime","optional":false},{"id":25831314741,"package_name":"jiti","ecosystem":"npm","requirements":"2.4.2","direct":false,"kind":"runtime","optional":false},{"id":25831314742,"package_name":"js-tokens","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831314743,"package_name":"js-tokens","ecosystem":"npm","requirements":"9.0.1","direct":false,"kind":"runtime","optional":false},{"id":25831314744,"package_name":"js-yaml","ecosystem":"npm","requirements":"4.1.0","direct":false,"kind":"runtime","optional":false},{"id":25831314745,"package_name":"jsdoc-type-pratt-parser","ecosystem":"npm","requirements":"4.1.0","direct":false,"kind":"runtime","optional":false},{"id":25831314746,"package_name":"json-buffer","ecosystem":"npm","requirements":"3.0.1","direct":false,"kind":"runtime","optional":false},{"id":25831314747,"package_name":"json-parse-even-better-errors","ecosystem":"npm","requirements":"2.3.1","direct":false,"kind":"runtime","optional":false},{"id":25831314748,"package_name":"json-schema-traverse","ecosystem":"npm","requirements":"0.4.1","direct":false,"kind":"runtime","optional":false},{"id":25831314749,"package_name":"json-schema-traverse","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831314750,"package_name":"json-stable-stringify-without-jsonify","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"runtime","optional":false},{"id":25831314751,"package_name":"json5","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"runtime","optional":false},{"id":25831314752,"package_name":"json5","ecosystem":"npm","requirements":"2.2.3","direct":false,"kind":"runtime","optional":false},{"id":25831314753,"package_name":"jsonfile","ecosystem":"npm","requirements":"6.1.0","direct":false,"kind":"runtime","optional":false},{"id":25831314754,"package_name":"jsonparse","ecosystem":"npm","requirements":"1.3.1","direct":false,"kind":"runtime","optional":false},{"id":25831314755,"package_name":"jsx-ast-utils","ecosystem":"npm","requirements":"3.3.5","direct":false,"kind":"runtime","optional":false},{"id":25831314764,"package_name":"keyv","ecosystem":"npm","requirements":"4.5.4","direct":false,"kind":"runtime","optional":false},{"id":25831314765,"package_name":"levn","ecosystem":"npm","requirements":"0.4.1","direct":false,"kind":"runtime","optional":false},{"id":25831314767,"package_name":"lilconfig","ecosystem":"npm","requirements":"3.1.3","direct":false,"kind":"runtime","optional":false},{"id":25831314785,"package_name":"lines-and-columns","ecosystem":"npm","requirements":"1.2.4","direct":false,"kind":"runtime","optional":false},{"id":25831314786,"package_name":"locate-path","ecosystem":"npm","requirements":"6.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831314787,"package_name":"locate-path","ecosystem":"npm","requirements":"7.2.0","direct":false,"kind":"runtime","optional":false},{"id":25831314788,"package_name":"lodash.camelcase","ecosystem":"npm","requirements":"4.3.0","direct":false,"kind":"runtime","optional":false},{"id":25831314789,"package_name":"lodash.clonedeep","ecosystem":"npm","requirements":"4.5.0","direct":false,"kind":"runtime","optional":false},{"id":25831314844,"package_name":"lodash.isplainobject","ecosystem":"npm","requirements":"4.0.6","direct":false,"kind":"runtime","optional":false},{"id":25831314845,"package_name":"lodash.kebabcase","ecosystem":"npm","requirements":"4.1.1","direct":false,"kind":"runtime","optional":false},{"id":25831314846,"package_name":"lodash.map","ecosystem":"npm","requirements":"4.6.0","direct":false,"kind":"runtime","optional":false},{"id":25831314860,"package_name":"lodash.merge","ecosystem":"npm","requirements":"4.6.2","direct":false,"kind":"runtime","optional":false},{"id":25831314861,"package_name":"lodash.mergewith","ecosystem":"npm","requirements":"4.6.2","direct":false,"kind":"runtime","optional":false},{"id":25831314873,"package_name":"lodash.snakecase","ecosystem":"npm","requirements":"4.1.1","direct":false,"kind":"runtime","optional":false},{"id":25831314901,"package_name":"lodash.startcase","ecosystem":"npm","requirements":"4.4.0","direct":false,"kind":"runtime","optional":false},{"id":25831314912,"package_name":"lodash.uniq","ecosystem":"npm","requirements":"4.5.0","direct":false,"kind":"runtime","optional":false},{"id":25831314913,"package_name":"lodash.upperfirst","ecosystem":"npm","requirements":"4.3.1","direct":false,"kind":"runtime","optional":false},{"id":25831314921,"package_name":"lodash","ecosystem":"npm","requirements":"4.17.21","direct":false,"kind":"runtime","optional":false},{"id":25831314922,"package_name":"log-symbols","ecosystem":"npm","requirements":"4.1.0","direct":false,"kind":"runtime","optional":false},{"id":25831314923,"package_name":"longest","ecosystem":"npm","requirements":"2.0.1","direct":false,"kind":"runtime","optional":false},{"id":25831314924,"package_name":"loose-envify","ecosystem":"npm","requirements":"1.4.0","direct":false,"kind":"runtime","optional":false},{"id":25831314925,"package_name":"lru-cache","ecosystem":"npm","requirements":"10.4.3","direct":false,"kind":"runtime","optional":false},{"id":25831314926,"package_name":"magic-string","ecosystem":"npm","requirements":"0.30.21","direct":false,"kind":"runtime","optional":false},{"id":25831314927,"package_name":"magicast","ecosystem":"npm","requirements":"0.5.1","direct":false,"kind":"runtime","optional":false},{"id":25831314930,"package_name":"make-dir","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831314931,"package_name":"math-intrinsics","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"runtime","optional":false},{"id":25831314932,"package_name":"meow","ecosystem":"npm","requirements":"12.1.1","direct":false,"kind":"runtime","optional":false},{"id":25831314976,"package_name":"meow","ecosystem":"npm","requirements":"13.2.0","direct":false,"kind":"runtime","optional":false},{"id":25831314978,"package_name":"meow","ecosystem":"npm","requirements":"14.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831314979,"package_name":"merge2","ecosystem":"npm","requirements":"1.4.1","direct":false,"kind":"runtime","optional":false},{"id":25831314980,"package_name":"merge","ecosystem":"npm","requirements":"2.1.1","direct":false,"kind":"runtime","optional":false},{"id":25831314981,"package_name":"micromatch","ecosystem":"npm","requirements":"4.0.8","direct":false,"kind":"runtime","optional":false},{"id":25831314982,"package_name":"mimic-fn","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"runtime","optional":false},{"id":25831314983,"package_name":"minimatch","ecosystem":"npm","requirements":"3.1.2","direct":false,"kind":"runtime","optional":false},{"id":25831314984,"package_name":"minimatch","ecosystem":"npm","requirements":"9.0.5","direct":false,"kind":"runtime","optional":false},{"id":25831314985,"package_name":"minimist","ecosystem":"npm","requirements":"1.2.7","direct":false,"kind":"runtime","optional":false},{"id":25831314986,"package_name":"minimist","ecosystem":"npm","requirements":"1.2.8","direct":false,"kind":"runtime","optional":false},{"id":25831314987,"package_name":"ms","ecosystem":"npm","requirements":"2.1.3","direct":false,"kind":"runtime","optional":false},{"id":25831314988,"package_name":"mute-stream","ecosystem":"npm","requirements":"0.0.8","direct":false,"kind":"runtime","optional":false},{"id":25831314989,"package_name":"mute-stream","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831314990,"package_name":"nano-staged","ecosystem":"npm","requirements":"0.8.0","direct":false,"kind":"development","optional":false},{"id":25831315285,"package_name":"validate-npm-package-license","ecosystem":"npm","requirements":"3.0.4","direct":false,"kind":"runtime","optional":false},{"id":25831315286,"package_name":"vite","ecosystem":"npm","requirements":"7.0.8","direct":false,"kind":"runtime","optional":false},{"id":25831315287,"package_name":"vitest","ecosystem":"npm","requirements":"4.0.9","direct":false,"kind":"runtime","optional":false},{"id":25831315288,"package_name":"walk-up-path","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831315289,"package_name":"wcwidth","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"runtime","optional":false},{"id":25831315290,"package_name":"which-boxed-primitive","ecosystem":"npm","requirements":"1.1.1","direct":false,"kind":"runtime","optional":false},{"id":25831315291,"package_name":"which-builtin-type","ecosystem":"npm","requirements":"1.2.1","direct":false,"kind":"runtime","optional":false},{"id":25831315292,"package_name":"which-collection","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"runtime","optional":false},{"id":25831315293,"package_name":"which-typed-array","ecosystem":"npm","requirements":"1.1.19","direct":false,"kind":"runtime","optional":false},{"id":25831315294,"package_name":"which","ecosystem":"npm","requirements":"1.3.1","direct":false,"kind":"runtime","optional":false},{"id":25831315295,"package_name":"which","ecosystem":"npm","requirements":"2.0.2","direct":false,"kind":"runtime","optional":false},{"id":25831315296,"package_name":"why-is-node-running","ecosystem":"npm","requirements":"2.3.0","direct":false,"kind":"runtime","optional":false},{"id":25831315297,"package_name":"word-wrap","ecosystem":"npm","requirements":"1.2.5","direct":false,"kind":"runtime","optional":false},{"id":25831315298,"package_name":"wordwrap","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831315299,"package_name":"wrap-ansi","ecosystem":"npm","requirements":"6.2.0","direct":false,"kind":"runtime","optional":false},{"id":25831315300,"package_name":"wrap-ansi","ecosystem":"npm","requirements":"7.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831315301,"package_name":"wrappy","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"runtime","optional":false},{"id":25831315302,"package_name":"write-file-atomic","ecosystem":"npm","requirements":"5.0.1","direct":false,"kind":"runtime","optional":false},{"id":25831315303,"package_name":"write-yaml-file","ecosystem":"npm","requirements":"5.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831315306,"package_name":"y18n","ecosystem":"npm","requirements":"5.0.8","direct":false,"kind":"runtime","optional":false},{"id":25831315307,"package_name":"yargs-parser","ecosystem":"npm","requirements":"21.1.1","direct":false,"kind":"runtime","optional":false},{"id":25831315308,"package_name":"yargs","ecosystem":"npm","requirements":"17.7.2","direct":false,"kind":"runtime","optional":false},{"id":25831315309,"package_name":"yocto-queue","ecosystem":"npm","requirements":"0.1.0","direct":false,"kind":"runtime","optional":false},{"id":25831315310,"package_name":"yocto-queue","ecosystem":"npm","requirements":"1.2.1","direct":false,"kind":"runtime","optional":false},{"id":25831315311,"package_name":"yoctocolors-cjs","ecosystem":"npm","requirements":"2.1.2","direct":false,"kind":"runtime","optional":false},{"id":25831315008,"package_name":"nanoid","ecosystem":"npm","requirements":"3.3.11","direct":false,"kind":"runtime","optional":false},{"id":25831315009,"package_name":"natural-compare","ecosystem":"npm","requirements":"1.4.0","direct":false,"kind":"runtime","optional":false},{"id":25831315010,"package_name":"neo-async","ecosystem":"npm","requirements":"2.6.2","direct":false,"kind":"runtime","optional":false},{"id":25831315011,"package_name":"normalize-package-data","ecosystem":"npm","requirements":"7.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831315078,"package_name":"object-assign","ecosystem":"npm","requirements":"4.1.1","direct":false,"kind":"runtime","optional":false},{"id":25831315079,"package_name":"object-inspect","ecosystem":"npm","requirements":"1.13.4","direct":false,"kind":"runtime","optional":false},{"id":25831315080,"package_name":"object-keys","ecosystem":"npm","requirements":"1.1.1","direct":false,"kind":"runtime","optional":false},{"id":25831315081,"package_name":"object.assign","ecosystem":"npm","requirements":"4.1.7","direct":false,"kind":"runtime","optional":false},{"id":25831315082,"package_name":"object.entries","ecosystem":"npm","requirements":"1.1.9","direct":false,"kind":"runtime","optional":false},{"id":25831315083,"package_name":"object.fromentries","ecosystem":"npm","requirements":"2.0.8","direct":false,"kind":"runtime","optional":false},{"id":25831315084,"package_name":"object.groupby","ecosystem":"npm","requirements":"1.0.3","direct":false,"kind":"runtime","optional":false},{"id":25831315085,"package_name":"object.values","ecosystem":"npm","requirements":"1.2.1","direct":false,"kind":"runtime","optional":false},{"id":25831315086,"package_name":"once","ecosystem":"npm","requirements":"1.4.0","direct":false,"kind":"runtime","optional":false},{"id":25831315087,"package_name":"onetime","ecosystem":"npm","requirements":"5.1.2","direct":false,"kind":"runtime","optional":false},{"id":25831315088,"package_name":"optionator","ecosystem":"npm","requirements":"0.9.4","direct":false,"kind":"runtime","optional":false},{"id":25831315089,"package_name":"ora","ecosystem":"npm","requirements":"5.4.1","direct":false,"kind":"runtime","optional":false},{"id":25831315090,"package_name":"os-tmpdir","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"runtime","optional":false},{"id":25831315091,"package_name":"own-keys","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"runtime","optional":false},{"id":25831315092,"package_name":"oxlint","ecosystem":"npm","requirements":"1.6.0","direct":false,"kind":"runtime","optional":false},{"id":25831315093,"package_name":"p-limit","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"runtime","optional":false},{"id":25831315094,"package_name":"p-limit","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831315095,"package_name":"p-limit","ecosystem":"npm","requirements":"6.2.0","direct":false,"kind":"runtime","optional":false},{"id":25831315096,"package_name":"p-locate","ecosystem":"npm","requirements":"5.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831315097,"package_name":"p-locate","ecosystem":"npm","requirements":"6.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831315098,"package_name":"p-map","ecosystem":"npm","requirements":"7.0.3","direct":false,"kind":"runtime","optional":false},{"id":25831315099,"package_name":"parent-module","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"runtime","optional":false},{"id":25831315100,"package_name":"parse-imports-exports","ecosystem":"npm","requirements":"0.2.4","direct":false,"kind":"runtime","optional":false},{"id":25831315101,"package_name":"parse-json","ecosystem":"npm","requirements":"5.2.0","direct":false,"kind":"runtime","optional":false},{"id":25831315102,"package_name":"parse-passwd","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831315103,"package_name":"parse-statements","ecosystem":"npm","requirements":"1.0.11","direct":false,"kind":"runtime","optional":false},{"id":25831315104,"package_name":"path-exists","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831315105,"package_name":"path-exists","ecosystem":"npm","requirements":"5.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831315106,"package_name":"path-is-absolute","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"runtime","optional":false},{"id":25831315107,"package_name":"path-key","ecosystem":"npm","requirements":"3.1.1","direct":false,"kind":"runtime","optional":false},{"id":25831315109,"package_name":"path-parse","ecosystem":"npm","requirements":"1.0.7","direct":false,"kind":"runtime","optional":false},{"id":25831315110,"package_name":"path-type","ecosystem":"npm","requirements":"6.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831315111,"package_name":"pathe","ecosystem":"npm","requirements":"2.0.3","direct":false,"kind":"runtime","optional":false},{"id":25831315112,"package_name":"picocolors","ecosystem":"npm","requirements":"1.1.1","direct":false,"kind":"runtime","optional":false},{"id":25831315113,"package_name":"picomatch","ecosystem":"npm","requirements":"2.3.1","direct":false,"kind":"runtime","optional":false},{"id":25831315114,"package_name":"picomatch","ecosystem":"npm","requirements":"4.0.3","direct":false,"kind":"runtime","optional":false},{"id":25831315115,"package_name":"possible-typed-array-names","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"runtime","optional":false},{"id":25831315116,"package_name":"postcss","ecosystem":"npm","requirements":"8.5.6","direct":false,"kind":"runtime","optional":false},{"id":25831315117,"package_name":"prelude-ls","ecosystem":"npm","requirements":"1.2.1","direct":false,"kind":"runtime","optional":false},{"id":25831315118,"package_name":"presentable-error","ecosystem":"npm","requirements":"0.0.1","direct":false,"kind":"runtime","optional":false},{"id":25831315134,"package_name":"prettier","ecosystem":"npm","requirements":"3.6.2","direct":false,"kind":"runtime","optional":false},{"id":25831315135,"package_name":"prop-types","ecosystem":"npm","requirements":"15.8.1","direct":false,"kind":"runtime","optional":false},{"id":25831315136,"package_name":"punycode","ecosystem":"npm","requirements":"2.3.1","direct":false,"kind":"runtime","optional":false},{"id":25831315137,"package_name":"queue-microtask","ecosystem":"npm","requirements":"1.2.3","direct":false,"kind":"runtime","optional":false},{"id":25831315159,"package_name":"react-is","ecosystem":"npm","requirements":"16.13.1","direct":false,"kind":"runtime","optional":false},{"id":25831315160,"package_name":"read-yaml-file","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"runtime","optional":false},{"id":25831315162,"package_name":"readable-stream","ecosystem":"npm","requirements":"3.6.2","direct":false,"kind":"runtime","optional":false},{"id":25831315163,"package_name":"reflect.getprototypeof","ecosystem":"npm","requirements":"1.0.10","direct":false,"kind":"runtime","optional":false},{"id":25831315164,"package_name":"regexp.prototype.flags","ecosystem":"npm","requirements":"1.5.4","direct":false,"kind":"runtime","optional":false},{"id":25831315165,"package_name":"require-directory","ecosystem":"npm","requirements":"2.1.1","direct":false,"kind":"runtime","optional":false},{"id":25831315166,"package_name":"require-from-string","ecosystem":"npm","requirements":"2.0.2","direct":false,"kind":"runtime","optional":false},{"id":25831315167,"package_name":"requireindex","ecosystem":"npm","requirements":"1.2.0","direct":false,"kind":"runtime","optional":false},{"id":25831315168,"package_name":"resolve-dir","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"runtime","optional":false},{"id":25831315175,"package_name":"resolve-from","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831315176,"package_name":"resolve-from","ecosystem":"npm","requirements":"5.0.0","direct":false,"kind":"runtime","optional":false},{"id":25831315177,"package_name":"resolve","ecosystem":"npm","requirements":"1.22.10","direct":false,"kind":"runtime","optional":false},{"id":25831315178,"package_name":"resolve","ecosystem":"npm","requirements":"2.0.0-next.5","direct":false,"kind":"runtime","optional":false},{"id":25831315179,"package_name":"restore-cursor","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"runtime","optional":false},{"id":25831315180,"package_name":"reusify","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"runtime","optional":false},{"id":25831315181,"package_name":"rollup","ecosystem":"npm","requirements":"4.53.2","direct":false,"kind":"runtime","optional":false},{"id":25831315182,"package_name":"run-async","ecosystem":"npm","requirements":"2.4.1","direct":false,"kind":"runtime","optional":false},{"id":25831315183,"package_name":"run-async","ecosystem":"npm","requirements":"4.0.4","direct":false,"kind":"runtime","optional":false},{"id":25831315184,"package_name":"run-parallel","ecosystem":"npm","requirements":"1.2.0","direct":false,"kind":"runtime","optional":false}]},{"ecosystem":"npm","filepath":"pnpm-workspace.yaml","sha":null,"kind":"manifest","created_at":"2026-03-05T00:02:01.592Z","updated_at":"2026-03-05T00:02:01.592Z","repository_link":"https://github.com/conventional-changelog/conventional-changelog/blob/master/pnpm-workspace.yaml","dependencies":[]},{"ecosystem":"actions","filepath":".github/workflows/checks.yml","sha":null,"kind":"manifest","created_at":"2026-03-05T00:01:45.863Z","updated_at":"2026-03-05T00:01:45.863Z","repository_link":"https://github.com/conventional-changelog/conventional-changelog/blob/master/.github/workflows/checks.yml","dependencies":[{"id":25831312838,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v5","direct":true,"kind":"composite","optional":false},{"id":25831312839,"package_name":"editorconfig-checker/action-editorconfig-checker","ecosystem":"actions","requirements":"main","direct":true,"kind":"composite","optional":false},{"id":25831312927,"package_name":"pnpm/action-setup","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":25831312928,"package_name":"actions/setup-node","ecosystem":"actions","requirements":"v6","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"npm","filepath":"packages/git-client/package.json","sha":null,"kind":"manifest","created_at":"2026-03-05T00:01:47.159Z","updated_at":"2026-03-05T00:01:47.159Z","repository_link":"https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/git-client/package.json","dependencies":[{"id":25831313055,"package_name":"@simple-libs/child-process-utils","ecosystem":"npm","requirements":"^1.0.0","direct":true,"kind":"runtime","optional":false},{"id":25831313056,"package_name":"@simple-libs/stream-utils","ecosystem":"npm","requirements":"^1.1.0","direct":true,"kind":"runtime","optional":false},{"id":25831313057,"package_name":"semver","ecosystem":"npm","requirements":"^7.5.2","direct":true,"kind":"runtime","optional":false},{"id":25831313058,"package_name":"@types/semver","ecosystem":"npm","requirements":"^7.5.8","direct":true,"kind":"development","optional":false},{"id":25831313059,"package_name":"conventional-commits-filter","ecosystem":"npm","requirements":"workspace:^","direct":true,"kind":"development","optional":false},{"id":25831313060,"package_name":"conventional-commits-parser","ecosystem":"npm","requirements":"workspace:^","direct":true,"kind":"development","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/commit.yml","sha":null,"kind":"manifest","created_at":"2026-03-05T00:01:46.454Z","updated_at":"2026-03-05T00:01:46.454Z","repository_link":"https://github.com/conventional-changelog/conventional-changelog/blob/master/.github/workflows/commit.yml","dependencies":[{"id":25831312937,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v5","direct":true,"kind":"composite","optional":false},{"id":25831312983,"package_name":"pnpm/action-setup","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":25831312984,"package_name":"actions/setup-node","ecosystem":"actions","requirements":"v6","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/release.yml","sha":null,"kind":"manifest","created_at":"2026-03-05T00:01:46.602Z","updated_at":"2026-03-05T00:01:46.602Z","repository_link":"https://github.com/conventional-changelog/conventional-changelog/blob/master/.github/workflows/release.yml","dependencies":[{"id":25831312986,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v5","direct":true,"kind":"composite","optional":false},{"id":25831312987,"package_name":"trigensoftware/simple-release-action","ecosystem":"actions","requirements":"latest","direct":true,"kind":"composite","optional":false},{"id":25831313027,"package_name":"pnpm/action-setup","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":25831313028,"package_name":"actions/setup-node","ecosystem":"actions","requirements":"v6","direct":true,"kind":"composite","optional":false}]}],"score":35.428537259764816,"created_at":"2025-10-10T18:55:09.703Z","updated_at":"2026-06-19T22:30:47.111Z","avatar_url":"https://github.com/conventional-changelog.png","language":"TypeScript","codemeta":null,"publiccode":null,"project_url":"https://summary.ecosyste.ms/api/v1/projects/368985","html_url":"https://summary.ecosyste.ms/projects/368985"}